1 ikiwiki 1.18 released with these changes:
3 * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
5 * Man page format fixups.
6 * If the meta plugin overides the page title, set a title\_overridden
7 variable in the template to true. This allows doing things with the
8 templates conditional on the title being overriden.
9 * Add a %pagecase which maps lower-case page names to the actual case
10 used in the filename. Use this in bestlinks calculation instead of
11 forcing the link to lowercase.
12 * Also use %pagecase in various other places that want to check if a page
13 with a given name exists.
14 * This means that links to pages with mixed case names will now work,
15 even if the link is in some other case mixture, and mixed case pages
16 should be fully supported throughout ikiwiki.
17 * Recommend rebuilding wikis on upgrade to this version.