]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/news/version_1.11.mdwn
web commit by joey
[git.ikiwiki.info.git] / doc / news / version_1.11.mdwn
1 ikiwiki 1.11 is released.
3 There are some changes to tags in this release, due to a new tag plugin. If you have
4 been using the meta plugin to tag pages, you'll want to enable the tag
5 plugin too, and change things like this:
7     \[[meta link="foobar"]]
9 To this:
11     \[[tag foobar]]
13 The new tags will appear at page footers, and are also easier to type.
15 Full list of changes:
17    * Patch from Enrico that
18      - Adds a tag plugin that allows more easily tagging pages.
19        The meta plugin can also still be used for that, but the tag plugin
20        also lists a page's tags at the bottom of the page.
21      - Allows preprocessor directives to have parameters with no specified
22        value.
23      - Fixes preprocessor directive parameter parsing so that
24        foo=bar baz now means "foo=bar" and a "baz" with no value.
25    * Run pagetemplate hooks when inlining pages so that inlined pages also
26      list their tags.
27    * Make all plugins with pagetemplate hooks check that variables exist
28      on the template before setting them, for robustness.
29    * Switch pagetemplate hooks to using named parameters.
30    * Pass a destpage parameter to preprocessor and pagetemplate hooks.
31      This will be the page that a source page will be part of, which is
32      different than the source page for inlined pages.
33    * Audited all plugins to endure they pass (page, destpage) to htmllink
34      appropriatly. This means inlining of various plugins will not work
35      properly, with correct links generated.