* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 13 Aug 2006 02:03:43 +0000 (02:03 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 13 Aug 2006 02:03:43 +0000 (02:03 +0000)
commit4b36dee35a55b08d6d6f3bb3840220a4956f2540
tree4202c4fa32c2ec537e065072e45b4bb9344b1147
parent85ecbc6c4ea3af0b39034d985d4ca4adb243d94f
* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
  used in the filename. Use this in bestlinks calculation instead of
  forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
  with a given name exists.
* This means that links to pages with mixed case names will now work,
  even if the link is in some other case mixture, and mixed case pages
  should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
16 files changed:
IkiWiki.pm
IkiWiki/CGI.pm
IkiWiki/Plugin/aggregate.pm
IkiWiki/Render.pm
Makefile.PL
basewiki/wikilink.mdwn
debian/changelog
debian/postinst
doc/freesoftware.mdwn
doc/todo/Case.mdwn [new file with mode: 0644]
doc/todo/case.mdwn [deleted file]
doc/usage.mdwn
ikiwiki.pl
mdwn2man
t/bestlink.t
t/linkify.t