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