]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.49.mdwn
a bit more about upgrades
[ikiwiki.git] / doc / news / version_2.49.mdwn
1 News for ikiwiki 2.49:
2
3    The search plugin no longer uses hyperestrair. Instead, to use it you
4    will now need to install xapian-omega, and the [[cpan Search::Xapian]],
5    [[cpan HTML::Scrubber]], and [[cpan Digest::SHA1]] perl modules. Ie,
6    `apt-get install xapian-omega libsearch-xapian-perl libhtml-scrubber-perl libdigest-sha1-perl`
7
8    Also, wikis that use the search plugin will need to be rebuilt, 
9    since the search form has changed. This will not be done automatically,
10    but can be done by running `ikiwiki-mass-upgrade` as root, or
11    running `ikiwiki -setup` on individual setup files.
12
13 ikiwiki 2.49 released with [[toggle text="these changes"]]
14 [[toggleable text="""
15    * haiku: Generate valid xhtml.
16    * ikiwiki-mass-rebuild: Don't trust $! when setting $)
17    * inline: The optimisation in 2.41 broke nested inlines. Detect those
18      and avoid overoptimising.
19    * search: Converted to use xapian-omega.
20    * Filter hooks are no longer called during the scan phase. This will
21      prevent wikilinks added by filters from being scanned properly. But
22      no known filter hook does that, so let's not waste time on it.
23    * Pass a destpage parameter to the sanitize hook.
24    * The search interface now allows searching for a page by title
25      ("title:foo"), as well as for pages that contain a given link
26      ("link:bar")."""]]