Update of /cvsroot/sandweb/sandweb/etc
In directory usw-pr-cvs1:/tmp/cvs-serv6602/etc
Modified Files:
user.cfg
Log Message:
removed the obsolete "work_dir" user config setting and added a "confirm_delete"
setting.
It is hooked up to the template through the CGI, but isn't hooked up to config
( can't be saved ) and it is currently ignored by delete_file().
almost there :) I'll try to finish this up tomorrow, and then work on
VCS password confirmation.
Index: user.cfg
===================================================================
RCS file: /cvsroot/sandweb/sandweb/etc/user.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- user.cfg 12 Mar 2002 04:15:19 -0000 1.1
+++ user.cfg 16 Sep 2002 05:30:14 -0000 1.2
@@ -1,7 +1,8 @@
<preferences>
- <!-- the personal tag defines user's real name, and the
- path to the sandbox on the user's workstation -->
+ <!-- the personal tag defines user's real name and
+ whether they want to confirm deletions each time
+ -->
<personal full_name=""
- work_dir=""
+ confirm_delete=""
/>
</preferences>
|