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-07-06 07:19:18
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv31632/bin Modified Files: sandweb-ssh Log Message: removing annoying warning msg Nick reported, came from having an unwritable ~www/.ssh dir Index: sandweb-ssh =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb-ssh,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- sandweb-ssh 1 Apr 2003 01:21:40 -0000 1.1 +++ sandweb-ssh 6 Jul 2003 07:19:15 -0000 1.2 @@ -24,5 +24,5 @@ # Here's the main action of this script -$SSH_BIN -o'StrictHostKeyChecking no' $SSH_ARGS +$SSH_BIN -q -o'StrictHostKeyChecking no' $SSH_ARGS # Exit normally |
From: Rob H. <for...@us...> - 2003-06-25 08:03:38
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv22848 Modified Files: INSTALL Log Message: added known issue Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- INSTALL 1 Apr 2003 03:06:22 -0000 1.17 +++ INSTALL 25 Jun 2003 08:03:36 -0000 1.18 @@ -81,4 +81,7 @@ with ksh ( the Korn shell ). - * The apache user must have write access to ~/.ssh or ~/.ssh2 ( depending - on the version of SSH you have installed ). This is to store hostkeys. + * If the web user's name has a space in it, the file size will be reported + incorrectly. + + * If a checkout fails, you'll end up with an empty directory. You can change + your settings and try to update the directory, or delete it. |
From: Rob H. <for...@us...> - 2003-06-25 08:03:13
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv22801 Modified Files: Tag: release-1_0-branch INSTALL Log Message: added known issue Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.17.2.1 retrieving revision 1.17.2.2 diff -U2 -r1.17.2.1 -r1.17.2.2 --- INSTALL 25 Jun 2003 08:02:05 -0000 1.17.2.1 +++ INSTALL 25 Jun 2003 08:03:08 -0000 1.17.2.2 @@ -83,2 +83,5 @@ * If the web user's name has a space in it, the file size will be reported incorrectly. + + * If a checkout fails, you'll end up with an empty directory. You can change + your settings and try to update the directory, or delete it. |
From: Rob H. <for...@us...> - 2003-06-25 08:02:08
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv22615 Modified Files: Tag: release-1_0-branch INSTALL Log Message: added known issue Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -U2 -r1.17 -r1.17.2.1 --- INSTALL 1 Apr 2003 03:06:22 -0000 1.17 +++ INSTALL 25 Jun 2003 08:02:05 -0000 1.17.2.1 @@ -81,4 +81,4 @@ with ksh ( the Korn shell ). - * The apache user must have write access to ~/.ssh or ~/.ssh2 ( depending - on the version of SSH you have installed ). This is to store hostkeys. + * If the web user's name has a space in it, the file size will be reported + incorrectly. |
From: Rob H. <for...@us...> - 2003-06-25 07:41:50
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv19922/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: merging "spaces in CVSROOT setting" fix to trunk Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.49 retrieving revision 1.50 diff -U2 -r1.49 -r1.50 --- cvs.pm 1 Jun 2003 10:07:59 -0000 1.49 +++ cvs.pm 25 Jun 2003 07:41:47 -0000 1.50 @@ -812,5 +812,5 @@ if ($recurse) { push @param, " -R" }; - print "cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1"; + print "cd \"$sandbox\" && cvs -d \"$root\" @param \"$file\" 2>&1"; $log->debug("Performing diff operation"); @@ -2598,5 +2598,5 @@ my %return = $shell->execute( - 'command' => "cd $sandbox && MESSAGE_FILE=\"$users_dir/commitmsg\" && export MESSAGE_FILE && CVSEDITOR=$bindir/sandweb-editor && export CVSEDITOR && SSH_BIN=$ssh_bin && export SSH_BIN && CVS_RSH=$bindir/sandweb-ssh && export CVS_RSH && $cvs_bin -q -d $root $param \'$file\'", + 'command' => "cd $sandbox && MESSAGE_FILE=\"$users_dir/commitmsg\" && export MESSAGE_FILE && CVSEDITOR=$bindir/sandweb-editor && export CVSEDITOR && SSH_BIN=$ssh_bin && export SSH_BIN && CVS_RSH=$bindir/sandweb-ssh && export CVS_RSH && $cvs_bin -q -d \"$root\" $param \'$file\'", ); |
From: Rob H. <for...@us...> - 2003-06-25 07:40:30
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv19697/lib/SandWeb/Repository Modified Files: Tag: release-1_0-branch cvs.pm Log Message: allowing spaces in the CVSROOT setting; I noticed this testing on Cygwin/Win2k, because my default homedir is "/home/Rob Helmer", and that space was causing "make test" to fail. Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.46.2.3 retrieving revision 1.46.2.4 diff -U2 -r1.46.2.3 -r1.46.2.4 --- cvs.pm 1 Jun 2003 09:57:21 -0000 1.46.2.3 +++ cvs.pm 25 Jun 2003 07:40:26 -0000 1.46.2.4 @@ -811,5 +811,5 @@ if ($recurse) { push @param, " -R" }; - print "cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1"; + print "cd \"$sandbox\" && cvs -d \"$root\" @param \"$file\" 2>&1"; $log->debug("Performing diff operation"); @@ -2597,5 +2597,5 @@ my %return = $shell->execute( - 'command' => "cd $sandbox && MESSAGE_FILE=\"$users_dir/commitmsg\" && export MESSAGE_FILE && CVSEDITOR=$bindir/sandweb-editor && export CVSEDITOR && SSH_BIN=$ssh_bin && export SSH_BIN && CVS_RSH=$bindir/sandweb-ssh && export CVS_RSH && $cvs_bin -q -d $root $param \'$file\'", + 'command' => "cd $sandbox && MESSAGE_FILE=\"$users_dir/commitmsg\" && export MESSAGE_FILE && CVSEDITOR=$bindir/sandweb-editor && export CVSEDITOR && SSH_BIN=$ssh_bin && export SSH_BIN && CVS_RSH=$bindir/sandweb-ssh && export CVS_RSH && $cvs_bin -q -d \"$root\" $param \'$file\'", ); |
From: Rob H. <for...@us...> - 2003-06-25 07:28:15
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv18459 Modified Files: Makefile.PL Log Message: merging "sandweb-admin shouldn't go unconfigured to /usr/bin" fix to trunk Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- Makefile.PL 23 Apr 2003 20:52:25 -0000 1.13 +++ Makefile.PL 25 Jun 2003 07:28:11 -0000 1.14 @@ -22,6 +22,4 @@ 'CGI' => '0', }, - - EXE_FILES => [ 'bin/sandweb-admin', ], ); |
From: Rob H. <for...@us...> - 2003-06-25 07:26:54
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv18121 Modified Files: Tag: release-1_0-branch Makefile.PL Log Message: this change makes sandweb-admin not install to /usr/bin/ by default (since we're doing a custom install using tools/install_script.pl, it's probably best just not to tell MakeMaker about sandweb-admin). Only problem is that MakeMaker doesn't do the manpage for us anymore; well, it just uses pod2man, I guess we can do that ourselves, since we're doing a custom install for everything else. Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.12.2.1 retrieving revision 1.12.2.2 diff -U2 -r1.12.2.1 -r1.12.2.2 --- Makefile.PL 24 Apr 2003 18:28:37 -0000 1.12.2.1 +++ Makefile.PL 25 Jun 2003 07:26:51 -0000 1.12.2.2 @@ -22,6 +22,4 @@ 'CGI' => '0', }, - - EXE_FILES => [ 'bin/sandweb-admin', ], ); |
From: Rob H. <for...@us...> - 2003-06-14 05:42:43
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv19173/lib/SandWeb Modified Files: Tag: release-1_0-branch Security.pm Log Message: allowing : for CVSNT users (copied fix from trunk) Index: Security.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Security.pm,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -U2 -r1.7 -r1.7.2.1 --- Security.pm 5 Mar 2003 08:41:29 -0000 1.7 +++ Security.pm 14 Jun 2003 05:42:40 -0000 1.7.2.1 @@ -182,5 +182,5 @@ # Security check - erase unsafe characters - $characters =~ s/([\`\~\!\@\#\$\%\^\&\*\(\)\=\+\[\{\]\}\;\:\'\"\\<\>\?\\\|])//g; + $characters =~ s/([\`\~\!\@\#\$\%\^\&\*\(\)\=\+\[\{\]\}\;\'\"\\<\>\?\\\|])//g; return $characters; |
From: Rob H. <for...@us...> - 2003-06-14 05:41:58
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv19103/lib/SandWeb Modified Files: Security.pm Log Message: : should be safe (required for cvsnt support) Index: Security.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Security.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- Security.pm 5 Mar 2003 08:41:29 -0000 1.7 +++ Security.pm 14 Jun 2003 05:41:55 -0000 1.8 @@ -182,5 +182,5 @@ # Security check - erase unsafe characters - $characters =~ s/([\`\~\!\@\#\$\%\^\&\*\(\)\=\+\[\{\]\}\;\:\'\"\\<\>\?\\\|])//g; + $characters =~ s/([\`\~\!\@\#\$\%\^\&\*\(\)\=\+\[\{\]\}\;\'\"\\<\>\?\\\|])//g; return $characters; |
From: Rob H. <for...@us...> - 2003-06-09 18:38:36
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv14263/templates Modified Files: tool_bar.html upload.html Log Message: * disabled "CVS status" requests, this should happen from CVS/* metadatadir anyway (those "status" patches need some cleanup anyway) * new feature - batch/upload download. Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.18 retrieving revision 1.19 diff -U2 -r1.18 -r1.19 --- tool_bar.html 14 Jan 2003 00:57:56 -0000 1.18 +++ tool_bar.html 9 Jun 2003 18:16:15 -0000 1.19 @@ -17,4 +17,5 @@ <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> + <a href="javascript:{onClick=myOpenWindow();document.browse.action.value='batch_download';document.browse.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/batch_download.png" alt="Batch Download" title="Batch Download" border="0" align="absmiddle"></a> | <select name="vcs_command"> Index: upload.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload.html,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- upload.html 13 Jan 2003 08:33:00 -0000 1.12 +++ upload.html 9 Jun 2003 18:16:15 -0000 1.13 @@ -10,7 +10,9 @@ <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden"> <input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden"> +<input name="batch" value="<TMPL_VAR NAME=BATCH>" type="hidden"> <input name="Submit" value="1" type="hidden"> Enter a file to upload:<br> <input name="filehandle" type="file"><br> +Batch: <input type="checkbox" name="batch"/><br> <a href="javascript:{document.upload.Submit.value='Done';setTimeout('window.close()',2000);document.upload.submit();}"><img src="<TMPL_VAR NAME=IMAGE_DIR>/go.png" alt="Go" title="Go" border="0"></a> <br> |
From: Rob H. <for...@us...> - 2003-06-09 18:38:35
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv14263/bin Modified Files: sandweb.cgi Log Message: * disabled "CVS status" requests, this should happen from CVS/* metadatadir anyway (those "status" patches need some cleanup anyway) * new feature - batch/upload download. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.354 retrieving revision 1.355 diff -U2 -r1.354 -r1.355 --- sandweb.cgi 1 Jun 2003 20:26:24 -0000 1.354 +++ sandweb.cgi 9 Jun 2003 18:16:13 -0000 1.355 @@ -553,4 +553,6 @@ elsif ( $action eq 'upload' ) { # called file uploader + my $batch = $cgi->param('batch'); + if ($submit) { upload_commit( @@ -561,4 +563,5 @@ location => $location, previous_url => $previous_url, + batch => $batch, ) } else { @@ -568,7 +571,36 @@ repo_name => $repo_name, location => $location, + batch => $batch, ); } } + elsif ( $action eq 'batch_download' ) { + # called batch file downloader + + my @files = (); + + if ( $cgi->param('filename') ) { + @files = $cgi->param('filename'), + } else { + @files = ('.'); + } + + batch_download_menu( + ck_auth => $ck_auth, + filename => \@files, + module_name => $module_name, + repo_name => $repo_name, + location => $location, + ); + } + elsif ( $action eq 'batch_download_commit' ) { + # called batch file downloader + batch_download_commit( + ck_auth => $ck_auth, + module_name => $module_name, + repo_name => $repo_name, + location => $location, + ); + } elsif ( $action eq 'download_file' ) { # called file downloader @@ -977,6 +1009,7 @@ $log->debug("current_location: ".$location); - my %localstatus = $repository->status(file => ".", recurse => "false" ); - my @localstatusoutput=$localstatus{output}; + #my %localstatus = $repository->status(file => ".", recurse => "false" ); + #my @localstatusoutput=$localstatus{output}; + my @localstatusoutput = ''; my %browser = $browse->get_browser( @@ -986,6 +1019,6 @@ 'repo_name' => $repo_name, 'sort' => $sort, - 'viewcvs' => $viewcvs, - 'localstatus' => \@localstatusoutput, + 'viewcvs' => $viewcvs, + 'localstatus' => \@localstatusoutput, ); @@ -1868,4 +1901,5 @@ my $repo_name = $args{'repo_name'}; my $prev_url = "$ENV{'HTTP_REFERER'}"; + my $batch = $args{'batch'}; my $image_dir = $config->{'webserver'}->{'image_dir'}; @@ -1879,4 +1913,5 @@ PREVIOUS_URL => $prev_url, IMAGE_DIR => $image_dir, + BATCH => $batch, ); print $cgi->header( -cookie => $ck_auth ); @@ -1893,4 +1928,96 @@ =head1 ############################################################################### +# batch download menu +# +# allows user to download a set of files +# +# args: +# ck_auth - the sessions cookie +# location - system path to the file(s) specified by filename +# repo_name - name of the current repository. +# module_name - name of the current module. +# users_dir - location of user sandbox directories. +############################################################################### +=cut + +sub batch_download_menu{ + my %args = @_; + + my $ck_auth = $args{'ck_auth'}; + my $location = $args{'location'}; + my $username = $auth->get_username(); + my $users_dir = $config->{'paths'}->{'users_dir'}; + my $repo_name = $args{'repo_name'}; + my $module_name = $args{'module_name'}; + my $previous_url = $args{'previous_url'}; + my $filename = $args{'filename'}; + + my @files = (); + my $count=0; + while ( $filename->[$count] ) { + my $line = $filename->[$count]; + unless ($line eq '.') { + push (@files, "$module_name/$line"); + } + $count++; + } + + my $files; + + foreach my $file (@files){ + chomp $file; + if ($file =~ "CVS") { + $file = ''; + } elsif ($file) { + $files = $files." \"$file\""; + } + } + + unless ($files){ + $log->debug("no file was selected for download"); + my $content = $ui->get_menu( + MENU => 'output', + LOCATION => $location, + FILENAME => '', + OUTPUT => "Please select file or folders to +download", + ERROR => "No files selected", + ); + print $cgi->header( -cookie => $ck_auth ); + $ui->print_popup( + TITLE => 'SandWeb : batch download', + MENU_TITLE => 'SandWeb', + SUBMENU_TITLE => 'batch download', + FOOTER => '', + CONTENT => $content, + MESSAGE => $message, + ); + exit; + } + + # FIXME - move to SW::File + print `cd $users_dir/$username/$repo_name/ && /bin/tar -cf $users_dir/$username/.tmp/$module_name.tar $files 2>&1 > /dev/null`; + + my $content = $ui->get_menu( + MENU => 'batch_download', + LOCATION => $location, + PROGNAME => $progname, + MODULE_NAME => $module_name, + REPO_NAME => $repo_name, + DOWNLOAD => "/cgi-bin/sandweb.cgi/$module_name.tar?action=batch_download_commit&module_name=$module_name", + ); + print $cgi->header( -cookie => $ck_auth ); + $ui->print_popup( + TITLE=> 'SandWeb : download batch', + MENU_TITLE => 'SandWeb', + SUBMENU_TITLE => 'download batch', + FOOTER => '', + CONTENT => $content, + MESSAGE => $message, + ); +} + +=head1 +############################################################################### # vcs menu # @@ -2513,4 +2640,5 @@ my $module_name = $args{'module_name'}; my $previous_url = $args{'previous_url'}; + my $batch = $args{'batch'}; my $filename = $args{'filename'}; my $filehandle = $args{'filehandle'}; @@ -2530,4 +2658,11 @@ filehandle => $filehandle, ); + # if it's a batch, unpack it! + # FIXME - need a way to notify user of success/failure! + if ($batch) { + `cd $users_dir/$username/$repo_name/ && tar xvf "$module_name/$location/$filename"`; + # don't want to leave batches laying around.. + $file->delete(); + } print $cgi->redirect( "$previous_url" ); } else { @@ -2535,4 +2670,45 @@ print $cgi->redirect( "$previous_url" ); } +} + +=head1 +############################################################################### +# batch_download_commit generates an archive of files and sends the archive to +# the user. +# +# A File object is created and used. +# +# args: +# ck_auth - the sessions cookie +# filename - name of the file(s) that the File object should +# be invoked with. +# location - system path to the file(s) specified by filename +# repo_name - name of the current repository. +# module_name - name of the current module. +# users_dir - location of user sandbox directories. +############################################################################### + +=cut + +sub batch_download_commit { + my %args = @_; + + my $ck_auth = $args{'ck_auth'}; + my $location = $args{'location'}; + my $username = $auth->get_username(); + my $users_dir = $config->{'paths'}->{'users_dir'}; + my $repo_name = $args{'repo_name'}; + my $module_name = $args{'module_name'}; + my $previous_url = $args{'previous_url'}; + + my $file = SandWeb::File->new( + 'config_obj' => $config, + 'log_obj' => $log, + 'filename' => "$module_name.tar", + 'location' => "$users_dir/$username/.tmp/", + ); + + $file->download(); + $file->delete(); } |
From: Rob H. <for...@us...> - 2003-06-09 18:19:56
|
Update of /cvsroot/sandweb/sandweb/images In directory sc8-pr-cvs1:/tmp/cvs-serv14746/images Added Files: batch_download.png batch_download.xcf Log Message: images for batch download (stole from RH's "Bluecurve" icon set) --- NEW FILE --- PNG â¥ÿ£9gÎ÷ýÎ>ÍùàCý%>ÀÞ°Ø $§ÿ ,êÄb50rüí#=ÒÝ5W,Ô'_=6F¤e#;ÞE&¡³³X,R R©i$ ®_ÐRN,`?9|lfÎÝPAï×ÐF¾ðÄéêê¢ZbÛ6ÅbJ¥ã8H) Ã466. ° ±Æ^ÿëYÎ]®lëi_¿aMëÞÓ§À¨ºþÐùá7|eÇæl»¦I:ÛH/ËK®FJR ×uqp8<_¾Enô4Ëb%º×¯¥gÓ&ü@Qóay[_(ùs¯;7nUªF¼vmI¨ÏÜ¿ÞÍÝäræÎHкþ Z6àyµZ ÏóP5qp§ÑؤbÅ"cc/ð³OÍÏ[eç,0Ôà&Q²9 8u«3LMR«Í$v÷.ZÚV£"îÊ3QB I<á,fi ËWüæKúÎÎ"DH9? y[ß1 ú{³®ø:OY^|ù,m-ɯu,{oe{¹dqæU.Zµ¾ÙbíÕÑIûTÕ Î#À"å{ºí¹2úÉ[[·*ÖìàòHß9óïÀ æO¹¨ÍÿU --- NEW FILE --- gimp xcf file %gQ&0- -HIKLUG1 1þ( < ,I»øÿÿù5 tU <±Öóÿÿø ûêG ÿýûôÿÿýêG |
From: Rob H. <for...@us...> - 2003-06-08 05:04:45
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv17322/debian Modified Files: changelog Log Message: oops, debian doesn't want a - there.. Index: changelog =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/changelog,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- changelog 8 Jun 2003 05:03:41 -0000 1.5 +++ changelog 8 Jun 2003 05:04:38 -0000 1.6 @@ -1,3 +1,3 @@ -sandweb (1.1-ALPHA) unstable; urgency=low +sandweb (1.1alpha) unstable; urgency=low * First post-1.0 release |
From: Rob H. <for...@us...> - 2003-06-08 05:03:45
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv16900/lib/SandWeb Modified Files: Browse.pm Log Message: * bumped version number to 1.1-ALPHA on trunk (to avoid confusion) * uncommented a debug statement in Browse Index: Browse.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v retrieving revision 1.84 retrieving revision 1.85 diff -U2 -r1.84 -r1.85 --- Browse.pm 23 Apr 2003 22:57:17 -0000 1.84 +++ Browse.pm 8 Jun 2003 05:03:42 -0000 1.85 @@ -296,5 +296,5 @@ # Reading status in current directory # - #$log->debug("Local status: @localstatusoutput"); + $log->debug("Local status: @localstatusoutput"); my @output=split( /File:/, $localstatusoutput[0]); my $line; |
From: Rob H. <for...@us...> - 2003-06-08 05:03:45
|
Update of /cvsroot/sandweb/sandweb/lib In directory sc8-pr-cvs1:/tmp/cvs-serv16900/lib Modified Files: SandWeb.pm Log Message: * bumped version number to 1.1-ALPHA on trunk (to avoid confusion) * uncommented a debug statement in Browse Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.27 retrieving revision 1.28 diff -U2 -r1.27 -r1.28 --- SandWeb.pm 22 Apr 2003 17:12:50 -0000 1.27 +++ SandWeb.pm 8 Jun 2003 05:03:42 -0000 1.28 @@ -94,5 +94,5 @@ =cut -$VERSION = '1.0RC3'; +$VERSION = '1.1-ALPHA'; sub get_version { return $VERSION; |
From: Rob H. <for...@us...> - 2003-06-08 05:03:45
|
Update of /cvsroot/sandweb/sandweb/debian In directory sc8-pr-cvs1:/tmp/cvs-serv16900/debian Modified Files: changelog Log Message: * bumped version number to 1.1-ALPHA on trunk (to avoid confusion) * uncommented a debug statement in Browse Index: changelog =================================================================== RCS file: /cvsroot/sandweb/sandweb/debian/changelog,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- changelog 22 Apr 2003 17:12:49 -0000 1.4 +++ changelog 8 Jun 2003 05:03:41 -0000 1.5 @@ -1,2 +1,8 @@ +sandweb (1.1-ALPHA) unstable; urgency=low + + * First post-1.0 release + + -- root <rh...@ro...> Wed, 12 Apr 2003 19:48:30 -0800 + sandweb (1.0rc3-1) unstable; urgency=low |
From: Rob H. <for...@us...> - 2003-06-08 05:03:44
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv16900 Modified Files: README install.cfg Log Message: * bumped version number to 1.1-ALPHA on trunk (to avoid confusion) * uncommented a debug statement in Browse Index: README =================================================================== RCS file: /cvsroot/sandweb/sandweb/README,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- README 22 Apr 2003 17:12:48 -0000 1.13 +++ README 8 Jun 2003 05:03:41 -0000 1.14 @@ -1,4 +1,4 @@ ============================================================================ -SandWeb Summary - 1.0RC3 Release +SandWeb Summary - 1.1-ALPHA Release ============================================================================ @@ -8,5 +8,5 @@ It is essentially a multi-user client to version control systems ( VCS ) such as CVS, SVN ( Subversion ), arch or RCS ( only CVS is supported for -the 1.0RC3 release ). +the 1.1-ALPHA release ). SandWeb requires a user agent that supports and allows Javascript @@ -20,5 +20,5 @@ using SandWeb. -The 1.0RC3 release only supports "FlatFile" authentication, in +The 1.1-ALPHA release only supports "FlatFile" authentication, in which SandWeb uses it's own password file and format. More authentication systems are planned for future releases. @@ -86,5 +86,5 @@ You are now at the repository menu. You can enter username, password, version control system, server name and version control root for as -many repositories as you want. For the 1.0RC3 release, SandWeb supports +many repositories as you want. For the 1.1-ALPHA release, SandWeb supports "local", "pserver" and "SSH" CVS repositories. Index: install.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/install.cfg,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- install.cfg 1 Apr 2003 06:42:18 -0000 1.23 +++ install.cfg 8 Jun 2003 05:03:41 -0000 1.24 @@ -2,13 +2,13 @@ package config; -$bindir = '/usr/local/bin'; -$cfgdir = '/usr/local/etc/sandweb'; -$cgidir = '/var/www/cgi-bin'; -$imgdir = '/var/www/images'; -$tmpldir = '/usr/local/lib/sandweb/templates'; -$cachedir = '/usr/local/share/sandweb'; -$logdir = '/var/log'; -$httpuser = 'www'; +$cfgdir = './debian/tmp/etc/sandweb'; +$cgidir = './debian/tmp/usr/lib/cgi-bin'; +$imgdir = './debian/tmp/var/www/images'; +$tmpldir = './debian/tmp/usr/lib/sandweb/templates'; +$cachedir = './debian/tmp/usr/share/sandweb'; +$logdir = './debian/tmp/var/log'; +$httpuser = 'www-data'; $expectbin = '/usr/bin/expect'; +$bindir = './debian/tmp/usr/bin'; $ssh_bin = '/usr/bin/ssh'; $cvs_bin = '/usr/bin/cvs'; |
From: Rob H. <for...@us...> - 2003-06-01 20:42:29
|
Update of /cvsroot/sandweb/sandweb/tools In directory sc8-pr-cvs1:/tmp/cvs-serv16064 Modified Files: install_script.pl Log Message: merging "faulty images dir" fix from branch Index: install_script.pl =================================================================== RCS file: /cvsroot/sandweb/sandweb/tools/install_script.pl,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- install_script.pl 23 Apr 2003 22:46:17 -0000 1.23 +++ install_script.pl 1 Jun 2003 20:42:26 -0000 1.24 @@ -24,4 +24,5 @@ my $cgidir = $config::cgidir || '/var/www/cgi-bin'; my $imgdir = $config::imgdir || '/var/www/images'; +my $imgpath = $config::imgpath || '/images'; my $tmpldir = $config::tmpldir || "$PREFIX/lib/sandweb/templates"; my $cachedir = $config::cachedir || '/var/cache/sandweb'; @@ -94,4 +95,14 @@ exit(3) if (!$imgdir); +print("-------------------------\n"); +print("Specify the location of the images relative to your web server's document root.\n"); +print("[default: $imgpath] : "); +my $tmp = ''; +chomp($tmp = <STDIN>); +if ($tmp) { + $imgpath = $tmp; +} + + # Templates $tmpldir = insttemplates($tmpldir); @@ -129,4 +140,5 @@ system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'ssh_bin="/usr/bin/ssh"', "ssh_bin=\"$ssh_bin\""); system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'cvs_bin="/usr/bin/cvs"', "cvs_bin=\"$cvs_bin\""); +system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'image_dir="/images"', "image_dir=\"$imgpath\""); # updating config path in executables |
From: Rob H. <for...@us...> - 2003-06-01 20:41:24
|
Update of /cvsroot/sandweb/sandweb/tools In directory sc8-pr-cvs1:/tmp/cvs-serv15333 Modified Files: Tag: release-1_0-branch install_script.pl Log Message: correcting "faulty images directory" bug reported on sourceforge by an anonymous user ( signed as KP ) Index: install_script.pl =================================================================== RCS file: /cvsroot/sandweb/sandweb/tools/install_script.pl,v retrieving revision 1.22.2.1 retrieving revision 1.22.2.2 diff -U2 -r1.22.2.1 -r1.22.2.2 --- install_script.pl 24 Apr 2003 18:38:21 -0000 1.22.2.1 +++ install_script.pl 1 Jun 2003 20:41:21 -0000 1.22.2.2 @@ -24,4 +24,5 @@ my $cgidir = $config::cgidir || '/var/www/cgi-bin'; my $imgdir = $config::imgdir || '/var/www/images'; +my $imgpath = $config::imgpath || '/images'; my $tmpldir = $config::tmpldir || "$PREFIX/lib/sandweb/templates"; my $cachedir = $config::cachedir || '/var/cache/sandweb'; @@ -94,4 +95,14 @@ exit(3) if (!$imgdir); +print("-------------------------\n"); +print("Specify the location of the images relative to your web server's document root.\n"); +print("[default: $imgpath] : "); +my $tmp = ''; +chomp($tmp = <STDIN>); +if ($tmp) { + $imgpath = $tmp; +} + + # Templates $tmpldir = insttemplates($tmpldir); @@ -129,4 +140,5 @@ system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'ssh_bin="/usr/bin/ssh"', "ssh_bin=\"$ssh_bin\""); system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'cvs_bin="/usr/bin/cvs"', "cvs_bin=\"$cvs_bin\""); +system('tools/change-entry.pl', "$cfgdir/sandweb.cfg", 'image_dir="/images"', "image_dir=\"$imgpath\""); # updating config path in executables |
From: Rob H. <for...@us...> - 2003-06-01 20:36:28
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv8131/bin Modified Files: Tag: release-1_0-branch sandweb.cgi Log Message: oops, we were stripping characters from password :P we handle it safely ( doesn't hit the shell directly ) so I stopped doing that. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.348.2.4 retrieving revision 1.348.2.5 diff -U2 -r1.348.2.4 -r1.348.2.5 --- sandweb.cgi 1 Jun 2003 09:53:33 -0000 1.348.2.4 +++ sandweb.cgi 1 Jun 2003 20:24:05 -0000 1.348.2.5 @@ -205,8 +205,9 @@ characters => "$unsafe_repo_username", ); - my $unsafe_repo_password = $cgi->param('repo_password') || ''; - my $repo_password = $secure->shell( - characters => "$unsafe_repo_password", - ); + #my $unsafe_repo_password = $cgi->param('repo_password') || ''; + #my $repo_password = $secure->shell( + # characters => "$unsafe_repo_password", + #); + my $repo_password = $cgi->param('repo_password') || ''; my $unsafe_remember_repo_password = $cgi->param('remember_repo_password') || ''; my $remember_repo_password = $secure->shell( |
From: Rob H. <for...@us...> - 2003-06-01 20:26:29
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv9624/bin Modified Files: sandweb.cgi Log Message: password fix from branch Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.353 retrieving revision 1.354 diff -U2 -r1.353 -r1.354 --- sandweb.cgi 1 Jun 2003 10:04:45 -0000 1.353 +++ sandweb.cgi 1 Jun 2003 20:26:24 -0000 1.354 @@ -208,8 +208,5 @@ characters => "$unsafe_repo_username", ); - my $unsafe_repo_password = $cgi->param('repo_password') || ''; - my $repo_password = $secure->shell( - characters => "$unsafe_repo_password", - ); + my $repo_password = $cgi->param('repo_password') || ''; my $unsafe_remember_repo_password = $cgi->param('remember_repo_password') || ''; my $remember_repo_password = $secure->shell( |
From: Rob H. <for...@us...> - 2003-06-01 20:24:46
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv8684/bin Modified Files: Tag: release-1_0-branch sandweb.cgi Log Message: removing old commented-old test Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.348.2.5 retrieving revision 1.348.2.6 diff -U2 -r1.348.2.5 -r1.348.2.6 --- sandweb.cgi 1 Jun 2003 20:24:05 -0000 1.348.2.5 +++ sandweb.cgi 1 Jun 2003 20:24:42 -0000 1.348.2.6 @@ -205,8 +205,4 @@ characters => "$unsafe_repo_username", ); - #my $unsafe_repo_password = $cgi->param('repo_password') || ''; - #my $repo_password = $secure->shell( - # characters => "$unsafe_repo_password", - #); my $repo_password = $cgi->param('repo_password') || ''; my $unsafe_remember_repo_password = $cgi->param('remember_repo_password') || ''; |
From: Rob H. <for...@us...> - 2003-06-01 10:08:02
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv3914 Modified Files: cvs.pm Log Message: merging tag/branch fixes from release branch Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.48 retrieving revision 1.49 diff -U2 -r1.48 -r1.49 --- cvs.pm 1 Jun 2003 07:35:11 -0000 1.48 +++ cvs.pm 1 Jun 2003 10:07:59 -0000 1.49 @@ -2324,5 +2324,5 @@ if ($clobber) { push @param, " -C" }; if ($directories) { push @param, " -d" }; - if ($rev) { push @param, " -r \\\"$rev\\\"" }; + if ($rev) { push @param, " -r $rev" }; if ($date) { push @param, " -D" }; if ($merge) { push @param, " -j" }; |
From: Rob H. <for...@us...> - 2003-06-01 10:06:33
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv3561 Modified Files: branch.html commit.html vcs.html Log Message: merging tag/branch fixes from release branch Index: branch.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/branch.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- branch.html 13 Jan 2003 08:33:00 -0000 1.7 +++ branch.html 1 Jun 2003 10:06:29 -0000 1.8 @@ -6,4 +6,5 @@ <input type="hidden" name="vcs_command" value="branch"> <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> + <input type="hidden" name="submenu" value="1"> <TMPL_LOOP NAME="FILENAME_LOOP"> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.21 retrieving revision 1.22 diff -U2 -r1.21 -r1.22 --- commit.html 26 Jan 2003 05:46:19 -0000 1.21 +++ commit.html 1 Jun 2003 10:06:29 -0000 1.22 @@ -12,4 +12,5 @@ <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>"> <input type="hidden" name="repo_password" value="<TMPL_VAR NAME=REPO_PASSWORD>"> + <input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>"> <input name="Submit" value="1" type="hidden"> <input type="text" name="message"> Index: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- vcs.html 22 Apr 2003 17:12:51 -0000 1.10 +++ vcs.html 1 Jun 2003 10:06:29 -0000 1.11 @@ -7,4 +7,5 @@ <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> <input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>"> + <input type="hidden" name="submenu_final" value="<TMPL_VAR NAME=SUBMENU_FINAL>"> Please enter VCS password : <br> @@ -12,4 +13,7 @@ <TMPL_LOOP NAME="FILENAME_LOOP"> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> + </TMPL_LOOP> + <TMPL_LOOP NAME="PARAMS_LOOP"> + <input type="hidden" name="params" value="<TMPL_VAR NAME=PARAMS>"> </TMPL_LOOP> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>"> |