]> sipb.mit.edu Git - ikiwiki.git/blob - debian/changelog
* Call the formbuilder hook for the edit page.
[ikiwiki.git] / debian / changelog
1 ikiwiki (2.6) UNRELEASED; urgency=low
2
3   * Various minor bug fixes for silly mistakes in the code, thanks to the
4     various reviewers.
5   * Fix problems with previewing in the graphviz plugin. Thanks,
6     HenrikBrixAndersen.
7   * Allow raw html in the rst plugin.
8   * Add --set-option command line switch.
9   * pagetemplate: don't display template name
10   * Add rel=tag attribute to tag links, supporting that microformat, as well
11     as allowing them to be styled specially. Thanks, NicolasLimare.
12   * Add sessioncgi hook.
13   * Move blog form code out of CGI.pm and into the inline plugin.
14   * Updated Spanish translation from Victor Moral.
15   * Updated French translation from Cyril Brulebois. Closes: #437181
16   * The toc directive doesn't work well or make sense inside an inlined page.
17     Disable it when the page with the toc is nested inside another page.
18   * Apply a patch from NicolasLimare adding modification date tags to rss and
19     atom feeds, and also changing the publication time for a feed to the
20     newest modiciation time (was newest creation time).
21   * The patch also adds dcterms:creator to rss items that have a known author.
22   * Support pagespec "functions" with no parameters, like included() in the
23     conditional plugin.
24   * Add time=mtime option to postsparkline.
25   * Fix --libdir to work at the command line.
26   * Plugins can now be written as standalone external programs, which can
27     be written in any language that can do XML RPC.
28   * Change yet again how unhandled and escaped preprocessor directives are
29     re-output onto the page. Hopefully I finally got it right..
30   * Fix bug in deletion/move during edit code introduced in 1.44. Need to take
31     the underlaydir into account.
32   * Fix bug when editing file from underlaydir, need to rcs_add it even though
33     a page creation isn't occuring.
34   * Various minor fixes and stylistic improvements suggested by Perl::Critic.
35   * Applied Jeremie Koenig's pluggable editpage buttons patch:
36     - add a title to the editpage form;
37     - pass a reference to the list of buttons to the formbuilder_setup
38       hooks, so we can add ours;
39     - relax asumption about the possible submit values (use "Save Page"
40       explicitly);
41     - de-hardcode the submit buttons from the editpage template
42       (This was needed for compatability with a bug in CGI::FormBuilder
43       3.0401, but ikiwiki already needs a newer version.)
44   * Pass buttons to all other formbuilder_setup hooks too.
45   * Add color parameter to postsparkline. Closes: #438900
46   * Add proper Homepage field to Debian package (needs uber-new dpkg).
47   * Add monotone support, contributed by William Uther.
48   * Avoid ugly gettext messages if LANG is empty. Closes: #439035
49   * Added tex plugin to generate images from latex code.
50     Contributed by Patrick Winnertz as a GSoC project.
51   * Call the formbuilder hook for the edit page.
52   * Call decode_form_utf8 before running formbuilder_setup hooks.
53   * Add editdiff plugin contributed by Jeremie Koenig.
54   * Fix it to not leak path info.
55
56  -- Joey Hess <joeyh@debian.org>  Wed, 22 Aug 2007 16:56:22 -0400
57
58 ikiwiki (2.5) unstable; urgency=low
59
60   * Wrap the editpage template in the standard misctemplate, this allows the
61     pagetemplate hook to work for that page.
62   * Above change fixes the favicon plugin to work on edit pages.
63   * Correct some issues with escaped preprocessor directives.
64   * Make the map plugin notice when pages in the map are deleted and update
65     it.
66   * Add a htmlext config option, this can be used to make ikiwiki generate
67     html files with a different extension.
68   * Fix graphviz plugin to not try to read images as utf-8; they might
69     sometimes contain invalid utf-8 byte sequences. Thanks,
70     HenrikBrixAndersen.
71   * Fix re-rendering of pages when a linked to page goes away. This was broken
72     in version 1.50 with the addition of %destsources. Thanks, Ethan
73     Glasser-Camp.
74   * Add templatefile hook.
75   * Add pagetemplate plugin, which allows changing the template used for
76     a page. (Not to be confused with the hook of the same name..)
77   * Add a libdir config option to let ikiwiki load perl modules, including
78     plugins, from a user-configurable directory.
79
80  -- Joey Hess <joeyh@debian.org>  Thu, 26 Jul 2007 21:42:43 -0400
81
82 ikiwiki (2.4) unstable; urgency=low
83
84   * Make the toc plugin use html-compatible anchors. This is necessary since
85     most web sites serve ikiwiki xhtml files as text/html and mozilla browsers
86     get confused. So it's best for ikiwiki to follow the compatability
87     recommendations in appendix C of the XHTML spec. Closes: #432045
88   * Support building on systems that lack asprintf.
89   * mercurial getctime is currently broken, apparently by some change in
90     mercurial version 0.9.4. Turn the failing test case into a TODO test case.
91   * Fix links to alternate stylesheets when usedirs is enabled. Closes: #432556
92   * Use type= not style= in html for alternate stylesheets, which is more
93     correct (but in my testing both epiphany and iceweasel work ok with
94     style=text/css).
95   * In img tag, allow link=no to disable link to full size image. Thanks,
96     Nis Martensen. Closes: #433188
97
98  -- Joey Hess <joeyh@debian.org>  Sun, 15 Jul 2007 15:02:43 -0400
99
100 ikiwiki (2.3) unstable; urgency=low
101
102   * Corrected a typo in an error handler in the image plugin.
103   * Allow svnpath config option to contain additional extra slashes anywhere
104     w/o confusing ikiwiki.
105   * Rcs modules are now imported, so other modules that need similar
106     normalisation of configs etc can do so.
107   * Patch fixing various additional problems with test suite. Closes: #425891
108     once more.
109   * French update from Jean-Luc Coulon. Closes: #430771
110   * Correct a longstanding bug that could cause the edit form to be empty.
111     This turns out to have occured if the cgi wrapper was created by an
112     ikiwiki invocation that included --rebuild. Thanks to Carl Worth for
113     tracking that down.
114
115  -- Joey Hess <joeyh@debian.org>  Fri, 29 Jun 2007 18:30:38 -0400
116
117 ikiwiki (2.2) unstable; urgency=low
118
119   * Change the aggregate plugin's locking strategy. Now it defers loading state
120     until the wiki is building and already locked, unless it's aggregating.
121     When aggregating, it does not wait for the lock if it cannot get it, and
122     instead exits, to prevent aggregating processes from piling up.
123   * Updated Spanish translation from Victor Moral.
124   * Correct bug in the img plugin that caused dependencies on images to not
125     always be tracked correctly.
126   * Deal better with rebuilds that involve moving files; track and clean up the
127     old files.
128   * Change where the img plugin puts scaled images. It's better to make the
129     scaled images subpages of the page that embeds them, rather than putting
130     them alongside the original image, since if two pages scale the same image
131     the same way, this prevents complications in dealing with two pages
132     creating the same file. The move will be handled transparently, though you
133     might want to rebuild your wiki to make it occur in one step.
134   * Fix FTBFS in test suite introduced in last version. Closes: #425891
135   * Apply a patch from Carl Worth allowing a class attribute to be passed
136     through the img plugin. Also allow the id attribute to be passed through.
137   * More consistent encoding of titles in rss and atom feeds. Don't use
138     ESCAPE=HTML for titles in the templates for these feeds, and instead
139     escape the title going in to the template. Previously, the title was
140     sometimes double-escaped in a feed (if set via meta title), and sometimes
141     not (if set from the page filename).
142   * In the meta plugin, when a title is set, encode the html entities in it
143     numerically. This works better in the current landscape of a rss spec that
144     doesn't specify encoding, and variously broken feed consumers, according
145     to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
146   * Correct some issues with display of unhandled preprocessor directives.
147   * Apply a patch from Carl Worth adding support for using globs in link()
148     in a PageSpec.
149   * Explode some of the more insane regexps.
150   * Add test suite for preprocessor directive parsing.
151   * Fix wrapper generator and untaint code's handling of strings contining
152     newlines.
153   * Make the url absolution code for feeds significantly more robust.
154   * Add typographyattributes configuration setting to typography plugin.
155
156  -- Joey Hess <joeyh@debian.org>  Mon, 18 Jun 2007 21:21:56 +0100
157
158 ikiwiki (2.1) unstable; urgency=low
159
160   [ Joey Hess ]
161   * Use div layout for the signin and preferences forms, so that they can be
162     styled using the stylesheet, rather than by creating signin and prefs
163     templates.
164   * Make the openid login form nicely styled.
165   * Fix a bug that prevented clearing email or subscriptions.
166   * Improve handling of edits of locked pages by users who are not yet signed
167     in.
168   * Make testpagespec more robust, including checking for missing/bad
169     parameters.
170   * Add all=no option to conditional, can be used to form conditionals that do
171     not need to examine every page in the wiki.
172   * Add the needsbuild hook. Plugins can use this to manipulate which files
173     ikiwiki builds when refreshing the wiki.
174
175   [ Josh Triplett ]
176   * Add an account-creation password as a simple anti-spam mechanism. If
177     set in the wiki setup, passwordauth will require the password in
178     order to create an account.
179
180   [ Joey Hess ]
181   * Updated Czech translation from Miroslav Kure.
182   * Apply patch from Paweł Tęcza to avoid using -L in Makefile as it's not
183     available in older finds.
184   * Make all templates have a footer div to ease themeing. Required template
185     and style sheet updates, and unless you're using customised versions,
186     you'll want to rebuild wikis on upgrade to this version to avoid
187     inconsistencies.
188   * Allow WIKINAME to to used in footers, as an example of something to put
189     there.
190   * Patch from hb to fix the pagestats plugin, which was broken by a past
191     change to the backlinks() function.
192   * Fix some bugs in password handling:
193     - If the password is empty in preferences, don't clear the existing
194       password.
195     - Actually check the confirm password field, even if it's left empty.
196   * Add a destpage parameter to the filter hook.
197   * Fix links to smilies generated by the smiley plugin for inlined pages. The
198     old links were often wrong, but often still worked by accident.
199   * Add a test ensuring that the basewiki is self-contained and has no broken
200     links.
201
202  -- Joey Hess <joeyh@debian.org>  Sat, 19 May 2007 20:37:38 -0400
203
204 ikiwiki (2.00) unstable; urgency=low
205
206   [ Josh Triplett ]
207   * Avoid using GNU extensions to cp during "make install", which did
208     not work on FreeBSD.  Thanks to Henrik Brix Andersen for the patch.
209
210   [ Joey Hess ]
211   * Use fieldsets in the preferences form to group related options together.
212     Especially cleans up the ordering of the admin's preferences form.
213   * Use a fieldset to set off the openid entry from the rest of the login
214     form.
215   * Enable openid logins by default.
216   * Enable usedirs by default.
217
218   [ Josh Triplett ]
219   * fieldset support appeared in CGI::FormBuilder 3.05, so increase
220     version in Depends on libcgi-formbuilder-perl to 3.05
221
222   [ Joey Hess ]
223   * If Net::OpenID::Consumer is not available, the openid module will quietly
224     disable itself, this avoids needing a hard dependency on the perl module.
225
226  -- Joey Hess <joeyh@debian.org>  Mon, 30 Apr 2007 00:43:02 -0400
227
228 ikiwiki (1.51) unstable; urgency=low
229
230   [ Joey Hess ]
231   * Support setting svnpath to "" for wikis that are rooted at the top of
232     their svn repositories, with no trunk directory.
233   * Minor template improvements by Alessandro.
234   * In mercurial backend, untaint ipaddr when using it as the user for the
235     commit. Thanks, Alexander Wirt. Closes: #420428
236   * Fix aggregator to not warn when a feed contains no body content at all.
237   * Work around bug #420636 by, if XML::Parser crashes, running the feed
238     content though Encode::decode_utf8.
239
240   [ Josh Triplett ]
241   * Change basewiki CSS to not put a border around images used as links.
242
243   [ Joey Hess ]
244   * Move the footer div to enclose tags and links too.
245   * More style sheet updates, remove the hack that used the tags div to create
246     the footer border.
247   * Due to template changes and style sheet changes that depend on them,
248     wiki rebuilds are recommended on upgrade to this version.
249   * Avoid .svn directories when installing from svn checkout.
250   * Fix sending of commit mails when new pages are added via the web.
251   * Add user(name) to the PageSpec for commit subscriptions.
252   * pagespec_match() has changed to take named parameters, to better allow
253     for extended pagespecs. The old calling convention will still work for
254     back-compat for now.
255   * The calling convention for functions in the IkiWiki::PageSpec namespace
256     has changed so they are passed named parameters.
257   * Plugin interface version increased to 2.00 since I don't anticipate any
258     more interface changes before 2.0.
259   * Updated Gujarati translation from Kartik Mistry. Closes: #421198
260   * Make pagespec_match return an object that can be stringified to tell
261     the reason why the match failed or succeeded.
262   * Add testpagespec plugin, which might be useful to see why a pagespec isn't
263     working as desired.
264
265   [ Josh Triplett ]
266   * Fix bestlink to use pagecase for pages in userdir, to support pages
267     with non-lowercase filenames.
268
269   [ Joey Hess ]
270   * Include wikiname in syslogged messages.
271   * Updated Polish translation from Paweł Tęcza.
272   * Updated Czech translation from Miroslav Kure.
273   * Updated Spanish translation from Victor Moral.
274   * Apply patch from hb that uses the full path to a file when adding a file
275     using the mercurial backend. Not 100% sure why it failed w/o the full
276     path, but this still passes the test suite, and indeed, is how the test
277     suite calls hg add.
278
279  -- Joey Hess <joeyh@debian.org>  Sun, 29 Apr 2007 00:01:23 -0400
280
281 ikiwiki (1.50) unstable; urgency=low
282
283   [ Josh Triplett ]
284   * Add a graphviz plugin.
285   * Suggests: graphviz
286   * Enhance helponformatting and related documentation to supply more
287     information about available preprocessor directives.
288   * Add myself as a co-maintainer, with Joey's approval.
289
290   [ Joey Hess ]
291   * Add support for PROFILE=1 to the Makefile, this turns on profiling of the
292     wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
293   * Add a new %destsources hash, which maps between a destination file and
294     the source page used to create it, ie it's the reverse of %renderedfiles.
295   * Use %destsources in htmllink and urlto for 20-50% speedup. Thanks
296     Josh Triplett for the idea.
297   * Optimise displaytime, trimming maybe 6% off the build time.
298
299   [ Josh Triplett ]
300   * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table
301     package, because ikiwiki now provides the table plugin, and thus has
302     a file overlap with ikiwiki-plugin-table.
303   * Add libtext-csv-perl to Suggests, for the table plugin.
304   * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.
305   * Add libtext-typography-perl to Suggests for the typography plugin.
306
307   [ Joey Hess ]
308   * Add postformtext parameter to inline.
309   * Internal version number and installdir substitutions were lost, fix.
310   * Apply patch from Ethan to improve an error message that should never
311     happen.
312   * Patch from Tuomov to link to the directory in feeds when usedirs is in
313     effect. Note that this changes permalinks, so if you are already using
314     usedirs you'll have to deal with that on upgrade to this version.
315   * Add feedshow parameter to inline, which can be useful for eg, removing
316     old posts from feeds when permalinks change.
317   * Add .dpkg-tmp to prune regexp, so that if ikiwiki is run right as it's
318     being upgraded by dpkg it will ignore dpkg temp files in the basewiki.
319
320  -- Joey Hess <joeyh@debian.org>  Sun, 15 Apr 2007 16:02:05 -0400
321
322 ikiwiki (1.49) unstable; urgency=low
323
324   [ Joey Hess ]
325   * Add --post-commit option, which allows for the case of a split web server
326     and RCS server (or a push mirror). With this the RCS server can have a
327     real post-commit hook that sshs back to the web server, and runs ikiwiki
328     in post-commit mode to update the wiki.
329   * Fix urls generated by mirrorlist plugin.
330   * Add a templates page to the basewiki. It will automatically list all
331     available templates. Rename the old templates page to wikitemplates.
332   * Include the note template in the basewiki.
333   * Add a popup template in the basewiki. CSS based on some by Martin Krafft.
334   * Make the note, popup, and plugin templates detect missing variables and be
335     self-documenting, listing the available variables.
336   * Hide excess backlinks and expand using CSS trick; control quantiy via
337     the numbacklinks setting.
338   * Finally apply the index.html patch, with thanks to everyone who worked
339     on and supported creating it (especially Tuomov). This adds a "usedirs"
340     option that makes ikiwiki use foo/index.html instead of foo.html as
341     output page names. It is not yet enabled by default.
342   * Fix a bug in the img plugin that caused thumbnailed files to not be
343     tracked properly.
344   * Make the OpenID library a reccommendation of the Debian package, rather
345     than just a suggests, since OpenID is enabled by default.
346   * Fix a bug that caused link(foo) to succeed if page foo did not exist.
347   * Fix tags to page names that contain special characters.
348
349   [ Josh Triplett ]
350   * Use pngcrush and optipng on all PNG files.
351   * Add neutral smileys ":|" and ":-|", and question icon smiley "(?)",
352     with images taken from phpBB (GPL) and converted with gif2png.
353   * Improvements to Description in debian/control:
354     * Note that some plugins have additional dependencies, found among the
355       Recommends and Suggests.
356     * ikiwiki supports both RSS and Atom feeds.
357     * Fix typos.
358   * Add Homepage field.
359   * Add XS-Vcs-Browser field.
360
361   [ Joey Hess ]
362   * Updated French translation from JLC. Closes: #417982
363   * Reorder the icon in the template above the stylesheets, to avoid icon
364     flashing during page load.
365   * Fix smiley plugin to scan smileys.mdwn after it's updated, which fixes
366     a bug caused by committing changes to smilies.mdwn.
367   * Fix display of escaped wikilinks containing anchors.
368
369   [ Josh Triplett ]
370   * Remove stray semicolon in linkmap.pm.
371
372  -- Joey Hess <joeyh@debian.org>  Sun, 08 Apr 2007 16:14:46 -0400
373
374 ikiwiki (1.48) unstable; urgency=low
375
376   * Fix link() PageSpecs to not just look at the raw link text, but at where
377     that given link points based on the page doing the linking. Note that this
378     could make such PageSpecs match different things than before, if you
379     relied on the old behavior of them only matching the raw link text.
380   * This required changing the match_* interface, adding a third parameter.
381   * Allow link() PageSpecs to match relative, as is allowed with globs.
382   * Add postform option to inline plugin.
383   * Add an bug tracker to the softwaresite example.
384   * Make ikiwiki's stylesheet support printing by hiding parts of the page
385     that shouldn't appear in a printout: Search box, actions bar,
386     blog post form, tags, backlinks, and feed buttons.
387   * Finally fixed the longstanding inline removal bug.
388   * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
389     actually store pages' mtimes.
390   * Add "mtime" sort parameter to inline plugin.
391   * Fix mercurial backend to deal with empty commit messages.
392
393  -- Joey Hess <joeyh@debian.org>  Sat, 24 Mar 2007 11:14:10 -0400
394
395 ikiwiki (1.47) unstable; urgency=low
396
397   * Fix a security hole that allowed insertion of unsafe content via the meta
398     plugins's support for inserting html link and meta tags. Now such content
399     is passed through the htmlscrubber like everything else.
400   * Unfortunatly, that means that some valid uses of those tags are no longer
401     usable, and special case methods needed to be added for including
402     stylesheets, and for doing openid delegation. If you use either of these
403     in your wiki, it will need to be modified. See the meta plugin docs
404     for details.
405
406  -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 14:05:00 -0400
407
408 ikiwiki (1.46) unstable; urgency=low
409
410   * Fix a bug with inlined create page links, including Discussion links on
411     blog post pages. The links will now create pages relative to the page that
412     actually contains the link.
413   * French update. Closes: #414597
414   * Fix some broken logic in cgi creation of a subpage when a toplevel page
415     with the same name already exists, and generally simplify the edit code.
416   * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
417     output the verbose build log to stdout, rather than to the syslog.
418   * Detect the case of two people independently creating the same page at the
419     same time, and let the second person resolve the conflict.
420   * Applied a patch from Michał to make the mercurial backend pass --quiet to
421     hg.
422   * Fix a security hole that allowed a web user to insert arbitrary html in
423     the title of a page due to missing escaping of titles in the meta plugin.
424
425  -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 01:51:30 -0400
426
427 ikiwiki (1.45) unstable; urgency=low
428
429   * Allow for underscores to appear in page titles, if encoded appropriately
430     (__95__) in filenames. Previously, all underscores were replaced with
431     spaces. Thanks, Enrico Zini for noticing that bug.
432   * Add "template" option to inline plugin to allow for use of customised
433     templates.
434   * Add titlepage template for inline plugin.
435   * Add preview parameter to preprocesser calls, use this rather than the
436     previous ugly hack used to avoid writing rss feeds in previews.
437   * Fix the img plugin to avoid overwriting images in previews. Instead it
438     does all the work to make sure the resizing works, and dummys up a resized
439     image using width and height attributes.
440   * Also fixes img preview display, the links were wrong in preview before.
441   * Add a sparkline plugin.
442   * Add a postsparkline plugin.
443   * The slash escaping when adding to a blog from the CGI was not working
444     since it ended up being double-escaped. Instead, just remove slashes.
445   * Fix some nasty issues with page name escaping during previewing
446     (introduced in 1.44).
447   * Add a table plugin, derived from the one written by Victor Moral.
448   * The underscore escaping support exposed a bug in edit links: Such links
449     were titlepage escaped in the urls, and then doubly escaped by the CGI
450     when editing. To fix this, I removed the titlepage escaping in the edit
451     urls.
452   * That means that *every edit link* on the wiki is potentially changed.
453     Rebuilding wikis on upgrade to this version therefore necessary; enabled
454     that in postinst.
455   * Correct a deadlock that could occur in post-commit if the aggregate plugin
456     was enabled and tried to lock the already locked wiki.
457
458  -- Joey Hess <joeyh@debian.org>  Sat, 10 Mar 2007 21:11:05 -0500
459
460 ikiwiki (1.44) unstable; urgency=low
461
462   * Patch by Ben to fix validaton of atom feeds by fixing the category tags.
463   * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
464     OpenID login form rather than linking to a remote logo, to avoid various
465     issues. Since there is not yet a license for the actual OpenID logo, this
466     file is currently a blank image. Users who want to can copy
467     http://openid.net/login-bg.gif into their wiki.
468   * Allow setting NOTAINT=1 when building the wiki to remove taint checking
469     flags, which can be useful on some hosting providers.
470   * Fix a bug that made links like [[0|foo]] use "foo" as the link text,
471     instead of "0".
472   * Changed calling convention for httmllink slightly. The first three
473     parameters remain the same, but additional options are now passed in using
474     named parameters.
475   * Change plugin interface version to 1.02 to reflect this change.
476   * Add a new anchor option to htmllink. Thanks Ben for the idea.
477   * Support anchors in wikilinks.
478   * Add a "more" plugin based on one contributed by Ben to allow implementing
479     those dreaded "Read more" links in blogs.
480   * Don't error out if estcmd fails, just print a warning message. estcmd is
481     too fragile to let it kill ikiwiki.
482   * Make img plugin not fail immediately if Image::Magick is not available.
483     This lets ikiwiki not build depend on perlmagic.
484   * Detect old versions of xgettext and avoid using them.
485   * perl is broken: print "" || die fails! Work around this insanity.
486   * Smarter detection of no-op changes to po files.
487   * Elegant patch from Ethan to clean up the display of page names in the
488     dropdown when creating a new page.
489   * Since the CGI had to drop the wiki lock to avoid deadlocking the
490     commit hook, it was possible for one CGI to race another one and "win"
491     the commit of both their files. This race has been fixed by adding a new
492     commitlock, which when locked by the CGI, disables the commit hook
493     (except for commit mails). The CGI then takes care of the updates the
494     commit hook would have done.
495   * French translation update. Closes: #411899
496   * Patch from HenrikBrixAndersen to fix a broken use of foreach in the
497     search plugin.
498   * Correct a bug that could lead to infinite looping after signin in some
499     circumstances.
500   * Patch from Ethan to improve behavior if a page is deleted or moved while
501     someone is editing it.
502   * Some cleanup of field setting in the failed edit and conflict handling
503     code.
504
505  -- Joey Hess <joeyh@debian.org>  Sat, 24 Feb 2007 20:16:35 -0500
506
507 ikiwiki (1.43) unstable; urgency=low
508
509   * Allow plugins to add new types of tests that can be used in PageSpecs.
510   * Add a "conditional" plugin, which allows displaying text if a condition
511     is true. It is enabled by default so conditional can be used in the
512     basewiki.
513   * Use conditionals in the template for plugins, so that plugin pages
514     say if they're currently enabled or not, and in various other places
515     in the wiki.
516   * Updated Spanish translation.
517   * Make the basewiki be full of symlinks to pages that should be the same
518     in the doc wiki. This will allow direct edits to alter the base wiki
519     without manual munging.
520   * Fix the template, toggle, and conditional plugins to filter text before
521     preprocessing it.
522   * Fix smiley plugin to support smileys at the very beginning or end of
523     the content.
524   * Allow multiple tag settings to appear in a single page.
525   * Many changes to make ikiwiki very resistant to write failures
526     including out of disk space situations. ikiwiki should never leave
527     truncated files, and if the error occurs during a web-based file edit,
528     the user will be given an opportunity to retry.
529     Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
530   * Fix syslogging of errors.
531   * Patch from Ethan to allow using meta tags to set creation dates of pages.
532   * Add a prettydate plugin that formats dates in a more readable fashion.
533     (I had to get a pretty date somehow today..)
534   * Updated Czech translation.
535   * Avoid potential syslog format string issue, although only older versions
536     of perl are vulnerable and it is not known to really be exploitable from
537     ikiwiki.
538   * Add explicit module prereqs to Makefile.PL
539   * New domain name for ikiwiki: ikiwiki.info. Update your links.
540
541  -- Joey Hess <joeyh@debian.org>  Sun, 18 Feb 2007 23:26:32 -0500
542
543 ikiwiki (1.42) unstable; urgency=low
544
545   * Fix several more missing translations of Discussion.
546   * Fix for missing backlinks() in pagestats plugin.
547   * Add canedit hook, allowing arbitrary controls over when a page can be
548     edited.
549   * Move code forcing signing before edit to a new "signinedit" plugin, and
550     code checking for locked pages into a new "lockedit" plugin. Both are
551     enabled by default.
552   * Remove the anonok config setting. This is now implemented by a new
553     "anonok" plugin. Anyone with a wiki allowing anonymous edits should
554     change their configs to enable this new plugin.
555   * Add an opendiscussion plugin that allows anonymous users to edit
556     discussion pages, on a wiki that otherwise wouldn't allow it.
557   * Lots of CGI code reorg and cleanup.
558   * Avoid using lots of memory when copying large non-html files.
559     Yes, you can keep videos in the wiki..
560   * Add feedshow option to allow reducing the number of items included in
561     an rss or atom feed.
562   * Change based on a patch from Ethan to support relative matching in
563     PageSpecs, by using "./".
564   * pagespec_match() has grown a new third parameter to support this.
565   * Add "reverse" option to inline to invert sort orders.
566   * Drop the BSD license for the templates and basewiki, and just allow them
567     to be used as close to public domain as possible.
568   * viewcvs is now viewvc (in Debian unstable), update everything to use the
569     new name.
570   * Fix a security hole that allowed a web user to edit images and other
571     non-page format files in the wiki. To exploit this, the file already had
572     to exist in the wiki, and the web user would need to somehow use the web
573     based editor to replace it with malicious content.
574     (Sorry Josh, this means you can't edit style.css directly anymore,
575     although I do appreciate your fixes, actually..)
576
577  -- Joey Hess <joeyh@debian.org>  Sat, 10 Feb 2007 15:37:39 -0500
578
579 ikiwiki (1.41) unstable; urgency=low
580
581   * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
582     if an older version is installed, just don't gettext strings, instead of
583     crashing.
584   * Added smileys for Moin Moin compatability.
585   * Fix handling of discussion links on discussion pages when l10n is used.
586   * Make gitorigin_branch and gitmaster_branch configurable via the setup
587     file. Closes: #408599
588   * French translation update. Closes: #408593
589   * Improve use of svn merge, by specifying the file to merge, rather than
590     chdiring to the srcdir (which wasn't right when merging in a subdir).
591     Thanks Ethan.
592   * Always call rcs_update after a commit during a web edit, to work around
593     the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the
594     analysis and patch.
595   * Replace underscores in shortcut texts with spaces when formatting for
596     display. This allows using a shortcut like [[wikipedia War_of_1812]],
597     which links to the correct remote page, but is displayed nicely.
598   * When building the doc wiki, build with LANG=C.
599   * More gettext fun.
600   * Fix openid signin secret generation code. This fixes the bug that made
601     all openid signins fail the first time, and then succeed the second
602     time.
603
604  -- Joey Hess <joeyh@debian.org>  Tue, 30 Jan 2007 02:36:53 -0500
605
606 ikiwiki (1.40) unstable; urgency=low
607
608   * Fix missing categories in rss/atom feeds.
609   * Add French translation by Jean-Luc Coulon. Closes: #406881
610   * Fix bogus use of CDATA in atom feeds. Closes: #406898
611
612  -- Joey Hess <joeyh@debian.org>  Sun, 14 Jan 2007 21:42:27 -0500
613
614 ikiwiki (1.39) unstable; urgency=low
615
616   * Add a rawhtml plugin that allows copying raw html files from the srcdir.
617   * Fix --locale to control LC_ALL now.
618   * Include the pot file in the source tarball. Closes: #405890
619   * Add a Swedish translation by Daniel Nylander. Closes: #406410
620   * Add a Czech translation by Miroslav Kure.
621   * Add a Bulgarian translation by Damyan Ivanov. Closes: #406580
622   * Add a Gujarati translation by Kartik Mistry. Closes: #406635
623   * Add a Vietnamese translation by Clytie Siddall.
624   * Fix encoding issue with use of Locale::Gettext. Seems that the OO
625     interface returns proper utf-8 decoded strings, unlike the traditional
626     interface, so use the OO interface.
627   * Search in default location for templates as a fallback when templatedir is
628     pointed elsewhere, so that only modified templates need to be copied into
629     a templatedir. Based on work by JeremyReed.
630   * In the aggregator, check for and deal with post filenames that are
631     longer than the maximum file length.
632   * Change the RecentChanges page to show the path of changed pages.
633   * Various minor bugfixes.
634
635  -- Joey Hess <joeyh@debian.org>  Sat, 13 Jan 2007 23:30:20 -0500
636
637 ikiwiki (1.38) unstable; urgency=low
638
639   * Corrected a bum regexp in openid munging.
640   * Added a Spanish translation by Victor Moral.
641   * A few translation infrastructure fixes.
642   * Added a Polish translation by Paweł Tęcza.
643
644  -- Joey Hess <joeyh@debian.org>  Fri,  5 Jan 2007 23:13:59 -0500
645
646 ikiwiki (1.37) unstable; urgency=low
647
648   * Add mirrorlist plugin.
649   * Fixed permissions of some files that were 600 in the tarball. (Did not
650     affect the deb).
651   * Avoid creating edit links when the cgi url is not known.
652   * Avoid displaying discussion links at all, if there's not a discussion
653     page, when the cgi url isn't known.
654   * Before, svn was used as the RCS by default unless configured otherwise,
655     now it defaults to using no RCS unless configured to do so, to avoid some
656     suprising behavior when using a setup file and not uncommenting any RCS
657     options.
658   * Fix some bugs in the commit email sending code.
659   * Improve code that ignores files in the underlaydir if the srcdir has a
660     file building the same page. Now it will work even if the extensions of
661     the source files differ.
662   * Initial work on internationalization of the program code. po/ikiwiki.pot
663     is available for translation.
664   * Export gettext() from IkiWiki module.
665   * Don't put discussion links on discussion pages.
666   * Allow disabling of plugins included in goodstuff.
667   * Add a textile format plugin contributed by mazirian.
668   * If a userdir is configured, links to pages in it can be made without
669     specifying the path. This allows for easy signing of comments by linking
670     to your page in the userdir.
671   * Escape slashes in page titles entered in the blog post form.
672   * Munge openids of the form somehost.com/user (trial, may revert).
673
674  -- Joey Hess <joeyh@debian.org>  Sun, 31 Dec 2006 17:31:22 -0500
675
676 ikiwiki (1.36) unstable; urgency=low
677
678   * Fix various links on the hyperestraier pages.
679   * Use POST for poll to avoid some robots.
680   * Fix sometimes broken links to Discussion pages from blog pages.
681   * Add userdir config setting.
682   * Fix man page perms in install.
683   * Fix an issue with inlining a page with a rss feed inside another
684     page with an rss feed.
685   * Turn $config{wiki_file_prune_regexps} into an array that is easier to
686     manipulate.
687   * Only exclude rss and atom files from processing if the inline plugin
688     is enabled and that feed type is enabled. Else it's just a copyable file
689     type.
690   * Move rss and atom option handling code into the inline plugin.
691   * Applied a rather old patch from Recai to fix the "pruning is too strict"
692     issue. Now you can have wiki source directories inside dotdirs and the
693     like, if you want.
694   * Patch from Emanuele Aina to fix modification time code in mercurual
695     backend.
696   * Add support for links of the form [[/foo]]
697   * Fix code to make absolute urls for rss feeds, was missing some urls.
698   * Fix double-escaping of html entities in titles etc in rss feeds
699     that occured if escaped characters were present in the page filename.
700
701  -- Joey Hess <joeyh@debian.org>  Fri, 22 Dec 2006 15:55:05 -0500
702
703 ikiwiki (1.35) unstable; urgency=low
704
705   * Fix daemonisation code to only do daemon setup things after forking the
706     child process.
707   * The hack used to make the pagetemplate hook have access to the editpage
708     template won't work with CGI::FormBuilder 3.0401, so disable it for now.
709   * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
710     there might still be bugs lurking..
711
712  -- Joey Hess <joeyh@debian.org>  Fri,  1 Dec 2006 19:14:36 -0500
713
714 ikiwiki (1.34.2) unstable; urgency=low
715
716   * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
717     ~user/.ikiwiki/wikilist will be read.
718   * Fix url absolution code in inline plugin to support class and id fields in
719     links and imgs, and to support anchor urls.
720   * More build deps updates.
721   * /dev/null fortune failures
722
723  -- Joey Hess <joeyh@debian.org>  Tue, 28 Nov 2006 12:58:47 -0500
724
725 ikiwiki (1.34.1) unstable; urgency=low
726
727   * Add libtime-duration-perl to build deps, as it's used by the svn module
728     which is now tested at build.
729
730  -- Joey Hess <joeyh@debian.org>  Mon, 27 Nov 2006 12:26:12 -0500
731
732 ikiwiki (1.34) unstable; urgency=low
733
734   * Add an openid plugin to support logging in using OpenID.
735   * Web commits by OpenID users will record the full OpenID url for the user,
736     but in recentchanges, these urls will be converted to a simplified display
737     form+link.
738   * Modified svn, git, tla backends to recognise such web commits.
739   * Move httpauth support to a plugin.
740   * Add openidsignup config option.
741   * Make the openid plugin support the callbacks from myopenid.com via its
742     affiliate program.
743   * Add toggle plugin.
744   * Add a poll plugin.
745   * Add quick mode for archive page generation.
746   * Introduce the goodstuff bundle. This is a kind of plugin, that just enables
747     many other plugins. It's an easy way to boost ikiwiki from its default,
748     basic wiki, to a full-featured wiki, without manually picking the right
749     set of plugins. New plugins will be added to goodstuff from time to
750     time.
751   * Change how post signin actions are propigated through the signin process;
752     they're now stored in the session.
753   * Add optional "desc" parameter to shortcut definitions.
754   * Avoid locking the wiki at all when handling some basic cgi stuff
755     (searches, recentchanges).
756   * Add "last" parameter to hook function. Very basic ordering, and hopefully
757     nothing more spohisticated will be needed.
758   * Add formbuilder_setup and formbuilder hooks.
759   * Split out a passwordauth module, that holds all the traditional password
760     based authentication etc code. It's enabled by default, but can be disabled
761     if you want only openid or some other auth method.
762   * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
763   * Add some code to the build system that tries to determine if the
764     lib installation directory is in @INC. If it's not, munge ikiwiki
765     to hardcode the path to the lib directory. This should allow installing
766     ikiwiki in nonstandard locations, including home directories, by just
767     setting PREFIX at build time.
768   * Fix nested examples directory in deb.
769   * Add a test suite for the mercurial backend, contributed by Emanuele Aina.
770   * Add a test suite for the svn backend.
771   * Add a test suite for the git backend, from Recai
772   * Daemonize before sending RPC pings, since that can take a while
773     and/or hang.
774   * Daemonize before sending commit mails, as that can also take a long
775     time/hang if the mail server is unhappy.
776   * Factor out commit mail sending code into new function.
777   * Change rcs_commit, it is now passed the name of the user doing the commit
778     and their IP address, and needs to construct its own commit message
779     containing them, or do something more appropriate for the given RCS.
780   * Add softwaresite example.
781   * Mercurial backend improvements, including --get-ctime support. (Emanuele
782     Aina)
783   * Git backend improvements, including bug fixes and better robustness,
784     from Recai.
785
786  -- Joey Hess <joeyh@debian.org>  Sun, 26 Nov 2006 20:46:56 -0500
787
788 ikiwiki (1.33) unstable; urgency=low
789
790   * Fix issue with aggregate plugin updating expired pages.
791   * Avoid syntax errors in templates used by the template plugin crashing
792     ikiwiki.
793   * Enable utf8 file IO in aggregate plugin.
794   * Fix some issues with the new registration form.
795   * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
796   * Make sure to check for errors from every eval.
797   * Fix img plugin's handling of adding dependencies for images that do not
798     yet exist.
799   * Work around a strange bug in CGI::FormBuilder 3.0401 that makes
800     FORM-SUBMIT unusable on customised formbuilder templates. For now,
801     hardcode the submit buttons in editpage.tmpl instead of using the
802     template variable, which is ok, since the buttons are static.
803   * Work with hyperestraier 1.4.9.
804
805  -- Joey Hess <joeyh@debian.org>  Wed, 15 Nov 2006 18:32:26 -0500
806
807 ikiwiki (1.32) unstable; urgency=low
808
809   * Add a separate pass to find page links, and only render each page once,
810     instead of over and over. Typical speedup is ~4x. Max possible speedup:
811     8x.
812   * Add "scan" parameter to hook(), which is used to make the hook be called
813     during the scanning pass, as well as the render pass. The meta and tag
814     plugins need to use the new scan parameter, so will any others that modify
815     %links.
816   * Now that links are calculated in a separate pass, it can also
817     precalculate backlinks in one pass, which is O(N^2) instead of the
818     previous code that was O(N^3). A very nice speedup for wikis with lots
819     (thousands) of pages.
820   * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
821     Erdem.
822   * Add a default stylesheet entry for the pagecloud.
823   * Add examples page with some examples of things that can be done using
824     ikiwiki, like a weblog. The examples can be copied into a user's wiki
825     for a quick start, without needing to learn everything about how to put
826     them together.
827   * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
828   * Add perlmagick to build-depends so syntax check of img plugin works.
829     Closes: #396702
830   * Improve login/register process, the login dialog has only name and
831     password fields, which allows more web browsers to regognise it as a login
832     field, and is less confusing.
833   * Implemented expiry options for aggregate plugin.
834   * Use precalculated backlinks info when determining if files need an update
835     due to a page they link to being added/removed. Mostly significant if
836     there are lots of pages.
837   * Remove duplicate link info when saving index. In some cases it could
838     pile up rather badly. (Probably not the best way to deal with this
839     problem.)
840   * Patch from James Westby to support podcasting, photoblogging, vidcasting,
841     or what have you, by creating enclosures for non-page items that are
842     included in feeds.
843
844  -- Joey Hess <joeyh@debian.org>  Fri,  3 Nov 2006 14:46:37 -0500
845
846 ikiwiki (1.31) unstable; urgency=low
847
848   * Patch from Paweł Tęcza to cp -a the templates in the Makefile.
849   * Change the rss feed title from the wikiname to the page title, with
850     an exception for the wiki's toplevel index page, which will still use the
851     wikiname as the feed title.
852     Overriding the page title with meta title already overrode the rss feed
853     tittle.
854   * Add an img plugin, based on Christian Mock's img plugin, but stripped
855     down to the bare essentials. Useful for handling large images on websites.
856   * Sanitize possibly problimatic characters out of the polygen grammar names,
857     just in case. Should not be exploitable anyway, since it only tries to run
858     polygen after finding the specified grammar file.
859   * Add missing dependency on the URI perl module.
860   * Add basic spam fighting tool for admins: An admin's prefs page now allows
861     editing a list of banned users.
862
863  -- Joey Hess <joeyh@debian.org>  Fri, 27 Oct 2006 23:16:33 -0400
864
865 ikiwiki (1.30) unstable; urgency=low
866
867   * Add no_override parameter to hook().
868   * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
869     plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
870     can be configured using a page in wiki.
871   * Fix support for --pingurl at the command line.
872   * Fix a subtle bug in will_render that broke some builds, by only clearing
873     items from renderedfiles the first time per build.
874   * Wrap entire technortati ping operation in an eval to catch all possible
875     failure modes, after I observed a simple ->value crashing ikiwiki when
876     a ping failed.
877
878  -- Joey Hess <joeyh@debian.org>  Mon, 16 Oct 2006 15:17:38 -0400
879
880 ikiwiki (1.29) unstable; urgency=low
881
882   * Patch from Paul Tötterman to use CP in the Makefile.
883   * Patch from Alec Berryman adding a http_auth config item that allows
884     using HTTP Authentication instead of ikiwiki's built in authentication.
885     Useful for eg, large sites with their own previously existing user auth
886     setup. Closes: #384534
887   * Change %renderedfiles to store an array of files rendered from a given
888     source file, to allow tracking of extra rendered files like rss feeds.
889   * Note that plugins that accessed this variable will need to be updated!
890     The plugin interface has been increased to version 1.01 for this change.
891     As few plugins use %renderedfiles I haven't done anything else to ensure
892     compatability of old plugins.
893   * Add will_render function to the plugin interface, used to register that a
894     page renders a destination file, and do some security checks. Previously
895     but no longer rendered files will be cleaned up.
896   * Use will_render in the inline and linkmap plugins.
897   * You will need to rebuild your wiki on upgrade to this version.
898   * Atom feed support based on a patch by Clint Adams.
899   * Add feeds=no option to inline preprocessor directive to turn off all types
900     of feeds.
901   * $IkiWiki::version now holds the program version, and is accessible to
902     plugins.
903   * Make the aggregate plugin emphasize error messages.
904   * Patch from Recai to limit recentchanges to displaying max 10 files for a
905     given changeset (to avoid large number of file changes excessively
906     bloating the page).
907
908  -- Joey Hess <joeyh@debian.org>  Fri, 13 Oct 2006 23:14:28 -0400
909
910 ikiwiki (1.28) unstable; urgency=low
911
912   * inline: Add ability to sort by page name, based on a patch from
913     Benjamin A'Lee.
914   * Fix a forkbomb in various calls to IPC::Open2, which has a highly
915     braindead interface. Closes: #389383
916   * Don't rm -rf ikiwiki on distclean, since a) there's no such file
917     and b) those poor Mac OSX users and their case insensative files!
918   * Don't fail syntax check if Text::Typography isn't installed.
919     Closes: #389406
920
921  -- Joey Hess <joeyh@debian.org>  Tue, 26 Sep 2006 02:08:17 -0400
922
923 ikiwiki (1.27) unstable; urgency=low
924
925   * Work on firming up the plugin interface:
926     - Plugins should not need to load IkiWiki::Render to get commonly
927       used functions, so moved some functions from there to IkiWiki.
928     - Picked out the set of functions and variables that most plugins
929       use, documented them, and made IkiWiki export them by default,
930       like a proper perl module should.
931     - Use the other functions at your own risk.
932     - This is not quite complete, I still have to decide whether to
933       export some other things.
934   * Changed all plugins included in ikiwiki to not use "IkiWiki::" when
935     referring to stuff now exported by the IkiWiki module.
936   * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
937     to declare which version of the interface your plugin needs.
938   * Anyone with a third-party ikiwiki plugin is strongly encouraged
939     to make like changes to it and avoid use of non-exported symbols from
940     "IkiWiki::".
941   * Link debian/changelog and debian/news to NEWS and CHANGELOG.
942   * Support hyperestradier version 1.4.2, which adds a new required phraseform
943     setting.
944   * If an inlined page has a permalink, link the page title to that.
945   * Patch from Recai to use utf8 when reading the setup file, so that
946     utf8 wikinames from there will be used properly.
947   * Patch from Recai to kill utf-8 on the wiki name when generating the
948     session cookie.
949   * Change ddate plugin to use the DateTime::Calendar::Discordian perl module.
950   * Fix a baseurl problem in hyperestradier search results.
951   * Add a stub local.css to avoid problems with 404's.
952   * Patch from Recai to fix a wide character warning from the search plugin
953     during setup if the wikiname contains utf8.
954   * Yet another fix for those poor case-insensative OS X users.
955   * pagetemplate hooks are now also called when generating cgi pages.
956   * Add a favicon plugin, which simply adds a link tag for an icon to each
957     page (and cgis).
958   * Patch from James Westby to deal with the case where you're editing a
959     new page, hit cancel, and need to be redirected to somewhere sane.
960   * Various documentation improvements by various wiki users.
961   * Support Text::Markdown from CPAN, which has a different interface from
962     the original markdown or the one in Debian.
963   * Version the libcgi-session-perl dependency, some features that need
964     the new version are used in some cases (sslcookie).
965   * Numerous tla fixes from Clint.
966   * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
967     a multi-resolution favicon.ico.
968   * README.Debian: typo Closes: #388110
969   * chomp trailing newline at the end of templates read in by the template
970     plugin, to allow use of the template preprocessor directive in
971     whitespace-sensative situations. Closes: #387073
972   * Patch from James Westby to make the location of the estseek.cgi script
973     configurable.
974   * Add typography (SmartyPants) plugin by Recai.
975   * Add --render mode, which can be used to preview an edit at the command
976     line by test rendering a single page.
977   * Add a googlecalendar plugin. A bit special-purpose, but it shows
978     one way to to deal with user-supplied content that could cause XSS
979     issues w/o the htmlscrubber, and won't survive the scrubber.
980
981  -- Joey Hess <joeyh@debian.org>  Sun, 24 Sep 2006 00:02:21 -0400
982
983 ikiwiki (1.26) unstable; urgency=low
984
985   * Add a missing -n to tla undo call.
986   * otl2hmtl can't be safely used with IPC::Open2 since it sometimes
987     writes before consuming its whole stdin. Avoid this deadlock.
988   * Fix alt tags for outline checkboxes.
989
990  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 16:24:16 -0400
991
992 ikiwiki (1.25) unstable; urgency=low
993
994   * Add proper waitpid calls for open2ed processes throughout to avoid
995     zombies; this hit htmltidy especially badly.
996   * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
997     subversion repos and fixing some other issues.
998   * Add support for tla, contributed by Clint Adams. Closes: #385936
999   * Add support for mercurial, contributed by Emanuele Aina.
1000   * Include <link rel> tag for RSS feeds, used by some aggregators and
1001     firefox to find the feed.
1002   * Add a linkmap plugin (requires graphviz).
1003
1004  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 01:54:14 -0400
1005
1006 ikiwiki (1.24) unstable; urgency=low
1007
1008   * Simplify the data structure returned by rcs_recentchanges to avoid
1009     each rcs plugin needing to form complex strings on its own.
1010   * Fix another destpage issue in the inline directive. Closes: #385512
1011     again.
1012
1013  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 15:46:45 -0400
1014
1015 ikiwiki (1.23) unstable; urgency=low
1016
1017   * Allow inline directives to be nested inside eg, sidebars. Closes: #385512
1018
1019  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 12:14:45 -0400
1020
1021 ikiwiki (1.22) unstable; urgency=low
1022
1023   * Change how the stylesheet url is determined in the templates: Remove
1024     STYLEURL and add BASEURL to all templates (some already had it). This
1025     new more general variable can be used to link to other things (eg, images)
1026     from the template, as well as stylesheets.
1027   * Fix a bug introduced last version to do with nested inlines.
1028   * Allow preprocessor directives to span multiple lines, both to make
1029     long ones with lots of values easier to write, and to allow for ones with
1030     multi-line quoted values.
1031   * Allow preprocessor directives to contain python-like triple-quoted
1032     text blocks, for easy nesting of quotes inside.
1033   * Add a template plugin.
1034   * Make pagespec merge code smarter about merging duplicate pagespecs.
1035   * Patch from Jordà Polo to make Setup::Standard support hashes in config
1036     files.
1037   * Change order of linkify and preprocess; first preprocess and then linkify.
1038     This allows passing a wikilink inside a parameter to a preprocessor
1039     directive without it being expanded to html, and leaking out of the
1040     parameter, which had required some non-obvious use of triple-quoting
1041     to avoid. Note that any preprocessor plugins that output something
1042     that looks like a wikilink will now have it treated as such; AFAIK
1043     this doesn't change any behavior though except for the template plugin.
1044   * Enable preprocessor directives when previewing an edit.
1045   * Make all pages pull in a local.css style sheet, if present. This won't
1046     be included in ikiwiki, but can be created to make local styling changes
1047     w/o needing to merge in every new change to the distributed style.css.
1048   * Use DESTDIR and not PREFIX to specify installation prefix for packaging.
1049   * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
1050     from a different directory.
1051   * Generalised preprocesser loop protection code.
1052   * Patch from James Westby to allow a description to be set for rss feeds.
1053   * Patch from James Westby to add a template for the search form.
1054   * Added a ddate plugin.
1055   * Patch from James Westby to add a --sslcookie switch, which forces
1056     cookies to only be sent over ssl connections to avoid interception.
1057   * Fix preferences page on anonok wikis; still need to sign in to get
1058     to the preferences page.
1059   * Add toc (table of contents) plugin.
1060   * Change htmlize, format, and sanitize hooks to use named parameters.
1061   * Patch from James Westby to add an actions option to inline; this
1062     adds Edit and Discussion links at the end of blog entries.
1063   * Due to some css changes, you'll want to rebuild your wiki on upgrade
1064     to this version. Will be handled automatically by the deb.
1065   * Add processed date to aggregate preprocessor directive status output.
1066
1067  -- Joey Hess <joeyh@debian.org>  Fri,  1 Sep 2006 22:03:34 -0400
1068
1069 ikiwiki (1.21) unstable; urgency=low
1070
1071   * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
1072   * If a page links to itself, mark up the link text in a span with
1073     class="selflink" so that it can be styled. I don't have a useful style
1074     defined for that though.
1075   * Call filter hooks on inlined page content.
1076   * Support inlining pages raw, rather than creating a blog.
1077   * Clean up yes/no parameter parsing in inline plugin.
1078   * Implemented better cycle detection in the inline plugin; nested inlines
1079     will now work.
1080   * Add a map plugin contributed by Alessandro Dotti Contra.
1081   * Add otl format plugin, which handles files as created by vimoutliner.
1082   * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
1083   * Add first draft at a Restructured Text (rst) plugin, by Sergio
1084     Talens-Oliag. Note that this has many known issues -- see the caveats on
1085     the plugin's page.
1086   * Credit everyone who wrote a plugin on the plugins' wiki pages.
1087   * Fix utf-8 in blog post form.
1088
1089  -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2006 16:42:54 -0400
1090
1091 ikiwiki (1.20) unstable; urgency=low
1092
1093   * Relicense the templates and basewiki under the 2-clause BSD license.
1094     Since these can easily become part of other people's websites, they
1095     should be under as permissive a license as possible.
1096   * Add --syslog config option, to log to the syslog.
1097   * Catch failing IPC::Open2 in tidy plugin and retry in case this is a
1098     transient failure to fork (which I've seen happen in the wild).
1099   * Fix a bug in the aggregator introduced last version that caused all
1100     aggregator state to be lost during a non-aggregating build.
1101
1102  -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2006 19:05:56 -0400
1103
1104 ikiwiki (1.19) unstable; urgency=low
1105
1106   * Fix several related bugs in page type determination during online editing.
1107   * Add some locking to prevent 2 aggregators from running at once.
1108   * Fix an infinite loop in the aggregator when finding a unique filename.
1109
1110  -- Joey Hess <joeyh@debian.org>  Wed, 16 Aug 2006 13:46:25 -0400
1111
1112 ikiwiki (1.18) unstable; urgency=low
1113
1114   * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
1115   * Add --version.
1116   * Man page format fixups.
1117   * If the meta plugin overides the page title, set a title_overridden
1118     variable in the template to true. This allows doing things with the
1119     templates conditional on the title being overriden.
1120   * Add a %pagecase which maps lower-case page names to the actual case
1121     used in the filename. Use this in bestlinks calculation instead of
1122     forcing the link to lowercase.
1123   * Also use %pagecase in various other places that want to check if a page
1124     with a given name exists.
1125   * This means that links to pages with mixed case names will now work,
1126     even if the link is in some other case mixture, and mixed case pages
1127     should be fully supported throughout ikiwiki.
1128   * Recommend rebuilding wikis on upgrade to this version.
1129
1130  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 22:10:48 -0400
1131
1132 ikiwiki (1.17) unstable; urgency=low
1133
1134   * Disable tidy generator tag.
1135   * Move tidy back to sanitize hook, found out how to only show body.
1136   * Turn off tidy indentation too.
1137   * Turn on HTML::Template loop_context_vars; not actually used in stock
1138     templates but can be useful for things like making comma-delimited lists
1139     of tags or what have you.
1140   * Remove <br> from end of aggregate preprocessor directive output.
1141   * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
1142     case-sensative filesystems like OSX.
1143   * Improve markdown loading. First, try to load it as a proper perl module,
1144     in case it was installed as one. Then fall back to trying
1145     /usr/bin/markdown.
1146   * Document in install page how to install markdown, since it has no
1147     installation procedure in the upstream tarball.
1148   * Set die_on_bad_params => 0 for all templates, to allow users to modify
1149     them without annoyances.
1150   * Suck in the page content when generating an inline archive page, to work
1151     around the meta plugin's lack of caching of title metadata across runs.
1152
1153  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:52:13 -0400
1154
1155 ikiwiki (1.16) unstable; urgency=low
1156
1157   * Try to handle relative links in aggregated feeds. However,
1158     the current support is a crude hack due to limitations of XML::Feed:
1159     xml:base is not supported, neither is Content-Location. And of course,
1160     relative links in RSS feeds are ill-undefined..
1161   * Make aggregator save permalinks and author name to pages as metadata.
1162   * Add permalink and author support to meta plugin, affecting RSS feeds
1163     and blog pages.
1164   * Various CSS and formatting changes.
1165   * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
1166   * Add xhtml files to the default prune regexp.
1167   * Also generate rel=bookmark links for permalinks.
1168   * Fix the htmltidy plugin, which wasn't working due my breaking it when
1169     I added it..
1170   * Don't run tidy with -xml as that fails if the input is not well-formed.
1171     Run it with -asxhtml instead, so it will output well-formed xhtml no
1172     matter what the input.
1173   * Disable tidy warnings too.
1174   * Add a new format hook, and make tidy use it, since tidy can really only
1175     operate on and output complete html documents, not the body chunks
1176     that sanitise gets.
1177   * Fix dates in rss feeds if running localised, so they're still rfc 822.
1178
1179  -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 20:48:36 -0400
1180
1181 ikiwiki (1.15) unstable; urgency=low
1182
1183   * Remove CDPATH and other env vars perl taint checking doesn't like.
1184     Closes: #381279
1185   * Added created_before and created_after PageSpec limits.
1186
1187  -- Joey Hess <joeyh@debian.org>  Thu,  3 Aug 2006 13:00:57 -0400
1188
1189 ikiwiki (1.14) unstable; urgency=low
1190
1191   * Memoize pagespec translation, this speeds up a build of the ikiwiki tree
1192     by 10% or so.
1193   * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
1194   * Added many unit tests for pagespec_match.
1195
1196  -- Joey Hess <joeyh@debian.org>  Wed,  2 Aug 2006 11:34:06 -0400
1197
1198 ikiwiki (1.13) unstable; urgency=low
1199
1200   * ikiwiki can now download and aggregate feeds with its new aggregate
1201     plugin, so it's possible to implement a Planet using ikiwiki!
1202   * Add a run_hooks function for the common task of running all hooks of a
1203     given type.
1204   * Add a savestate hook.
1205   * Don't put blog post forms on pages if there's no cgiurl set.
1206   * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
1207     --wrappers to do that.
1208   * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
1209     to update pages that haven't changed on disk.
1210   * Change meta tags to use html entity-escaped text for values, so that
1211     quotes and such can be represented in title tags.
1212   * Depend and build-depend on HTML::Parser for HTML::Entities which is used
1213     for the above.
1214   * Make --rebuild also cause --aggregate to re-download and write aggregated
1215     pages.
1216   * Avoid outputting duplicate meta info.
1217   * Include title metadata on aggregated posts for capitalised and un-munged
1218     titles.
1219   * Title metadata of inlined pages now shows up in blogs and rss feeds.
1220   * Fix issue with unicode filenames and updating the hyper estradier search
1221     index. (Aka Please Please Please, let that be the last one.)
1222   * Patch from Roland Mas to support an rss=no parameter to inline directives.
1223     Closes: #380743
1224   * Renamed GlobLists to PageSpecs.
1225   * PageSpecs can now include nested parens, "and", and "or". This remains
1226     backwards compatible to the old GlobList format. It's implemented by
1227     treating the GlobList as a very limited microlanguage that is transformed
1228     to perl code that does the matching.
1229   * The old GlobList format is deprecated, and I encourage users to switch to
1230     using the new PageSpec format. Compatability with the old format will be
1231     removed at some point, possibly by 2.0.
1232   * Wiki rebuild needed on upgrade to this version due to PageSpec change.
1233   * Add support for creation_month and creation_year to PageSpec.
1234     Closes: #380680
1235   * Changes to index file encoding.
1236
1237  -- Joey Hess <joeyh@debian.org>  Tue,  1 Aug 2006 21:21:19 -0400
1238
1239 ikiwiki (1.12) unstable; urgency=low
1240
1241   "Viva l'Italia!"
1242   * New pagestats plugin from Enrico, which can generate a table counting
1243     the backlinks for each page, or a del.icio.us style cloud.
1244   * Build-depend on libtext-wikiformat-perl, so that the syntax check of
1245     the wikiformat plugin works. Thanks, Emanuele Aina.
1246   * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
1247     display, running them through pagetitle. This removes ugly underscores and
1248     other gunk from the display, much nicer. You may want to rebuild your wiki
1249     when upgrading to get the cleanup globally.
1250   * Polygen plugin from Enrico.
1251   * htmltidy plugin from Faidon.
1252   * Locale patch from Faidon:
1253     - Adds a locale setting to setup files.
1254     - Proper local time, if the locale configuration option is used.
1255     - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
1256       commiting (or even rcs_updating) on repositories with UTF-8 filenames was
1257       impossible.
1258   * Add getopt hook type, this allows plugins to add new command-line options.
1259   * Add --tagbase option to tag plugin.
1260   * Add exclude option in setup files, works same as --exclude.
1261   * Put categories in rss feeds for tagged items.
1262   * Allow preprocessor directives to be expanded in inlined blog pages.
1263     However, to avoid inlining loops etc, don't expand inline directives in
1264     inlined pages.
1265   * fortune plugin (trivial)
1266   * Tag plugins according to type.
1267
1268  -- Joey Hess <joeyh@debian.org>  Sat, 29 Jul 2006 17:12:56 -0400
1269
1270 ikiwiki (1.11) unstable; urgency=low
1271
1272   * Patch from Enrico that
1273     - Adds a tag plugin that allows more easily tagging pages.
1274       The meta plugin can also still be used for that, but the tag plugin
1275       also lists a page's tags at the bottom of the page.
1276     - Allows preprocessor directives to have parameters with no specified
1277       value.
1278     - Fixes preprocessor directive parameter parsing so that
1279       foo=bar baz now means "foo=bar" and a "baz" with no value.
1280   * Run pagetemplate hooks when inlining pages so that inlined pages also
1281     list their tags.
1282   * Make all plugins with pagetemplate hooks check that variables exist
1283     on the template before setting them, for robustness.
1284   * Switch pagetemplate hooks to using named parameters.
1285   * Pass a destpage parameter to preprocessor and pagetemplate hooks.
1286     This will be the page that a source page will be part of, which is
1287     different than the source page for inlined pages.
1288   * Audited all plugins to endure they pass (page, destpage) to htmllink
1289     appropriatly. This means inlining of various plugins will not work
1290     properly, with correct links generated.
1291
1292  -- Joey Hess <joeyh@debian.org>  Thu, 27 Jul 2006 20:51:23 -0400
1293
1294 ikiwiki (1.10) unstable; urgency=low
1295
1296   * Run page through any relevant filters when generating a page preview.
1297   * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
1298     default throughout the wiki, not only on wikitext pages. Decided to call
1299     this a feature, and split the camelcase support out into a separate plugin
1300     that is independant of wikitext.
1301   * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
1302
1303  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 18:06:35 -0400
1304
1305 ikiwiki (1.9) unstable; urgency=low
1306
1307   * Improve display of parentlinks and page title of toplevel index page.
1308   * Patch from Faidon to use svn --limit when possible for recentchanges,
1309     speeds up recentchanges a lot for wikis with more history.
1310   * Patch from Recai to fix utf8 issues in git backend.
1311   * Add wikitext markup plugin, which supports ".wiki" pages written in the
1312     original wiki syntax, CamelCase links and all.
1313   * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
1314     support, to edit pages etc without a web server.
1315   * Display CGI processing errors if present.
1316   * Fix from Faidon for a XML parser issue that breaks utf-8 for
1317     RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
1318     area, and also way slow.
1319   * Match 'web commit from' in SVN and git, these are web commits too.
1320     (Faidon)
1321   * Consolidated all decode_utf8 in FormBuilder's fields to make the code more
1322     readable and avoid future mistakes. The patch seems to work and for the
1323     first time I have a UTF-8 username ;-) (Faidon)
1324   * Use form->field consistently, not form->param.
1325   * Patch from Recai to allow selection of page type when creating a new page.
1326     Default page type is inherited from the link clicked on to create the new
1327     page.
1328
1329  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 17:25:30 -0400
1330
1331 ikiwiki (1.8) unstable; urgency=low
1332
1333   * Fix orphans plugin to not count a link to a nonexistant page as a reason
1334     for a page not being an orphan.
1335   * Support pinging services such as Technorati using XML-RPC to notify them
1336     about changes to rss feeds.
1337   * Parse svn log as xml for improved utf8 and security. Note that this makes
1338     ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
1339   * POSIX::strftime doesn't know about encodings and doesn't return a utf8
1340     flagged string even if the locale causes it to generate utf8 output,
1341     so make sure to let perl know it should be handled as utf8. Also,
1342     the optimised version used for standard time formats won't work if the
1343     user has changed locale, so drop it. Thanks, Faidon Liambotis.
1344   * Fix re-encoding of the comments field to utf8 if a commit fails
1345     due to a conflict. Thanks, Faidon Liambotis.
1346   * Let svn know that commits have utf8 commit messages. Thanks, Faidon
1347     Liambotis.
1348   * Add insane double encode/decode to utf8 around call to markdown.
1349     This works around a truely strange bug, which is apparently a bug in
1350     perl, #376329. Also added a test case for it.
1351   * Improve layout of edit page so formatting help link is always visible w/o
1352     getting in the way of the preview.
1353   * Centralised all calls to HTML::Template and force all the templates
1354     to be read as utf8.
1355   * Support pages with utf8 filenames. Patch by Faidon Liambotis.
1356   * Introduce add_plugins and disable_plugins config options in setup files.
1357     This allows adding or removing plugins w/o overriding the whole list of
1358     default plugins, which makes it easier to upgrade when new default plugins
1359     are added.
1360   * Support htmlize plugins and make mdwn one such plugin, which is enabled by
1361     default (of course!). Based on a patch by Faidon Liambotis.
1362   * Add a html plugin, which can be used to write wikis in raw html,
1363     if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
1364     defaults to not processing .html files, since w/o this plugin they would
1365     be copied unsanitised. With this plugin, it will process and html
1366     sanitise them, like any other page type.
1367   * Rebuilding wrappers is necessary on upgrade to this version.
1368   * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
1369     will be automatically done on all upgrades.
1370   * Don't send pings if the wiki is being rebuilt.
1371   * Work around very innefficient behavior in File::Spec::abs2rel. Result
1372     is a savings of 2 pointless fork/execs per link calculation, which
1373     results in ~25% speedup of ikiwiki building its own doc wiki, and
1374     about 35% speedup displaying RecentChanges!
1375   * Make RecentChanges use a table and some CSS, should be much more readable.
1376     No code changes involved.
1377   * Encode & in diffurl in examples, to conform to pedantic rules.
1378   * Speed up RecentChanges by another 40% or so with some memoization.
1379   * Memoize abs2rel, which is still kinda slow, for another 30% speedup
1380     in time to build the doc wiki.
1381
1382  -- Joey Hess <joeyh@debian.org>  Tue,  4 Jul 2006 12:46:29 -0400
1383
1384 ikiwiki (1.7) unstable; urgency=low
1385
1386   * Updated logo from Recai with some kerning and alingment tuning.
1387   * Patch from Recai to fix git recentchanges code to work with git 1.4 which
1388     changed some output.
1389   * Copyright update.
1390
1391  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 23:33:35 -0400
1392
1393 ikiwiki (1.6) unstable; urgency=low
1394
1395   * YA utf-8 patch from Recai, this time to fix previewing a page so that
1396     the text in the input box is re-encoded back to utf-8.
1397   * -CSD does not affect modules, so readfile() was not using the utf-8 input
1398     layer, which led to lots of problems; make it force read files as utf-8.
1399     Closes: #373203
1400   * Note that as a consequence, this version of ikiwiki will actually try to
1401     parse utf8 in source files for the first time, which may expose broken
1402     utf8 in wiki sources that was hidden before. Most common will be
1403     perl warnings like "utf8 "\xE9" does not map to Unicode"
1404   * writefile() likewise needs to use the utf8 output layer.
1405   * Remove the -CSD from ikiwiki's hashbang since it's useless to have it
1406     there.
1407   * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
1408     given the readfile fix.
1409   * Add utf-8 testcases for readfile and htmlize.
1410   * Put back the encode_utf8 in the input to markdown; it's really not utf-8
1411     safe.
1412   * More utf-8 fixes from Recai, partly to things I broke above:
1413     - The serious problem is that writefile() saves the content in undecoded
1414       format in CGI, hence all (non-ascii) chars are corrupted permanently.
1415     - Comment field in edit page is not decoded and all the non-ascii chars in
1416       this field are corrupted as the result.  We should decode it as we do it
1417       for the content.
1418     - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
1419       character in print.
1420   * New SVG logo from Recai.
1421
1422  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 19:18:46 -0400
1423
1424 ikiwiki (1.5) unstable; urgency=low
1425
1426   * Add --timeformat config option to allow changing how dates are displayed.
1427     Note that as a side effect, dates will now be displayed using the local
1428     timezone, not as GMT.
1429   * More security review.
1430   * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
1431     for some handy stuff like:
1432     - Using links as a kind of tag; creating blog pages that list all pages
1433       containing a given tag/link or not containing some other tag.
1434     - Subscribing to mail notifications whenever a change is made to a page
1435       that is a backlink of page foo. Ie, "Please notify me of changes in all
1436       pages that link to my home page in the wiki"
1437     - Locking any pages that are linked to from a particular page, so that
1438       lists of locks can be exposed in the wiki.
1439   * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
1440     when a todo item is done, instead of the previous moving it to a different
1441     subdir.
1442   * Allow pagetemplate plugins to override *anything* in the template.
1443   * Add a meta plugin, which allows specifying various metadata about pages,
1444     like license and author. It also allows for inserting html link and meta
1445     tags into html, overriding the title, and adding hidden WikiLinks, which
1446     can be useful when using link-based globbing for page categorisation.
1447   * Remove preprocessor directives from inlined pages.
1448   * Allow simple preprocessor directive values to be specified w/o quotes.
1449   * Add support for using git instead of subversion as the RCS backend,
1450     tremendous thanks to Recai Oktaş for this.
1451   * Doc updates for git.
1452   * Fix absolute url munging in rss generation to support https, ftp, etc urls
1453     not just http urls.
1454   * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
1455     utf-8 for edit and other fields, and for recentchanges. There may still
1456     be utf-8 issues with the preferences page though.
1457
1458  -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 19:56:54 -0400
1459
1460 ikiwiki (1.4) unstable; urgency=low
1461
1462   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
1463     very strange way of enabling proper XHTML <br /> type tags. Output html
1464     should be always valid again now.
1465   * The page name and parent links has switched from using a <h1> to a styled
1466     <span>, so pages can use <h1> internally instead of needing to use <h2>.
1467   * Updated all of ikiwiki's own wiki pages for that.
1468   * Add pagetemplate hook, which can be used by plugins that want to mess
1469     around with adding new stuff to the page template.
1470   * Remove headercontent; the search plugin now adds the search box to the
1471     header by registering a pagetemplate hook, and other plugins should do
1472     similarly.
1473   * Rebuilding on upgrade to this version is recommended.
1474   * Add a html validity check to the test suite, using the wdg-html-validator,
1475     if available.
1476   * Make the html valid when there is nothing in the actions list.
1477   * Reordered some function call parameters for consistency.
1478   * Enable full utf-8 support for page input and output.
1479   * Add a workaround for markdown, which does not work well with utf-8
1480     strings.
1481   * --getctime had bitrotted (well I only ever used it the once so far..),
1482     fix and make it a bit more flexible
1483   * rcs_getctime is changed, now rather than needing to loop over all pages,
1484     it should just use the rcs to get the ctime of the passed file.
1485   * When inlining a page in another one, links from the inlined page are now
1486     expanded the same as they are when rendering the inlined page as a
1487     standalone page. So rather than being expanded from the POV of the
1488     inlining page, they are expanded from the POV of the inlined page.
1489
1490     For example, a link from blog/foo to "bar" will now link to blog/bar
1491     if it exists. Previously this needed to be a link explicitly to
1492     "blog/bar"; such links will also continue to work.
1493
1494     (This was slightly complex to do as the link still has to be constructed
1495     relative to the inlining page.)
1496   * Make page edit textarea resize to fit browser window.
1497   * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
1498     do not need a full rebuild, in order to update any basewiki pages.
1499
1500  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 15:08:49 -0400
1501
1502 ikiwiki (1.3) unstable; urgency=low
1503
1504   * Fix the preinst introduced in the last version. Closes: #367458
1505
1506  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
1507
1508 ikiwiki (1.2) unstable; urgency=low
1509
1510   * Remove dups from the brokenlinks list.
1511   * Add libc6-dev to dependencies, needed to build wrappers.
1512   * Install wikilist in correct location. Closes: #367371
1513
1514  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
1515
1516 ikiwiki (1.1) unstable; urgency=low
1517
1518   * Rename inlinepage to depends, so that it can be used to refer to more
1519     dependency relationships than just inlining. This will require a rebuild
1520     on upgrade to this version.
1521   * Move the rss link, put it in the blogpost form if there is one and at the
1522     top if not. This is both nicer because easier to find, and it cleans up
1523     the code which had used inlinepage as a flag for adding the link later.
1524   * Allow the depends GlobList to be built up from multiple sources (such as
1525     plugins) during a page render.
1526   * Which means that more than one blog is now supported to appear on a
1527     single page. (With some limitations, like only the last one getting an
1528     rss file.)
1529   * Added a plugin system.
1530   * Added a pagecount plugin, enabled by default.
1531   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
1532   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
1533     backlinks when the backlinks hadn't really changed.
1534   * Moved inline page support, rss generation etc into the inline plugin,
1535     enabled by default.
1536   * Added brokenlinks plugin, not enabled by default, but rather handy.
1537   * Fix several broken links in the doc wiki.
1538   * Smarter behavior when creating a page and a page of the same name (but
1539     different location) already exists.
1540   * Add an orphans plugin for finding pages that nothing links to.
1541   * Removed backlinks page, which it turns out nothing used.
1542   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
1543     it, this will allow for adding a unit test suite.
1544   * Add unit tests for several core functions, including globlist_match,
1545     dirname, basename, bestlink, linkify, pagetitle, titlepage.
1546   * Smart globlist merging.
1547   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
1548     to pave the way for adding other RCS support. This also changes the
1549     setup files, where before they had svn => 1 or svn => 0, now they have
1550     rcs => "svn" or rcs => "".
1551   * Add a debian/NEWS file with upgrade notes.
1552   * Load whatever rcs module is specified, so new ones can be just dropped in
1553     as plugins and work. (Well, in theory.)
1554   * Add some basic docs about writing RCS modules.
1555   * Broke search capability out into a plugin, removed the --hyperestraier
1556     switch.
1557   * Added smiley plugin, nicely controlled and documented by the smileys page.
1558   * Copied in some smileys from Moin Moin.
1559   * Allow links of the form [[some page|page]], with whitespace in the link
1560     text.
1561   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
1562     and --disable-plugin htmlscrubber.
1563   * Allow discussion links on pages to be turned off with --no-discussion.
1564   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
1565   * Add some new config items to the estseek.conf template, which are needed
1566     by hyperestraier 1.2.3.
1567
1568  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
1569
1570 ikiwiki (1.0) unstable; urgency=low
1571
1572   * First official release.
1573
1574  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400