From: <vb...@us...> - 2002-09-19 04:15:50
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv24424/doc Modified Files: ROADMAP Log Message: - page_delete_notes() was not executing the query and hence leaving orphan notes. - Added some extra actions for viewing / moderation. - Added visibility states as constants. - Implemented note_accept(), note_pending(), note_decline(), note_archive(), note_delete() and note_pack_deleted(). - Changed some $g_ with config_get(). - Enhanced link_api to support custom captions. For example, the caption may be an image, text, or whatever. - Initial structure to be used for inline moderation. - View notes with different visibility levels based on the access levels. Index: ROADMAP =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ROADMAP 17 Sep 2002 07:04:57 -0000 1.11 +++ ROADMAP 19 Sep 2002 04:15:48 -0000 1.12 @@ -22,18 +22,23 @@ * Support auto-accept mode to be used for Intranet / Demo installations. 2.0.1 + * Bug fixes. * Language Localisation (English, French, Italian, German). - * Any required bug fixes. + +2.0.2 + * Factor out the use of hard-coded formatting / colours and replace with styles. + * Caching / speed optimisations. + * Manual 2.1.0 * Multiple authentication modes - * Multiple access levels (anonymous, verified, moderator, admin) * Add IP/IP range blocking. * LDAP Support - * New Manual + * FAQ * Support direct links to specific notes - * Allow certain HTML tags + * Allow certain HTML tags or bbcodes [url], [b], ...etc. * Ability to assign a set of pages for each moderator to manage. + * Consider replacing cookies with sessions. 3.0.0 * Database abstraction |