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