summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-01 16:50:24 +0100
committerintrigeri <intrigeri@boum.org>2009-01-01 16:52:43 +0100
commitb24f236dfa2903805bc233a7fc97101d912ae3ee (patch)
treeea9a0cf64dce136b3c4ec1b37522d60cd00f95bd /doc/plugins/po.mdwn
parent3316f9cc737c091ff79270f75fc30dd349616b12 (diff)
po: use the new canrename hook to prevent translation renames in the CGI
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index 919864ede..5337a2ce2 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -544,13 +544,6 @@ Creating new pages on the web
See [[contrib/po|contrib/po]].
-Renaming/deleting pages
------------------------
-
-Renaming or deleting a translation in the CGI should be forbidden.
-Implementing this requires two new hooks: `canrename` and `canremove`,
-that would be run respectively by the `rename` and the `remove` plugins.
-
Robustness tests
----------------