]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/need_global_renamepage_hook.mdwn
close bug on this branch
[ikiwiki.git] / doc / todo / need_global_renamepage_hook.mdwn
index f4e18baa210f406a441cfe657e2417cfde79b175..ce55b42c3c523ed184536c3696b498e08d4853ce 100644 (file)
@@ -55,3 +55,11 @@ would solve my problem. Hmmm? --[[intrigeri]]
 >> In my `po` branch, I renamed `renamepage` to `renamelink`, and
 >> created a `rename` hook that is passed a reference to `@torename`.
 >> --[[intrigeri]]
+
+>>> As Joey highlights it on [[plugins/contrib/po]], it's too late to
+>>> merge such a change, as the 3.x plugin API is released and should
+>>> not be broken. I'm thus proposing to keep the existing
+>>> `renamepage` as it is, and call `rename` the global hook I need.
+>>> --[[intrigeri]]
+
+[[done]] as part of po branch