3 The anonok setting in config files has been removed. To enable
4 httpauth support on your wiki, you should now enable the anonok plugin,
7 Third-party plugins that use pagespec\_match() should be updated to pass
8 the new third parameter (from) to that function. This is needed for the
9 new relative glob matching to work.
11 ikiwiki 1.42 released with [[toggle text="these changes"]]
13 * Fix several more missing translations of Discussion.
14 * Fix for missing backlinks() in pagestats plugin.
15 * Add canedit hook, allowing arbitrary controls over when a page can be
17 * Move code forcing signing before edit to a new "signinedit" plugin, and
18 code checking for locked pages into a new "lockedit" plugin. Both are
20 * Remove the anonok config setting. This is now implemented by a new
21 "anonok" plugin. Anyone with a wiki allowing anonymous edits should
22 change their configs to enable this new plugin.
23 * Add an opendiscussion plugin that allows anonymous users to edit
24 discussion pages, on a wiki that otherwise wouldn't allow it.
25 * Lots of CGI code reorg and cleanup.
26 * Avoid using lots of memory when copying large non-html files.
27 Yes, you can keep videos in the wiki..
28 * Add feedshow option to allow reducing the number of items included in
30 * Change based on a patch from Ethan to support relative matching in
31 PageSpecs, by using "./".
32 * pagespec\_match() has grown a new third parameter to support this.
33 * Add "reverse" option to inline to invert sort orders.
34 * Drop the BSD license for the templates and basewiki, and just allow them
35 to be used as close to public domain as possible.
36 * viewcvs is now viewvc (in Debian unstable), update everything to use the
38 * Fix a security hole that allowed a web user to edit images and other
39 non-page format files in the wiki. To exploit this, the file already had
40 to exist in the wiki, and the web user would need to somehow use the web
41 based editor to replace it with malicious content.
42 (Sorry Josh, this means you can't edit style.css directly anymore,
43 although I do appreciate your fixes, actually..)"""]]