From: <vb...@us...> - 2002-09-20 02:48:50
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv20300/doc Modified Files: ChangeLog Log Message: - Changed the way the schemes are structure to accept one array which has all information rather than header, note, footer. - Remove the handling of finding out the prev / next page names/urls from the theme to the core. - Added page_prepare_theme_data() which prepares all the information to be used by the scheme into one array. The theme should never need to access the database. - Removed the row which has the add / help icons from the footer when there is no notes in the page. - Added source forge logo to the XHTML sample. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 19 Sep 2002 05:15:47 -0000 1.17 +++ ChangeLog 20 Sep 2002 02:48:46 -0000 1.18 @@ -17,7 +17,6 @@ * Moved to XHTML (not tested yet) * Integrated the Italian/French strings into cvs. * 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) * Added $g_auto_index_pages to allow auto-indexing for pages which call phpWebNotes but are not indexed. Default is ON. @@ -34,6 +33,7 @@ * Built infrastructure for multiple access levels. * Implemented inline moderation where the moderators can moderate notes on the actual pages. * Viewing notes based on access level rather than displaying all accepted notes for everybody. + * Added support for prev / next documents. 03.12.2000 - 1.0.0 |