svn: /web/doc-editor/trunk/ TODO
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 18 Nov 2009 00:27:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290896
Log:
Already implemented
Changed paths:
U web/doc-editor/trunk/TODO
Modified: web/doc-editor/trunk/TODO
===================================================================
--- web/doc-editor/trunk/TODO 2009-11-18 00:27:13 UTC (rev 290895)
+++ web/doc-editor/trunk/TODO 2009-11-18 00:27:48 UTC (rev 290896)
@@ -22,20 +22,10 @@
- Fix XSS holes
- Redo the folder tree to keep classes and data out of web server reach (can we do this in mod_rewrite?)
-* Clean up class.php
- - Create a DocumentationFile class which will handle all the parsing task
- - Create a TranslationStatus class which will compute the translation
- status by comparing DocumentationFile objects
- - Create a DocumentationCheck class which will perform all the tests against
- the en/ tree (and other languages? we _should_ be able to rely on TranslationStatus
- on its own
-
* Translation Status
- At the current time, the french translation graph is useless/unreadable. We need to find
a better way to display the information
-* Implement i18n
-
* Automatic upgrade
- Add an automatic system to upgrade dataBase (when it's needed) uppon the application version number. (idea by Richard Quadling, crontab?)