1 ikiwiki 3.141 released with [[!toggle text="these changes"]]
3 * comment: Make comment directives no longer use the internal "\_comment"
4 form, and document the comment directive syntax.
5 * Avoid relying on translators preserving the case when translating
6 "discussion", which caused Discussion pages to get unwanted Discussion
8 * Tighten up matching of bare words inside directives; do not
9 allow an unterminated triple string to be treated as a series
10 of bare words. Fixes runaway regexp recursion/backtracking
11 in strange situations.
12 * Setup automator: Check that each plugin added to the generated
13 setup file can be loaded and that its config is ok. If a plugin
14 fails for any reason, disable it in the generated file.
15 Closes: [532001](http://bugs.debian.org/532001)
16 * pagecount: Fix broken optimisation for * pagespec.
17 * goto: Support being passed a page title that is not a valid page
18 name, to support several cases including mercurial's long user
19 names on the RecentChanges page, and urls with spaces being handled
21 * Optimise use of gettext, and avoid ugly warnings if Locale::gettext
22 is not available. Closes: #[532285](http://bugs.debian.org/532285)
23 * meta: Add openid delegate parameter to allow delegating only
25 * Disable the Preferences link if no plugin with an auth hook is enabled.
26 * Updated French translation. Closes: #[532654](http://bugs.debian.org/532654)
27 * aggregate: Fix storing of changed md5.
28 * aggregate: Avoid resetting ctime when an item md5 changes."""]]