From 9e1c0c5586979f15d651156a3933c56bff26adca Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 13 Aug 2006 02:20:15 +0000 Subject: add news item for ikiwiki 1.18 --- doc/news/version_1.18.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/news/version_1.18.mdwn (limited to 'doc/news/version_1.18.mdwn') diff --git a/doc/news/version_1.18.mdwn b/doc/news/version_1.18.mdwn new file mode 100644 index 000000000..0bba5e5e7 --- /dev/null +++ b/doc/news/version_1.18.mdwn @@ -0,0 +1,17 @@ +ikiwiki 1.18 released with these changes: + + * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. + * Add --version. + * Man page format fixups. + * If the meta plugin overides the page title, set a title\_overridden + variable in the template to true. This allows doing things with the + templates conditional on the title being overriden. + * 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. \ No newline at end of file -- cgit v1.2.3