From: <vb...@us...> - 2002-09-11 04:47:52
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv22614/doc Modified Files: ChangeLog Log Message: - Implemented 0000035: Allow auto-indexing if page was not indexed - Fixed a typo in page_valid_id() where it was named page_valid_ip() - Fixed a problem in print_webnotes() where it was using $p_page rather than $p_file. [ This is a blind commit - not tested ] Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ChangeLog 9 Sep 2002 22:30:21 -0000 1.7 +++ ChangeLog 11 Sep 2002 04:47:49 -0000 1.8 @@ -20,7 +20,8 @@ * 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) - + * Added $g_auto_index_pages to allow auto-indexing for pages which call phpWebNotes but are not indexed. Default is ON. + 03.12.2000 - 1.0.0 * Rewrite and release |