]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.16.mdwn
add news item for ikiwiki 2.16
[ikiwiki.git] / doc / news / version_2.16.mdwn
1 News for ikiwiki 2.16:
2
3    Many of the pages in ikiwiki's basewiki have been moved and renamed in this
4    release, to avoid the basewiki including pages with names like "blog".
5    Redirection pages have been left behind for these moved pages temporarily,
6    and will be removed later.
7    The meta plugin no longer supports setting internal or external links
8    with "meta link". Instead, use "meta openid" for openid links, and use tags
9    for in-wiki invisible links between pages.
10    If you use the calendar plugin, ikiwiki is now smarter and your nightly
11    cron job to update the wiki doesn't need to rebuild everything. Just pass
12    --refresh to ikiwiki in the cron job and it will update only pages that
13    contain out of date calendars.
14
15 ikiwiki 2.16 released with [[toggle text="these changes"]]
16 [[toggleable text="""
17    * Major basewiki reorganisation. Most pages moved into ikiwiki/ subdirectory
18      to avoid polluting the main namespace, and some were further renamed.
19    * meta: Add redir support, based on a patch by Thomas Schwinge.
20    * Redirs added for moved basewiki pages. These will be removed in a future
21      release.
22    * Remove .otl file from sandbox to avoid build ugliness. Closes: #[454181](http://bugs.debian.org/454181)
23    * Finally implemented a simple per-page data storage mechanism for plugins,
24      via the %pagestate hash.
25    * Use pagestate in meta to detect potential redir loops.
26    * Added a version plugin that saves state about what's using it, to force
27      pages to rebuild when ikiwiki's version changes.
28    * The calendar plugin stores state about when it needs to be updated,
29      and forces rebuilds of the pages that contain calendars. So
30      running ikiwiki --refresh at midnight is now enough, no need for a full
31      wiki rebuild each midnight.
32    * calendar: Work around block html parsing bug in markdown 1.0.1 by
33      enclosing the calendar in an extra div.
34    * Fix file pruning code to work if ikiwiki is run with "." as the srcdir.
35    * Add an edittemplate plugin, allowing registering template pages, that
36      provide default content for new pages created using the web frontend.
37    * Change formbuilder hook to not be responsible for displaying a form,
38      so that more than one plugin can use this hook.
39      I believe this is a safe change, since only passwordauth uses this hook.
40      (If some other plugin already used it, it would have broken passwordauth!)
41    * Ensure that web edited pages always end in a newline.
42    * Avoid unnecessary stat calls to get mtime when rendering pages, use
43      cached value.
44    * Preserve input file modification times in output files.
45    * Allow dashes in preprocessor directive commands, and shortcuts.
46    * Htmlize parameters passed to the template preprocessor directive before
47      inserting them into the html template. This ensures that markdown
48      acts on them, even if the value is expanded inside a block-level html
49      element in the html template. Closes: #[454058](http://bugs.debian.org/454058)
50    * Use a div in the note template rather than a span.
51    * shortcut: Expand %S to the raw input text, not url-encoded.
52    * Don't increment feed numbers when an inline has no feeds. (Nis Martensen)
53    * Allow editing a page and deleting all content, while still disallowing
54      creating a new page that's entirely empty.
55    * meta: Drop support for "meta link", since supporting this for internal
56      links required meta to be run during scan, which complicated its data
57      storage, since it had to clear data stored during the scan pass to avoid
58      duplicating it during the normal preprocessing pass.
59    * If you used "meta link", you should switch to either "meta openid" (for
60      openid delegations), or tags (for internal, invisible links). I assume
61      that nobody really used "meta link" for external, non-openid links, since
62      the htmlscrubber ate those. (Tell me differently and I'll consider bringing
63      back that support.)
64    * meta: Improved data storage.
65    * meta: Drop the hackish filter hook that was used to clear
66      stored data before preprocessing, this hack was ugly, and broken (cf:
67      liw's disappearing openids).
68    * aggregate: Convert filter hook to a needsbuild hook.
69    * map: Don't inline images.
70    * brokenlinks: Don't list the same link multiple times. (%links might
71      contain multiple copies of the same link)
72    * git: Correct display of multiline commit messages in recentchanges.
73    * Re-organise dependencies and recommends now that recommends are installed
74      by default.
75    * Don't refuse to render files with ".." in their name. (Anchor the regexp.)
76    * Work around perl taint checking bug #411786, where perl sometimes randomly
77      sets the taint flag on untainted variables, by disabling taint checking
78      in the deb. This sucks."""]]