0d86597fcadb273d553d48ffd09eff9a40787acb
[ikiwiki.git] / 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 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
50  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 14:03:54 -0400
51
52 ikiwiki (1.0) unstable; urgency=low
53
54   * First official release.
55
56  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400