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