]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/modify_page_filename_in_plugin.mdwn
Consistently allow use of relative paths in all PageSpecs that take a page name param...
[ikiwiki.git] / doc / todo / modify_page_filename_in_plugin.mdwn
index 4099487a12193ff8d725506bb0f5c19b666ae909..a13c8b62ffeb3d2f6b49dcf381e8fec2354fa62b 100644 (file)
@@ -6,6 +6,8 @@ The problem is that I occasionally have xxx.c and xxx.h in the same directory an
 
 My solution is to allow plugins to provide a hook that sets the pagename. --[[/users/bstpierre]]
 
+> You might also find the solution to [[bugs/multiple_pages_with_same_name]] helps you.  That patch is already applied. -- [[Will]]
+
     --- /usr/share/perl5/IkiWiki.pm.ORIG    2008-10-03 14:12:50.000000000 -0400
     +++ /usr/share/perl5/IkiWiki.pm 2008-10-07 11:57:26.000000000 -0400
     @@ -196,11 +196,32 @@