]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.45.mdwn
web commit by http://id.inelegant.org/
[ikiwiki.git] / doc / news / version_1.45.mdwn
1 News for ikiwiki 1.45:
2
3    Wikis need to be rebuilt on upgrade to this version. If you listed your wiki
4    in /etc/ikiwiki/wikilist this will be done automatically when the Debian
5    package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
6
7 ikiwiki 1.45 released with [[toggle text="these changes"]]
8 [[toggleable text="""
9    * Allow for underscores to appear in page titles, if encoded appropriately
10      (\_\_95\_\_) in filenames. Previously, all underscores were replaced with
11      spaces. Thanks, Enrico Zini for noticing that bug.
12    * Add "template" option to inline plugin to allow for use of customised
13      templates.
14    * Add titlepage template for inline plugin.
15    * Add preview parameter to preprocesser calls, use this rather than the
16      previous ugly hack used to avoid writing rss feeds in previews.
17    * Fix the img plugin to avoid overwriting images in previews. Instead it
18      does all the work to make sure the resizing works, and dummys up a resized
19      image using width and height attributes.
20    * Also fixes img preview display, the links were wrong in preview before.
21    * Add a sparkline plugin.
22    * Add a postsparkline plugin.
23    * The slash escaping when adding to a blog from the CGI was not working
24      since it ended up being double-escaped. Instead, just remove slashes.
25    * Fix some nasty issues with page name escaping during previewing
26      (introduced in 1.44).
27    * Add a table plugin, derived from the one written by Victor Moral.
28    * The underscore escaping support exposed a bug in edit links: Such links
29      were titlepage escaped in the urls, and then doubly escaped by the CGI
30      when editing. To fix this, I removed the titlepage escaping in the edit
31      urls.
32    * That means that *every edit link* on the wiki is potentially changed.
33      Rebuilding wikis on upgrade to this version therefore necessary; enabled
34      that in postinst.
35    * Correct a deadlock that could occur in post-commit if the aggregate plugin
36      was enabled and tried to lock the already locked wiki."""]]