]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.20.mdwn
web commit by http://joey.kitenet.net/: poll vote (It's too slow!)
[ikiwiki.git] / doc / news / version_2.20.mdwn
1 News for ikiwiki 2.20:
2
3    The template plugin has begin to htmlize the variables passed to templates.
4    This is normally what you want, but to get the old behavior and get at the
5    raw value, you can use `<TMPL_VAR raw_variable>` in a template.
6
7 ikiwiki 2.20 released with [[toggle text="these changes"]]
8 [[toggleable text="""
9    * inline: Add copyright/license info on a per-post basis to atom
10      feeds if available. (rss doesn't allow such info on a per-post basis)
11    * Also include overall copyright/license and author info in atom feeds if
12      available.
13    * meta: Allow copyright/license metadata to contain arbitrary markup.
14    * Call preprocessor hooks in void context during the scan pass. This allows
15      the hook to determine if it's just scanning, and avoid expensive
16      operations.
17    * img: Detect scan mode and avoid generating and writing the image file
18      during it, for a 2x speedup.
19    * meta: Run in scan mode again (more intelligently) and re-add support for
20      meta link.
21    * Fix support for the case where metadata appears after an inline directive
22      that needs to use it. This was broken in version 2.16.
23    * template: Remove bogus htmlize pass added in 2.16.
24    * template: Htmlize template variables, but also provide a raw version
25      via `<TMPL_VAR raw_variable>`.
26    * When htmlizing text, if the input is a single line with no newline,
27      and the htmlizer (such as markdown and textile) generates a html
28      paragraph, remove it. This allows removing several hacks from other
29      plugins that htmlize fragements of pages.
30    * In preferences, allow the subscriptions and email fields to be cleared.
31    * teximg: Fix to support the same formula on multiple pages."""]]