]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write.mdwn
po: use the new canrename hook to prevent translation renames in the CGI
[git.ikiwiki.info.git] / doc / plugins / write.mdwn
index e20cce763e4b2d98fd11a2b0fbac1e4a3ab3498a..a927b16293f549a0ec94be8177229c4f54f8a22a 100644 (file)
@@ -329,6 +329,14 @@ This hook can be used to implement arbitrary access methods to control when
 a page can be removed using the web interface (commits from revision control
 bypass it). It works exactly like the `canedit` hook.
 
+### canrename
+
+       hook(type => "canrename", id => "foo", call => \&canrename);
+
+This hook can be used to implement arbitrary access methods to control when
+a page can be renamed using the web interface (commits from revision control
+bypass it). It works exactly like the `canedit` hook.
+
 ### editcontent
 
        hook(type => "editcontent", id => "foo", call => \&editcontent);