You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(28) |
Nov
(58) |
Dec
(85) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(125) |
Feb
(222) |
Mar
(274) |
Apr
(51) |
May
(22) |
Jun
(50) |
Jul
(15) |
Aug
(33) |
Sep
(11) |
Oct
(29) |
Nov
(17) |
Dec
(1) |
2003 |
Jan
(100) |
Feb
(21) |
Mar
(7) |
Apr
(45) |
May
|
Jun
(43) |
Jul
(27) |
Aug
(24) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Rob H. <for...@us...> - 2003-01-23 08:16:54
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv16366/lib/SandWeb Modified Files: Shell.pm Log Message: * can now handle accepting hostkey * reports login errors correctly caveat - it times out after 10 seconds for the initial password attempt, and expects the hostkey question instead. there _must_ be a way to do "expect this or that" in expect, instead of the "expect this until timeout, expect this until timeout". I'll keep looking. Index: Shell.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Shell.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -U2 -r1.26 -r1.27 --- Shell.pm 14 Jan 2003 07:25:01 -0000 1.26 +++ Shell.pm 23 Jan 2003 08:16:50 -0000 1.27 @@ -369,4 +369,10 @@ shift @lined_output; shift @lined_output; + if ( "@lined_output" =~ "^RSA key fingerprint is" ) { + shift @lined_output; + shift @lined_output; + shift @lined_output; + shift @lined_output; + } $output = join('', @lined_output); } else { |
From: Rob H. <for...@us...> - 2003-01-23 08:15:28
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv16246/templates Modified Files: popup.html Log Message: html 4.01 transitional, not xhtml 1.0 transitional Index: popup.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/popup.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- popup.html 16 Sep 2002 05:06:48 -0000 1.6 +++ popup.html 23 Jan 2003 08:15:16 -0000 1.7 @@ -1,7 +1,5 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> <head> <title><TMPL_VAR NAME=TITLE></title> |
From: Rob H. <for...@us...> - 2003-01-23 08:14:55
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv15993/debian Modified Files: dirs rules Log Message: * perl mods no longer install to /usr/local * /var/log/sandweb.log gets touched and owned by www-data Index: dirs =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/dirs,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- dirs 12 Jan 2003 11:15:01 -0000 1.1 +++ dirs 23 Jan 2003 08:14:51 -0000 1.2 @@ -2,4 +2,5 @@ usr/bin usr/sbin +var/log var/www var/www/images Index: rules =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/rules,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- rules 23 Jan 2003 07:16:47 -0000 1.3 +++ rules 23 Jan 2003 08:14:51 -0000 1.4 @@ -9,5 +9,5 @@ perl Makefile.PL - $(MAKE) PREFIX=debian/tmp/usr + $(MAKE) PREFIX=debian/tmp SITEPREFIX=`pwd`/debian/tmp/usr touch build @@ -27,5 +27,5 @@ cp debian/install.cfg ./ perl Makefile.PL - $(MAKE) install PREFIX=`pwd`/debian/tmp/usr DESTDIR=`pwd`/debian/tmp + $(MAKE) install PREFIX=`pwd`/debian/tmp DESTDIR=`pwd`/debian/tmp SITEPREFIX=`pwd`/debian/tmp/usr cd debian/tmp && cp ../sandweb.cfg etc/sandweb/ @@ -50,5 +50,8 @@ chown www-data debian/tmp/usr/lib/cgi-bin/sandweb.cgi chmod u+x debian/tmp/usr/lib/cgi-bin/sandweb.cgi debian/tmp/usr/bin/sandweb-admin debian/tmp/usr/bin/sandweb-expect + touch debian/tmp/var/log/sandweb.log + chown www-data debian/tmp/var/log/sandweb.log dpkg --build debian/tmp .. + binary-arch: checkroot build |
From: Rob H. <for...@us...> - 2003-01-23 07:16:51
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv349/debian Modified Files: rules Log Message: this is needed for the .deb package to work! Index: rules =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/rules,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- rules 17 Jan 2003 20:07:32 -0000 1.2 +++ rules 23 Jan 2003 07:16:47 -0000 1.3 @@ -27,5 +27,5 @@ cp debian/install.cfg ./ perl Makefile.PL - $(MAKE) install DESTDIR=`pwd`/debian/tmp + $(MAKE) install PREFIX=`pwd`/debian/tmp/usr DESTDIR=`pwd`/debian/tmp cd debian/tmp && cp ../sandweb.cfg etc/sandweb/ |
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv6244 Modified Files: commit.html configuration.html create_file.html create_folder.html delete.html rename.html vcs.html Log Message: improving alignment of "Go" button Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.19 retrieving revision 1.20 diff -U2 -r1.19 -r1.20 --- commit.html 13 Jan 2003 08:33:00 -0000 1.19 +++ commit.html 22 Jan 2003 06:55:14 -0000 1.20 @@ -4,4 +4,5 @@ Please enter a commit message for <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : <form name="commit"> + <!-- <TMPL_VAR NAME=PROGNAME> --> <input type="hidden" name="action" value="vcs"> <input type="hidden" name="vcs_command" value="commit"> @@ -13,5 +14,5 @@ <input type="text" name="message"> <input type="hidden" name="commit"> - <a href="javascript:{document.commit.commit.value='Done';document.commit.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{document.commit.commit.value='Done';document.commit.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" align="absmiddle" border="0"></a> </form> </td> Index: configuration.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/configuration.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- configuration.html 19 Jan 2003 11:17:17 -0000 1.10 +++ configuration.html 22 Jan 2003 06:55:14 -0000 1.11 @@ -37,5 +37,5 @@ </td> <td width="10%" align="center"> - <a href="javascript:{document.configuration.Submit.value='Done';document.configuration.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{document.configuration.Submit.value='Done';document.configuration.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> </td> <td width="75%" align="center"> Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- create_file.html 13 Jan 2003 08:33:00 -0000 1.23 +++ create_file.html 22 Jan 2003 06:55:14 -0000 1.24 @@ -12,5 +12,5 @@ <input name="filename" type="text"><br> <input type="hidden" name="Submit"> -<a href="javascript:{document.create_file.Submit.value='Done';setTimeout('window.close()',2000);document.create_file.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> +<a href="javascript:{document.create_file.Submit.value='Done';setTimeout('window.close()',2000);document.create_file.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> <br> </form> Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.22 retrieving revision 1.23 diff -U2 -r1.22 -r1.23 --- create_folder.html 13 Jan 2003 08:33:00 -0000 1.22 +++ create_folder.html 22 Jan 2003 06:55:14 -0000 1.23 @@ -14,5 +14,5 @@ <input name="filename" type="text"> <input type="hidden" name="Submit"> -<a href="javascript:{document.create_folder.Submit.value='Done';setTimeout('window.close()',2000);document.create_folder.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> +<a href="javascript:{document.create_folder.Submit.value='Done';setTimeout('window.close()',2000);document.create_folder.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> <br> </form> Index: delete.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/delete.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- delete.html 13 Jan 2003 08:33:00 -0000 1.6 +++ delete.html 22 Jan 2003 06:55:14 -0000 1.7 @@ -17,5 +17,5 @@ <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>"> <input type="hidden" name="Submit"> - <a href="javascript:{document.dform.Submit.value='Done';document.dform.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{document.dform.Submit.value='Done';document.dform.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> </form> </center> Index: rename.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/rename.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- rename.html 13 Jan 2003 08:33:00 -0000 1.8 +++ rename.html 22 Jan 2003 06:55:14 -0000 1.9 @@ -12,5 +12,5 @@ <input name="Submit" value="1" type="hidden"> <input type="text" name="tofile"> - <a href="javascript:{document.rename.Submit.value='Done';setTimeout('window.close()',2000);document.rename.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{document.rename.Submit.value='Done';setTimeout('window.close()',2000);document.rename.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> </form> </td> Index: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- vcs.html 13 Jan 2003 01:33:09 -0000 1.7 +++ vcs.html 22 Jan 2003 06:55:14 -0000 1.8 @@ -19,5 +19,5 @@ <input type="hidden" name="vcs_message" value="<TMPL_VAR NAME=VCS_MESSAGE>"> <input name="Submit" value="1" type="hidden"> - <a href="javascript:{document.vcs.Submit.value='Done';document.vcs.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{document.vcs.Submit.value='Done';document.vcs.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> </form> |
From: Rob H. <for...@us...> - 2003-01-22 06:53:12
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv5439/bin Modified Files: sandweb.cgi Log Message: removing unneeded param from commit menu Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.342 retrieving revision 1.343 diff -U2 -r1.342 -r1.343 --- sandweb.cgi 13 Jan 2003 08:32:59 -0000 1.342 +++ sandweb.cgi 22 Jan 2003 06:53:09 -0000 1.343 @@ -2648,5 +2648,4 @@ MODULE_NAME => $module_name, REPO_NAME => $repo_name, - PROGNAME => $progname, FILENAME => "@filename", IMAGE_DIR => $image_dir, |
From: Rob H. <for...@us...> - 2003-01-22 06:49:40
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv4410/lib/SandWeb Modified Files: Log.pm Log Message: oops, somehow inadvertantly removed a method when I was adding POD :O Index: Log.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Log.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- Log.pm 14 Jan 2003 07:17:01 -0000 1.15 +++ Log.pm 22 Jan 2003 06:49:36 -0000 1.16 @@ -258,4 +258,9 @@ } +sub get_debug_msgs { + my $self = shift; + return @{$self->{'debug_msgs'}}; +} + sub _write_to_log { my ($self, $msg) = @_; |
From: Rob H. <for...@us...> - 2003-01-19 11:17:22
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv22050/templates Modified Files: configuration.html Log Message: fixed config_menu bug, pressing enter in the input field wasn't submitting the form. Index: configuration.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/configuration.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- configuration.html 13 Jan 2003 08:33:00 -0000 1.9 +++ configuration.html 19 Jan 2003 11:17:17 -0000 1.10 @@ -2,4 +2,5 @@ <input type="hidden" name="action" value="configuration"> <table width="100%" border="0" align="center" cellspacing="0" cellpadding="0"> + <input type="hidden" name="Submit" value="Done"> <tr> <td width="20%" align="right"> @@ -36,5 +37,4 @@ </td> <td width="10%" align="center"> - <input type="hidden" name="Submit"> <a href="javascript:{document.configuration.Submit.value='Done';document.configuration.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> </td> |
From: Rob H. <for...@us...> - 2003-01-17 20:07:36
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv23075/debian Modified Files: rules Log Message: oops, sandweb libs were being directly installed :O so they would only be on the machine you made the deb pkg on, not in the pkg itself. I made the rules file specify "PREFIX", but "SITEPREFIX" is still making everything go into /usr/local/ ( at least it's inside the package this time ), which violates Debian policy. I'll take a closer look at the build system. Index: rules =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/rules,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- rules 12 Jan 2003 11:15:01 -0000 1.1 +++ rules 17 Jan 2003 20:07:32 -0000 1.2 @@ -9,5 +9,5 @@ perl Makefile.PL - $(MAKE) + $(MAKE) PREFIX=debian/tmp/usr touch build |
From: Rob H. <for...@us...> - 2003-01-17 19:34:01
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv9034 Modified Files: MANIFEST Log Message: pop_up-header/footer no longer used Index: MANIFEST =================================================================== RCS file: /cvsroot/sandweb/sandweb/MANIFEST,v retrieving revision 1.18 retrieving revision 1.19 diff -U2 -r1.18 -r1.19 --- MANIFEST 12 Jan 2003 11:12:19 -0000 1.18 +++ MANIFEST 17 Jan 2003 19:33:56 -0000 1.19 @@ -47,6 +47,4 @@ templates/view_file.html templates/edit_file.html -templates/popup_footer.html -templates/popup_header.html templates/rename.html templates/functions.js |
From: Rob H. <for...@us...> - 2003-01-14 09:53:47
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv8798 Modified Files: SandWeb.pm Log Message: changing private methods to comments instead of pod Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- SandWeb.pm 14 Jan 2003 09:49:47 -0000 1.23 +++ SandWeb.pm 14 Jan 2003 09:53:44 -0000 1.24 @@ -169,11 +169,6 @@ } -=head1 - -load_log_object - - instantiates a log object and passes it to the application - -=cut +# load_log_object +# instantiates a log object and passes it to the application sub _load_log_object { @@ -190,11 +185,8 @@ } -=head1 - -load_ui_object - - instantiates a UI object and passes it to the application - -=cut +#load_ui_object +# +# instantiates a UI object and passes it to the application +# sub _load_ui_object { @@ -212,11 +204,9 @@ } -=head1 - -load_auth_object - - instantiates an auth object and passes it to the application -=cut +#load_auth_object +# +# instantiates an auth object and passes it to the application +# sub _load_auth_object { |
From: Rob H. <for...@us...> - 2003-01-14 09:49:50
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/File In directory sc8-pr-cvs1:/tmp/cvs-serv7130/SandWeb/File Modified Files: Unix.pm Log Message: ugh, can't sleep, documenting sandweb Index: Unix.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File/Unix.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- Unix.pm 14 Jan 2003 07:17:01 -0000 1.10 +++ Unix.pm 14 Jan 2003 09:49:47 -0000 1.11 @@ -1012,7 +1012,4 @@ =head1 -file_write - - writes contents out to file METHOD @@ -1069,7 +1066,4 @@ =head1 -get_file_commands - - returns the supported file commands METHOD |
From: Rob H. <for...@us...> - 2003-01-14 09:49:50
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv7130 Modified Files: SandWeb.pm Log Message: ugh, can't sleep, documenting sandweb Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -U2 -r1.22 -r1.23 --- SandWeb.pm 14 Jan 2003 00:46:35 -0000 1.22 +++ SandWeb.pm 14 Jan 2003 09:49:47 -0000 1.23 @@ -66,7 +66,29 @@ =head1 -get_version +METHOD + get_version - returns the current version of SandWeb +SYNOPSIS + + my $version = SandWeb->get_version(); + + +DESCRIPTION + + returns the current version of SandWeb + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. =cut @@ -79,8 +101,33 @@ =head1 -start_up + + +METHOD + + start_up + +SYNOPSIS + + my $return = SandWeb->startup(); + + +DESCRIPTION initiates the config class, and creates the other objects with its data + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. |
From: Rob H. <for...@us...> - 2003-01-14 09:49:50
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv7130/SandWeb Modified Files: Config.pm File.pm Log Message: ugh, can't sleep, documenting sandweb Index: Config.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Config.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -U2 -r1.34 -r1.35 --- Config.pm 12 Jan 2003 05:30:12 -0000 1.34 +++ Config.pm 14 Jan 2003 09:49:47 -0000 1.35 @@ -53,6 +53,49 @@ Methods -new - instantiates a new object +=cut + +=head1 + +METHOD + new + [...1345 lines suppressed...] + module (type: string) (required) + + Name of the current module + + Default: none. + + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. - gets the description of a stored module =cut Index: File.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v retrieving revision 1.63 retrieving revision 1.64 diff -U2 -r1.63 -r1.64 --- File.pm 14 Jan 2003 07:25:00 -0000 1.63 +++ File.pm 14 Jan 2003 09:49:47 -0000 1.64 @@ -475,7 +475,34 @@ =head1 -upload +METHOD + upload + +SYNOPSIS + + my $uploaded_file = $file->upload(); + +DESCRIPTION + + Recieves a file from the user. + +PARAMETERS + + filehandle (type: string) (required) - receives an upload of the current file + This is a filehandle for the user's uploaded file. + + Default: none. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -502,7 +529,32 @@ =head1 -download +METHOD + download + +SYNOPSIS + + my $downloaded_file = $file->download(); + +DESCRIPTION + + Downloads ( sends ) the file to the user + +PARAMETERS + + mime_type (type: string) (required) - sends the current file ( for downloading ) + This is the mime_type for the current file. + + Default: none. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. =cut @@ -527,7 +579,29 @@ =head1 -exists - - returns a 1 if the file exists, 0 if not +METHOD + exists + +SYNOPSIS + + my $file_exists = $file->exists(); + +DESCRIPTION + + Checks for existence of a file. + +PARAMETERS + + None. + +RETURN CODES + + 1 = The file exists. + + 0 = The file does not exist. + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -845,7 +919,31 @@ =head1 -file_read - - returns the contents of the current file +METHOD + + file_read + +SYNOPSIS + + my $return = $file->file_read(); + +DESCRIPTION + + Returns the contents of the current file. + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -869,7 +967,35 @@ =head1 -file_write - - writes out contents to the current file +METHOD + + file_write + +SYNOPSIS + + my $return = $file->file_write( contents => $contents ); + +DESCRIPTION + + Overwrites the current file with contents. + +PARAMETERS + + contents (type: string) (required) + + Contains the content to overwrite the current file with. + + Default: none. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -895,7 +1021,31 @@ =head1 -get_file_commands - - returns all commands that this object supports +METHOD + + file_read + +SYNOPSIS + + my $return = $file->file_read(); + +DESCRIPTION + + Returns the contents of the current file. + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut |
From: Rob H. <for...@us...> - 2003-01-14 07:25:04
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv28204/SandWeb Modified Files: Diff.pm File.pm Security.pm Shell.pm Log Message: ugh.. so much work. almost done getting everything into the standard API doc format, I'll finish that tomorrow, then it's just making sure that all documented methods and params match up with actual methods and params Index: Diff.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Diff.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- Diff.pm 6 Jan 2003 09:41:10 -0000 1.11 +++ Diff.pm 14 Jan 2003 07:25:00 -0000 1.12 @@ -47,9 +47,4 @@ Modules - -new - - instantiates a new object - =cut Index: File.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v retrieving revision 1.62 retrieving revision 1.63 diff -U2 -r1.62 -r1.63 --- File.pm 6 Jan 2003 09:41:10 -0000 1.62 +++ File.pm 14 Jan 2003 07:25:00 -0000 1.63 @@ -56,9 +56,4 @@ Modules - -new - - instantiates a new object - =cut Index: Security.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Security.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- Security.pm 6 Jan 2003 09:46:16 -0000 1.3 +++ Security.pm 14 Jan 2003 07:25:01 -0000 1.4 @@ -48,4 +48,5 @@ SYNOPSIS + my $secure = SandWeb::Security->new(); DESCRIPTION @@ -87,13 +88,19 @@ SYNOPSIS + my $filename = $secure->path( + filename => "$unsafe_filename" + ); DESCRIPTION - looks for and corrects common security problems with Unix directories + Looks for and corrects common security problems with Unix directories + and filenames. PARAMETERS - parameter (type: string) (required) + filename (type: string) (required) + + This is the path and filename to secure. Default: none. @@ -136,4 +143,7 @@ SYNOPSIS + my $characters = $secure->shell( + characters => "$unsafe_characters" + ); DESCRIPTION @@ -145,5 +155,7 @@ PARAMETERS - parameter (type: string) (required) + characters (type: string) (required) + + This is list of character(s) to secure. Default: none. Index: Shell.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Shell.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -U2 -r1.25 -r1.26 --- Shell.pm 12 Jan 2003 05:30:12 -0000 1.25 +++ Shell.pm 14 Jan 2003 07:25:01 -0000 1.26 @@ -52,5 +52,5 @@ # -# FIXME - timeout should be config option +# FIXME - timeout should be a global config option # # default timeout for shell commands is 300 minutes ( aka 5 minutes ) |
From: Rob H. <for...@us...> - 2003-01-14 07:17:04
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv26356/SandWeb Modified Files: Log.pm UI.pm Log Message: corrected about half of the API docs, needs more work :P I'm just going through everything and making sure the docs match reality. Index: Log.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Log.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- Log.pm 6 Jan 2003 09:46:16 -0000 1.14 +++ Log.pm 14 Jan 2003 07:17:01 -0000 1.15 @@ -47,11 +47,31 @@ SYNOPSIS + my $log = SandWeb::Log::->new( + log_dir => $config->{'paths'}->{'log_dir'}, + toggle => { + 'log' => $config->{'logging'}->{'log'}, + 'debug' => $config->{'logging'}->{'debug'}, + }, + ); + DESCRIPTION + This method is a constructor. PARAMETERS - parameter (type: string) (required) + log_dir (type: string) (required) + + The path to where log files are stored. + + Default: none. + + toggle (type: hash) (required) + + This hash table contains boolean key/value pairs for "log" and + "debug", "log" is whether or not to log messages through this + object, "debug" is whether or not to log debug messages through + this object. Default: none. @@ -95,11 +115,18 @@ SYNOPSIS + $log->standard("$username logged on."); DESCRIPTION + This method logs content as "standard" logs, suitable + for things like user authentication. PARAMETERS - parameter (type: string) (required) + @_ (type: string) (required) + + The contents to log. + + FIXME - should have a parameter name Default: none. @@ -136,11 +163,19 @@ SYNOPSIS + $log->debug("$username read from password file"); DESCRIPTION + This method logs content as "debug" logs, suitable for + a high level of granularity in logging for future debugging + purposes. PARAMETERS - parameter (type: string) (required) + @_ (type: string) (required) + + The contents to log. + + FIXME - should have a parameter name Default: none. @@ -183,11 +218,19 @@ SYNOPSIS + my $msg = "Invalid page - $action!"; + $log->error("$msg"); DESCRIPTION + Logs an error. Suitable for unexpected or undesirable actions + that the user needs to be aware of. PARAMETERS - parameter (type: string) (required) + @_ (type: string) (required) + + The contents to log. + + FIXME - should have a parameter name Default: none. @@ -214,40 +257,4 @@ return 1; } - -=head1 - -METHOD - - get_debug_msgs - -SYNOPSIS - - -DESCRIPTION - - -PARAMETERS - - parameter (type: string) (required) - - Default: none. - -RETURN CODES - - 1 = The operation completed successfully. - - 0 = This means that the method got an error proccessing your request. - Perhaps an invalid parameter? - - -1 = This return value means that there was not sufficient permision to - read the files specified, or they did not exist. - - -=cut - -sub get_debug_msgs { - my $self = shift; - return @{$self->{'debug_msgs'}}; -} sub _write_to_log { Index: UI.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/UI.pm,v retrieving revision 1.40 retrieving revision 1.41 diff -U2 -r1.40 -r1.41 --- UI.pm 14 Jan 2003 00:46:35 -0000 1.40 +++ UI.pm 14 Jan 2003 07:17:01 -0000 1.41 @@ -57,11 +57,53 @@ SYNOPSIS + my $ui = SandWeb::UI::->new( + 'log_obj' => $args{'log'}, + 'template_dir' => $config->{'paths'}->{'template_dir'}, + 'cgi_path' => $config->{'cgi-bin'}->{'cgi_path'}, + 'cgi_exec' => $config->{'progname'}, + 'image_dir' => $config->{'webserver'}->{'image_dir'}, + 'version' => $VERSION, + ); DESCRIPTION + This method is a constructor. PARAMETERS - parameter (type: string) (required) + log_obj (type: string) (required) + + Contains a reference to an instantiated log object. + + Default: none. + + template_dir (type: string) (required) + + Contains the path to find templates for the UI. + + Default: none. + + cgi_path (type: string) (required) + + Contains the URL to the CGI ( not including the CGI filename itself ). + + Default: none. + + cgi_exec (type: string) (required) + + Contains the filename of the CGI. + + Default: none. + + image_dir (type: string) (required) + + Contains the URL to the images referenced by the templates. + + Default: none. + + version (type: string) (required) + + Contains the current version name/number, to be referenced + by the templates. Default: none. @@ -106,14 +148,66 @@ SYNOPSIS + $ui->print_screen( + TITLE => 'SandWeb : login', + MENU_TITLE => 'SandWeb', + SUBMENU_TITLE => 'login', + CONTENT => $content, + JAVASCRIPT => $javascript, + MESSAGE => $message, + ); DESCRIPTION + This returns the output of all templates after total + reconstruction. This is the content that is intended + to be served to the end user. PARAMETERS - parameter (type: string) (required) + MESSAGE (type: string) (optional) + + Contains a message ( if any ) to embed into the template. + This is usually an error, warning, etc. + + Default: none. + + MENU_TITLE (type: string) (required) + + This is the main title of the page ( e.g. "SandWeb" ). + FIXME - this is no longer used, now we look for the logo img instead. + + Default: none. + + SUBMENU_TITLE (type: string) (required) + + This is the submenu title ( e.g. repository, sandbox, etc. ). + + Default: none. + + CONTENT (type: string) (required) + + This is the actual content of the page. + + Default: none. + + JAVASCRIPT (type: string) (optional) + + This inserts javascript ( if any ) into the page. + + Default: none. + + IMAGE_DIR (type: string) (required) + + This is the URL templates can use to reference images. + + Default: none. + + DEBUG (type: string) (optional) + + This is debug output. Default: none. + RETURN CODES @@ -183,11 +277,68 @@ SYNOPSIS + $ui->print_popup( + TITLE => 'SandWeb : delete', + MENU_TITLE => 'SandWeb', + SUBMENU_TITLE => 'delete', + CONTENT => $content, + MESSAGE => $message, + ); DESCRIPTION + This is like the print_screen method in that it returns + end-user consumable output, but it is intended to be + used for "pop-up" menus, not "main menus". PARAMETERS - parameter (type: string) (required) + MESSAGE (type: string) (optional) + + Contains a message ( if any ) to embed into the template. + This is usually an error, warning, etc. + + Default: none. + + MENU_TITLE (type: string) (required) + + This is the main title of the page ( e.g. "SandWeb" ). + FIXME - this is no longer used, now we look for the logo img instead. + + Default: none. + + SUBMENU_TITLE (type: string) (required) + + This is the submenu title ( e.g. repository, sandbox, etc. ). + + Default: none. + + CONTENT (type: string) (required) + + This is the actual content of the page. + + Default: none. + + JAVASCRIPT (type: string) (optional) + + This inserts javascript ( if any ) into the page. + + Default: none. + + IMAGE_DIR (type: string) (required) + + This is the URL templates can use to reference images. + + Default: none. + + DEBUG (type: string) (optional) + + This is debug output. + + Default: none. + + PREVIOUS_URL (type: string) (required) + + This is the URL that loaded us, in case we need to reload the + main page or something. Default: none. @@ -255,11 +406,16 @@ SYNOPSIS + my $menu_bar = $self->get_menu_bar(); DESCRIPTION + Returns the menu_bar at the top of every screen. PARAMETERS - parameter (type: string) (required) + @_ (type: array) (optional) + + Pass an array of name/value pairs to fill in the template. + FIXME - this param should have a name Default: none. @@ -306,11 +462,20 @@ SYNOPSIS + my $content = $ui->get_menu( + MENU => 'login', + PROGNAME => "$progname", + SALT => $salt, + ); + DESCRIPTION + Retrieves the template for the corresponding menu name. PARAMETERS - parameter (type: string) (required) + MENU (type: string) (required) + + The name of the menu to retrieve. Default: none. @@ -356,11 +521,18 @@ SYNOPSIS + my $javascript = $ui->get_javascript( + SCRIPT => 'md5', + ); + DESCRIPTION + Retrieves the template for the corresponding menu name. PARAMETERS - parameter (type: string) (required) + SCRIPT (type: string) (required) + + The name of the javascript template to load. Default: none. |
From: Rob H. <for...@us...> - 2003-01-14 07:17:04
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/File In directory sc8-pr-cvs1:/tmp/cvs-serv26356/SandWeb/File Modified Files: Unix.pm Log Message: corrected about half of the API docs, needs more work :P I'm just going through everything and making sure the docs match reality. Index: Unix.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File/Unix.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- Unix.pm 12 Jan 2003 05:13:47 -0000 1.9 +++ Unix.pm 14 Jan 2003 07:17:01 -0000 1.10 @@ -345,5 +345,17 @@ PARAMETERS - None. + location (type: string) (required) + + This contains the full ( absolute or relative ) path + to the file, as far as the file system is concerned. + + Default: none. + + filename (type: string) (required) + + This contains the full name of the file, as far as the + file system is concerned. + + Default: none. RETURN CODES @@ -459,20 +471,25 @@ return $self->{'age'}; } + =head1 METHOD - create_file + upload SYNOPSIS - my $return = $file->create_file(); + my $uploaded_file = $file->upload(); DESCRIPTION - Creates a file, using the filename passed to the constructor. + Recieves a file from the user. PARAMETERS - None. + filehandle (type: string) (required) + + This is a filehandle for the user's uploaded file. + + Default: none. RETURN CODES @@ -519,7 +536,32 @@ =head1 -download +METHOD + download + +SYNOPSIS + + my $downloaded_file = $file->download(); + +DESCRIPTION + + Downloads ( sends ) the file to the user + +PARAMETERS + + mime_type (type: string) (required) + + This is the mime_type for the current file. + + Default: none. - downloads ( sends ) the file to the user +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. =cut @@ -548,7 +590,29 @@ =head1 -exists +METHOD + exists + +SYNOPSIS + + my $file_exists = $file->exists(); + +DESCRIPTION + + Checks for existence of a file. + +PARAMETERS + + None. - returns 1 if the file exists, 0 if it does not +RETURN CODES + + 1 = The file exists. + + 0 = The file does not exist. + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -559,5 +623,11 @@ my $location = $self->{'location'}; my $filename = $self->{'filename'}; + +# FIXME I don't think we're getting passed contents? +# +# I'm going to remove this soon. +# my $contents = $args{'contents'}; + my $log = $self->{'log_obj'}; @@ -582,18 +652,21 @@ METHOD - create_folder + create_file SYNOPSIS - my $return = $file->create_folder(); + my $return = $file->create_file(); DESCRIPTION - Creates a folder ( also known as a directory ) using the - filename passed to the constructor. + Creates a file, using the filename passed to the constructor. PARAMETERS - None. + contents (type: string) (required) + + This contains the desired contents of the new file. + + Default: none. RETURN CODES @@ -630,7 +703,29 @@ =head1 -create_folder +METHOD + create_folder + +SYNOPSIS - creates (mkdir) a new folder + my $return = $file->create_folder(); + +DESCRIPTION + + Creates a folder ( also known as a directory ) using the + filename passed to the constructor. + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. =cut @@ -655,9 +750,9 @@ METHOD - remove_file + delete SYNOPSIS - my $return = $file->remove_file(); + my $return = $file->delete_file(); DESCRIPTION @@ -667,5 +762,5 @@ PARAMETERS - none. + None. RETURN CODES @@ -707,9 +802,9 @@ METHOD - remove_folder + delete_folder SYNOPSIS - my $return = $file->remove_folder(); + my $return = $file->delete_folder(); DESCRIPTION @@ -719,5 +814,10 @@ PARAMETERS - none. + recurse (type: boolean) (required) + + Whether or not this delete should be recursive ( i.e., should + it remove the references file/folder and all subfiles/subfolders ). + + Default: none. RETURN CODES @@ -769,6 +869,8 @@ PARAMETERS - tocopy (type: string) (required) - Contains the full path and filename of the copy. + tocopy (type: string) (required) + Contains the full path and filename of the copy. + + Default: none RETURN CODES @@ -828,6 +930,9 @@ PARAMETERS - tocopy (type: string) (required) - Contains the full path and filename of the new file. + tocopy (type: string) (required) + + Contains the full path and filename of the new file. + + Default: none. RETURN CODES @@ -862,9 +967,34 @@ return 1; } + =head1 -file_read +METHOD + + file_read + +SYNOPSIS + + my $return = $file->file_read(); + +DESCRIPTION + + Returns the contents of the current file. + +PARAMETERS + + None. + +RETURN CODES - reads the contents of the current file + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -885,4 +1015,35 @@ writes contents out to file +METHOD + + file_write + +SYNOPSIS + + my $return = $file->file_write( contents => $contents ); + +DESCRIPTION + + Overwrites the current file with contents. + +PARAMETERS + + contents (type: string) (required) + + Contains the content to overwrite the current file with. + + Default: none. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut @@ -911,4 +1072,31 @@ returns the supported file commands +METHOD + + file_read + +SYNOPSIS + + my $return = $file->file_read(); + +DESCRIPTION + + Returns the contents of the current file. + +PARAMETERS + + None. + +RETURN CODES + + 1 = The operation completed successfully. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + +-------------------------------------------------------------------------------- =cut |
From: Rob H. <for...@us...> - 2003-01-14 07:17:04
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Auth In directory sc8-pr-cvs1:/tmp/cvs-serv26356/SandWeb/Auth Modified Files: FlatFile.pm Log Message: corrected about half of the API docs, needs more work :P I'm just going through everything and making sure the docs match reality. Index: FlatFile.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Auth/FlatFile.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- FlatFile.pm 12 Jan 2003 05:13:47 -0000 1.10 +++ FlatFile.pm 14 Jan 2003 07:17:01 -0000 1.11 @@ -131,5 +131,5 @@ Default: none. - user_dir (type: string) (required) + data_dir (type: string) (required) The root of where homedirs are stored. |
From: Rob H. <for...@us...> - 2003-01-14 00:57:59
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv16236/templates Modified Files: tool_bar.html Log Message: ah, finally got all the images to align with the text, looks nice now :) Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- tool_bar.html 13 Jan 2003 08:33:00 -0000 1.17 +++ tool_bar.html 14 Jan 2003 00:57:56 -0000 1.18 @@ -6,5 +6,5 @@ <table width="100%" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> - <td width="100%" align="center" valign="middle"> + <td width="100%" align="center" valign="absmiddle"> <table border="0" width="100%" cellspacing="2" cellpadding="2" align="center"> <tr> @@ -13,8 +13,8 @@ <input type="hidden" name="action"> - <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='create_folder';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/create_folder.png" alt="Create Folder" title="Create Folder" border="0"></a> - <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='delete';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/delete.png" alt="Delete" title="Delete" border="0"></a> - <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='rename';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/rename.png" alt="Rename" title="Rename" border="0"></a> - <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='upload';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/upload.png" alt="Upload" title="Upload" border="0"></a> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='create_folder';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/create_folder.png" alt="Create Folder" title="Create Folder" border="0" align="absmiddle"></a> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='delete';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/delete.png" alt="Delete" title="Delete" border="0" align="absmiddle"></a> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='rename';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/rename.png" alt="Rename" title="Rename" border="0" align="absmiddle"></a> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='upload';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/upload.png" alt="Upload" title="Upload" border="0" align="absmiddle"></a> | <select name="vcs_command"> @@ -25,5 +25,5 @@ </select> - <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='vcs';document.browse.submit()}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='vcs';document.browse.submit()}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0" align="absmiddle"></a> </td> </tr> |
From: Rob H. <for...@us...> - 2003-01-14 00:46:39
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv13391/lib/SandWeb Modified Files: UI.pm Log Message: this change causes the SandWeb logo to load at the top of the screen. Index: UI.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/UI.pm,v retrieving revision 1.39 retrieving revision 1.40 diff -U2 -r1.39 -r1.40 --- UI.pm 6 Jan 2003 09:46:17 -0000 1.39 +++ UI.pm 14 Jan 2003 00:46:35 -0000 1.40 @@ -91,4 +91,5 @@ 'cgi_path' => $args{'cgi_path'}, 'cgi_exec' => $args{'cgi_exec'}, + 'image_dir' => $args{'image_dir'}, 'version' => $args{'version'}, }, $class; @@ -133,4 +134,5 @@ my %args = @_; my $template_dir = $self->_get_template_dir(); + my $image_dir = $self->_get_image_dir(); my $menu_bar = $self->get_menu_bar(); my $log = $self->_logobj(); @@ -161,4 +163,5 @@ CONTENT => $args{'CONTENT'}, JAVASCRIPT => $args{'JAVASCRIPT'}, + IMAGE_DIR => $image_dir, MENU_BAR => $menu_bar, DEBUG => \@debug_msgs, @@ -208,4 +211,5 @@ my %args = @_; my $template_dir = $self->_get_template_dir(); + my $image_dir = $self->_get_image_dir(); my $log = $self->_logobj(); @@ -280,4 +284,5 @@ my $template_dir = $self->_get_template_dir(); + my $image_dir = $self->_get_image_dir(); my %defaults = ( @@ -330,4 +335,5 @@ my $template_dir = $self->_get_template_dir(); + my $image_dir = $self->_get_image_dir(); my $log = $self->_logobj(); @@ -378,4 +384,5 @@ my $template_dir = $self->_get_template_dir(); + my $image_dir = $self->_get_image_dir(); my $log = $self->_logobj(); @@ -398,4 +405,7 @@ sub _get_template_dir { return $_[0]->{'template_dir'}; +} +sub _get_image_dir { + return $_[0]->{'image_dir'}; } sub _logobj { |
From: Rob H. <for...@us...> - 2003-01-14 00:46:39
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv13391/templates Modified Files: framework.html Log Message: this change causes the SandWeb logo to load at the top of the screen. Index: framework.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v retrieving revision 1.26 retrieving revision 1.27 diff -U2 -r1.26 -r1.27 --- framework.html 6 Jan 2003 09:02:27 -0000 1.26 +++ framework.html 14 Jan 2003 00:46:36 -0000 1.27 @@ -27,5 +27,5 @@ </td> <td width="25%" align="right"> - <img src="<TMPL_VAR NAME=IMAGES_DIR>/sandweb-logo.png" title="SandWeb" alt="SandWeb"> + <img src="<TMPL_VAR NAME=IMAGE_DIR>/sandweb-logo.png" title="SandWeb" alt="SandWeb"> <!-- <font size="4"><b><TMPL_VAR NAME=MENU_TITLE></b></font> --> </td> |
From: Rob H. <for...@us...> - 2003-01-14 00:46:38
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv13391/lib Modified Files: SandWeb.pm Log Message: this change causes the SandWeb logo to load at the top of the screen. Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -U2 -r1.21 -r1.22 --- SandWeb.pm 5 Jan 2003 08:59:07 -0000 1.21 +++ SandWeb.pm 14 Jan 2003 00:46:35 -0000 1.22 @@ -159,5 +159,6 @@ 'cgi_path' => $config->{'cgi-bin'}->{'cgi_path'}, 'cgi_exec' => $config->{'progname'}, - 'version' => $VERSION, + 'image_dir' => $config->{'webserver'}->{'image_dir'}, + 'version' => $VERSION, ); return $ui; |
From: Rob H. <for...@us...> - 2003-01-14 00:27:59
|
Update of /cvsroot/sandweb/sandweb/images In directory sc8-pr-cvs1:/tmp/cvs-serv8065 Modified Files: go.png go.xcf Log Message: hmm.. i like this go button better so far Index: go.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.png,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 Binary files /tmp/cvse8o5yl and /tmp/cvso5dEWw differ Index: go.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.xcf,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 Binary files /tmp/cvsUm731m and /tmp/cvseyUBQz differ |
From: Rob H. <for...@us...> - 2003-01-14 00:11:09
|
Update of /cvsroot/sandweb/sandweb/images In directory sc8-pr-cvs1:/tmp/cvs-serv1638 Modified Files: create_folder.png create_folder.xcf delete.png delete.xcf go.png go.xcf rename.png rename.xcf sandweb-logo.png upload.png upload.xcf Log Message: added a "final background" layer, which matches the color of SandWeb's default background. this silliness is to deal with the fact that IE 5 can't handle transparencies in PNGs, and it just looks silly.. also, experimenting with having a full-size "go" button, I think it'll be ugly but might as well try it. Index: create_folder.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/create_folder.png,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvs7CMItu and /tmp/cvsmTTOHO differ Index: create_folder.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/create_folder.xcf,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsZqSipI and /tmp/cvsSJwnvg differ Index: delete.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/delete.png,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsfXKH2L and /tmp/cvscQqrTn differ Index: delete.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/delete.xcf,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsYVCe2X and /tmp/cvsmi5nJL differ Index: go.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.png,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsAqxIw0 and /tmp/cvscLdnRQ differ Index: go.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.xcf,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsto6zZ1 and /tmp/cvs20YLKT differ Index: rename.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/rename.png,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsoLJ8V0 and /tmp/cvs4SqsXT differ Index: rename.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/rename.xcf,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsvgupWe and /tmp/cvsgcaQBj differ Index: sandweb-logo.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/sandweb-logo.png,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 Binary files /tmp/cvsJ2t6Pd and /tmp/cvsoiIQBj differ Index: upload.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/upload.png,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvs3Hga1e and /tmp/cvsCT4B5l differ Index: upload.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/upload.xcf,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 Binary files /tmp/cvsdUmj5c and /tmp/cvsk0Z8Tf differ |
Update of /cvsroot/sandweb/sandweb/images In directory sc8-pr-cvs1:/tmp/cvs-serv8815 Modified Files: create_folder.png create_folder.xcf delete.png delete.xcf font.txt go.png go.xcf rename.png rename.xcf upload.png upload.xcf Log Message: made the font a bit better Index: create_folder.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/create_folder.png,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsP2AS9d and /tmp/cvsuHqp3h differ Index: create_folder.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/create_folder.xcf,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsvxNABJ and /tmp/cvsM4uqSi differ Index: delete.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/delete.png,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsj4pNch and /tmp/cvsC3zZyq differ Index: delete.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/delete.xcf,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvstrAQGz and /tmp/cvsG5b84Y differ Index: font.txt =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/font.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- font.txt 13 Jan 2003 19:17:28 -0000 1.3 +++ font.txt 13 Jan 2003 20:14:11 -0000 1.4 @@ -1,2 +1,2 @@ -newcenturyscklbk, bold, 14 pts +newcenturyscklbk, bold, 13 pts Index: go.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.png,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsBRTWNj and /tmp/cvsy5DBpt differ Index: go.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/go.xcf,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvs6fy94J and /tmp/cvsOWEiVj differ Index: rename.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/rename.png,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsxqBIid and /tmp/cvsaXMWlg differ Index: rename.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/rename.xcf,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvsaVpIAg and /tmp/cvsUn6wTm differ Index: upload.png =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/upload.png,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvs0gFKxj and /tmp/cvs0ydJfv differ Index: upload.xcf =================================================================== RCS file: /cvsroot/sandweb/sandweb/images/upload.xcf,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 Binary files /tmp/cvs2Z52Yn and /tmp/cvsoZg3IB differ |