]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/po.mdwn
po/todo: update
[git.ikiwiki.info.git] / doc / plugins / po.mdwn
index aced3799841e39e9e348f94b309623da11e34bcd..9298b3d377130838d663f2f58111252b943f8b35 100644 (file)
@@ -553,8 +553,8 @@ Robustness tests
 
 ### Creating/deleting/renaming pages
 
-All cases of page creation/deletion/rename, both via RCS and via CGI,
-have been tested.
+All cases of master/slave page creation/deletion/rename, both via RCS
+and via CGI, have been tested.
 
 ### Misc
 
@@ -568,14 +568,3 @@ Documentation
 Maybe write separate documentation depending on the people it targets:
 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?
-* Use the formbuilder_setup hook to remove the rename/remove buttons
-  on slave edit pages. The canrename/canremove hook ensure this is
-  forbidden at the backend level, and this change would improve the UI.