From: Rob H. <for...@us...> - 2002-11-05 08:45:34
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv7988/bin Modified Files: sandweb.cgi Log Message: hmm.. i had broken the passing of the file array, so every cvs command was invoked on every file. i fixed that, but now i can only do either single files or everything :/ passing arrays through templates as hidden <input> variables is a pain in the ass, but we don't really have a better way yet :) i'll fix it up later, all the password stuff isn't actually hooked up yet anyway so i need to work on that still. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.326 retrieving revision 1.327 diff -U2 -r1.326 -r1.327 --- sandweb.cgi 5 Nov 2002 08:37:05 -0000 1.326 +++ sandweb.cgi 5 Nov 2002 08:45:31 -0000 1.327 @@ -1782,4 +1782,5 @@ PROGNAME => $progname, LOCATION => $location, + FILENAME => @filename, VCS_COMMAND => $vcs_command, VCS_MESSAGE => $vcs_message, |