]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.51.mdwn
releasing version 2.00
[ikiwiki.git] / doc / news / version_1.51.mdwn
1 News for ikiwiki 1.51:
2
3    Some wikis need to be rebuilt on upgrade to this version, due to changes to
4    page layout and the style sheet. If you listed your wiki in
5    /etc/ikiwiki/wikilist this will be done automatically when the Debian
6    package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
7
8 ikiwiki 1.51 released with [[toggle text="these changes"]]
9 [[toggleable text="""
10  * [ Joey Hess ]
11    * Support setting svnpath to "" for wikis that are rooted at the top of
12      their svn repositories, with no trunk directory.
13    * Minor template improvements by Alessandro.
14    * In mercurial backend, untaint ipaddr when using it as the user for the
15      commit. Thanks, Alexander Wirt. Closes: #[420428](http://bugs.debian.org/420428)
16    * Fix aggregator to not warn when a feed contains no body content at all.
17    * Work around bug #420636 by, if XML::Parser crashes, running the feed
18      content though Encode::decode\_utf8.
19  * [ Josh Triplett ]
20    * Change basewiki CSS to not put a border around images used as links.
21  * [ Joey Hess ]
22    * Move the footer div to enclose tags and links too.
23    * More style sheet updates, remove the hack that used the tags div to create
24      the footer border.
25    * Due to template changes and style sheet changes that depend on them,
26      wiki rebuilds are recommended on upgrade to this version.
27    * Avoid .svn directories when installing from svn checkout.
28    * Fix sending of commit mails when new pages are added via the web.
29    * Add user(name) to the PageSpec for commit subscriptions.
30    * pagespec\_match() has changed to take named parameters, to better allow
31      for extended pagespecs. The old calling convention will still work for
32      back-compat for now.
33    * The calling convention for functions in the IkiWiki::PageSpec namespace
34      has changed so they are passed named parameters.
35    * Plugin interface version increased to 2.00 since I don't anticipate any
36      more interface changes before 2.0.
37    * Updated Gujarati translation from Kartik Mistry. Closes: #[421198](http://bugs.debian.org/421198)
38    * Make pagespec\_match return an object that can be stringified to tell
39      the reason why the match failed or succeeded.
40    * Add testpagespec plugin, which might be useful to see why a pagespec isn't
41      working as desired.
42  * [ Josh Triplett ]
43    * Fix bestlink to use pagecase for pages in userdir, to support pages
44      with non-lowercase filenames.
45  * [ Joey Hess ]
46    * Include wikiname in syslogged messages.
47    * Updated Polish translation from Pawel Tecza.
48    * Updated Czech translation from Miroslav Kure.
49    * Updated Spanish translation from Victor Moral.
50    * Apply patch from hb that uses the full path to a file when adding a file
51      using the mercurial backend. Not 100% sure why it failed w/o the full
52      path, but this still passes the test suite, and indeed, is how the test
53      suite calls hg add."""]]