From: <vb...@us...> - 2002-09-04 13:37:00
|
Update of /cvsroot/webnotes/webnotes/doc In directory usw-pr-cvs1:/tmp/cvs-serv6169/doc Modified Files: ROADMAP Log Message: - Fixed a typo in a variable name in all localisation files. - Clean up of variables before saving to the database. - The directory separators were not handled correctly when passed on the url. - Changed some "&" to "& a m p ;" - Renamed a configuration variable ($p_notes_order) to ($g_notes_order). - Changed the contents of the note to be preformatted when displayed. - Added a directory with two sample files, to be used for demonstration / testing. Index: ROADMAP =================================================================== RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ROADMAP 3 Sep 2002 22:30:08 -0000 1.2 +++ ROADMAP 4 Sep 2002 13:36:58 -0000 1.3 @@ -18,6 +18,10 @@ * 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. + * Explorer look'n'feel. * Infrastructure: * A new website with demo for all available themes + admin demo * Install Mantis Bugtracker (http://mantisbt.sf.net) |