From: <vb...@us...> - 2002-09-09 22:30:26
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv31397/doc Modified Files: ChangeLog Log Message: - Fixed 0000026: Submitting notes does not go back to the document - Partially Fixed 0000019: Support auto-accepting of notes - Fixed a problem in add_file() in page_api where it was rejecting new pages rather than duplicate pages. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ChangeLog 9 Sep 2002 05:10:25 -0000 1.6 +++ ChangeLog 9 Sep 2002 22:30:21 -0000 1.7 @@ -19,6 +19,7 @@ * Added support for themes (#2). * Added the classic theme (#4). * Added admin_pending.php to allow moderating notes in any order (#10). + * Added $g_auto_accept_notes to allow auto-accepting of notes (useful for demos and Intranet installations) 03.12.2000 - 1.0.0 |