aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-03-08 15:50:48 +0100
committerintrigeri <intrigeri@boum.org>2009-03-08 15:50:48 +0100
commitf4ae4c0b091d51842db2a97f09d1d1d64cf1f2ce (patch)
tree0d41f0e1b78c57be4dca4c6aee6581b37787b1c8
parentff0ae86945f8a68d5bc51fa9f9cc89754cd209b5 (diff)
downloadikiwiki-f4ae4c0b091d51842db2a97f09d1d1d64cf1f2ce.tar
ikiwiki-f4ae4c0b091d51842db2a97f09d1d1d64cf1f2ce.tar.gz
implemented Joey's solution
-rw-r--r--doc/todo/need_global_renamepage_hook.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/need_global_renamepage_hook.mdwn b/doc/todo/need_global_renamepage_hook.mdwn
index 9c987aac4..6c79fa321 100644
--- a/doc/todo/need_global_renamepage_hook.mdwn
+++ b/doc/todo/need_global_renamepage_hook.mdwn
@@ -103,3 +103,5 @@ hashes is desired, it could return the full set of hashes.
>> plugins use the hook; plugin A would see when plugin B adds a new file
>> to be renamed. And the subpage renaming stuff could probably be moved
>> into the rename hook too. --[[Joey]]
+>>>
+>>> I've implemented this nice solution in my po branch. --[[intrigeri]]