Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv15271/templates
Modified Files:
sandbox.html
Log Message:
* added delete_module method in SandWeb::Config
* added module deletion support in sandweb.cgi
* updated sandweb.html to pass repo_name when deleting a module.
!!! - still need to delete the module from the filesystem, right now
it just removes the data struct (NOTE: this actually makes no
functional difference in the code, everything works and there
should be no conflicts when checking out a module when the
directory already exists (from a previous deletion)).
Index: sandbox.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -U2 -r1.13 -r1.14
--- sandbox.html 28 Feb 2002 07:20:39 -0000 1.13
+++ sandbox.html 28 Feb 2002 07:46:20 -0000 1.14
@@ -65,5 +65,5 @@
<a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Update&module_name=<TMPL_VAR NAME="MODULE_NAME">&repo_name=<TMPL_VAR NAME="REPOSITORY">">update</a>
|
- <a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Delete&module_name=<TMPL_VAR NAME="MODULE_NAME">">delete</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=sandbox&Submit=Delete&module_name=<TMPL_VAR NAME="MODULE_NAME">&repo_name=<TMPL_VAR NAME="REPOSITORY">">delete</a>
</font>
</td>
|