From: Rob H. <for...@us...> - 2002-02-02 09:04:38
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv25269/templates Modified Files: checkout.html commit.html create_file.html edit_file.html upload_file.html Log Message: fixed security prob with File, also removed old obsolete "fullpath" key Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- checkout.html 2002/01/31 23:31:58 1.8 +++ checkout.html 2002/02/02 09:04:34 1.9 @@ -7,5 +7,4 @@ <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> <input type="hidden" name="vcs_command" value="checkout" /> - <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input type="text" name="filename" /> <input type="submit" name="checkout" value="Done" /> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- commit.html 2002/01/31 23:31:58 1.7 +++ commit.html 2002/02/02 09:04:34 1.8 @@ -7,5 +7,4 @@ <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> - <input type="hidden" name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" /> <input type="text" name="message" /> <input type="submit" name="commit" value="Done" /> Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- create_file.html 2002/01/31 23:31:58 1.8 +++ create_file.html 2002/02/02 09:04:34 1.9 @@ -5,5 +5,4 @@ <input name="file_command" value="create_file" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> -<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Current location: <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.18 retrieving revision 1.19 diff -U2 -r1.18 -r1.19 --- edit_file.html 2002/01/31 23:31:58 1.18 +++ edit_file.html 2002/02/02 09:04:34 1.19 @@ -9,5 +9,4 @@ <input name="file_command" value="edit" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> - <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" /> <input type="submit" name="save" value="Save" /> Index: upload_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- upload_file.html 2002/01/31 23:31:58 1.7 +++ upload_file.html 2002/02/02 09:04:34 1.8 @@ -6,5 +6,4 @@ <input name="file_command" value="upload" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> -<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" /> Current location : |