ikiwiki/IkiWiki
Joey Hess 9b10f5eab2 map: The fix for #449285 was buggy and broke display of parents in certian circumstances.
The use of $dummy was not sufficient, because it only stuck around for the
first element after a dummy parent, and was then lost. Instead, use a
$addparent that contains the actual dummy parent, so it can be compared
with the new item to see if we're still under that parent or have moved to
another one.
2008-08-23 13:10:49 -04:00
..
Plugin map: The fix for #449285 was buggy and broke display of parents in certian circumstances. 2008-08-23 13:10:49 -04:00
Setup fix directory uniquification code 2008-08-22 21:52:03 -04:00
CGI.pm typo 2008-08-05 19:58:33 -04:00
Render.pm historyurl can be undef 2008-07-26 19:37:25 -04:00
Setup.pm Options set in the setup file are now immediatly loaded by ikiwiki -setup. This allows later switches to override them. Previously, setup file options overrode most command line options. 2008-08-06 01:58:04 -04:00
UserInfo.pm banned_users move to setup file, stage 1 2008-08-01 17:39:17 -04:00
Wrapper.pm Avoid troublesome abs_path calls in wrapper setup 2008-07-21 18:26:14 -04:00