]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.1.mdwn
add news item for ikiwiki 1.1
[ikiwiki.git] / doc / news / version_1.1.mdwn
1 ikiwiki 1.1 released with these changes:
2
3    * Rename inlinepage to depends, so that it can be used to refer to more
4      dependency relationships than just inlining. This will require a rebuild
5      on upgrade to this version.
6    * Move the rss link, put it in the blogpost form if there is one and at the
7      top if not. This is both nicer because easier to find, and it cleans up
8      the code which had used inlinepage as a flag for adding the link later.
9    * Allow the depends GlobList to be built up from multiple sources (such as
10      plugins) during a page render.
11    * Which means that more than one blog is now supported to appear on a
12      single page. (With some limitations, like only the last one getting an
13      rss file.)
14    * Added a plugin system.
15    * Added a pagecount plugin, enabled by default.
16    * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
17    * Fixed/optimised backlinks code, to avoid rebuilding pages to update
18      backlinks when the backlinks hadn't really changed.
19    * Moved inline page support, rss generation etc into the inline plugin,
20      enabled by default.
21    * Added brokenlinks plugin, not enabled by default, but rather handy.
22    * Fix several broken links in the doc wiki.
23    * Smarter behavior when creating a page and a page of the same name (but
24      different location) already exists.
25    * Add an orphans plugin for finding pages that nothing links to.
26    * Removed backlinks page, which it turns out nothing used.
27    * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
28      it, this will allow for adding a unit test suite.
29    * Add unit tests for several core functions, including globlist\_match,
30      dirname, basename, bestlink, linkify, pagetitle, titlepage.
31    * Smart globlist merging.
32    * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
33      to pave the way for adding other RCS support. This also changes the
34      setup files, where before they had svn => 1 or svn => 0, now they have
35      rcs => "svn" or rcs => "".
36    * Add a debian/NEWS file with upgrade notes.
37    * Load whatever rcs module is specified, so new ones can be just dropped in
38      as plugins and work. (Well, in theory.)
39    * Add some basic docs about writing RCS modules.
40    * Broke search capability out into a plugin, removed the --hyperestraier
41      switch.
42    * Added smiley plugin, nicely controlled and documented by the smileys page.
43    * Copied in some smileys from Moin Moin.
44    * Allow links of the form [[some page|page]], with whitespace in the link
45      text.
46    * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
47      and --disable-plugin htmlscrubber.
48    * Allow discussion links on pages to be turned off with --no-discussion.
49    * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
50    * Add some new config items to the estseek.conf template, which are needed
51      by hyperestraier 1.2.3.