Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26048/doc
Modified Files:
ROADMAP
Log Message:
- Fixed a problem with the default value for $g_absolute_directory
- Enhanced the themes template.
- Cleanup of admin.php
- Did cleaning of parameters before injecting them into SQL in api.php
- Updated the roadmap.
- Cleanup of logout.php
- Cleanup of login_page.php
- Cleanup of login.php
- Cleanup of note_add.php
- Cleanup of note_add_page.php (still more work).
- Cleanup of xml.php
- Cleanup of webservices.php
- Cleanup of index.html
Index: ROADMAP
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ROADMAP 4 Sep 2002 13:36:58 -0000 1.3
+++ ROADMAP 5 Sep 2002 06:25:19 -0000 1.4
@@ -17,16 +17,26 @@
* Support direct links to specific notes
* Database schema modifications
* Revise the directory structure
- * Language Localisation
* 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).
+ * 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
+ * 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 (http://mantisbt.sf.net)
- * Setup webnotes-devel news group
- * Setup webnotes-cvs news group
+ * Install Mantis Bugtracker under http://webnotes.sf.net/mantis (http://mantisbt.sf.net)
+
+2.0.1
+ * Language Localisation (English, French, Italian, German)
2.1.0
* New Manual
@@ -42,11 +52,10 @@
To-Do list:
* Be able to require user logins (vb: currently login check is disabled)
- * Be able to reverse the display order
+ * 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.
+ * 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.
- * Define ON / OFF for configs
- * Add note_api.php and rename methods to note_add(), note_update(), note_delete(), note_accept(), note_decline(), ...
* 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.
|