]> sipb.mit.edu Git - ikiwiki.git/commitdiff
po/todo: added better implementation ideas
authorintrigeri <intrigeri@boum.org>
Fri, 2 Jan 2009 12:43:08 +0000 (13:43 +0100)
committerintrigeri <intrigeri@boum.org>
Fri, 2 Jan 2009 12:43:08 +0000 (13:43 +0100)
Signed-off-by: intrigeri <intrigeri@boum.org>
doc/plugins/po.mdwn

index a8284e64ea4c52e3ebd2b965825ce26bc0a8a209..ed740c39476b3985cba5427c0cfe1e1b8bff2495 100644 (file)
@@ -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.