* Add --timeformat config option to allow changing how dates are displayed.
[ikiwiki] / debian / changelog
1 ikiwiki (1.5) UNRELEASED; urgency=low
2
3   * Add --timeformat config option to allow changing how dates are displayed.
4     Note that as a side effect, dates will now be displayed using the local
5     timezone, not as GMT.
6
7  -- Joey Hess <joeyh@debian.org>  Mon, 29 May 2006 00:50:34 -0400
8
9 ikiwiki (1.4) unstable; urgency=low
10
11   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
12     very strange way of enabling proper XHTML <br /> type tags. Output html
13     should be always valid again now.
14   * The page name and parent links has switched from using a <h1> to a styled
15     <span>, so pages can use <h1> internally instead of needing to use <h2>.
16   * Updated all of ikiwiki's own wiki pages for that.
17   * Add pagetemplate hook, which can be used by plugins that want to mess
18     around with adding new stuff to the page template.
19   * Remove headercontent; the search plugin now adds the search box to the
20     header by registering a pagetemplate hook, and other plugins should do
21     similarly.
22   * Rebuilding on upgrade to this version is recommended.
23   * Add a html validity check to the test suite, using the wdg-html-validator,
24     if available.
25   * Make the html valid when there is nothing in the actions list.
26   * Reordered some function call parameters for consistency.
27   * Enable full utf-8 support for page input and output.
28   * Add a workaround for markdown, which does not work well with utf-8
29     strings.
30   * --getctime had bitrotted (well I only ever used it the once so far..),
31     fix and make it a bit more flexible
32   * rcs_getctime is changed, now rather than needing to loop over all pages,
33     it should just use the rcs to get the ctime of the passed file.
34   * When inlining a page in another one, links from the inlined page are now
35     expanded the same as they are when rendering the inlined page as a
36     standalone page. So rather than being expanded from the POV of the
37     inlining page, they are expanded from the POV of the inlined page.
38
39     For example, a link from blog/foo to "bar" will now link to blog/bar
40     if it exists. Previously this needed to be a link explicitly to
41     "blog/bar"; such links will also continue to work.
42
43     (This was slightly complex to do as the link still has to be constructed
44     relative to the inlining page.)
45   * Make page edit textarea resize to fit browser window.
46   * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
47     do not need a full rebuild, in order to update any basewiki pages.
48
49  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 15:08:49 -0400
50
51 ikiwiki (1.3) unstable; urgency=low
52
53   * Fix the preinst introduced in the last version. Closes: #367458
54
55  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
56
57 ikiwiki (1.2) unstable; urgency=low
58
59   * Remove dups from the brokenlinks list.
60   * Add libc6-dev to dependencies, needed to build wrappers.
61   * Install wikilist in correct location. Closes: #367371
62
63  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
64
65 ikiwiki (1.1) unstable; urgency=low
66
67   * Rename inlinepage to depends, so that it can be used to refer to more
68     dependency relationships than just inlining. This will require a rebuild
69     on upgrade to this version.
70   * Move the rss link, put it in the blogpost form if there is one and at the
71     top if not. This is both nicer because easier to find, and it cleans up
72     the code which had used inlinepage as a flag for adding the link later.
73   * Allow the depends GlobList to be built up from multiple sources (such as
74     plugins) during a page render.
75   * Which means that more than one blog is now supported to appear on a
76     single page. (With some limitations, like only the last one getting an
77     rss file.)
78   * Added a plugin system.
79   * Added a pagecount plugin, enabled by default.
80   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
81   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
82     backlinks when the backlinks hadn't really changed.
83   * Moved inline page support, rss generation etc into the inline plugin,
84     enabled by default.
85   * Added brokenlinks plugin, not enabled by default, but rather handy.
86   * Fix several broken links in the doc wiki.
87   * Smarter behavior when creating a page and a page of the same name (but
88     different location) already exists.
89   * Add an orphans plugin for finding pages that nothing links to.
90   * Removed backlinks page, which it turns out nothing used.
91   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
92     it, this will allow for adding a unit test suite.
93   * Add unit tests for several core functions, including globlist_match,
94     dirname, basename, bestlink, linkify, pagetitle, titlepage.
95   * Smart globlist merging.
96   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
97     to pave the way for adding other RCS support. This also changes the
98     setup files, where before they had svn => 1 or svn => 0, now they have
99     rcs => "svn" or rcs => "".
100   * Add a debian/NEWS file with upgrade notes.
101   * Load whatever rcs module is specified, so new ones can be just dropped in
102     as plugins and work. (Well, in theory.)
103   * Add some basic docs about writing RCS modules.
104   * Broke search capability out into a plugin, removed the --hyperestraier
105     switch.
106   * Added smiley plugin, nicely controlled and documented by the smileys page.
107   * Copied in some smileys from Moin Moin.
108   * Allow links of the form [[some page|page]], with whitespace in the link
109     text.
110   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
111     and --disable-plugin htmlscrubber.
112   * Allow discussion links on pages to be turned off with --no-discussion.
113   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
114   * Add some new config items to the estseek.conf template, which are needed
115     by hyperestraier 1.2.3.
116
117  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
118
119 ikiwiki (1.0) unstable; urgency=low
120
121   * First official release.
122
123  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400