From: <vb...@us...> - 2002-09-05 17:30:32
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv29848/doc Modified Files: ROADMAP Log Message: - Set the PHP minimum requirement to 4.0.6 - Removed the definition of DIRECTORY_SEPARATOR - Partial support for themes ... still need to support the add form. - All functions are now moved out of api.php. - Some to do work was moved out of the roadmap and into http://webnotes.sf.net/mantis (bug tracker). Index: ROADMAP =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ROADMAP 5 Sep 2002 14:13:00 -0000 1.5 +++ ROADMAP 5 Sep 2002 17:30:30 -0000 1.6 @@ -13,7 +13,6 @@ * Support for themes with a php.net theme * Support MD5 password encryption * LDAP Support - * Support for cross-reference from one note to the other * Support direct links to specific notes * Database schema modifications * Revise the directory structure @@ -23,8 +22,6 @@ * Support using a mask to match against (this should work with the one file, one dir, and recursive). * Add a link next to each file to open it for viewing. - * Support un-indexing a page... this will cause all notes for it to be lost. - * Support deleting notes (to be used after they are valid notes are integrated into the main document) * Differentiate between newly submitted notes, and notes that are hidden by the admin. * Explorer look'n'feel. * Queue @@ -60,3 +57,4 @@ * Add access_api.php - note_accept() / decline() / update() / delete() should check the access level. * Support displaying queued notes on the page in case of moderators. There should be an accept/reject links on the note and it should be in a different color. * Create a classic theme which looks exactly like phpWebnotes 1.0.0. + * Consider supporting html only pages. This can be done by a php loader page + some other tricks (output buffering?) |