]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.51.mdwn
Merge commit 'smcv/force-uuids' into force-uuids
[ikiwiki.git] / doc / news / version_2.51.mdwn
1 ikiwiki 2.51 released with [[toggle text="these changes"]]
2 [[toggleable text="""
3    * Improve toplevel parentlink to link directly to index.html when usedirs is
4      disabled.
5    * map: Add a "show" parameter. "show=title" can be used to display page
6      titles, rather than the default page name. Based on a patch from
7      Jaldhar H. Vyas, Closes: #[484510](http://bugs.debian.org/484510)
8    * hnb: New plugin, contributed by Axel Beckert.
9    * meta: Store "description" in pagestate for use by other plugins.
10    * map: Support show=description.
11    * textile: The Text::Textile perl module has some regexps that fail if
12      input is flagged as utf-8, but contains invalid characters such as 0x92.
13      To prevent it from crashing, re-encode the content before calling it,
14      which will ensure that it's really utf-8.
15    * Version the suggests of xapian-omega to a version known to be new enough
16      to work with ikiwiki. Reportedly, version 0.9.9 is too old to work.
17      Closes: #[486592](http://bugs.debian.org/486592)
18    * creole: New plugin from Bernd Zeimetz. Closes: #[486930](http://bugs.debian.org/486930)
19    * aggregate: Add template parameter.
20    * Add support for the universal edit button <http://universaleditbutton.org/>
21      (To get this on all pages of an exiting wiki, rebuild the wiki.)
22    * txt: New plugin, contributed by Gabriel McManus.
23    * smiley: Generate links relative to the destpage. (Fixes a reversion from
24      2.41.)
25    * toc: Revert change in 2.45 that made it run at sanitize time. That broke
26      use of toc in a sidebar.
27    * Call format hooks when generating page previews, thus fixing toc display
28      there, as well as fixing inlins to again display in page previews, since
29      it's started using format hooks. This also allows several other things,
30      like embed, that use format hooks, to work during page preview time.
31    * Format hooks should not rely on getting an entire html document, as they
32      will only get the body during page preview.
33    * toggle: Deal with preview mode when adding javascript."""]]