]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.32.mdwn
testing
[ikiwiki.git] / doc / news / version_1.32.mdwn
1 ikiwiki 1.32 released with these changes:
2
3    * Add a separate pass to find page links, and only render each page once,
4      instead of over and over. Typical speedup is ~4x. Max possible speedup:
5      8x.
6    * Add "scan" parameter to hook(), which is used to make the hook be called
7      during the scanning pass, as well as the render pass. The meta and tag
8      plugins need to use the new scan parameter, so will any others that modify
9      %links.
10    * Now that links are calculated in a separate pass, it can also
11      precalculate backlinks in one pass, which is O(N^2) instead of the
12      previous code that was O(N^3). A very nice speedup for wikis with lots
13      (thousands) of pages.
14    * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
15      Erdem.
16    * Add a default stylesheet entry for the pagecloud.
17    * Add examples page with some examples of things that can be done using
18      ikiwiki, like a weblog. The examples can be copied into a user's wiki
19      for a quick start, without needing to learn everything about how to put
20      them together.
21    * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
22    * Add perlmagick to build-depends so syntax check of img plugin works.
23      Closes: #[396702](http://bugs.debian.org/396702)
24    * Improve login/register process, the login dialog has only name and
25      password fields, which allows more web browsers to regognise it as a login
26      field, and is less confusing.
27    * Implemented expiry options for aggregate plugin.
28    * Use precalculated backlinks info when determining if files need an update
29      due to a page they link to being added/removed. Mostly significant if
30      there are lots of pages.
31    * Remove duplicate link info when saving index. In some cases it could
32      pile up rather badly. (Probably not the best way to deal with this
33      problem.)
34    * Patch from James Westby to support podcasting, photoblogging, vidcasting,
35      or what have you, by creating enclosures for non-page items that are
36      included in feeds.