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