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