Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv21009/doc
Modified Files:
CREDITS ROADMAP
Log Message:
- Split api.php into multiple APIs.
- Merged lang_api.php over from Mantis.
- Merged config_api.php over from Mantis.
- Minor changes with the docs.
Index: CREDITS
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/CREDITS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CREDITS 3 Sep 2002 06:59:09 -0000 1.1
+++ CREDITS 3 Sep 2002 22:30:08 -0000 1.2
@@ -18,6 +18,7 @@
----------
Remon Metira
+Mantis Team (mantisbt.sf.net - some code was re-used from Mantis Bugtracker)
Translations
------------
Index: ROADMAP
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/ROADMAP,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ROADMAP 3 Sep 2002 06:59:09 -0000 1.1
+++ ROADMAP 3 Sep 2002 22:30:08 -0000 1.2
@@ -12,6 +12,7 @@
* Support compression / output buffering
* Support for themes with a php.net theme
* Support MD5 password encryption
+ * LDAP Support
* Support for cross-reference from one note to the other
* Support direct links to specific notes
* Database schema modifications
@@ -41,7 +42,7 @@
* 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.
- * Revisit code to match Mantis standards. For example, change all <? to <?php.
+ * 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.
|