]> sipb.mit.edu Git - ikiwiki.git/blob - debian/changelog
* Allow setting NOTAINT=1 when building the wiki to remove taint checking
[ikiwiki.git] / debian / changelog
1 ikiwiki (1.44) UNRELEASED; urgency=low
2
3   * Patch to fix validaton of atom feeds by fixing the category tags.
4   * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
5     OpenID login form rather than linking to a remote logo, to avoid various
6     issues. Since there is not yet a license for the actual OpenID logo, this
7     file is currently a blank image. Users who want to can copy
8     http://openid.net/login-bg.gif into their wiki.
9   * Allow setting NOTAINT=1 when building the wiki to remove taint checking
10     flags, which can be useful on some hosting providers.
11
12  -- Joey Hess <joeyh@debian.org>  Mon, 19 Feb 2007 20:08:24 -0500
13
14 ikiwiki (1.43) unstable; urgency=low
15
16   * Allow plugins to add new types of tests that can be used in PageSpecs.
17   * Add a "conditional" plugin, which allows displaying text if a condition
18     is true. It is enabled by default so conditional can be used in the
19     basewiki.
20   * Use conditionals in the template for plugins, so that plugin pages
21     say if they're currently enabled or not, and in various other places
22     in the wiki.
23   * Updated Spanish translation.
24   * Make the basewiki be full of symlinks to pages that should be the same
25     in the doc wiki. This will allow direct edits to alter the base wiki
26     without manual munging.
27   * Fix the template, toggle, and conditional plugins to filter text before
28     preprocessing it.
29   * Fix smiley plugin to support smileys at the very beginning or end of
30     the content.
31   * Allow multiple tag settings to appear in a single page.
32   * Many changes to make ikiwiki very resistant to write failures
33     including out of disk space situations. ikiwiki should never leave
34     truncated files, and if the error occurs during a web-based file edit,
35     the user will be given an opportunity to retry.
36     Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
37   * Fix syslogging of errors.
38   * Patch from Ethan to allow using meta tags to set creation dates of pages.
39   * Add a prettydate plugin that formats dates in a more readable fashion.
40     (I had to get a pretty date somehow today..)
41   * Updated Czech translation.
42   * Avoid potential syslog format string issue, although only older versions
43     of perl are vulnerable and it is not known to really be exploitable from
44     ikiwiki.
45   * Add explicit module prereqs to Makefile.PL
46   * New domain name for ikiwiki: ikiwiki.info. Update your links.
47
48  -- Joey Hess <joeyh@debian.org>  Sun, 18 Feb 2007 23:26:32 -0500
49
50 ikiwiki (1.42) unstable; urgency=low
51
52   * Fix several more missing translations of Discussion.
53   * Fix for missing backlinks() in pagestats plugin.
54   * Add canedit hook, allowing arbitrary controls over when a page can be
55     edited.
56   * Move code forcing signing before edit to a new "signinedit" plugin, and
57     code checking for locked pages into a new "lockedit" plugin. Both are
58     enabled by default.
59   * Remove the anonok config setting. This is now implemented by a new
60     "anonok" plugin. Anyone with a wiki allowing anonymous edits should
61     change their configs to enable this new plugin.
62   * Add an opendiscussion plugin that allows anonymous users to edit
63     discussion pages, on a wiki that otherwise wouldn't allow it.
64   * Lots of CGI code reorg and cleanup.
65   * Avoid using lots of memory when copying large non-html files.
66     Yes, you can keep videos in the wiki..
67   * Add feedshow option to allow reducing the number of items included in
68     an rss or atom feed.
69   * Change based on a patch from Ethan to support relative matching in
70     PageSpecs, by using "./".
71   * pagespec_match() has grown a new third parameter to support this.
72   * Add "reverse" option to inline to invert sort orders.
73   * Drop the BSD license for the templates and basewiki, and just allow them
74     to be used as close to public domain as possible.
75   * viewcvs is now viewvc (in Debian unstable), update everything to use the
76     new name.
77   * Fix a security hole that allowed a web user to edit images and other
78     non-page format files in the wiki. To exploit this, the file already had
79     to exist in the wiki, and the web user would need to somehow use the web
80     based editor to replace it with malicious content.
81     (Sorry Josh, this means you can't edit style.css directly anymore,
82     although I do appreciate your fixes, actually..)
83
84  -- Joey Hess <joeyh@debian.org>  Sat, 10 Feb 2007 15:37:39 -0500
85
86 ikiwiki (1.41) unstable; urgency=low
87
88   * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
89     if an older version is installed, just don't gettext strings, instead of
90     crashing.
91   * Added smileys for Moin Moin compatability.
92   * Fix handling of discussion links on discussion pages when l10n is used.
93   * Make gitorigin_branch and gitmaster_branch configurable via the setup
94     file. Closes: #408599
95   * French translation update. Closes: #408593
96   * Improve use of svn merge, by specifying the file to merge, rather than
97     chdiring to the srcdir (which wasn't right when merging in a subdir).
98     Thanks Ethan.
99   * Always call rcs_update after a commit during a web edit, to work around
100     the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the
101     analysis and patch.
102   * Replace underscores in shortcut texts with spaces when formatting for
103     display. This allows using a shortcut like [[wikipedia War_of_1812]],
104     which links to the correct remote page, but is displayed nicely.
105   * When building the doc wiki, build with LANG=C.
106   * More gettext fun.
107   * Fix openid signin secret generation code. This fixes the bug that made
108     all openid signins fail the first time, and then succeed the second
109     time.
110
111  -- Joey Hess <joeyh@debian.org>  Tue, 30 Jan 2007 02:36:53 -0500
112
113 ikiwiki (1.40) unstable; urgency=low
114
115   * Fix missing categories in rss/atom feeds.
116   * Add French translation by Jean-Luc Coulon. Closes: #406881
117   * Fix bogus use of CDATA in atom feeds. Closes: #406898
118
119  -- Joey Hess <joeyh@debian.org>  Sun, 14 Jan 2007 21:42:27 -0500
120
121 ikiwiki (1.39) unstable; urgency=low
122
123   * Add a rawhtml plugin that allows copying raw html files from the srcdir.
124   * Fix --locale to control LC_ALL now.
125   * Include the pot file in the source tarball. Closes: #405890
126   * Add a Swedish translation by Daniel Nylander. Closes: #406410
127   * Add a Czech translation by Miroslav Kure.
128   * Add a Bulgarian translation by Damyan Ivanov. Closes: #406580
129   * Add a Gujarati translation by Kartik Mistry. Closes: #406635
130   * Add a Vietnamese translation by Clytie Siddall.
131   * Fix encoding issue with use of Locale::Gettext. Seems that the OO
132     interface returns proper utf-8 decoded strings, unlike the traditional
133     interface, so use the OO interface.
134   * Search in default location for templates as a fallback when templatedir is
135     pointed elsewhere, so that only modified templates need to be copied into
136     a templatedir. Based on work by JeremyReed.
137   * In the aggregator, check for and deal with post filenames that are
138     longer than the maximum file length.
139   * Change the RecentChanges page to show the path of changed pages.
140   * Various minor bugfixes.
141
142  -- Joey Hess <joeyh@debian.org>  Sat, 13 Jan 2007 23:30:20 -0500
143
144 ikiwiki (1.38) unstable; urgency=low
145
146   * Corrected a bum regexp in openid munging.
147   * Added a Spanish translation by Victor Moral.
148   * A few translation infrastructure fixes.
149   * Added a Polish translation by Paweł Tęcza.
150
151  -- Joey Hess <joeyh@debian.org>  Fri,  5 Jan 2007 23:13:59 -0500
152
153 ikiwiki (1.37) unstable; urgency=low
154
155   * Add mirrorlist plugin.
156   * Fixed permissions of some files that were 600 in the tarball. (Did not
157     affect the deb).
158   * Avoid creating edit links when the cgi url is not known.
159   * Avoid displaying discussion links at all, if there's not a discussion
160     page, when the cgi url isn't known.
161   * Before, svn was used as the RCS by default unless configured otherwise,
162     now it defaults to using no RCS unless configured to do so, to avoid some
163     suprising behavior when using a setup file and not uncommenting any RCS
164     options.
165   * Fix some bugs in the commit email sending code.
166   * Improve code that ignores files in the underlaydir if the srcdir has a
167     file building the same page. Now it will work even if the extensions of
168     the source files differ.
169   * Initial work on internationalization of the program code. po/ikiwiki.pot
170     is available for translation.
171   * Export gettext() from IkiWiki module.
172   * Don't put discussion links on discussion pages.
173   * Allow disabling of plugins included in goodstuff.
174   * Add a textile format plugin contributed by mazirian.
175   * If a userdir is configured, links to pages in it can be made without
176     specifying the path. This allows for easy signing of comments by linking
177     to your page in the userdir.
178   * Escape slashes in page titles entered in the blog post form.
179   * Munge openids of the form somehost.com/user (trial, may revert).
180
181  -- Joey Hess <joeyh@debian.org>  Sun, 31 Dec 2006 17:31:22 -0500
182
183 ikiwiki (1.36) unstable; urgency=low
184
185   * Fix various links on the hyperestraier pages.
186   * Use POST for poll to avoid some robots.
187   * Fix sometimes broken links to Discussion pages from blog pages.
188   * Add userdir config setting.
189   * Fix man page perms in install.
190   * Fix an issue with inlining a page with a rss feed inside another
191     page with an rss feed.
192   * Turn $config{wiki_file_prune_regexps} into an array that is easier to
193     manipulate.
194   * Only exclude rss and atom files from processing if the inline plugin
195     is enabled and that feed type is enabled. Else it's just a copyable file
196     type.
197   * Move rss and atom option handling code into the inline plugin.
198   * Applied a rather old patch from Recai to fix the "pruning is too strict"
199     issue. Now you can have wiki source directories inside dotdirs and the
200     like, if you want.
201   * Patch from Emanuele Aina to fix modification time code in mercurual
202     backend.
203   * Add support for links of the form [[/foo]]
204   * Fix code to make absolute urls for rss feeds, was missing some urls.
205   * Fix double-escaping of html entities in titles etc in rss feeds
206     that occured if escaped characters were present in the page filename.
207
208  -- Joey Hess <joeyh@debian.org>  Fri, 22 Dec 2006 15:55:05 -0500
209
210 ikiwiki (1.35) unstable; urgency=low
211
212   * Fix daemonisation code to only do daemon setup things after forking the
213     child process.
214   * The hack used to make the pagetemplate hook have access to the editpage
215     template won't work with CGI::FormBuilder 3.0401, so disable it for now.
216   * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
217     there might still be bugs lurking..
218
219  -- Joey Hess <joeyh@debian.org>  Fri,  1 Dec 2006 19:14:36 -0500
220
221 ikiwiki (1.34.2) unstable; urgency=low
222
223   * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
224     ~user/.ikiwiki/wikilist will be read.
225   * Fix url absolution code in inline plugin to support class and id fields in
226     links and imgs, and to support anchor urls.
227   * More build deps updates.
228   * /dev/null fortune failures
229
230  -- Joey Hess <joeyh@debian.org>  Tue, 28 Nov 2006 12:58:47 -0500
231
232 ikiwiki (1.34.1) unstable; urgency=low
233
234   * Add libtime-duration-perl to build deps, as it's used by the svn module
235     which is now tested at build.
236
237  -- Joey Hess <joeyh@debian.org>  Mon, 27 Nov 2006 12:26:12 -0500
238
239 ikiwiki (1.34) unstable; urgency=low
240
241   * Add an openid plugin to support logging in using OpenID.
242   * Web commits by OpenID users will record the full OpenID url for the user,
243     but in recentchanges, these urls will be converted to a simplified display
244     form+link.
245   * Modified svn, git, tla backends to recognise such web commits.
246   * Move httpauth support to a plugin.
247   * Add openidsignup config option.
248   * Make the openid plugin support the callbacks from myopenid.com via its
249     affiliate program.
250   * Add toggle plugin.
251   * Add a poll plugin.
252   * Add quick mode for archive page generation.
253   * Introduce the goodstuff bundle. This is a kind of plugin, that just enables
254     many other plugins. It's an easy way to boost ikiwiki from its default,
255     basic wiki, to a full-featured wiki, without manually picking the right
256     set of plugins. New plugins will be added to goodstuff from time to
257     time.
258   * Change how post signin actions are propigated through the signin process;
259     they're now stored in the session.
260   * Add optional "desc" parameter to shortcut definitions.
261   * Avoid locking the wiki at all when handling some basic cgi stuff
262     (searches, recentchanges).
263   * Add "last" parameter to hook function. Very basic ordering, and hopefully
264     nothing more spohisticated will be needed.
265   * Add formbuilder_setup and formbuilder hooks.
266   * Split out a passwordauth module, that holds all the traditional password
267     based authentication etc code. It's enabled by default, but can be disabled
268     if you want only openid or some other auth method.
269   * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
270   * Add some code to the build system that tries to determine if the
271     lib installation directory is in @INC. If it's not, munge ikiwiki
272     to hardcode the path to the lib directory. This should allow installing
273     ikiwiki in nonstandard locations, including home directories, by just
274     setting PREFIX at build time.
275   * Fix nested examples directory in deb.
276   * Add a test suite for the mercurial backend, contributed by Emanuele Aina.
277   * Add a test suite for the svn backend.
278   * Add a test suite for the git backend, from Recai
279   * Daemonize before sending RPC pings, since that can take a while
280     and/or hang.
281   * Daemonize before sending commit mails, as that can also take a long
282     time/hang if the mail server is unhappy.
283   * Factor out commit mail sending code into new function.
284   * Change rcs_commit, it is now passed the name of the user doing the commit
285     and their IP address, and needs to construct its own commit message
286     containing them, or do something more appropriate for the given RCS.
287   * Add softwaresite example.
288   * Mercurial backend improvements, including --get-ctime support. (Emanuele
289     Aina)
290   * Git backend improvements, including bug fixes and better robustness,
291     from Recai.
292
293  -- Joey Hess <joeyh@debian.org>  Sun, 26 Nov 2006 20:46:56 -0500
294
295 ikiwiki (1.33) unstable; urgency=low
296
297   * Fix issue with aggregate plugin updating expired pages.
298   * Avoid syntax errors in templates used by the template plugin crashing
299     ikiwiki.
300   * Enable utf8 file IO in aggregate plugin.
301   * Fix some issues with the new registration form.
302   * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
303   * Make sure to check for errors from every eval.
304   * Fix img plugin's handling of adding dependencies for images that do not
305     yet exist.
306   * Work around a strange bug in CGI::FormBuilder 3.0401 that makes
307     FORM-SUBMIT unusable on customised formbuilder templates. For now,
308     hardcode the submit buttons in editpage.tmpl instead of using the
309     template variable, which is ok, since the buttons are static.
310   * Work with hyperestraier 1.4.9.
311
312  -- Joey Hess <joeyh@debian.org>  Wed, 15 Nov 2006 18:32:26 -0500
313
314 ikiwiki (1.32) unstable; urgency=low
315
316   * Add a separate pass to find page links, and only render each page once,
317     instead of over and over. Typical speedup is ~4x. Max possible speedup:
318     8x.
319   * Add "scan" parameter to hook(), which is used to make the hook be called
320     during the scanning pass, as well as the render pass. The meta and tag
321     plugins need to use the new scan parameter, so will any others that modify
322     %links.
323   * Now that links are calculated in a separate pass, it can also
324     precalculate backlinks in one pass, which is O(N^2) instead of the
325     previous code that was O(N^3). A very nice speedup for wikis with lots
326     (thousands) of pages.
327   * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
328     Erdem.
329   * Add a default stylesheet entry for the pagecloud.
330   * Add examples page with some examples of things that can be done using
331     ikiwiki, like a weblog. The examples can be copied into a user's wiki
332     for a quick start, without needing to learn everything about how to put
333     them together.
334   * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
335   * Add perlmagick to build-depends so syntax check of img plugin works.
336     Closes: #396702
337   * Improve login/register process, the login dialog has only name and
338     password fields, which allows more web browsers to regognise it as a login
339     field, and is less confusing.
340   * Implemented expiry options for aggregate plugin.
341   * Use precalculated backlinks info when determining if files need an update
342     due to a page they link to being added/removed. Mostly significant if
343     there are lots of pages.
344   * Remove duplicate link info when saving index. In some cases it could
345     pile up rather badly. (Probably not the best way to deal with this
346     problem.)
347   * Patch from James Westby to support podcasting, photoblogging, vidcasting,
348     or what have you, by creating enclosures for non-page items that are
349     included in feeds.
350
351  -- Joey Hess <joeyh@debian.org>  Fri,  3 Nov 2006 14:46:37 -0500
352
353 ikiwiki (1.31) unstable; urgency=low
354
355   * Patch from Pawel Tecza to cp -a the templates in the Makefile.
356   * Change the rss feed title from the wikiname to the page title, with
357     an exception for the wiki's toplevel index page, which will still use the
358     wikiname as the feed title.
359     Overriding the page title with meta title already overrode the rss feed
360     tittle.
361   * Add an img plugin, based on Christian Mock's img plugin, but stripped
362     down to the bare essentials. Useful for handling large images on websites.
363   * Sanitize possibly problimatic characters out of the polygen grammar names,
364     just in case. Should not be exploitable anyway, since it only tries to run
365     polygen after finding the specified grammar file.
366   * Add missing dependency on the URI perl module.
367   * Add basic spam fighting tool for admins: An admin's prefs page now allows
368     editing a list of banned users.
369
370  -- Joey Hess <joeyh@debian.org>  Fri, 27 Oct 2006 23:16:33 -0400
371
372 ikiwiki (1.30) unstable; urgency=low
373
374   * Add no_override parameter to hook().
375   * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
376     plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
377     can be configured using a page in wiki.
378   * Fix support for --pingurl at the command line.
379   * Fix a subtle bug in will_render that broke some builds, by only clearing
380     items from renderedfiles the first time per build.
381   * Wrap entire technortati ping operation in an eval to catch all possible
382     failure modes, after I observed a simple ->value crashing ikiwiki when
383     a ping failed.
384
385  -- Joey Hess <joeyh@debian.org>  Mon, 16 Oct 2006 15:17:38 -0400
386
387 ikiwiki (1.29) unstable; urgency=low
388
389   * Patch from Paul Tötterman to use CP in the Makefile.
390   * Patch from Alec Berryman adding a http_auth config item that allows
391     using HTTP Authentication instead of ikiwiki's built in authentication.
392     Useful for eg, large sites with their own previously existing user auth
393     setup. Closes: #384534
394   * Change %renderedfiles to store an array of files rendered from a given
395     source file, to allow tracking of extra rendered files like rss feeds.
396   * Note that plugins that accessed this variable will need to be updated!
397     The plugin interface has been increased to version 1.01 for this change.
398     As few plugins use %renderedfiles I haven't done anything else to ensure
399     compatability of old plugins.
400   * Add will_render function to the plugin interface, used to register that a
401     page renders a destination file, and do some security checks. Previously
402     but no longer rendered files will be cleaned up.
403   * Use will_render in the inline and linkmap plugins.
404   * You will need to rebuild your wiki on upgrade to this version.
405   * Atom feed support based on a patch by Clint Adams.
406   * Add feeds=no option to inline preprocessor directive to turn off all types
407     of feeds.
408   * $IkiWiki::version now holds the program version, and is accessible to
409     plugins.
410   * Make the aggregate plugin emphasize error messages.
411   * Patch from Recai to limit recentchanges to displaying max 10 files for a
412     given changeset (to avoid large number of file changes excessively
413     bloating the page).
414
415  -- Joey Hess <joeyh@debian.org>  Fri, 13 Oct 2006 23:14:28 -0400
416
417 ikiwiki (1.28) unstable; urgency=low
418
419   * inline: Add ability to sort by page name, based on a patch from
420     Benjamin A'Lee.
421   * Fix a forkbomb in various calls to IPC::Open2, which has a highly
422     braindead interface. Closes: #389383
423   * Don't rm -rf ikiwiki on distclean, since a) there's no such file
424     and b) those poor Mac OSX users and their case insensative files!
425   * Don't fail syntax check if Text::Typography isn't installed.
426     Closes: #389406
427
428  -- Joey Hess <joeyh@debian.org>  Tue, 26 Sep 2006 02:08:17 -0400
429
430 ikiwiki (1.27) unstable; urgency=low
431
432   * Work on firming up the plugin interface:
433     - Plugins should not need to load IkiWiki::Render to get commonly
434       used functions, so moved some functions from there to IkiWiki.
435     - Picked out the set of functions and variables that most plugins
436       use, documented them, and made IkiWiki export them by default,
437       like a proper perl module should.
438     - Use the other functions at your own risk.
439     - This is not quite complete, I still have to decide whether to
440       export some other things.
441   * Changed all plugins included in ikiwiki to not use "IkiWiki::" when
442     referring to stuff now exported by the IkiWiki module.
443   * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
444     to declare which version of the interface your plugin needs.
445   * Anyone with a third-party ikiwiki plugin is strongly encouraged
446     to make like changes to it and avoid use of non-exported symbols from
447     "IkiWiki::".
448   * Link debian/changelog and debian/news to NEWS and CHANGELOG.
449   * Support hyperestradier version 1.4.2, which adds a new required phraseform
450     setting.
451   * If an inlined page has a permalink, link the page title to that.
452   * Patch from Recai to use utf8 when reading the setup file, so that
453     utf8 wikinames from there will be used properly.
454   * Patch from Recai to kill utf-8 on the wiki name when generating the
455     session cookie.
456   * Change ddate plugin to use the DateTime::Calendar::Discordian perl module.
457   * Fix a baseurl problem in hyperestradier search results.
458   * Add a stub local.css to avoid problems with 404's.
459   * Patch from Recai to fix a wide character warning from the search plugin
460     during setup if the wikiname contains utf8.
461   * Yet another fix for those poor case-insensative OS X users.
462   * pagetemplate hooks are now also called when generating cgi pages.
463   * Add a favicon plugin, which simply adds a link tag for an icon to each
464     page (and cgis).
465   * Patch from James Westby to deal with the case where you're editing a
466     new page, hit cancel, and need to be redirected to somewhere sane.
467   * Various documentation improvements by various wiki users.
468   * Support Text::Markdown from CPAN, which has a different interface from
469     the original markdown or the one in Debian.
470   * Version the libcgi-session-perl dependency, some features that need
471     the new version are used in some cases (sslcookie).
472   * Numerous tla fixes from Clint.
473   * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
474     a multi-resolution favicon.ico.
475   * README.Debian: typo Closes: #388110
476   * chomp trailing newline at the end of templates read in by the template
477     plugin, to allow use of the template preprocessor directive in
478     whitespace-sensative situations. Closes: #387073
479   * Patch from James Westby to make the location of the estseek.cgi script
480     configurable.
481   * Add typography (SmartyPants) plugin by Recai.
482   * Add --render mode, which can be used to preview an edit at the command
483     line by test rendering a single page.
484   * Add a googlecalendar plugin. A bit special-purpose, but it shows
485     one way to to deal with user-supplied content that could cause XSS
486     issues w/o the htmlscrubber, and won't survive the scrubber.
487
488  -- Joey Hess <joeyh@debian.org>  Sun, 24 Sep 2006 00:02:21 -0400
489
490 ikiwiki (1.26) unstable; urgency=low
491
492   * Add a missing -n to tla undo call.
493   * otl2hmtl can't be safely used with IPC::Open2 since it sometimes
494     writes before consuming its whole stdin. Avoid this deadlock.
495   * Fix alt tags for outline checkboxes.
496
497  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 16:24:16 -0400
498
499 ikiwiki (1.25) unstable; urgency=low
500
501   * Add proper waitpid calls for open2ed processes throughout to avoid
502     zombies; this hit htmltidy especially badly.
503   * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
504     subversion repos and fixing some other issues.
505   * Add support for tla, contributed by Clint Adams. Closes: #385936
506   * Add support for mercurial, contributed by Emanuele Aina.
507   * Include <link rel> tag for RSS feeds, used by some aggregators and
508     firefox to find the feed.
509   * Add a linkmap plugin (requires graphviz).
510
511  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 01:54:14 -0400
512
513 ikiwiki (1.24) unstable; urgency=low
514
515   * Simplify the data structure returned by rcs_recentchanges to avoid
516     each rcs plugin needing to form complex strings on its own.
517   * Fix another destpage issue in the inline directive. Closes: #385512
518     again.
519
520  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 15:46:45 -0400
521
522 ikiwiki (1.23) unstable; urgency=low
523
524   * Allow inline directives to be nested inside eg, sidebars. Closes: #385512
525
526  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 12:14:45 -0400
527
528 ikiwiki (1.22) unstable; urgency=low
529
530   * Change how the stylesheet url is determined in the templates: Remove
531     STYLEURL and add BASEURL to all templates (some already had it). This
532     new more general variable can be used to link to other things (eg, images)
533     from the template, as well as stylesheets.
534   * Fix a bug introduced last version to do with nested inlines.
535   * Allow preprocessor directives to span multiple lines, both to make
536     long ones with lots of values easier to write, and to allow for ones with
537     multi-line quoted values.
538   * Allow preprocessor directives to contain python-like triple-quoted
539     text blocks, for easy nesting of quotes inside.
540   * Add a template plugin.
541   * Make pagespec merge code smarter about merging duplicate pagespecs.
542   * Patch from Jordà Polo to make Setup::Standard support hashes in config
543     files.
544   * Change order of linkify and preprocess; first preprocess and then linkify.
545     This allows passing a wikilink inside a parameter to a preprocessor
546     directive without it being expanded to html, and leaking out of the
547     parameter, which had required some non-obvious use of triple-quoting
548     to avoid. Note that any preprocessor plugins that output something
549     that looks like a wikilink will now have it treated as such; AFAIK
550     this doesn't change any behavior though except for the template plugin.
551   * Enable preprocessor directives when previewing an edit.
552   * Make all pages pull in a local.css style sheet, if present. This won't
553     be included in ikiwiki, but can be created to make local styling changes
554     w/o needing to merge in every new change to the distributed style.css.
555   * Use DESTDIR and not PREFIX to specify installation prefix for packaging.
556   * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
557     from a different directory.
558   * Generalised preprocesser loop protection code.
559   * Patch from James Westby to allow a description to be set for rss feeds.
560   * Patch from James Westby to add a template for the search form.
561   * Added a ddate plugin.
562   * Patch from James Westby to add a --sslcookie switch, which forces
563     cookies to only be sent over ssl connections to avoid interception.
564   * Fix preferences page on anonok wikis; still need to sign in to get
565     to the preferences page.
566   * Add toc (table of contents) plugin.
567   * Change htmlize, format, and sanitize hooks to use named parameters.
568   * Patch from James Westby to add an actions option to inline; this
569     adds Edit and Discussion links at the end of blog entries.
570   * Due to some css changes, you'll want to rebuild your wiki on upgrade
571     to this version. Will be handled automatically by the deb.
572   * Add processed date to aggregate preprocessor directive status output.
573
574  -- Joey Hess <joeyh@debian.org>  Fri,  1 Sep 2006 22:03:34 -0400
575
576 ikiwiki (1.21) unstable; urgency=low
577
578   * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
579   * If a page links to itself, mark up the link text in a span with
580     class="selflink" so that it can be styled. I don't have a useful style
581     defined for that though.
582   * Call filter hooks on inlined page content.
583   * Support inlining pages raw, rather than creating a blog.
584   * Clean up yes/no parameter parsing in inline plugin.
585   * Implemented better cycle detection in the inline plugin; nested inlines
586     will now work.
587   * Add a map plugin contributed by Alessandro Dotti Contra.
588   * Add otl format plugin, which handles files as created by vimoutliner.
589   * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
590   * Add first draft at a Restructured Text (rst) plugin, by Sergio
591     Talens-Oliag. Note that this has many known issues -- see the caveats on
592     the plugin's page.
593   * Credit everyone who wrote a plugin on the plugins' wiki pages.
594   * Fix utf-8 in blog post form.
595
596  -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2006 16:42:54 -0400
597
598 ikiwiki (1.20) unstable; urgency=low
599
600   * Relicense the templates and basewiki under the 2-clause BSD license.
601     Since these can easily become part of other people's websites, they
602     should be under as permissive a license as possible.
603   * Add --syslog config option, to log to the syslog.
604   * Catch failing IPC::Open2 in tidy plugin and retry in case this is a
605     transient failure to fork (which I've seen happen in the wild).
606   * Fix a bug in the aggregator introduced last version that caused all
607     aggregator state to be lost during a non-aggregating build.
608
609  -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2006 19:05:56 -0400
610
611 ikiwiki (1.19) unstable; urgency=low
612
613   * Fix several related bugs in page type determination during online editing.
614   * Add some locking to prevent 2 aggregators from running at once.
615   * Fix an infinite loop in the aggregator when finding a unique filename.
616
617  -- Joey Hess <joeyh@debian.org>  Wed, 16 Aug 2006 13:46:25 -0400
618
619 ikiwiki (1.18) unstable; urgency=low
620
621   * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
622   * Add --version.
623   * Man page format fixups.
624   * If the meta plugin overides the page title, set a title_overridden
625     variable in the template to true. This allows doing things with the
626     templates conditional on the title being overriden.
627   * Add a %pagecase which maps lower-case page names to the actual case
628     used in the filename. Use this in bestlinks calculation instead of
629     forcing the link to lowercase.
630   * Also use %pagecase in various other places that want to check if a page
631     with a given name exists.
632   * This means that links to pages with mixed case names will now work,
633     even if the link is in some other case mixture, and mixed case pages
634     should be fully supported throughout ikiwiki.
635   * Recommend rebuilding wikis on upgrade to this version.
636
637  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 22:10:48 -0400
638
639 ikiwiki (1.17) unstable; urgency=low
640
641   * Disable tidy generator tag.
642   * Move tidy back to sanitize hook, found out how to only show body.
643   * Turn off tidy indentation too.
644   * Turn on HTML::Template loop_context_vars; not actually used in stock
645     templates but can be useful for things like making comma-delimited lists
646     of tags or what have you.
647   * Remove <br> from end of aggregate preprocessor directive output.
648   * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
649     case-sensative filesystems like OSX.
650   * Improve markdown loading. First, try to load it as a proper perl module,
651     in case it was installed as one. Then fall back to trying
652     /usr/bin/markdown.
653   * Document in install page how to install markdown, since it has no
654     installation procedure in the upstream tarball.
655   * Set die_on_bad_params => 0 for all templates, to allow users to modify
656     them without annoyances.
657   * Suck in the page content when generating an inline archive page, to work
658     around the meta plugin's lack of caching of title metadata across runs.
659
660  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:52:13 -0400
661
662 ikiwiki (1.16) unstable; urgency=low
663
664   * Try to handle relative links in aggregated feeds. However,
665     the current support is a crude hack due to limitations of XML::Feed:
666     xml:base is not supported, neither is Content-Location. And of course,
667     relative links in RSS feeds are ill-undefined..
668   * Make aggregator save permalinks and author name to pages as metadata.
669   * Add permalink and author support to meta plugin, affecting RSS feeds
670     and blog pages.
671   * Various CSS and formatting changes.
672   * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
673   * Add xhtml files to the default prune regexp.
674   * Also generate rel=bookmark links for permalinks.
675   * Fix the htmltidy plugin, which wasn't working due my breaking it when
676     I added it..
677   * Don't run tidy with -xml as that fails if the input is not well-formed.
678     Run it with -asxhtml instead, so it will output well-formed xhtml no
679     matter what the input.
680   * Disable tidy warnings too.
681   * Add a new format hook, and make tidy use it, since tidy can really only
682     operate on and output complete html documents, not the body chunks
683     that sanitise gets.
684   * Fix dates in rss feeds if running localised, so they're still rfc 822.
685
686  -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 20:48:36 -0400
687
688 ikiwiki (1.15) unstable; urgency=low
689
690   * Remove CDPATH and other env vars perl taint checking doesn't like.
691     Closes: #381279
692   * Added created_before and created_after PageSpec limits.
693
694  -- Joey Hess <joeyh@debian.org>  Thu,  3 Aug 2006 13:00:57 -0400
695
696 ikiwiki (1.14) unstable; urgency=low
697
698   * Memoize pagespec translation, this speeds up a build of the ikiwiki tree
699     by 10% or so.
700   * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
701   * Added many unit tests for pagespec_match.
702
703  -- Joey Hess <joeyh@debian.org>  Wed,  2 Aug 2006 11:34:06 -0400
704
705 ikiwiki (1.13) unstable; urgency=low
706
707   * ikiwiki can now download and aggregate feeds with its new aggregate
708     plugin, so it's possible to implement a Planet using ikiwiki!
709   * Add a run_hooks function for the common task of running all hooks of a
710     given type.
711   * Add a savestate hook.
712   * Don't put blog post forms on pages if there's no cgiurl set.
713   * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
714     --wrappers to do that.
715   * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
716     to update pages that haven't changed on disk.
717   * Change meta tags to use html entity-escaped text for values, so that
718     quotes and such can be represented in title tags.
719   * Depend and build-depend on HTML::Parser for HTML::Entities which is used
720     for the above.
721   * Make --rebuild also cause --aggregate to re-download and write aggregated
722     pages.
723   * Avoid outputting duplicate meta info.
724   * Include title metadata on aggregated posts for capitalised and un-munged
725     titles.
726   * Title metadata of inlined pages now shows up in blogs and rss feeds.
727   * Fix issue with unicode filenames and updating the hyper estradier search
728     index. (Aka Please Please Please, let that be the last one.)
729   * Patch from Roland Mas to support an rss=no parameter to inline directives.
730     Closes: #380743
731   * Renamed GlobLists to PageSpecs.
732   * PageSpecs can now include nested parens, "and", and "or". This remains
733     backwards compatible to the old GlobList format. It's implemented by
734     treating the GlobList as a very limited microlanguage that is transformed
735     to perl code that does the matching.
736   * The old GlobList format is deprecated, and I encourage users to switch to
737     using the new PageSpec format. Compatability with the old format will be
738     removed at some point, possibly by 2.0.
739   * Wiki rebuild needed on upgrade to this version due to PageSpec change.
740   * Add support for creation_month and creation_year to PageSpec.
741     Closes: #380680
742   * Changes to index file encoding.
743
744  -- Joey Hess <joeyh@debian.org>  Tue,  1 Aug 2006 21:21:19 -0400
745
746 ikiwiki (1.12) unstable; urgency=low
747
748   "Viva l'Italia!"
749   * New pagestats plugin from Enrico, which can generate a table counting
750     the backlinks for each page, or a del.icio.us style cloud.
751   * Build-depend on libtext-wikiformat-perl, so that the syntax check of
752     the wikiformat plugin works. Thanks, Emanuele Aina.
753   * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
754     display, running them through pagetitle. This removes ugly underscores and
755     other gunk from the display, much nicer. You may want to rebuild your wiki
756     when upgrading to get the cleanup globally.
757   * Polygen plugin from Enrico.
758   * htmltidy plugin from Faidon.
759   * Locale patch from Faidon:
760     - Adds a locale setting to setup files.
761     - Proper local time, if the locale configuration option is used.
762     - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
763       commiting (or even rcs_updating) on repositories with UTF-8 filenames was
764       impossible.
765   * Add getopt hook type, this allows plugins to add new command-line options.
766   * Add --tagbase option to tag plugin.
767   * Add exclude option in setup files, works same as --exclude.
768   * Put categories in rss feeds for tagged items.
769   * Allow preprocessor directives to be expanded in inlined blog pages.
770     However, to avoid inlining loops etc, don't expand inline directives in
771     inlined pages.
772   * fortune plugin (trivial)
773   * Tag plugins according to type.
774
775  -- Joey Hess <joeyh@debian.org>  Sat, 29 Jul 2006 17:12:56 -0400
776
777 ikiwiki (1.11) unstable; urgency=low
778
779   * Patch from Enrico that
780     - Adds a tag plugin that allows more easily tagging pages.
781       The meta plugin can also still be used for that, but the tag plugin
782       also lists a page's tags at the bottom of the page.
783     - Allows preprocessor directives to have parameters with no specified
784       value.
785     - Fixes preprocessor directive parameter parsing so that
786       foo=bar baz now means "foo=bar" and a "baz" with no value.
787   * Run pagetemplate hooks when inlining pages so that inlined pages also
788     list their tags.
789   * Make all plugins with pagetemplate hooks check that variables exist
790     on the template before setting them, for robustness.
791   * Switch pagetemplate hooks to using named parameters.
792   * Pass a destpage parameter to preprocessor and pagetemplate hooks.
793     This will be the page that a source page will be part of, which is
794     different than the source page for inlined pages.
795   * Audited all plugins to endure they pass (page, destpage) to htmllink
796     appropriatly. This means inlining of various plugins will not work
797     properly, with correct links generated.
798
799  -- Joey Hess <joeyh@debian.org>  Thu, 27 Jul 2006 20:51:23 -0400
800
801 ikiwiki (1.10) unstable; urgency=low
802
803   * Run page through any relevant filters when generating a page preview.
804   * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
805     default throughout the wiki, not only on wikitext pages. Decided to call
806     this a feature, and split the camelcase support out into a separate plugin
807     that is independant of wikitext.
808   * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
809
810  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 18:06:35 -0400
811
812 ikiwiki (1.9) unstable; urgency=low
813
814   * Improve display of parentlinks and page title of toplevel index page.
815   * Patch from Faidon to use svn --limit when possible for recentchanges,
816     speeds up recentchanges a lot for wikis with more history.
817   * Patch from Recai to fix utf8 issues in git backend.
818   * Add wikitext markup plugin, which supports ".wiki" pages written in the
819     original wiki syntax, CamelCase links and all.
820   * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
821     support, to edit pages etc without a web server.
822   * Display CGI processing errors if present.
823   * Fix from Faidon for a XML parser issue that breaks utf-8 for
824     RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
825     area, and also way slow.
826   * Match 'web commit from' in SVN and git, these are web commits too.
827     (Faidon)
828   * Consolidated all decode_utf8 in FormBuilder's fields to make the code more
829     readable and avoid future mistakes. The patch seems to work and for the
830     first time I have a UTF-8 username ;-) (Faidon)
831   * Use form->field consistently, not form->param.
832   * Patch from Recai to allow selection of page type when creating a new page.
833     Default page type is inherited from the link clicked on to create the new
834     page.
835
836  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 17:25:30 -0400
837
838 ikiwiki (1.8) unstable; urgency=low
839
840   * Fix orphans plugin to not count a link to a nonexistant page as a reason
841     for a page not being an orphan.
842   * Support pinging services such as Technorati using XML-RPC to notify them
843     about changes to rss feeds.
844   * Parse svn log as xml for improved utf8 and security. Note that this makes
845     ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
846   * POSIX::strftime doesn't know about encodings and doesn't return a utf8
847     flagged string even if the locale causes it to generate utf8 output,
848     so make sure to let perl know it should be handled as utf8. Also,
849     the optimised version used for standard time formats won't work if the
850     user has changed locale, so drop it. Thanks, Faidon Liambotis.
851   * Fix re-encoding of the comments field to utf8 if a commit fails
852     due to a conflict. Thanks, Faidon Liambotis.
853   * Let svn know that commits have utf8 commit messages. Thanks, Faidon
854     Liambotis.
855   * Add insane double encode/decode to utf8 around call to markdown.
856     This works around a truely strange bug, which is apparently a bug in
857     perl, #376329. Also added a test case for it.
858   * Improve layout of edit page so formatting help link is always visible w/o
859     getting in the way of the preview.
860   * Centralised all calls to HTML::Template and force all the templates
861     to be read as utf8.
862   * Support pages with utf8 filenames. Patch by Faidon Liambotis.
863   * Introduce add_plugins and disable_plugins config options in setup files.
864     This allows adding or removing plugins w/o overriding the whole list of
865     default plugins, which makes it easier to upgrade when new default plugins
866     are added.
867   * Support htmlize plugins and make mdwn one such plugin, which is enabled by
868     default (of course!). Based on a patch by Faidon Liambotis.
869   * Add a html plugin, which can be used to write wikis in raw html,
870     if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
871     defaults to not processing .html files, since w/o this plugin they would
872     be copied unsanitised. With this plugin, it will process and html
873     sanitise them, like any other page type.
874   * Rebuilding wrappers is necessary on upgrade to this version.
875   * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
876     will be automatically done on all upgrades.
877   * Don't send pings if the wiki is being rebuilt.
878   * Work around very innefficient behavior in File::Spec::abs2rel. Result
879     is a savings of 2 pointless fork/execs per link calculation, which
880     results in ~25% speedup of ikiwiki building its own doc wiki, and
881     about 35% speedup displaying RecentChanges!
882   * Make RecentChanges use a table and some CSS, should be much more readable.
883     No code changes involved.
884   * Encode & in diffurl in examples, to conform to pedantic rules.
885   * Speed up RecentChanges by another 40% or so with some memoization.
886   * Memoize abs2rel, which is still kinda slow, for another 30% speedup
887     in time to build the doc wiki.
888
889  -- Joey Hess <joeyh@debian.org>  Tue,  4 Jul 2006 12:46:29 -0400
890
891 ikiwiki (1.7) unstable; urgency=low
892
893   * Updated logo from Recai with some kerning and alingment tuning.
894   * Patch from Recai to fix git recentchanges code to work with git 1.4 which
895     changed some output.
896   * Copyright update.
897
898  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 23:33:35 -0400
899
900 ikiwiki (1.6) unstable; urgency=low
901
902   * YA utf-8 patch from Recai, this time to fix previewing a page so that
903     the text in the input box is re-encoded back to utf-8.
904   * -CSD does not affect modules, so readfile() was not using the utf-8 input
905     layer, which led to lots of problems; make it force read files as utf-8.
906     Closes: #373203
907   * Note that as a consequence, this version of ikiwiki will actually try to
908     parse utf8 in source files for the first time, which may expose broken
909     utf8 in wiki sources that was hidden before. Most common will be
910     perl warnings like "utf8 "\xE9" does not map to Unicode"
911   * writefile() likewise needs to use the utf8 output layer.
912   * Remove the -CSD from ikiwiki's hashbang since it's useless to have it
913     there.
914   * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
915     given the readfile fix.
916   * Add utf-8 testcases for readfile and htmlize.
917   * Put back the encode_utf8 in the input to markdown; it's really not utf-8
918     safe.
919   * More utf-8 fixes from Recai, partly to things I broke above:
920     - The serious problem is that writefile() saves the content in undecoded
921       format in CGI, hence all (non-ascii) chars are corrupted permanently.
922     - Comment field in edit page is not decoded and all the non-ascii chars in
923       this field are corrupted as the result.  We should decode it as we do it
924       for the content.
925     - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
926       character in print.
927   * New SVG logo from Recai.
928
929  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 19:18:46 -0400
930
931 ikiwiki (1.5) unstable; urgency=low
932
933   * Add --timeformat config option to allow changing how dates are displayed.
934     Note that as a side effect, dates will now be displayed using the local
935     timezone, not as GMT.
936   * More security review.
937   * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
938     for some handy stuff like:
939     - Using links as a kind of tag; creating blog pages that list all pages
940       containing a given tag/link or not containing some other tag.
941     - Subscribing to mail notifications whenever a change is made to a page
942       that is a backlink of page foo. Ie, "Please notify me of changes in all
943       pages that link to my home page in the wiki"
944     - Locking any pages that are linked to from a particular page, so that
945       lists of locks can be exposed in the wiki.
946   * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
947     when a todo item is done, instead of the previous moving it to a different
948     subdir.
949   * Allow pagetemplate plugins to override *anything* in the template.
950   * Add a meta plugin, which allows specifying various metadata about pages,
951     like license and author. It also allows for inserting html link and meta
952     tags into html, overriding the title, and adding hidden WikiLinks, which
953     can be useful when using link-based globbing for page categorisation.
954   * Remove preprocessor directives from inlined pages.
955   * Allow simple preprocessor directive values to be specified w/o quotes.
956   * Add support for using git instead of subversion as the RCS backend,
957     tremendous thanks to Recai Oktaş for this.
958   * Doc updates for git.
959   * Fix absolute url munging in rss generation to support https, ftp, etc urls
960     not just http urls.
961   * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
962     utf-8 for edit and other fields, and for recentchanges. There may still
963     be utf-8 issues with the preferences page though.
964
965  -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 19:56:54 -0400
966
967 ikiwiki (1.4) unstable; urgency=low
968
969   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
970     very strange way of enabling proper XHTML <br /> type tags. Output html
971     should be always valid again now.
972   * The page name and parent links has switched from using a <h1> to a styled
973     <span>, so pages can use <h1> internally instead of needing to use <h2>.
974   * Updated all of ikiwiki's own wiki pages for that.
975   * Add pagetemplate hook, which can be used by plugins that want to mess
976     around with adding new stuff to the page template.
977   * Remove headercontent; the search plugin now adds the search box to the
978     header by registering a pagetemplate hook, and other plugins should do
979     similarly.
980   * Rebuilding on upgrade to this version is recommended.
981   * Add a html validity check to the test suite, using the wdg-html-validator,
982     if available.
983   * Make the html valid when there is nothing in the actions list.
984   * Reordered some function call parameters for consistency.
985   * Enable full utf-8 support for page input and output.
986   * Add a workaround for markdown, which does not work well with utf-8
987     strings.
988   * --getctime had bitrotted (well I only ever used it the once so far..),
989     fix and make it a bit more flexible
990   * rcs_getctime is changed, now rather than needing to loop over all pages,
991     it should just use the rcs to get the ctime of the passed file.
992   * When inlining a page in another one, links from the inlined page are now
993     expanded the same as they are when rendering the inlined page as a
994     standalone page. So rather than being expanded from the POV of the
995     inlining page, they are expanded from the POV of the inlined page.
996
997     For example, a link from blog/foo to "bar" will now link to blog/bar
998     if it exists. Previously this needed to be a link explicitly to
999     "blog/bar"; such links will also continue to work.
1000
1001     (This was slightly complex to do as the link still has to be constructed
1002     relative to the inlining page.)
1003   * Make page edit textarea resize to fit browser window.
1004   * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
1005     do not need a full rebuild, in order to update any basewiki pages.
1006
1007  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 15:08:49 -0400
1008
1009 ikiwiki (1.3) unstable; urgency=low
1010
1011   * Fix the preinst introduced in the last version. Closes: #367458
1012
1013  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
1014
1015 ikiwiki (1.2) unstable; urgency=low
1016
1017   * Remove dups from the brokenlinks list.
1018   * Add libc6-dev to dependencies, needed to build wrappers.
1019   * Install wikilist in correct location. Closes: #367371
1020
1021  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
1022
1023 ikiwiki (1.1) unstable; urgency=low
1024
1025   * Rename inlinepage to depends, so that it can be used to refer to more
1026     dependency relationships than just inlining. This will require a rebuild
1027     on upgrade to this version.
1028   * Move the rss link, put it in the blogpost form if there is one and at the
1029     top if not. This is both nicer because easier to find, and it cleans up
1030     the code which had used inlinepage as a flag for adding the link later.
1031   * Allow the depends GlobList to be built up from multiple sources (such as
1032     plugins) during a page render.
1033   * Which means that more than one blog is now supported to appear on a
1034     single page. (With some limitations, like only the last one getting an
1035     rss file.)
1036   * Added a plugin system.
1037   * Added a pagecount plugin, enabled by default.
1038   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
1039   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
1040     backlinks when the backlinks hadn't really changed.
1041   * Moved inline page support, rss generation etc into the inline plugin,
1042     enabled by default.
1043   * Added brokenlinks plugin, not enabled by default, but rather handy.
1044   * Fix several broken links in the doc wiki.
1045   * Smarter behavior when creating a page and a page of the same name (but
1046     different location) already exists.
1047   * Add an orphans plugin for finding pages that nothing links to.
1048   * Removed backlinks page, which it turns out nothing used.
1049   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
1050     it, this will allow for adding a unit test suite.
1051   * Add unit tests for several core functions, including globlist_match,
1052     dirname, basename, bestlink, linkify, pagetitle, titlepage.
1053   * Smart globlist merging.
1054   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
1055     to pave the way for adding other RCS support. This also changes the
1056     setup files, where before they had svn => 1 or svn => 0, now they have
1057     rcs => "svn" or rcs => "".
1058   * Add a debian/NEWS file with upgrade notes.
1059   * Load whatever rcs module is specified, so new ones can be just dropped in
1060     as plugins and work. (Well, in theory.)
1061   * Add some basic docs about writing RCS modules.
1062   * Broke search capability out into a plugin, removed the --hyperestraier
1063     switch.
1064   * Added smiley plugin, nicely controlled and documented by the smileys page.
1065   * Copied in some smileys from Moin Moin.
1066   * Allow links of the form [[some page|page]], with whitespace in the link
1067     text.
1068   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
1069     and --disable-plugin htmlscrubber.
1070   * Allow discussion links on pages to be turned off with --no-discussion.
1071   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
1072   * Add some new config items to the estseek.conf template, which are needed
1073     by hyperestraier 1.2.3.
1074
1075  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
1076
1077 ikiwiki (1.0) unstable; urgency=low
1078
1079   * First official release.
1080
1081  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400