Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv1513/doc
Modified Files:
ROADMAP
Log Message:
- Some items were moved from the ROADMAP to webnotes.sf.net/mantis
- Added action.php page to allow executing actions through links.
- Added link_api.php to easily construct the links to trigger such actions.
- Implemented admin_pending.php to allow the moderator to view all notes (grouped by page), and be able to accept/reject in any order.
- Change the admin.php to link to admin_pending.php, this is much better for accepting / rejecting, but this causes the loss of the edit functionality (for now).
- Moved css_inc.php to core/
- Added some strings to English language
- Modified .cvsignore files to ignore PHPEdit temporary files.
Index: ROADMAP
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ROADMAP 6 Sep 2002 05:17:00 -0000 1.7
+++ ROADMAP 6 Sep 2002 17:03:37 -0000 1.8
@@ -8,29 +8,20 @@
2.0.0
* General cleanup of the code / rewrite.
+ * A new administrator interface
+ * Introduce moderation interface
* XHTML compliance
- * Support compression / output buffering
* Support for themes with a php.net theme
* Support MD5 password encryption (by default)
* LDAP Support
* Support direct links to specific notes
* Database schema modifications
- * Revise the directory structure
- * Indexing
- * Support indexing of one file
- * Support indexing of a directory without recursing into sub-directories.
- * Support using a mask to match against (this should work with the one file,
- one dir, and recursive).
+ * Indexing page
* Add a link next to each file to open it for viewing.
* Differentiate between newly submitted notes, and notes that are hidden by the admin.
* Explorer look'n'feel.
- * Queue
- * List all message in the queue grouped by page.
- * The moderator can accept them in any order.
- * The moderator can accept / reject / or keep in queue.
* Infrastructure:
* A new website with demo for all available themes + admin demo
- * Install Mantis Bugtracker under http://webnotes.sf.net/mantis (http://mantisbt.sf.net)
* API mode for plugability into existing systems.
* Add note on how to parse HTML files through the PHP interpreter.
* Add IP/IP range blocking.
@@ -56,8 +47,6 @@
* Be able to reverse the display order (vb: them may already be supported)
* Support for user supplied CSS. (vb: value to be confirmed)
* Consider re-using some APIs like config_api.php / lang_api.php / database_api.php / php_api.php / gpc_api.php from mantisbt.
- * Revisit code to match Mantis standards. For example, change all ? to ?php.
* 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?)
|