* Tell HTML::Scrubber to treat "/" as a valid attribute which is its
[ikiwiki.git] / debian / changelog
1 ikiwiki (1.4) UNRELEASED; urgency=low
2
3   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
4     very strange way of enabling proper XHTML <br /> type tags. Output html
5     should be always valid again now.
6
7  -- Joey Hess <joeyh@debian.org>  Thu, 25 May 2006 18:01:59 -0400
8
9 ikiwiki (1.3) unstable; urgency=low
10
11   * Fix the preinst introduced in the last version. Closes: #367458
12
13  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
14
15 ikiwiki (1.2) unstable; urgency=low
16
17   * Remove dups from the brokenlinks list.
18   * Add libc6-dev to dependencies, needed to build wrappers.
19   * Install wikilist in correct location. Closes: #367371
20
21  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
22
23 ikiwiki (1.1) unstable; urgency=low
24
25   * Rename inlinepage to depends, so that it can be used to refer to more
26     dependency relationships than just inlining. This will require a rebuild
27     on upgrade to this version.
28   * Move the rss link, put it in the blogpost form if there is one and at the
29     top if not. This is both nicer because easier to find, and it cleans up
30     the code which had used inlinepage as a flag for adding the link later.
31   * Allow the depends GlobList to be built up from multiple sources (such as
32     plugins) during a page render.
33   * Which means that more than one blog is now supported to appear on a
34     single page. (With some limitations, like only the last one getting an
35     rss file.)
36   * Added a plugin system.
37   * Added a pagecount plugin, enabled by default.
38   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
39   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
40     backlinks when the backlinks hadn't really changed.
41   * Moved inline page support, rss generation etc into the inline plugin,
42     enabled by default.
43   * Added brokenlinks plugin, not enabled by default, but rather handy.
44   * Fix several broken links in the doc wiki.
45   * Smarter behavior when creating a page and a page of the same name (but
46     different location) already exists.
47   * Add an orphans plugin for finding pages that nothing links to.
48   * Removed backlinks page, which it turns out nothing used.
49   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
50     it, this will allow for adding a unit test suite.
51   * Add unit tests for several core functions, including globlist_match,
52     dirname, basename, bestlink, linkify, pagetitle, titlepage.
53   * Smart globlist merging.
54   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
55     to pave the way for adding other RCS support. This also changes the
56     setup files, where before they had svn => 1 or svn => 0, now they have
57     rcs => "svn" or rcs => "".
58   * Add a debian/NEWS file with upgrade notes.
59   * Load whatever rcs module is specified, so new ones can be just dropped in
60     as plugins and work. (Well, in theory.)
61   * Add some basic docs about writing RCS modules.
62   * Broke search capability out into a plugin, removed the --hyperestraier
63     switch.
64   * Added smiley plugin, nicely controlled and documented by the smileys page.
65   * Copied in some smileys from Moin Moin.
66   * Allow links of the form [[some page|page]], with whitespace in the link
67     text.
68   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
69     and --disable-plugin htmlscrubber.
70   * Allow discussion links on pages to be turned off with --no-discussion.
71   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
72   * Add some new config items to the estseek.conf template, which are needed
73     by hyperestraier 1.2.3.
74
75  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
76
77 ikiwiki (1.0) unstable; urgency=low
78
79   * First official release.
80
81  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400