From: <vb...@us...> - 2002-09-05 14:13:35
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv19006/doc Modified Files: ROADMAP Log Message: - Added $g_table_title_color which was missing from config_inc.php - Cleanup of page_api.php - Additions to roadmap. - Cleanup of admin_view_queue.php - Fixed two undefined variables in logout.php. Index: ROADMAP =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ROADMAP 5 Sep 2002 06:25:19 -0000 1.4 +++ ROADMAP 5 Sep 2002 14:13:00 -0000 1.5 @@ -51,6 +51,7 @@ To-Do list: + * Index pages by url rather than path, this way hyperlinks to the pages goes through Web/PHP servers rather than directly. * Be able to require user logins (vb: currently login check is disabled) * Be able to reverse the display order (vb: them may already be supported) * Support for user supplied CSS. (vb: value to be confirmed) |