]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.42.mdwn
web commit by JoshTriplett: Formatting and links.
[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 anonymous
3 edits on your wiki, you should now enable the [[anonok_plugin|plugins/anonok]]
4 instead.
5
6 [[Third-party_plugins|plugins/contrib]] that use `pagespec_match()` should be
7 updated to pass the new third parameter `from` to that function. This is
8 needed for the new relative glob matching to work.
9 """ changelog="""
10    * Fix several more missing translations of Discussion.
11    * Fix for missing `backlinks()` in [[pagestats_plugin|plugins/pagestats]].
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
15      [[signinedit_plugin|plugins/signinedit]], and move code checking for
16      locked pages into a new [[lockedit_plugin|plugins/lockedit]]. Both are
17      enabled by default.
18    * Remove the `anonok` config setting. This is now implemented by a new
19      [[anonok_plugin|plugins/anonok]]. Anyone with a wiki allowing anonymous
20      edits should change their configs to enable this new plugin.
21    * Add an [[opendiscussion_plugin|plugins/opendiscussion]] that allows
22      anonymous users to edit discussion pages, on a wiki that otherwise
23      wouldn't allow anonymous edits.
24    * Lots of CGI code reorg and cleanup.
25    * Avoid using lots of memory when copying large non-HTML files.
26      Yes, you can keep videos in the wiki..
27    * Add `feedshow` option to allow reducing the number of items included in
28      an RSS or Atom feed.
29    * Change based on a patch from Ethan to support relative matching in
30      [[PageSpec]]s, by using "`./`".
31    * `pagespec_match()` has grown a new third parameter to support this.
32    * Add `reverse` option to inline to invert sort orders.
33    * Drop the BSD license for the templates and basewiki, and just allow them
34      to be used as close to public domain as possible.
35    * ViewCVS is now ViewVC (in Debian unstable); update everything to use the
36      new name.
37    * Fix a security hole that allowed a web user to edit images and other
38      non-page-format files in the wiki. To exploit this, the file already had
39      to exist in the wiki, and the web user would need to somehow use the web
40      based editor to replace it with malicious content.
41      (Sorry Josh, this means you can't edit style.css directly anymore,
42      although I do appreciate your fixes, actually..)
43 """]]