From: <vb...@us...> - 2002-09-20 04:17:45
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv5624/doc Modified Files: ChangeLog Log Message: - Fixed the preview to use the new theme interface. - Fixed a layout problem with the preview page (because of styles). - Added APIs for updating the last-modified of pages / notes (not supported by db yet). - Renamed theme_output() to theme_body() and changed it to handle the case where the page data is false (page not indexed and auto index off). - Added theme_head() to be called with the <head>...</head> tags. - Added pwn_api.php to act the the main interface to phpWebNotes (pwn_head() and pwn_body()). - Changed the samples to use the new pwn_* apis. - Added meta tags to disable caching for pages that has phpWebNotes linked to it. - Used include_once() in all html_apis to avoid styles and other includes from being included more than once. Index: ChangeLog =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChangeLog 20 Sep 2002 02:48:46 -0000 1.18 +++ ChangeLog 20 Sep 2002 04:17:43 -0000 1.19 @@ -34,6 +34,7 @@ * 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. + * Added pwn_api.php to act the the main interface to phpWebNotes. 03.12.2000 - 1.0.0 |