From: Rob H. <for...@us...> - 2002-11-05 08:45:34
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv7988/templates Modified Files: vcs.html 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: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- vcs.html 5 Nov 2002 08:37:05 -0000 1.1 +++ vcs.html 5 Nov 2002 08:45:31 -0000 1.2 @@ -10,4 +10,5 @@ <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>"> + <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>"> <input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>"> <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>"> |