* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
[ikiwiki] / debian / changelog
1 ikiwiki (1.1) UNRELEASED; urgency=low
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 plugin system, currently only supporting for PreProcessorDirectives.
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
30  -- Joey Hess <joeyh@debian.org>  Tue,  2 May 2006 02:51:06 -0400
31
32 ikiwiki (1.0) unstable; urgency=low
33
34   * First official release.
35
36  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400