po/todo: added better implementation ideas

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2009-01-02 13:43:08 +01:00
parent 07c6a6a1fc
commit 12178c2a64
1 changed files with 10 additions and 1 deletions

View File

@ -546,7 +546,7 @@ Creating new pages on the web
* Page creation initiated by clicking a broken link on a translation * Page creation initiated by clicking a broken link on a translation
page defaults to po as new page type. It must default to the master page defaults to po as new page type. It must default to the master
page's type. page's type instead.
Robustness tests Robustness tests
---------------- ----------------
@ -603,3 +603,12 @@ translators, wiki administrators, hackers. This plugin may be complex
enough to deserve this. enough to deserve this.
Gettext-ize the plugin code. Gettext-ize the plugin code.
Misc
----
* Can the form validation system be used instead of creating the
`cansave` hook?
* Instead of adding the `canrename` and `canremove` hooks, the
`formbuilder_setup` hook could be used to remove the rename/remove
buttons on slave pages.