From: <vb...@us...> - 2002-09-26 12:04:02
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv5061/doc Modified Files: SCRATCHPAD Log Message: - Modified the signup page to use the new style. - 0000059: Added checking for the enabled flag. - Updated scratch pad. Index: SCRATCHPAD =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/SCRATCHPAD,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SCRATCHPAD 9 Sep 2002 05:10:25 -0000 1.1 +++ SCRATCHPAD 26 Sep 2002 12:03:59 -0000 1.2 @@ -9,17 +9,11 @@ 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) + * Be able to reverse the display order (vb: they may already be supported) * Consider re-using some APIs like config_api.php / lang_api.php / database_api.php / php_api.php / gpc_api.php from mantisbt. * 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. * Consider supporting html only pages. This can be done by a php loader page + some other tricks (output buffering?) * 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. * API mode for plugability into existing systems. * Add note on how to parse HTML files through the PHP interpreter. |