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