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