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...> - 2002-03-23 09:17:27
|
Update of /cvsroot/sandweb/sandweb/t/repository/CVSROOT In directory usw-pr-cvs1:/tmp/cvs-serv21387/CVSROOT Log Message: Directory /cvsroot/sandweb/sandweb/t/repository/CVSROOT added to the repository |
From: Rob H. <for...@us...> - 2002-03-23 09:17:18
|
Update of /cvsroot/sandweb/sandweb/t/repository In directory usw-pr-cvs1:/tmp/cvs-serv21355/repository Log Message: Directory /cvsroot/sandweb/sandweb/t/repository added to the repository |
From: Rob H. <for...@us...> - 2002-03-22 21:59:50
|
Update of /cvsroot/sandweb/sandweb/etc In directory usw-pr-cvs1:/tmp/cvs-serv29296/etc Modified Files: sandweb.cfg Log Message: * this is probably a more common location for mime.types ( /etc/apache rather than ( /usr/local/apache/conf ) We should ask the user where their apache conf files are on install I think, and default to /etc/apache Index: sandweb.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- sandweb.cfg 10 Feb 2002 21:26:20 -0000 1.17 +++ sandweb.cfg 22 Mar 2002 21:59:47 -0000 1.18 @@ -30,5 +30,5 @@ /> - <webserver mime-types_location="/usr/local/apache/conf" + <webserver mime-types_location="/etc/apache" mime-types_file="mime.types" /> |
From: Rob H. <for...@us...> - 2002-03-22 21:21:32
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv19162/templates Modified Files: repository.html Log Message: * default is now to create repo, create button is first not delete I always press enter when done entering a new repo, and it tries to call delete! arg! :) Index: repository.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- repository.html 22 Mar 2002 04:14:51 -0000 1.14 +++ repository.html 22 Mar 2002 21:21:27 -0000 1.15 @@ -79,5 +79,5 @@ <td width="25%" align="center"> <br /> - <input type="submit" name="Submit" Value="Delete" onClick="javascript:{doSubmit('Delete');}" /> + <input type="submit" name="Submit" Value="Commit" onClick="javascript:{doSubmit('Commit');}" /> <!-- <a href="javascript:{doSubmit('Delete');}" onMouseOver="rollOver(2)" onMouseO @@ -86,5 +86,5 @@ --> - <input type="submit" name="Submit" Value="Commit" onClick="javascript:{doSubmit('Commit');}" /> + <input type="submit" name="Submit" Value="Delete" onClick="javascript:{doSubmit('Delete');}" /> </td> <td width="60%" align="center"> |
From: Rob H. <for...@us...> - 2002-03-22 20:36:41
|
Update of /cvsroot/sandweb/sandweb/t/var/data In directory usw-pr-cvs1:/tmp/cvs-serv7352/var/data Modified Files: passwd Log Message: md5 auth test works now Index: passwd =================================================================== RCS file: /cvsroot/sandweb/sandweb/t/var/data/passwd,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- passwd 9 Mar 2002 07:04:53 -0000 1.1 +++ passwd 22 Mar 2002 20:36:35 -0000 1.2 @@ -1 +1,2 @@ -foo:1:bab.5ZXQdbvEo +roro:1:098f6bcd4621d373cade4e832627b4f6 +foo:2:37b51d194a7513e45b56f6524f2d51f2 |
From: Rob H. <for...@us...> - 2002-03-22 20:36:40
|
Update of /cvsroot/sandweb/sandweb/t In directory usw-pr-cvs1:/tmp/cvs-serv7352 Modified Files: basics.cfg basics.t Log Message: md5 auth test works now Index: basics.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/t/basics.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- basics.cfg 8 Mar 2002 07:02:55 -0000 1.1 +++ basics.cfg 22 Mar 2002 20:36:34 -0000 1.2 @@ -9,8 +9,8 @@ <!-- config for paths to sandweb data files --> <paths template_dir="../templates" - data_dir="var/data" - log_dir="var/log" - work_dir="var/work" - users_dir="var/users" + data_dir="t/var/data" + log_dir="t/var/log" + work_dir="t/var/work" + users_dir="t/var/users" /> Index: basics.t =================================================================== RCS file: /cvsroot/sandweb/sandweb/t/basics.t,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- basics.t 18 Mar 2002 21:07:58 -0000 1.3 +++ basics.t 22 Mar 2002 20:36:34 -0000 1.4 @@ -29,6 +29,6 @@ ok($auth->login( 'username' => 'foo', - 'password' => 'bar', - 'salt' => '', + 'password' => '023d22b9d93d1d31a0bbd69869a6ae2f', + 'salt' => '1477623659.97239', )); |
From: Nick J. <nje...@us...> - 2002-03-22 05:06:54
|
Update of /cvsroot/sandweb/sandweb/tools In directory usw-pr-cvs1:/tmp/cvs-serv7880 Modified Files: instcachedir.pl Log Message: * add subdirs Index: instcachedir.pl =================================================================== RCS file: /cvsroot/sandweb/sandweb/tools/instcachedir.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- instcachedir.pl 16 Mar 2002 06:10:16 -0000 1.1 +++ instcachedir.pl 22 Mar 2002 05:06:52 -0000 1.2 @@ -51,4 +51,12 @@ exit(1); } +print("Creating SandWeb cache/data dir '$cachedir/data'...\n"); +if (system('tools/mkdirto.pl', '755', $httpuser . ':root', "$cachedir/data")) { + exit(1); +} +print("Creating SandWeb cache/users dir '$cachedir/users'...\n"); +if (system('tools/mkdirto.pl', '755', $httpuser . ':root', "$cachedir/users")) { + exit(1); +} exit(0); |
From: Nick J. <nje...@us...> - 2002-03-22 05:06:35
|
Update of /cvsroot/sandweb/sandweb/tools In directory usw-pr-cvs1:/tmp/cvs-serv7763 Added Files: change-entry.pl Log Message: * added change-entry.pl to change entries in a file --- NEW FILE --- #!/usr/bin/perl -w # takes three params: # - first is the filename # - second is what to look for, # - third is what to replace it with use strict; if ((!$ARGV[0]) || (!$ARGV[1]) || (!$ARGV[2])) { print("usage: change-entry.pl <file> <look for> <replace with>\n"); exit(1); } my $file = $ARGV[0]; my $pattern = $ARGV[1]; my $replace = $ARGV[2]; if (!-f $file) { print("file '$file' does not exist.\n"); exit(1); } open(OF, "<$file") or die "Unable to open $file : $!\n"; open(NF, ">$file.tmp") or die "Unable to open $file.tmp : $!\n"; foreach my $line (<OF>) { if ($line =~ /$pattern/) { $line =~ s/$pattern/$replace/g; } print NF $line; } close OF; close NF; system('rm', "$ARGV[0]"); system('mv', "$ARGV[0].tmp", "$ARGV[0]"); |
From: Nick J. <nje...@us...> - 2002-03-22 04:39:51
|
Update of /cvsroot/sandweb/sandweb In directory usw-pr-cvs1:/tmp/cvs-serv1327 Modified Files: Makefile.PL Log Message: * now require md5 Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- Makefile.PL 16 Mar 2002 06:07:33 -0000 1.7 +++ Makefile.PL 22 Mar 2002 04:39:48 -0000 1.8 @@ -19,4 +19,5 @@ 'XML::Simple' => '1.05', 'HTML::Template' => '2.2', + 'Digest::MD5' => '0', }, |
From: Rob H. <for...@us...> - 2002-03-22 04:25:25
|
Update of /cvsroot/sandweb/sandweb/doc/API In directory usw-pr-cvs1:/tmp/cvs-serv31117 Added Files: cvs.txt Removed Files: CVS.txt Log Message: changed name of CVS class to cvs, changed reference inside API doc as well --- NEW FILE --- SandWeb::Repository::cvs -------------------------------------------------------------------------------- METHOD new SYNOPSIS my $CVS = SandWeb::Repository::cvs->new( root => ":ext:me...@he...:/cvs" sandbox => "/home/me" ); DESCRIPTION This method is a constructor. It needs to know the location of the CVS repository as well as this user's sandbox on the SandWeb server. PARAMETERS root (type: string) (required) [...1512 lines suppressed...] Default value: none. RETURN CODES A hash is returned by this method. This hash will contain two keys : "errorlevel" and "output". "output" contains the output ( on stderr and stdout ) of the CVS command called. "errorlevel" will either contain the errorlevel of the CVS command ( if it failed ), or one of the following 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. --- CVS.txt DELETED --- |
From: Nick J. <nje...@us...> - 2002-03-22 04:23:45
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv30742/lib/SandWeb/Repository Removed Files: CVS.pm Log Message: * Repository updated to use ::cvs not ::CVS --- CVS.pm DELETED --- |
From: Nick J. <nje...@us...> - 2002-03-22 04:23:45
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv30742/lib/SandWeb Modified Files: Repository.pm Log Message: * Repository updated to use ::cvs not ::CVS Index: Repository.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v retrieving revision 1.32 retrieving revision 1.33 diff -U2 -r1.32 -r1.33 --- Repository.pm 18 Mar 2002 18:09:17 -0000 1.32 +++ Repository.pm 22 Mar 2002 04:23:42 -0000 1.33 @@ -24,5 +24,5 @@ package SandWeb::Repository; -use SandWeb::Repository::CVS; +use SandWeb::Repository::cvs; sub new { @@ -70,5 +70,5 @@ } - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $repo_root, sandbox => $sandbox, @@ -98,5 +98,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -125,5 +125,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -153,5 +153,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -179,5 +179,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -208,5 +208,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -240,5 +240,5 @@ my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -271,5 +271,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -295,5 +295,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -315,5 +315,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -334,5 +334,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -353,5 +353,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -395,5 +395,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -412,5 +412,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -432,5 +432,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -454,5 +454,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -481,5 +481,5 @@ my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -513,5 +513,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -540,5 +540,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -569,5 +569,5 @@ my %return; - my $vcs = SandWeb::Repository::CVS->new( + my $vcs = SandWeb::Repository::cvs->new( root => $root, sandbox => $sandbox, @@ -608,5 +608,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); @@ -634,5 +634,5 @@ my $sandbox = $self->get_sandbox(); my %return; - my $vcs = SandWeb::Repository::CVS->new(root => $root, + my $vcs = SandWeb::Repository::cvs->new(root => $root, sandbox => $sandbox); |
From: Nick J. <nje...@us...> - 2002-03-22 04:21:52
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv30516/Repository Modified Files: cvs.pm Log Message: * oops, changed references from CVS to cvs Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- cvs.pm 22 Mar 2002 04:20:53 -0000 1.1 +++ cvs.pm 22 Mar 2002 04:21:49 -0000 1.2 @@ -1,3 +1,3 @@ -#lib/SandWeb/Repository/CVS.pm +#lib/SandWeb/Repository/cvs.pm # # the repository class. @@ -23,5 +23,5 @@ # -package SandWeb::Repository::CVS; +package SandWeb::Repository::cvs; use SandWeb::Diff; |
From: Nick J. <nje...@us...> - 2002-03-22 04:20:55
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv30339 Added Files: cvs.pm Log Message: * had to rename CVS.pm to cvs.pm because the makefile ignores CVS* apparently :( --- NEW FILE --- #lib/SandWeb/Repository/CVS.pm # # the repository class. # # SandWeb (Web-based VCS client) # # Copyright (C) 2002 Nick Jennings # Copyright (C) 2002 Robert Helmer # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # package SandWeb::Repository::CVS; use SandWeb::Diff; sub new { my $class = shift; my %args = @_; my $root = $args{'root'}; my $sandbox = $args{'sandbox'}; my $self = bless { 'root' => $root, 'sandbox' => $sandbox, }, $class; return $self; } sub add { my $self = shift; my %args = @_; my $type = $args{'type'}; my $message = $args{'message'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'add'; if ($type == "binary") { push @param, " -kb" }; if ($type == "text") { push @param, " -kkv" }; if ($message) { push @param, " -m $message" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub admin { my $self = shift; my %args = @_; my $type = $args{'type'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'admin'; if ($type == "binary") { push @param, " -kb -MCOPY" }; if ($type == "text") { push @param, " -kkv -MMERGE" }; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub annotate { my $self = shift; my %args = @_; my $date = $args{'type'}; my $rev = $args{'rev'}; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'annotate'; if ($date) { push @param, " $date" }; if ($rev) { push @param, " -r $rev" }; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub checkout { my $self = shift; my %args = @_; my $rev = $args{'rev'}; my $recurse = $args{'recurse'}; my $date = $args{'date'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = "checkout -d $file"; if ($rev) { push @param, " -r $rev" }; if ($recurse) { push @param, " -R" }; if ($date) { push @param, " $date" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub commit { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $message = $args{'message'}; my $rev = $args{'rev'}; my $date = $args{'date'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'commit'; if ($date) { push @param, " $date" }; if ($rev) { push @param, " -r $rev" }; if ($recurse) { push @param, " -R" }; my $output; if (!$message) { $output = "There must be a commit message.\n"; } else { push @param, " -m \"$message\""; $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; }; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub diff { my $self = shift; my %args = @_; my $date = $args{'date'}; my $rev = $args{'rev'}; my $recurse = $args{'recurse'}; my $context = $args{'context'}; my $unified = $args{'unified'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'diff'; if ($date) { push @param, " $date" }; if ($rev) { push @param, " -r $rev" }; if ($context) { push @param, " -c" }; if ($unified) { push @param, " -u" }; if ($recurse) { push @param, " -R" }; print "cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1"; my $raw_output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my $diff = SandWeb::Diff->new( diff => "$raw_output", ); my $output = $diff->colored_diff(); my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub edit { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $action = $args{'action'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'edit'; if ($action) { push @param, " $action" }; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub editors { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'editors'; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub history { my $self = shift; my %args = @_; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'history'; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub init { my $self = shift; my %args = @_; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'init'; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub log { my $self = shift; my %args = @_; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'log'; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub login { my $self = shift; my %args = @_; my $password = $args{'password'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'login'; if (! $password) { print "No password specified\n"; return 0; } else { push @param, " $password"; } my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub logout { my $self = shift; my %args = @_; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'logout'; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub release { my $self = shift; my %args = @_; my $delete = $args{'delete'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'release'; if ($delete) { push @param, " -f" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel ); return %return; } sub remove { my $self = shift; my %args = @_; my $remove = $args{'remove'}; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $force = $args{'force'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'remove'; if ($force) { push @param, " -f" }; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel ); return %return; } sub status { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $verbose = $args{'verbose'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'status'; if ($recurse) { push @param, " -R" }; if ($verbose) { push @param, " -v" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub tag { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $delete = $args{'delete'}; my $branch = $args{'branch'}; my $force = $args{'force'}; my $check = $args{'check'}; my $name = $args{'name'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'tag'; if ($recurse) { push @param, " -R" }; if ($delete) { push @param, " -d" }; if ($branch) { push @param, " -b" }; if ($force) { push @param, " -f" }; if ($check) { push @param, " -c" }; if ($name) { push @param, " $name" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel ); return %return; } sub unedit { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'unedit'; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub update { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $reset = $args{'reset'}; my $prune = $args{'prune'}; my $clobber = $args{'clobber'}; my $directories = $args{'directories'}; my $rev = $args{'rev'}; my $date = $args{'date'}; my $merge = $args{'merge'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'update'; if ($recurse) { push @param, " -R" }; if ($reset) { push @param, " -A" }; if ($prune) { push @param, " -P" }; if ($clobber) { push @param, " -C" }; if ($directories) { push @param, " -d" }; if ($rev) { push @param, " -r" }; if ($date) { push @param, " -D" }; if ($merge) { push @param, " -j" }; my @output_lines = (); my @raw_output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; foreach my $line (@raw_output) { if ($line =~ /^M/) { $line =~ s/^M/\<font color\=\"blue\"\>Locally modified\<\/font\>/; } elsif ($line =~ /^U/) { $line =~ s/^U/\<font color\=\"green\"\>Updated\<\/font\>/; } elsif ($line =~ /^P/) { $line =~ s/^P/\<font color\=\"green\"\>Updated\<\/font\>/; } elsif ($line =~ /^C/) { $line =~ s/^C/\<font color\=\"red\"\>Conflict\<\/font\>/; } elsif ($line =~ /^\?/) { $line =~ s/^\?/\<font color\=\"blue\"\>Unknown\<\/font\>/; } elsif ($line =~ /warning/) { $line =~ s/warning/\<font color\=\"red\"\>warning\<\/font\>/; } chomp $line; push (@output_lines, "$line\n"); } my %return = ( output => join('', @output_lines), errorlevel => $errorlevel ); return %return; } sub watch { my $self = shift; my %args = @_; my $set = $args{'set'}; my $notify = $args{'notify'}; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'watch'; if ($set) { push @param, " $set" }; if ($notify) { push @param, " $notify" }; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel, ); return %return; } sub watchers { my $self = shift; my %args = @_; my $recurse = $args{'recurse'}; my $file = $args{'file'}; my $root = $self->get_root(); my $sandbox = $self->get_sandbox(); my @param = 'watchers'; if ($recurse) { push @param, " -R" }; my $output = `cd \"$sandbox\" && cvs -d $root @param \"$file\" 2>&1`; my $errorlevel = $?; my %return = ( output => $output, errorlevel => $errorlevel ); return %return; } sub get_sandbox { my $self = shift; if ($self->{'sandbox'}) { return $self->{'sandbox'}; } else { return 0; } } sub get_root { my $self = shift; if ($self->{'root'}) { return $self->{'root'}; } else { return 0; } } 1; |
From: Nick J. <nje...@us...> - 2002-03-22 04:18:52
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv29940 Modified Files: view_file.html Log Message: * added space after view file black box Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.49 retrieving revision 1.50 diff -U2 -r1.49 -r1.50 --- view_file.html 22 Mar 2002 04:16:39 -0000 1.49 +++ view_file.html 22 Mar 2002 04:18:49 -0000 1.50 @@ -46,4 +46,6 @@ </table> </td> + <td> </td> </tr> </table> + |
From: Nick J. <nje...@us...> - 2002-03-22 04:16:42
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv29504 Modified Files: view_file.html Log Message: * made view file look a little better Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.48 retrieving revision 1.49 diff -U2 -r1.48 -r1.49 --- view_file.html 22 Mar 2002 04:14:51 -0000 1.48 +++ view_file.html 22 Mar 2002 04:16:39 -0000 1.49 @@ -27,8 +27,11 @@ <TMPL_VAR NAME=FILE_AGE> </td> - </table> - </tr> + </table> + </tr> </td> </tr> +</table> + <br /> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%" bgcolor="#000000" cellpadding="3" colspan="2"> |
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv29125 Modified Files: browse_module.html commit.html create_file.html create_folder.html current_location.html edit_file.html file.html file_info.html login.html output.html preferences.html rename.html repository.html sandbox.html tag.html template.html tool_bar.html upload.html vcs_output.html view_file.html Log Message: * added table beginnings and endings Index: browse_module.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v retrieving revision 1.24 retrieving revision 1.25 diff -U2 -r1.24 -r1.25 --- browse_module.html 7 Mar 2002 09:15:54 -0000 1.24 +++ browse_module.html 22 Mar 2002 04:14:50 -0000 1.25 @@ -19,4 +19,5 @@ </script> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -73,3 +74,4 @@ </td> </tr> +</table> <TMPL_VAR NAME="STATUS"> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- commit.html 11 Mar 2002 05:19:51 -0000 1.14 +++ commit.html 22 Mar 2002 04:14:51 -0000 1.15 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="center"> @@ -15,2 +16,3 @@ </td> </tr> +</table> Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- create_file.html 7 Mar 2002 05:11:15 -0000 1.17 +++ create_file.html 22 Mar 2002 04:14:51 -0000 1.18 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -15,2 +16,3 @@ </td> </tr> +</table> Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- create_folder.html 7 Mar 2002 05:11:15 -0000 1.15 +++ create_folder.html 22 Mar 2002 04:14:51 -0000 1.16 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -15,2 +16,3 @@ </td> </tr> +</table> Index: current_location.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/current_location.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- current_location.html 28 Feb 2002 03:54:29 -0000 1.5 +++ current_location.html 22 Mar 2002 04:14:51 -0000 1.6 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="center" bgcolor="#CCDDCC"> @@ -10,2 +11,3 @@ </td> </tr> +</table> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.28 retrieving revision 1.29 diff -U2 -r1.28 -r1.29 --- edit_file.html 28 Feb 2002 04:33:29 -0000 1.28 +++ edit_file.html 22 Mar 2002 04:14:51 -0000 1.29 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -16,2 +17,3 @@ </td> </tr> +</table> Index: file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/file.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- file.html 28 Feb 2002 04:33:29 -0000 1.4 +++ file.html 22 Mar 2002 04:14:51 -0000 1.5 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -8,2 +9,3 @@ </td> </tr> +</table> Index: file_info.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/file_info.html,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- file_info.html 31 Jan 2002 23:31:58 -0000 1.3 +++ file_info.html 22 Mar 2002 04:14:51 -0000 1.4 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -13,2 +14,3 @@ </td> </tr> +</table> Index: login.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/login.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- login.html 13 Mar 2002 04:08:28 -0000 1.9 +++ login.html 22 Mar 2002 04:14:51 -0000 1.10 @@ -8,4 +8,5 @@ <form method="post" action="<TMPL_VAR NAME=PROGNAME>" enctype="application/x-www-form-urlencoded" name="login"> <input type="hidden" name="action" value="login" /> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="30%" align="right"> @@ -52,3 +53,4 @@ </td> </tr> +</table> </form> Index: output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/output.html,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- output.html 5 Mar 2002 07:08:58 -0000 1.1 +++ output.html 22 Mar 2002 04:14:51 -0000 1.2 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -12,2 +13,3 @@ </td> </tr> +</table> Index: preferences.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/preferences.html,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- preferences.html 13 Feb 2002 05:42:01 -0000 1.16 +++ preferences.html 22 Mar 2002 04:14:51 -0000 1.17 @@ -1,4 +1,5 @@ <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="preferences" /> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="20%" align="right"> @@ -42,3 +43,4 @@ </td> </tr> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> </form> Index: rename.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/rename.html,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- rename.html 7 Mar 2002 08:10:07 -0000 1.2 +++ rename.html 22 Mar 2002 04:14:51 -0000 1.3 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="center"> @@ -14,2 +15,3 @@ </td> </tr> +</table> Index: repository.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- repository.html 12 Mar 2002 05:18:29 -0000 1.13 +++ repository.html 22 Mar 2002 04:14:51 -0000 1.14 @@ -3,4 +3,5 @@ <!-- <input type="hidden" name="repository_selected" value="<TMPL_VAR NAME=REPOSITORY_SELECTED>"> --> <input type="hidden" name="new_repository" value="<TMPL_VAR NAME=NEW_REPOSITORY>"> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="20%" align="right" bgcolor="#CCCCEE"> @@ -94,3 +95,4 @@ </td> </tr> +</table> </form> Index: sandbox.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- sandbox.html 12 Mar 2002 05:13:04 -0000 1.17 +++ sandbox.html 22 Mar 2002 04:14:51 -0000 1.18 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="left" colspan="2"> @@ -74,2 +75,3 @@ </td> </tr> +</table> Index: tag.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- tag.html 11 Mar 2002 05:19:51 -0000 1.7 +++ tag.html 22 Mar 2002 04:14:51 -0000 1.8 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -17,2 +18,3 @@ </td> </tr> +</table> Index: template.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/template.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- template.html 31 Jan 2002 23:31:58 -0000 1.4 +++ template.html 22 Mar 2002 04:14:51 -0000 1.5 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="middle"> @@ -20,2 +21,3 @@ </td> </tr> +</table> Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- tool_bar.html 19 Mar 2002 06:32:42 -0000 1.10 +++ tool_bar.html 22 Mar 2002 04:14:51 -0000 1.11 @@ -3,4 +3,5 @@ <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center" valign="center"> @@ -32,3 +33,3 @@ </td> </tr> - +</table> Index: upload.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- upload.html 18 Mar 2002 19:09:17 -0000 1.7 +++ upload.html 22 Mar 2002 04:14:51 -0000 1.8 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -16,2 +17,3 @@ </td> </tr> +</table> Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- vcs_output.html 2 Mar 2002 08:12:45 -0000 1.17 +++ vcs_output.html 22 Mar 2002 04:14:51 -0000 1.18 @@ -1,2 +1,3 @@ +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> @@ -12,2 +13,3 @@ </td> </tr> +</table> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.47 retrieving revision 1.48 diff -U2 -r1.47 -r1.48 --- view_file.html 22 Mar 2002 04:03:03 -0000 1.47 +++ view_file.html 22 Mar 2002 04:14:51 -0000 1.48 @@ -1,4 +1,5 @@ <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> +<table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="left"> @@ -43,2 +44,3 @@ </td> </tr> +</table> |
From: Nick J. <nje...@us...> - 2002-03-22 04:13:57
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv28903 Modified Files: framework.html Log Message: * framework now seperates content out of it's tables to avoid width differences Index: framework.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v retrieving revision 1.20 retrieving revision 1.21 diff -U2 -r1.20 -r1.21 --- framework.html 12 Mar 2002 05:18:29 -0000 1.20 +++ framework.html 22 Mar 2002 04:13:54 -0000 1.21 @@ -71,14 +71,23 @@ </tr> <tr> - <td width="100%" align="left" valign="top"> - <table width="100%" border="0" align="left" valign="top" cellspacing="0" cellpadding="0"> - <TMPL_VAR NAME=CONTENT> - </table> - </td> - </tr> </table> + </td> + </tr> + </table> - </td> - </tr> +<!-- + <table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> + <td width="100%" align="left" valign="top"> + <table width="100%" border="0" align="left" valign="top" cellspacing="0" cellpadding="0"> +--> + <TMPL_VAR NAME=CONTENT> +<!-- + </table> + </td> + </tr> + </table> +--> + + <table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="25%"> |
From: Rob H. <for...@us...> - 2002-03-22 04:03:06
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv26632 Modified Files: view_file.html Log Message: view_file shouldn't close tables from framework Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.46 retrieving revision 1.47 diff -U2 -r1.46 -r1.47 --- view_file.html 18 Mar 2002 18:57:33 -0000 1.46 +++ view_file.html 22 Mar 2002 04:03:03 -0000 1.47 @@ -10,7 +10,4 @@ </td> </tr> -</table> -</table> -</table> <tr> <td bgcolor="#AAAAAA" cellpadding="3"> |
From: Nick J. <nje...@us...> - 2002-03-19 07:56:10
|
Update of /cvsroot/sandweb/sandweb/tools In directory usw-pr-cvs1:/tmp/cvs-serv24381/tools Added Files: checkfiles.pl Log Message: * added checkfiles.pl script to check for missing MANIFEST entries. * Updated MANIFEST due to checkfiles.pl EXCELLENT work. Good Job checkfiles.pl!! --- NEW FILE --- #!/usr/bin/perl -w use strict; open(MANIFEST, "<MANIFEST"); my @manifest = <MANIFEST>; close MANIFEST; my @files = `find ./`; chomp @files; chomp @manifest; foreach my $file (@files) { $file =~ s/^\.\///; next if (-d $file); next if ($file =~ /^\.\/var/); next if ($file =~ /CVS\//); next if ($file =~ /MANIFEST/); my $match = 0; foreach my $entry (@manifest) { if ($file eq $entry) { $match = 1; } } if (!$match) { print "$file\n"; } } |
From: Nick J. <nje...@us...> - 2002-03-19 07:56:10
|
Update of /cvsroot/sandweb/sandweb In directory usw-pr-cvs1:/tmp/cvs-serv24381 Modified Files: MANIFEST Log Message: * added checkfiles.pl script to check for missing MANIFEST entries. * Updated MANIFEST due to checkfiles.pl EXCELLENT work. Good Job checkfiles.pl!! Index: MANIFEST =================================================================== RCS file: /cvsroot/sandweb/sandweb/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- MANIFEST 16 Mar 2002 01:53:14 -0000 1.2 +++ MANIFEST 19 Mar 2002 07:55:54 -0000 1.3 @@ -1,3 +1,7 @@ +README +INSTALL +COPYING Makefile.PL +install-config bin/sandweb.cgi @@ -15,5 +19,5 @@ lib/SandWeb/UI.pm lib/SandWeb/Repository.pm -lib/SandWeb/Repository/CVS.pm +lib/SandWeb/Repository/cvs.pm templates/file.html @@ -39,5 +43,13 @@ templates/view_file.html templates/edit_file.html +templates/popup_footer.html +templates/popup_header.html templates/rename.html +templates/functions.js +templates/md5.js +templates/openwindow.js +templates/repository.js +templates/sandbox.js +templates/submitform.js etc/sandweb.cfg @@ -49,6 +61,12 @@ doc/API/Repository.txt +images/sandweb-logo.jpg + tools/instcgi.pl tools/insttemplates.pl tools/mkdirto.pl +tools/instcachedir.pl +tools/checkfiles.pl +tools/modconfig.pl + |
From: Nick J. <nje...@us...> - 2002-03-19 06:43:28
|
Update of /cvsroot/sandweb/sandweb In directory usw-pr-cvs1:/tmp/cvs-serv10553 Added Files: INSTALL Log Message: * first draft of INSTALL, not really done --- NEW FILE --- Installing SandWeb ------------------ Known Issues ------------- * The user apache runs as must have a valid home directory and shell in order to execute 'cvs' commands. On some systems, such as FreeBSD, the default is to *not* have these permissions for the 'www' user. * In this ALPHA release, 'cvs' must be installed on the system in order to *do* anything. |
From: Nick J. <nje...@us...> - 2002-03-19 06:32:45
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv8743 Modified Files: tool_bar.html Log Message: * toolbar centered Index: tool_bar.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tool_bar.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- tool_bar.html 18 Mar 2002 02:02:28 -0000 1.9 +++ tool_bar.html 19 Mar 2002 06:32:42 -0000 1.10 @@ -4,8 +4,8 @@ <tr> - <td width="100%" align="left" valign="left"> - <table border="0" width="100%" cellspacing="2" cellpadding="2"> + <td width="100%" align="center" valign="center"> + <table border="0" width="100%" cellspacing="2" cellpadding="2" align="center"> <tr> - <td width="100%" align="left" colspan="3"> + <td width="100%" align="center" colspan="3"> <input type="submit" name="action" value="create_file" accesskey="i" /> <input type="submit" name="action" value="create_folder" accesskey="o" /> |
From: Nick J. <nje...@us...> - 2002-03-19 06:29:59
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv8162/bin Modified Files: sandweb.cgi Log Message: * fixed delete module bug Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.276 retrieving revision 1.277 diff -U2 -r1.276 -r1.277 --- sandweb.cgi 19 Mar 2002 05:47:16 -0000 1.276 +++ sandweb.cgi 19 Mar 2002 06:29:56 -0000 1.277 @@ -2161,5 +2161,5 @@ MENU_TITLE => 'SandWeb', SUBMENU_TITLE => "vcs output", - PREVIOUS_URL => $prev_url, + PREVIOUS_URL => "$progname?action=sandbox", FOOTER => '', CONTENT => $content, |
From: Nick J. <nje...@us...> - 2002-03-19 06:11:18
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv4659/templates Modified Files: openwindow.js Log Message: * resized openwindow.js function to use popup Index: openwindow.js =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/openwindow.js,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- openwindow.js 12 Mar 2002 05:11:48 -0000 1.1 +++ openwindow.js 19 Mar 2002 06:11:15 -0000 1.2 @@ -1,5 +1,5 @@ window.name = "mainWindow"; function myOpenWindow() { - window.open('about:blank','popUp','width=400,height=300,scrollbars=yes,resizable=yes'); + window.open('about:blank','popUp','width=620,height=400,scrollbars=yes,resizable=yes'); } |