summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-02 13:43:08 +0100
committerintrigeri <intrigeri@boum.org>2009-01-02 13:43:08 +0100
commit12178c2a64be73021725e90cd6e2ecf1769324d1 (patch)
tree03e53536d16878522184483e91586d43e9856a77 /doc/plugins/po.mdwn
parent07c6a6a1fc043eddf888bac111c0d3342e3ccafd (diff)
po/todo: added better implementation ideas
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index a8284e64e..ed740c394 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -546,7 +546,7 @@ Creating new pages on the web
* 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's type.
+ page's type instead.
Robustness tests
----------------
@@ -603,3 +603,12 @@ translators, wiki administrators, hackers. This plugin may be complex
enough to deserve this.
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.