Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki] / CHANGELOG
1 ikiwiki (3.20180105) upstream; urgency=medium
2
3   * emailauth: Fix cookie problem when user is on https and the cgiurl
4     uses http, by making the emailed login link use https.
5   * passwordauth: Use https for emailed password reset link when user
6     is on https.
7   * Remove openid provider icons from login selector, since openid providers
8     are increasingly not working. Verisign retired theirs, and aol and
9     yahoo/flickr are not commonly used for openid. Any users who still 
10     clicked those icons to login will need to instead enter their openid url.
11   * Updated German basewiki and directives translation from
12     Sebastian Kuhnert.
13
14  -- Joey Hess <id@joeyh.name>  Fri, 05 Jan 2018 13:41:20 -0400
15
16 ikiwiki (3.20171001) upstream; urgency=medium
17
18   [ Joey Hess ]
19   * htmlscrubber: Add support for the video tag's loop and muted
20     attributes. Those were not in the original html5 spec, but have been
21     added in the whatwg html living standard and have wide browser support.
22   * emailauth, passwordauth: Avoid leaving cgisess_* files in the
23     system temp directory.
24
25   [ Simon McVittie ]
26   * core: Don't decode the result of strftime if it is already tagged as
27     UTF-8, as it might be since Perl >= 5.21.1. (Closes: #869240)
28   * img: Strip metadata from resized images when the deterministic config
29     option is set. Thanks, intrigeri
30   * receive: Avoid asprintf() in IkiWiki::Receive, to avoid implicit
31     declaration, potential misbehaviour on 64-bit platforms, and lack
32     of portability to non-GNU platforms
33   * t: Add a regression test for untrusted git push
34   * receive: Fix untrusted git push with git (>= 2.11) by passing through
35     the necessary environment variables to make the quarantine area work
36   * debian: Declare compliance with Debian Policy 4.1.1
37
38   [ Amitai Schleier ]
39   * l10n: Fix the build with po4a 0.52, by ensuring that msgstr ends
40     with a newline if and only if msgid does
41
42  -- Simon McVittie <smcv@debian.org>  Sun, 01 Oct 2017 16:32:01 +0100
43
44 ikiwiki (3.20170622) unstable; urgency=medium
45
46   * t/git-cgi.t: Wait 1 second before doing a revert that should work.
47     This hopefully fixes a race condition in which the test failed
48     around 6% of the time. (Closes: 862494)
49   * Guard against set-but-empty REMOTE_USER CGI variable on
50     misconfigured nginx servers, and in general treat sessions with
51     a set-but-empty name as if they were not signed in.
52   * When the CGI fails, print the error to stderr, not "Died"
53   * mdwn: Don't mangle <style> into <elyts> under some circumstances
54   * mdwn: Enable footnotes by default when using the default Discount
55     implementation. A new mdwn_footnotes option can be used to disable
56     footnotes in MultiMarkdown and Discount.
57   * mdwn: Don't enable alphabetically labelled ordered lists by
58     default when using the default Discount implementation. A new
59     mdwn_alpha_list option can be used to restore the old
60     interpretation.
61   * osm: Convert savestate hook into a changes hook. savestate is not
62     the right place to write wiki content, and in particular this
63     breaks websetup if osm's dependencies are not installed, even
64     if the osm plugin is not actually enabled. (Closes: #719913)
65   * toc: if the heading is of the form <h1 id="...">, use that for
66     the link in the table of contents (but continue to generate
67     <a name="index42"></a> in case someone was relying on it).
68     Thanks, Antoine Beaupré
69   * color: Do not leak markup into contexts that take only the plain
70     text, such as toc
71   * meta: Document [[!meta name="foo" content="bar"]]
72   * debian: Use preferred https URL for Format of debian/copyright
73   * debian: Declare compliance with Debian Policy 4.0.0
74
75  -- Simon McVittie <smcv@debian.org>  Thu, 22 Jun 2017 09:24:57 +0100
76
77 ikiwiki (3.20170111) unstable; urgency=high
78
79   * passwordauth: prevent authentication bypass via multiple name
80     parameters (CVE-2017-0356, OVE-20170111-0001)
81   * passwordauth: avoid userinfo forgery via repeated email parameter
82     (also in the scope of CVE-2017-0356)
83   * CGI, attachment, passwordauth: harden against repeated parameters
84     (not believed to have been a vulnerability)
85   * remove: make it clearer that repeated page parameter is OK here
86   * t/passwordauth.t: new automated test for passwordauth
87
88  -- Simon McVittie <smcv@debian.org>  Wed, 11 Jan 2017 18:16:53 +0000
89
90 ikiwiki (3.20170110) unstable; urgency=medium
91
92   [ Amitai Schleier ]
93   * wrappers: Correctly escape quotes in git_wrapper_background_command
94
95   [ Simon McVittie ]
96   * git: use an explicit function parameter for the directory to work
97     in. Previously, we used global state that was not restored correctly
98     on catching exceptions, causing an unintended log message
99     "cannot chdir to .../ikiwiki-temp-working: No such file or directory"
100     with versions >= 3.20161229 when an attempt to revert a change fails
101     or is disallowed
102   * git: don't run "git rev-list ... -- -- ..." which would select the
103     wrong commits if a file named literally "--" is present in the
104     repository
105   * check_canchange: log "bad file name whatever", not literal string
106     "bad file name %s"
107   * t/git-cgi.t: fix a race condition that made the test fail
108     intermittently
109   * t/git-cgi.t: be more careful to provide a syntactically valid
110     author/committer name and email, hopefully fixing this test on
111     ci.debian.net
112   * templates, comments, passwordauth: use rel=nofollow microformat
113     for dynamic URLs
114   * templates: use rel=nofollow microformat for comment authors
115   * news: use Debian security tracker instead of MITRE for security
116     references. Thanks, anarcat
117   * Set package format to 3.0 (native)
118   * d/copyright: re-order to put more specific stanzas later, to get the
119     intended interpretation
120   * d/source/lintian-overrides: override obsolete-url-in-packaging for
121     OpenID Selector, which does not seem to have any more current URL
122     (and in any case our version is a fork)
123   * docwiki.setup: exclude TourBusStop from offline documentation.
124     It does not make much sense there.
125   * d/ikiwiki.lintian-overrides: override script-not-executable warnings
126   * d/ikiwiki.lintian-overrides: silence false positive spelling warning
127     for Moin Moin
128   * d/ikiwiki.doc-base: register the documentation with doc-base
129   * d/control: set libmagickcore-6.q16-3-extra as preferred
130     build-dependency, with virtual package libmagickcore-extra as an
131     alternative, to help autopkgtest to do the right thing
132
133  -- Simon McVittie <smcv@debian.org>  Tue, 10 Jan 2017 13:22:01 +0000
134
135 ikiwiki (3.20161229.1) unstable; urgency=medium
136
137   * git: Attribute reverts to the user doing the revert, not the wiki
138     itself.
139   * git: Do not disable the commit hook while preparing a revert.
140
141  -- Simon McVittie <smcv@debian.org>  Thu, 29 Dec 2016 20:46:24 +0000
142
143 ikiwiki (3.20161229) unstable; urgency=medium
144
145   * Security: force CGI::FormBuilder->field to scalar context where
146     necessary, avoiding unintended function argument injection
147     analogous to CVE-2014-1572. In ikiwiki this could be used to
148     forge commit metadata, but thankfully nothing more serious.
149     (CVE-2016-9646)
150   * Security: try revert operations in a temporary working tree before
151     approving them. Previously, automatic rename detection could result in
152     a revert writing outside the wiki srcdir or altering a file that the
153     reverting user should not be able to alter, an authorization bypass.
154     (CVE-2016-10026 represents the original vulnerability.)
155     The incomplete fix released in 3.20161219 was not effective for git
156     versions prior to 2.8.0rc0.
157     (CVE-2016-9645 represents that incomplete solution.)
158   * Add CVE references for CVE-2016-10026
159   * Add automated test for using the CGI with git, including
160     CVE-2016-10026
161     - Build-depend on libipc-run-perl for better build-time test coverage
162   * Add missing ikiwiki.setup for the manual test for CVE-2016-10026
163   * git: don't issue a warning if the rcsinfo CGI parameter is undefined
164   * git: do not fail to commit changes with a recent git version
165     and an anonymous committer
166
167  -- Simon McVittie <smcv@debian.org>  Thu, 29 Dec 2016 17:36:15 +0000
168
169 ikiwiki (3.20161219) unstable; urgency=medium
170
171   [ Joey Hess ]
172   * inline: Prevent creating a file named ".mdwn" when the
173     postform is submitted with an empty title.
174
175   [ Simon McVittie ]
176   * Security: tell `git revert` not to follow renames. If it does, then
177     renaming a file can result in a revert writing outside the wiki srcdir
178     or altering a file that the reverting user should not be able to alter,
179     an authorization bypass. Thanks, intrigeri. (CVE-2016-10026)
180   * cgitemplate: remove some dead code. Thanks, blipvert
181   * Restrict CSS matches against header class to not break
182     Pandoc tables with header rows. Thanks, karsk
183   * Make pagestats output more deterministic. Thanks, intrigeri
184
185  -- Simon McVittie <smcv@debian.org>  Mon, 19 Dec 2016 20:34:23 +0000
186
187 ikiwiki (3.20160905) unstable; urgency=medium
188
189   [ Joey Hess ]
190   * Fix installation when prefix includes a string metacharacter.
191     Thanks, Sam Hathaway.
192
193   [ Simon McVittie ]
194   * Use git log --no-renames to generate recentchanges, fixing the git
195     test-case with git 2.9 (Closes: #835612)
196
197  -- Simon McVittie <smcv@debian.org>  Mon, 05 Sep 2016 21:26:19 +0100
198
199 ikiwiki (3.20160728) unstable; urgency=medium
200
201   * Explicitly remove current working directory from Perl's library
202     search path, mitigating CVE-2016-1238 (see #588017)
203   * wrappers: allocate new environment dynamically, so we won't overrun
204     the array if third-party plugins add multiple environment variables.
205   * Standards-Version: 3.9.8 (no changes required)
206
207  -- Simon McVittie <smcv@debian.org>  Thu, 28 Jul 2016 10:41:56 +0100
208
209 ikiwiki (3.20160509) unstable; urgency=high
210
211   [ Amitai Schlair ]
212   * img: ignore the case of the extension when detecting image format,
213     fixing the regression that *.JPG etc. would not be displayed
214     since 3.20160506
215
216   [ Simon McVittie ]
217   * img: parse img_allowed_formats case-insensitively, as was done in
218     3.20141016.3
219   * inline: restore backwards compat for show=-1 syntax, which
220     worked before 3.20160121
221   * Remove a spurious changelog entry from 3.20160506 (the relevant
222     change was already in 3.20150614)
223   * Add CVE-2016-4561 reference to 3.20160506 changelog
224   * Set high urgency to get the CVE-2016-4561 fix and CVE-2016-3714
225     mitigation into testing
226
227  -- Simon McVittie <smcv@debian.org>  Mon, 09 May 2016 21:57:09 +0100
228
229 ikiwiki (3.20160506) unstable; urgency=medium
230
231   [ Simon McVittie ]
232   * HTML-escape error messages, in one case avoiding potential cross-site
233     scripting (CVE-2016-4561, OVE-20160505-0012)
234   * Mitigate ImageMagick vulnerabilities such as CVE-2016-3714:
235     - img: force common Web formats to be interpreted according to extension,
236       so that "allowed_attachments: '*.jpg'" does what one might expect
237     - img: restrict to JPEG, PNG and GIF images by default, again mitigating
238       CVE-2016-3714 and similar vulnerabilities
239     - img: check that the magic number matches what we would expect from
240       the extension before giving common formats to ImageMagick
241   * d/control: use https for Homepage
242   * d/control: add Vcs-Browser
243
244   [ Joey Hess ]
245   * img: Add back support for SVG images, bypassing ImageMagick and
246     simply passing the SVG through to the browser, which is supported by all
247     commonly used browsers these days.
248     SVG scaling by img directives has subtly changed; where before
249     size=wxh would preserve aspect ratio, this cannot be done when passing
250     them through and so specifying both a width and height can change
251     the SVG's aspect ratio.
252   * loginselector: When only openid and emailauth are enabled, but
253     passwordauth is not, avoid showing a "Other" box which opens an
254     empty form.
255
256   [ Amitai Schlair ]
257   * mdwn: Process .md like .mdwn, but disallow web creation.
258
259   [ Florian Wagner ]
260   * git: Correctly handle filenames starting with a dash in add/rm/mv.
261
262  -- Simon McVittie <smcv@debian.org>  Fri, 06 May 2016 07:54:26 +0100
263
264 ikiwiki (3.20160121) unstable; urgency=medium
265
266   [ Amitai Schlair ]
267   * meta: Fix [[!meta name=foo]] by closing the open quote.
268   * Avoid unescaped "{" in regular expressions
269   * meta test: Add tests for many behaviors of the directive.
270   * img test: Bail gracefully when ImageMagick is not present.
271
272   [ Joey Hess ]
273   * emailauth: Added emailauth_sender config.
274   * Modified page.tmpl to to set html lang= and dir= when
275     values have been specified for them, which the po plugin does.
276   * Specifically license the javascript underlay under the permissive
277     basewiki license.
278
279   [ Simon McVittie ]
280   * git: if no committer identity is known, set it to
281     "IkiWiki <ikiwiki.info>" in .git/config. This resolves commit errors
282     in versions of git that require a non-trivial committer identity.
283   * inline, trail: rename show, feedshow parameters to limit, feedlimit
284     (with backwards compatibility)
285   * pagestats: add "show" option to show meta fields. Thanks, Louis
286   * inline: force RSS <comments> to be a fully absolute URL as required
287     by the W3C validator. Please use Atom feeds if relative URLs are
288     desirable on your site.
289   * inline: add <atom:link rel="self"> to RSS feeds as recommended by
290     the W3C validator
291   * inline: do not produce links containing /./ or /../
292   * syslog: accept and encode UTF-8 messages
293   * syslog: don't fail to log if the wiki name contains %s
294   * Change dependencies from transitional package perlmagick
295     to libimage-magick-perl (Closes: #789221)
296   * debian/copyright: update for the rename of openid-selector to
297     login-selector
298   * d/control: remove leading article from Description
299     (lintian: description-synopsis-starts-with-article)
300   * d/control: Standards-Version: 3.9.6, no changes required
301   * Wrap and sort control files (wrap-and-sort -abst)
302   * Silence "used only once: possible typo" warnings for variables
303     that are part of modules' APIs
304   * Run autopkgtest tests using autodep8 and the pkg-perl team's
305     infrastructure
306   * Add enough build-dependencies to run all tests, except for
307     non-git VCSs
308   * tests: consistently use done_testing instead of no_plan
309   * t/img.t: do not spuriously skip
310   * img test: skip testing PDFs if unsupported
311   * img test: use the right filenames when testing that deletion occurs
312
313  -- Simon McVittie <smcv@debian.org>  Thu, 21 Jan 2016 09:53:07 +0000
314
315 ikiwiki (3.20150614) unstable; urgency=medium
316
317   * inline: change default sort order from age to "age title" for
318     determinism, partially fixing deterministic build for git-annex,
319     ikiwiki-hosting etc. (Closes: #785757)
320   * img: avoid ImageMagick misinterpreting filenames containing a colon
321   * img test: set old timestamp on source file that will change, so that
322     the test will pass even if it takes less than 1 second
323
324  -- Simon McVittie <smcv@debian.org>  Sun, 14 Jun 2015 18:13:23 +0100
325
326 ikiwiki (3.20150610) unstable; urgency=low
327
328   [ Joey Hess ]
329   * New emailauth plugin lets users log in, without any registration,
330     by simply clicking on a link in an email.
331   * Re-remove google from openid selector; their openid provider is
332     gone for good.
333   * Make the openid selector display "Password" instead of "Other"
334     when appropriate, so users are more likely to click on it when
335     they don't have an openid.
336   * Converted openid-selector into a more generic loginselector helper
337     plugin.
338   * passwordauth: Don't allow registering accounts that look like openids.
339   * Make cgiurl output deterministic, not hash order. Closes: #785738
340     Thanks, Daniel Kahn Gillmor
341
342   [ Simon McVittie ]
343   * Do not enable emailauth by default, to avoid surprises on httpauth-only
344     sites. Enable it by default in openid instead, since it is essentially
345     a replacement for OpenIDs.
346   * Make the attachment plugin work with CGI.pm 4.x (Closes: #786586;
347     workaround for #786587 in libcgi-pm-perl)
348   * Add a public-domain email icon from tango-icon-theme
349   * Populate pagectime from either mtime or inode change time,
350     whichever is older, again for more reproducible builds
351   * debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC
352   * debian/copyright: consolidate permissive licenses
353   * debian/copyright: turn comments on provenance into Comment
354   * brokenlinks: sort the pages that link to the missing page, for
355     better reproducibility
356   * Add [[!meta date]] to news items and tips, since the git checkout
357     and build process can leave the checkout date in the tarball
358     release, leading to unstable sorting
359   * Sort backlinks deterministically, by falling back to sorting by href
360     if the link text is identical
361   * Add a $config{deterministic} option and use it for the docwiki
362   * haiku: if deterministic build is requested, return a hard-coded haiku
363   * polygen: if deterministic build is requested, use a well-known random seed
364
365  -- Simon McVittie <smcv@debian.org>  Wed, 10 Jun 2015 21:56:36 +0100
366
367 ikiwiki (3.20150329) experimental; urgency=high
368
369   [ Joey Hess ]
370   * Fix NULL ptr deref on ENOMEM in wrapper. (Thanks, igli)
371
372   [ Simon McVittie ]
373   * Really don't double-decode CGI submissions, even on Perl versions that
374     bundle an old enough Encode.pm for that not to be a problem: the
375     system might have a newer Encode.pm installed separately, like Fedora 20.
376     (Closes: #776181; thanks, Anders Kaseorg)
377   * If neither timezone nor TZ is set, set both to :/etc/localtime if
378     we're on a GNU system and that file exists, or GMT otherwise
379   * t/inline.t: accept translations of "Add a new post titled:"
380     (Closes: #779365)
381   * Consistently document command-line options as e.g. --refresh, not -refresh
382
383   [ Amitai Schlair ]
384   * In VCS-committed anonymous comments, link to url.
385
386   [ Joey Hess ]
387   * Fix XSS in openid selector. Thanks, Raghav Bisht. (Closes: #781483)
388
389  -- Simon McVittie <smcv@debian.org>  Sun, 29 Mar 2015 21:48:24 +0100
390
391 ikiwiki (3.20150107) experimental; urgency=medium
392
393   [ Joey Hess ]
394   * Added ikiwiki-comment program.
395   * Add missing build-depends on libcgi-formbuilder-perl, needed for
396     t/relativity.t
397   * openid: Stop suppressing the email field on the Preferences page.
398   * Set Debian package maintainer to Simon McVittie as I'm retiring from
399     Debian.
400
401   [ Simon McVittie ]
402   * calendar: add calendar_autocreate option, with which "ikiwiki --refresh"
403     can mostly supersede the ikiwiki-calendar command.
404     Thanks, Louis Paternault
405   * search: add more classes as a hook for CSS. Thanks, sajolida
406   * core: generate HTML5 by default, but keep avoiding new elements
407     like <section> that require specific browser support unless html5 is
408     set to 1.
409   * Tell mobile browsers to draw our pages in a device-sized viewport,
410     not an 800-1000px viewport designed to emulate a desktop/laptop browser.
411   * Add new responsive_layout option which can be set to 0 if your custom
412     CSS only works in a large viewport.
413   * style.css, actiontabs, blueview, goldtype, monochrome: adjust layout
414     below 600px ("responsive layout") so that horizontal scrolling is not
415     needed on smartphone browsers or other small viewports.
416   * core: new libdirs option alongside libdir. Thanks, Louis Paternault
417
418   [ Amitai Schlair ]
419   * core: log a debug message before waiting for the lock.
420     Thanks, Mark Jason Dominus
421   * build: in po/Makefile, use the same $(MAKE) as the rest of the build.
422     Thanks, ttw
423   * blogspam: use the 2.0 JSON API (the 1.0 XML-RPC API has been EOL'd).
424     Closes: #774441
425
426   [ Joey Hess ]
427   * po: If msgmerge falls over on a problem po file, print a warning
428     message, but don't let this problem crash ikiwiki entirely.
429
430  -- Simon McVittie <smcv@debian.org>  Wed, 07 Jan 2015 09:13:58 +0000
431
432 ikiwiki (3.20141016) unstable; urgency=medium
433
434   [ Joey Hess ]
435   * Fix crash that can occur when only_committed_changes is set and a
436     file is deleted from the underlay.
437
438   [ Simon McVittie ]
439   * core: avoid dangerous use of CGI->param in list context, which led
440     to a security flaw in Bugzilla; as far as we can tell, ikiwiki
441     is not vulnerable to a similar attack, but it's best to be safe
442   * core: new reverse_proxy option prevents ikiwiki from trying to detect
443     how to make self-referential URLs by using the CGI environment variables,
444     for instance when it's deployed behind a HTTP reverse proxy
445     (Closes: #745759)
446   * core: the default User-Agent is now "ikiwiki/$version" to work around
447     ModSecurity rules assuming that only malware uses libwww-perl
448   * core: use protocol-relative URLs (e.g. //www.example.com/wiki) so that
449     https stays on https and http stays on http, particularly if the
450     html5 option is enabled
451   * core: avoid mixed content when a https cgiurl links to http static pages
452     on the same server (the static pages are assumed to be accessible via
453     https too)
454   * core: force the correct top URL in w3mmode
455   * google plugin: Use search form
456   * docwiki: replace Paypal and Flattr buttons with text links
457   * comments: don't record the IP address in the wiki if the user is
458     logged in via passwordauth or httpauth
459   * templates: add ARIA roles to some page elements, if html5 is enabled.
460     Thanks, Patrick
461   * debian: build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra
462     so we can thumbnail SVGs in the docwiki
463   * debian: explicitly depend and build-depend on libcgi-pm-perl
464   * debian: drop unused python-support dependency
465   * debian: rename debian/link to debian/links so the intended symlinks appear
466   * debian: fix some wrong paths in the copyright file
467
468  -- Simon McVittie <smcv@debian.org>  Thu, 16 Oct 2014 23:28:26 +0100
469
470 ikiwiki (3.20140916) unstable; urgency=low
471
472   * Don't double-decode CGI submissions with Encode.pm >= 2.53,
473     fixing "Error: Cannot decode string with wide characters".
474     Thanks, Antoine Beaupré
475   * Avoid making trails depend on everything in the wiki by giving them
476     a better way to sort the pages
477   * Don't let users post comments that won't be displayed
478   * Fix encoding of Unicode strings in Python plugins.
479     Thanks, chrysn
480   * Improve performance and correctness of the [[!if]] directive
481   * Let [[!inline rootpage=foo postform=no]] disable the posting form
482   * Switch default [[!man]] shortcut to manpages.debian.org. Closes: #700322
483   * Add UUID and TIME variables to edittemplate. Closes: #752827
484     Thanks, Jonathon Anderson
485   * Display pages in linkmaps as their pagetitle (no underscore escapes).
486     Thanks, chrysn
487   * Fix aspect ratio when scaling small images, and add support for
488     converting SVG and PDF graphics to PNG.
489     Thanks, chrysn
490     - suggest ghostscript (required for PDF-to-PNG thumbnailing)
491       and libmagickcore-extra (required for SVG-to-PNG thumbnailing)
492     - build-depend on ghostscript so the test for scalable images can be run
493   * In the CGI wrapper, incorporate $config{ENV} into the environment
494     before executing Perl code, so that PERL5LIB can point to a
495     non-system-wide installation of IkiWiki.
496     Thanks, Lafayette Chamber Singers Webmaster
497   * filecheck: accept MIME types not containing ';'
498   * autoindex: index files in underlays if the resulting pages aren't
499     going to be committed. Closes: #611068
500   * Add [[!templatebody]] directive so template pages don't have to be
501     simultaneously a valid template and valid HTML
502   * Add myself to Uploaders and release to Debian
503
504  -- Simon McVittie <smcv@debian.org>  Fri, 12 Sep 2014 21:23:58 +0100
505
506 ikiwiki (3.20140831) unstable; urgency=medium
507
508   * Make --no-gettime work in initial build. Closes: #755075
509
510  -- Joey Hess <joeyh@debian.org>  Sun, 31 Aug 2014 14:17:24 -0700
511
512 ikiwiki (3.20140815) unstable; urgency=medium
513
514   * Add google back to openid selector. Apparently this has gotten a stay
515     of execution until April 2015. (It may continue to work until 2017.)
516   * highlight: Add compatibility with highlight 3.18, while still supporting
517     3.9+. Closes: #757679
518     Thanks, David Bremner
519   * highlight: Add support for multiple language definition directories
520     Closes: #757680
521     Thanks, David Bremner
522
523  -- Joey Hess <joeyh@debian.org>  Fri, 15 Aug 2014 12:58:08 -0400
524
525 ikiwiki (3.20140613) unstable; urgency=medium
526
527   * only_committed_changes could fail in a git repository merged
528     with git merge -s ours.
529   * Remove google from openid selector, per http://xkcd.com/1361/
530
531  -- Joey Hess <joeyh@debian.org>  Fri, 13 Jun 2014 10:09:10 -0400
532
533 ikiwiki (3.20140227) unstable; urgency=medium
534
535   * Added useragent config setting. Closes: #737121
536     Thanks, Tuomas Jormola
537   * po: Add html_lang_code and html_lang_dir template variables
538     for the language code and direction of text.
539     Thanks, Mesar Hameed
540   * Allow up to 8 levels of nested directives, rather than previous 3
541     in directive infinite loop guard.
542   * git diffurl: Do not escape / in paths to changed files, in order to
543     interoperate with cgit (gitweb works either way)
544     Thanks, intrigeri.
545   * git: Explicity push master branch, as will be needed by git 2.0's
546     change to push.default=matching by default.
547     Thanks, smcv
548   * Deal with nasty issue with gettext clobbering $@ while printing
549     error message containing it.
550     Thanks, smcv
551   * Cleanup of the openid login widget, including replacing of hotlinked
552     images from openid providers with embedded, freely licensed artwork.
553     Thanks, smcv
554   * Improve templates testing.
555     Thanks, smcv
556   * python proxy: Avoid utf-8 related crash.
557     Thanks, Antoine Beaupré
558   * Special thanks to Simon McVittie for being the patchmeister for this
559     release.
560
561  -- Joey Hess <joeyh@debian.org>  Thu, 27 Feb 2014 11:55:35 -0400
562
563 ikiwiki (3.20140125) unstable; urgency=medium
564
565   * inline: Allow overriding the title of the feed. Closes: #735123
566     Thanks, Christophe Rhodes
567   * osm: Escape name parameter. Closes: #731797
568
569  -- Joey Hess <joeyh@debian.org>  Sat, 25 Jan 2014 16:40:32 -0400
570
571 ikiwiki (3.20140102) unstable; urgency=low
572
573   * aggregate: Improve display of post author.
574   * poll: Fix behavior of poll buttons when inlined.
575   * Fixed unncessary tight loop hash copy in saveindex where a pointer
576     can be used instead. Can speed up refreshes by nearly 50% in some
577     circumstances.
578   * Optimized loadindex by caching the page name in the index.
579   * Added only_committed_changes config setting, which speeds up wiki
580     refresh by querying git to find the files that were changed, rather
581     than looking at the work tree. Not enabled by default as it can
582     break some setups where not all files get committed to git.
583   * comments: Write pending moderation comments to the transient underlay
584     to avoid conflict with only_committed_changes.
585   * search: Added google_search option, which makes it search google
586     rather than using the internal xapain database.
587     (googlesearch plugin is too hard to turn on when xapain databases
588     corrupt themselves, which happens all too frequently).
589   * osm: Remove invalid use of charset on embedded javascript tags.
590     Closes: #731197
591   * style.css: Add compatibility definitions for more block-level
592     html5 elements. Closes: #731199
593   * aggregrate: Fix several bugs in handling of empty and colliding
594     titles when generating filenames.
595
596  -- Joey Hess <joeyh@debian.org>  Thu, 02 Jan 2014 12:22:22 -0400
597
598 ikiwiki (3.20130904.1) unstable; urgency=low
599
600   * Fix cookiejar default setting.
601
602  -- Joey Hess <joeyh@debian.org>  Wed, 04 Sep 2013 10:15:37 -0400
603
604 ikiwiki (3.20130904) unstable; urgency=low
605
606   * calendar: Display the popup mouseover when there is only 1 page for a
607     given day, for better UI consistency.
608   * meta: Can now be used to add an enclosure to a page, which is a fancier
609     way to do podcasting than just inlining the media files directly;
610     this way you can write a post about the podcast episode with show notes,
611     author information, etc.
612     (schmonz)
613   * aggregate: Show author in addition to feedname, if different.
614     (schmonz)
615   * Consistently configure LWP::UserAgent to allow use of http_proxy
616     and no_proxy environment variables, as well as ~/.ikiwiki/cookies
617     (schmonz)
618   * Fix test suite to work with perl 5.18. Closes: #719969
619
620  -- Joey Hess <joeyh@debian.org>  Wed, 04 Sep 2013 08:54:31 -0400
621
622 ikiwiki (3.20130711) unstable; urgency=low
623
624   * Deal with git behavior change in 1.7.2 and newer that broke support
625     for commits with an empty commit message.
626   * Pass --no-edit when used with git 1.7.8 and newer.
627
628  -- Joey Hess <joeyh@debian.org>  Wed, 10 Jul 2013 21:49:23 -0400
629
630 ikiwiki (3.20130710) unstable; urgency=low
631
632   * blogspam: Fix encoding issue in RPC::XML call.
633     Thanks, Changaco
634   * comments: The formats allowed to be used in comments can be configured
635     using comments_allowformats.
636     Thanks, Michal Sojka
637   * calendar: When there are multiple pages for a given day, they're
638     displayed in a popup on mouseover.
639     Thanks, Louis
640   * osm: Remove trailing slash from KML maps icon.
641   * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
642     (smcv)
643   * openid: Automatically upgrade openid_realm to https when
644     accessed via https.
645   * The ip() pagespec can now contain glob characters to match eg, a subnet
646     full of spammers.
647   * Fix crash that could occur when a needsbuild hook returned a file
648     that does not exist.
649   * Fix python proxy to not crash when fed unicode data in getstate
650     and setstate.
651     Thanks, chrysn
652   * Fix committing attachments when using svn.
653
654  -- Joey Hess <joeyh@debian.org>  Wed, 10 Jul 2013 17:45:40 -0400
655
656 ikiwiki (3.20130518) unstable; urgency=low
657
658   * Fix test suite to not fail when XML::Twig is not installed.
659     Closes: #707436
660   * theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when
661     a theme is enabled.
662   * notifyemail: Fix bug that caused duplicate emails to be sent when
663     site was rebuilt.
664   * bzr: bzr rm no longer has a --force option, remove
665
666  -- Joey Hess <joeyh@debian.org>  Sat, 18 May 2013 16:28:21 -0400
667
668 ikiwiki (3.20130504) unstable; urgency=low
669
670   * Allow dots in directive parameter names. (tango)
671   * Add missing plugin section, and deal with missing sections with a warning.
672   * Detect plugins with a broken getsetup and warn.
673   * map: Correct reversion introduced in version 3.20110225 that could
674     generate invalid html. (smcv)
675   * Makefile.PL: overwrite theme style.css instead of appending
676     (Thanks, Mikko Rapeli)
677   * meta: Fix anchors used to link to the page's license and copyright.
678     Closes: #706437
679
680  -- Joey Hess <joeyh@debian.org>  Sat, 04 May 2013 23:47:21 -0400
681
682 ikiwiki (3.20130212) unstable; urgency=low
683
684   * htmlscrubber: Allow the bitcoin URI scheme.
685   * htmlscrubber: Allow the URI schemes of major VCS's.
686   * aggregate: When run with --aggregate, if an aggregation is already
687     running, don't go on and --refresh.
688   * trail: Avoid excess dependencies between pages in the trail
689     and the page defining the trail. Thanks, smcv.
690   * opendiscussion: Don't allow editing discussion pages if discussion pages
691     are disabled. (smcv)
692   * poll: Add expandable option to allow users to easily add new choices to
693     a poll.
694   * trail: Avoid massive slowdown caused by pagetemplate hook when displaying
695     dynamic cgi pages, which cannot use trail anyway.
696   * Deal with empty diffurl in configuration.
697   * cvs: Various fixes. (schmonz)
698   * highlight: Now adds a span with class highlight-<extension> around
699     highlighted content, allowing for language-specific css styling.
700
701  -- Joey Hess <joeyh@debian.org>  Tue, 12 Feb 2013 21:48:02 -0400
702
703 ikiwiki (3.20121212) unstable; urgency=low
704
705   * filecheck: Fix bug that prevented File::MimeInfo::Magic from ever
706     being used.
707   * openid: Display openid in Preferences page as a comment, so it can be
708     selected in all browsers.
709
710  -- Joey Hess <joeyh@debian.org>  Tue, 11 Dec 2012 12:12:12 -0400
711
712 ikiwiki (3.20121017) unstable; urgency=low
713
714   * recentchangesdiff: fix further breakage to the template from 3.20120725 
715
716  -- Joey Hess <joeyh@debian.org>  Tue, 16 Oct 2012 20:49:27 -0400
717
718 ikiwiki (3.20121016) unstable; urgency=low
719
720   * monochrome: New theme, contributed by Jon Dowland.
721   * rst: Ported to python 3, while still also being valid python 2.
722     Thanks, W. Trevor King
723   * Try to avoid a situation in which so many ikiwiki cgi wrapper programs
724     are running, all waiting on some long-running thing like a site rebuild,
725     that it prevents the web server from doing anything else. The current
726     approach only avoids this problem for GET requests; if multiple cgi's
727     run GETs on a site at the same time, one will display a "please wait"
728     page for a configurable number of seconds, which then redirects to retry.
729     To enable this protection, set cgi_overload_delay to the number of
730     seconds to wait. This is not enabled by default.
731   * Add back a 1em margin between archivepage divs.
732   * recentchangesdiff: Correct broken template that resulted in duplicate
733     diff icons being displayed, and bloated the recentchanges page with
734     inline diffs when the configuration should have not allowed them.
735
736  -- Joey Hess <joeyh@debian.org>  Tue, 16 Oct 2012 15:14:19 -0400
737
738 ikiwiki (3.20120725) unstable; urgency=low
739
740   * recentchangesdiff: When diffurl is not set, provide inline diffs
741     in the recentchanges page, with visibility toggleable via javascript.
742     Thanks, Antoine Beaupré
743   * Split CFLAGS into words when building wrapper. Closes: #682237
744   * osm: Avoid calling urlto before generated files are registered.
745     Thanks, Philippe Gauthier and Antoine Beaupré
746   * osm: Add osm_openlayers_url configuration setting.
747     Thanks, Genevieve
748   * osm: osm_layers can be used to configured the layers displayed on the map.
749     Thanks, Antoine Beaupré
750   * comments: Remove ipv6 address specific code.
751
752  -- Joey Hess <joeyh@debian.org>  Sat, 25 Aug 2012 10:58:42 -0400
753
754 ikiwiki (3.20120629) unstable; urgency=low
755
756   * mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or
757     other config differences by linking to the mirror's CGI. (intrigeri)
758
759  -- Joey Hess <joeyh@debian.org>  Fri, 29 Jun 2012 10:16:08 -0400
760
761 ikiwiki (3.20120516) unstable; urgency=high
762
763   * meta: Security fix; add missing sanitization of author and authorurl.
764     CVE-2012-0220 Thanks, Raúl Benencia
765
766  -- Joey Hess <joeyh@debian.org>  Wed, 16 May 2012 19:51:27 -0400
767
768 ikiwiki (3.20120419) unstable; urgency=low
769
770   * Remove dead link from plugins/teximg. Closes: #664885
771   * inline: When the pagenames list includes pages that do not exist, skip
772     them.
773   * meta: Export author information in html <meta> tag. Closes: #664779
774     Thanks, Martin Michlmayr
775   * notifyemail: New plugin, sends email notifications about new and 
776     changed pages, and allows subscribing to comments.
777   * Added a "changes" hook. Renamed the "change" hook to "rendered", but
778     the old hook name is called for now for back-compat.
779   * meta: Support keywords header. Closes: #664780
780     Thanks, Martin Michlmayr
781   * passwordauth: Fix url in password recovery email to be absolute.
782   * httpauth: When it's the only auth method, avoid a pointless and
783     confusing signin form, and go right to the httpauthurl.
784   * rename: Allow rename to be started not from the edit page; return to
785     the renamed page in this case.
786   * remove: Support removing of pages in the transient underlay. (smcv)
787   * inline, trail: The pagenames parameter is now a list of absolute
788     pagenames, not relative wikilink type names. This is necessary to fix
789     a bug, and makes pagenames more consistent with the pagespec used
790     in the pages parameter. (smcv)
791   * link: Fix renaming wikilinks that contain embedded urls.
792   * graphviz: Handle self-links.
793   * trail: Improve CSS, also display trail links at bottom of page,
794     and a bug fix. (smcv)
795
796  -- Joey Hess <joeyh@debian.org>  Thu, 19 Apr 2012 15:32:07 -0400
797
798 ikiwiki (3.20120319) unstable; urgency=low
799
800   * osm: New plugin to embed an OpenStreetMap into a wiki page.
801     Supports waypoints, tags, and can even draw paths matching
802     wikilinks between pages containing waypoints.
803     Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide
804     OpenStreetMap community for this utter awesomeness.
805   * trail: New plugin to add navigation trails through pages via Next and
806     Previous links. Trails can easily be added to existing inlines by setting
807     trail=yes in the inline.
808     Thanks to Simon McVittie for his persistance developing this feature.
809   * Fix a snail mail address. Closes: #659158
810   * openid-jquery.js: Update URL of Wordpress favicon. Closes: #660549
811   * Drop the version attribute on the generator tag in Atom feeds
812     to make builds more reproducible. Closes: #661569 (Paul Wise)
813   * shortcut: Support Wikipedia's form of url-encoding for unicode
814     characters, which involves mojibake. Closes: #661198
815   * Add a few missing jquery UI icons to attachment upload widget underlay.
816   * URI escape filename when generating the diffurl.
817   * Add build-affected hook. Used by trail.
818
819  -- Joey Hess <joeyh@debian.org>  Mon, 19 Mar 2012 14:24:43 -0400
820
821 ikiwiki (3.20120202) unstable; urgency=low
822
823   * mdwn: Added nodiscount setting, which can be used to avoid using the
824     markdown discount engine, when maximum compatability is needed.
825   * Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533
826   * cvs: Ensure text files are added in non-binary mode. (Amitai Schlair)
827   * cvs: Various cleanups and testing. (Amitai Schlair)
828   * calendar: Fix strftime encoding bug.
829   * shortcuts: Fixed a broken shortcut to wikipedia (accidentially
830     made into a shortcut to wikiMedia).
831   * Various portability improvements. (Amitai Schlair)
832
833  -- Joey Hess <joeyh@debian.org>  Thu, 02 Feb 2012 21:42:40 -0400
834
835 ikiwiki (3.20120115) unstable; urgency=low
836
837   * Make backlink(.) work. Thanks, Giuseppe Bilotta.
838   * mdwn: Workaround discount's eliding of <style> blocks.
839   * attachment: Fix utf-8 display bug.
840
841  -- Joey Hess <joeyh@debian.org>  Sun, 15 Jan 2012 16:19:25 -0400
842
843 ikiwiki (3.20120109) unstable; urgency=low
844
845   * mdwn: Can use the discount markdown library, via the
846     Text::Markdown::Discount perl module. This is preferred if available
847     since it's the fastest currently supported markdown library, speeding up
848     ikiwiki's markdown rendering by a factor of 40.
849     (However, when multimarkdown is enabled, Text::Markdown::Multimarkdown
850     is still used.)
851   * On Debian, depend on libtext-markdown-discount.
852
853  -- Joey Hess <joeyh@debian.org>  Mon, 09 Jan 2012 11:49:14 -0400
854
855 ikiwiki (3.20111229) unstable; urgency=low
856
857   * Consume all stdin when rcs_receive short-circuits,
858     to avoid git SIGPIPE race.
859   * Add path and path_natural sort orders (smcv)
860   * Test coverage can be checked with `make coverage` (smcv)
861   * tag: encode categories using numeric values. (tango)
862
863  -- Joey Hess <joeyh@debian.org>  Thu, 29 Dec 2011 12:00:53 -0400
864
865 ikiwiki (3.20111107) unstable; urgency=low
866
867   * img: Bugfix to width/height tags for scaled down image when only
868     one dimension was provided. Thanks, Per Carlson.
869   * editpage: Fix FormattingHelp link on Discussion pages.
870   * The umask setting can now be set to private, group, or public,
871     avoiding the need to enter octal correctly which is particularly
872     difficult in yaml setup files. (smcv)
873   * graphviz: Support urls embedded in the graph, by having graphviz
874     generate an imagemap.
875   * graphviz: Support wikilinks embedded in the graph.
876     (Sponsored by The TOVA Company.)
877
878  -- Joey Hess <joeyh@debian.org>  Wed, 30 Nov 2011 16:31:48 -0400
879
880 ikiwiki (3.20111106) unstable; urgency=low
881
882   * searchquery.tmpl: Track escaping change in upstream template.
883     Thanks Olly Betts for review.
884   * svn: Support subversion 1.7, which does not have .svn in each
885     subdirectory.
886   * rst: import docutils lazily, to avoid errors during ikiwiki --setup.
887     Closes: #637604 (Thanks, smcv)
888   * Make the setup automator create YAML formatted files.
889   * Fix handling of discussion page creation links to make discussion pages
890     in the right place and with the right case. Broken by page case
891     preservation feature added in 3.20110707.
892
893  -- Joey Hess <joeyh@debian.org>  Sun, 06 Nov 2011 16:27:29 -0400
894
895 ikiwiki (3.20110905) unstable; urgency=low
896
897   * mercurial: Openid nicknames are now used when committing. (Daniel Andersson)
898   * mercurial: Implement rcs_commit_staged so comments, attachments, etc
899     can be used. (Daniel Andersson)
900   * mercurial: Implement rcs_rename, rcs_remove. (Daniel Andersson)
901   * mercurial: Fix viewing of a diff containing non-utf8 changes.
902     (Daniel Andersson)
903   * mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson)
904   * mercurial: Implement rcs_diff. (Daniel Andersson)
905   * po: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri)
906   * Fix typo in Danish translation of shortcuts page that caused exponential
907     regexp blowup.
908   * Fix escaping of html entities in permalinks.
909   * Fix escaping of html entities in tag names.
910   * Avoid using named capture groups in heredoc code for oldperl compatibility.
911   * Put in a workaround for #622591, by ensuring Search::Xapian gets loaded
912     before Image::Magick.
913   * Add unminified jquery js and css files to source.
914   * Update to jquery 1.6.2, and jquery-ui 1.8.14.
915   * Use lockf rather than flock when taking the cgilock, for better
916     portability.
917   * search: Fix encoding bug in calculation of maximum term size.
918   * inline: When indexing internal pages for searching, use the url of
919     the inlining page.
920   * Fix comments testsuite to not rely on Date::Parse's ability to
921     parse the date Columbus discovered America. Closes: #640350
922   * Avoid warning message when generating setup file if highlight
923     is not installed. Closes: #637606
924   * Promote RPC::XML to a Recommends, since it's used by auto-blog.setup.
925     Closes: #637603
926   * Fix web revert of a file deletion.
927
928  -- Joey Hess <joeyh@debian.org>  Mon, 05 Sep 2011 14:53:00 -0400
929
930 ikiwiki (3.20110715) unstable; urgency=low
931
932   * rename: Fix logic error that broke renaming pages when the attachment
933     plugin was disabled.
934   * rename: Fix logic error that bypassed the usual pagespec checks.
935
936  -- Joey Hess <joeyh@debian.org>  Fri, 15 Jul 2011 18:36:29 -0400
937
938 ikiwiki (3.20110712) unstable; urgency=low
939
940   * attachment: Bugfix to create directory when moving attachment out of 
941     holding area.
942   * Display attachment manipulation links always, since attachments can be
943     uploaded via javascript.
944
945  -- Joey Hess <joeyh@debian.org>  Tue, 12 Jul 2011 00:41:26 -0400
946
947 ikiwiki (3.20110711) unstable; urgency=low
948
949   * Add build dep on python-support. Closes: #633536
950   * attachment: Bugfix to move upload attachments out of holding area
951     when saving.
952   * attachment: Bugfix for trying to attach files to a subpage of the index
953     page.
954
955  -- Joey Hess <joeyh@debian.org>  Mon, 11 Jul 2011 13:03:04 -0400
956
957 ikiwiki (3.20110707) unstable; urgency=low
958
959   * userlist: New plugin, lets admins see a list of users and their info.
960   * aggregate: Improve checking for too long aggregated filenames.
961   * Updated to jQuery 1.6.1.
962   * attachment: Speed up multiple file uploads by storing uploaded files
963     in a staging area until the page is saved/previewed, rather than
964     refreshing the site after each upload.
965     (Sponsored by The TOVA Company.)
966   * attachment: Files can be dragged into the edit page to upload them.
967     Multiple file batch upload support. Upload progress bars.
968     AJAX special effects. Impemented using the jQuery-File-Upload widget.
969     (If you don't have javascript don't worry, I kept that working too.)
970     (Sponsored by The TOVA Company.)
971   * Add libtext-multimarkdown-perl to Suggests. Closes: #630705
972   * headinganchors: Plugin by Paul Wise that adds ids to <hn> headings.
973   * html5 is not experimental anymore. But not the default either, quite yet.
974   * Support svg as a inlinable image type; svg images can be included on a
975     page by simply linking to them, or by using the img directive.
976     Note that sanitizing svg files is still not addressed.
977   * img: Generate png format thumbnails for svg images.
978   * Preserve mixed case in page creation links, and when creating a page
979     whose title is mixed case, allow selecting between the mixed case and
980     all lower-case names.
981   * Fix ikiwiki-update-wikilist -r to actually work.
982   * comments: collect metadata in a scan-phase preprocess hook, which
983     fixes sorting comments by date. (smcv)
984   * Run scan hooks for internal pages (preprocess hooks already run in scan
985     mode) (smcv)
986   * inline: Handle obfuscated urls, such as the mailto urls generated by
987     markdown when forcing urls absolute.
988   * Bugfix for wikilink containing an email address not showing up in 
989     brokenlinks list.
990   * Bugfix for trying to attach files to a subpage of the index page.
991
992  -- Joey Hess <joeyh@debian.org>  Thu, 07 Jul 2011 20:38:31 -0400
993
994 ikiwiki (3.20110608) unstable; urgency=high
995
996   * ikiwiki-mass-rebuild: Fix tty hijacking vulnerability by using su.
997     (Once su's related bug #628843 is fixed.) Thanks, Ludwig Nussel.
998     (CVE-2011-1408)
999   * search: Update search page when page.tmpl or searchquery.tmpl are locally
1000     modified.
1001
1002  -- Joey Hess <joeyh@debian.org>  Fri, 03 Jun 2011 20:30:35 -0400
1003
1004 ikiwiki (3.20110431) unstable; urgency=low
1005
1006   * Danish translation update. Closes: #625721
1007   * Danish underlay translation update. Closes: #625765
1008     (Thanks, Jonas Smedegaard)
1009   * Support YAML::XS by not passing decoded unicode to Load. Closes: #625713
1010   * openid, aggregate, pinger: Use Net::INET6Glue if available to
1011     support making ipv6 connections. (Note that if LWPx::ParanoidAgent
1012     is installed, it defeats this for openid.)
1013   * Add additional directive quoting styles, to better support nested
1014     directives. Both triple-single-quote and heredoc quotes can be used.
1015     (Thanks, Timo Paulssen)
1016   * Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.
1017   * po: support language codes in the form of 'es_AR', and 'arn'. (intrigeri)
1018     Closes: #627844
1019   * po: Make po4a warn, not error on a malformed document. (intrigeri)
1020   * Support the Hiawatha web server which sets HTTPS=off rather than not
1021     setting it. (There does not seem to be a standard here.)
1022
1023  -- Joey Hess <joeyh@debian.org>  Fri, 03 Jun 2011 14:38:23 -0400
1024
1025 ikiwiki (3.20110430) unstable; urgency=low
1026
1027   * meta: Allow adding javascript to pages. Only when htmlscrubber is
1028     disabled, naturally. (Thanks, Giuseppe Bilotta) Closes: #623154
1029   * comments: Add avatar picture of comment author, using Libravatar::URL
1030     when available. The avatar is looked up based on the user's openid,
1031     or email address. (Thanks, Francois Marier)
1032   * Recommend libgravatar-url-perl, which contains Libravatar::URL.
1033   * monotone: Implement rcs_getmtime, and work around a problem with monotone
1034     0.48 that affects rcs_getctime. (Thanks, Richard Levitte)
1035   * meta: Fix bug in loading of HTML::Entities that can break inline
1036     archive=yes (mostly masked by other plugins that load the module).
1037   * Be quiet about updating wrappers, except in verbose mode. (jmtd)
1038   * meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)
1039   * Promote Crypt::SSLeay to Recommends; needed for https openid auth.
1040   * tag: Avoid autocreating multiple tag pages that vary only in
1041     capitalization. The first capitalization seen of a tag will be used
1042     for the tag page.
1043   * Fix yaml build dep. Closes: #624712
1044
1045  -- Joey Hess <joeyh@debian.org>  Sat, 30 Apr 2011 17:13:24 -0400
1046
1047 ikiwiki (3.20110328) unstable; urgency=low
1048
1049   * Yaml formatted setup files are now produced by default.
1050     (Perl formatted setup files can still be used.)
1051   * Add timezone setting in setup file. This alows time zone to be configured
1052     via the web.
1053   * comment: Better fix to avoid showing comments of subpages, while
1054     not breaking manual inlining of comments.
1055   * meta: Security fix; don't allow alternative stylesheets to be added
1056     on pages where the htmlscrubber is enabled. CVE-2011-1401
1057
1058  -- Joey Hess <joeyh@debian.org>  Mon, 28 Mar 2011 12:23:26 -0400
1059
1060 ikiwiki (3.20110321) unstable; urgency=low
1061
1062   * comment: Don't show comments of subpages on parent pages.
1063     (Fixes bug introduced in version 3.20100505.)
1064   * darcs: Fix multiple issues preventing rcs_diff from working.
1065   * aggregate: Read cookies from ~/.ikiwiki/cookies by default.
1066     Also, the cookiejar configuration setting can be used by
1067     other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
1068     (Thanks, schmonz)
1069   * Avoid escaping / characters in filenames when building the cgiurl,
1070     as this confuses eg, cvsweb. 
1071
1072  -- Joey Hess <joeyh@debian.org>  Mon, 21 Mar 2011 14:45:05 -0400
1073
1074 ikiwiki (3.20110225) unstable; urgency=low
1075
1076   * editpage: Avoid inheriting internal page types.
1077   * htmltidy: Avoid breaking the sidebar when websetup is running.
1078   * transient: New utility plugin that allows transient pages to
1079     be stored in .ikiwiki/transient/ (smcv)
1080   * aggregate: Aggregated content is stored in the transient underlay.
1081     (Existing aggregated content is not moved, since it will eventually
1082     expire and be removed) (smcv)
1083   * autoindex, tag: Added autoindex_commit and tag_autocreate_commit that
1084     can be unset to make index files and tags respectively not be committed,
1085     and instead be stored in the transient underlay.
1086     Closes: #544322 (smcv)
1087   * autoindex: Adapted to use add_autofile. Slight behavior changes
1088     in edge cases that are probably really bug fixes. (smcv)
1089   * recentchanges: Use transient underlay (smcv)
1090   * map: Avoid unnecessary ul's in maps with nested directories.
1091     (Giuseppe Bilotta)
1092   * Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
1093     in 3.20101231.
1094   * inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
1095   * inline: Add 'id' parameter that can be used when styling individual
1096     feedlinks and postforms. (Giuseppe Bilotta)
1097
1098  -- Joey Hess <joeyh@debian.org>  Fri, 25 Feb 2011 17:31:08 -0400
1099
1100 ikiwiki (3.20110124) unstable; urgency=low
1101
1102   * comments: Fix commenting, broken by security fix.
1103   * blogspam: Don't check modifications from admins for spam, and also
1104     allow the blogspam_pagespec to do other matches against who the user is.
1105   * inline: Fix regression in feed titles. Closes: #610878
1106     (Thanks, Paul Wise)
1107
1108  -- Joey Hess <joeyh@debian.org>  Mon, 24 Jan 2011 17:07:44 -0400
1109
1110 ikiwiki (3.20110123) unstable; urgency=low
1111
1112   * Adapt autoindex test suite to work with old Test::More.
1113   * Fix posting by blog form, broken by last release.
1114
1115  -- Joey Hess <joeyh@debian.org>  Sun, 23 Jan 2011 10:12:33 -0400
1116
1117 ikiwiki (3.20110122) unstable; urgency=medium
1118
1119   * inline: Pass feed titles to templates and add title and rel attributes
1120     to feed links. (Giuseppe Bilotta)
1121   * inline: Use class rather than id for feedlinks and blogform.
1122     (Giuseppe Bilotta)
1123   * comments: Fix XSS security hole due to missing validation of page name.
1124     CVE-2011-0428 (Thanks, Dave B.)
1125   * rename: Fix crash when renaming a page that is linked to by a page
1126     in an underlay.
1127
1128  -- Joey Hess <joeyh@debian.org>  Sat, 22 Jan 2011 10:22:25 -0400
1129
1130 ikiwiki (3.20110105) unstable; urgency=low
1131
1132   * tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
1133   * tag: Improve display of tags with a slash in their names.
1134     (Giuseppe Bilotta)
1135   * Fix redirect to use a full url. Was broken (in theory) by baseurl
1136     changes in last release.
1137   * Fix `<base>` output by cgi to have a full url again, broken by last
1138     release.
1139   * Fix permalinks to recentchanges items and comments, broken by last
1140     release.
1141   * Export three cgi env vars needed for CGI->url to work. Fixed
1142     openid breakage from last release.
1143   * Removed `IkiWiki::misctemplate()` function. Any plugins using
1144     it should use `IkiWiki::cgitemplate()` instead.
1145
1146  -- Joey Hess <joeyh@debian.org>  Wed, 05 Jan 2011 17:33:05 -0400
1147
1148 ikiwiki (3.20101231) unstable; urgency=low
1149
1150   * Better support for serving the same site on multiple urls. (Such as
1151     a http and a https url, or a ipv4 and an ipv6 url.)
1152     (Thanks, smcv)
1153   * API: urlto without a defined second parameter now generates an url
1154     that starts with "/" (when possible; eg when the site's url and cgiurl
1155     are on the same domain).
1156   * Now when users log in via https, ikiwiki sends a secure cookie, that can
1157     only be used over https. If the user switches to using http, they will
1158     need to re-login. (smcv)
1159   * inline: Display feed buttons for nested inlines, linking to the inlined
1160     page's feed. (Giuseppe Bilotta)
1161   * goldtype: New theme, based on blueview, contributed by Lars Wirzenius.
1162   * po: do not override homepage title when it was overridden. (intrigeri)
1163   * Set HTML::Template's parent_global_vars option to allow using parameters
1164     like title_overridden that do not appear on the template. (intrigeri)
1165     (See https://rt.cpan.org/Public/Bug/Display.html?id=64158)
1166   * inline: Force an absolute page location when the inline postform is used.
1167   * editpage, comment: Clean up title when editing or creating a page or
1168     comment.
1169   * teximg: Use `\[` and `\]` instead of not recommended `$$`. (Paul Menzel)
1170     Closes: #596084
1171   * monotone: Improve version parsing to support patch and development
1172     versions of the monotone binary. (tommyd3mdi)
1173   * highlight: Support highlight 3.2+svn19 (note that released version 3.2
1174     is not supported). Closes: #605779 (David Bremner)
1175   * Add a second parameter to the rcs_diff hook, and avoid bloating memory
1176     reading in enormous commits.
1177   * git: Fix bug involving attempting to web revert a commit that included
1178     changes to attachments.
1179
1180  -- Joey Hess <joeyh@debian.org>  Fri, 31 Dec 2010 21:23:37 -0400
1181
1182 ikiwiki (3.20101201) unstable; urgency=low
1183
1184   * meta: Fix calling of htmlscrubber to pass the page parameter.
1185     The change of the htmlscrubber to look at page rather than destpage
1186     caused htmlscrubber_skip to not work for meta directives.
1187
1188  -- Joey Hess <joeyh@debian.org>  Wed, 01 Dec 2010 20:28:01 -0400
1189
1190 ikiwiki (3.20101129) unstable; urgency=low
1191
1192   * websetup: Fix encoding problem when restoring old setup file.
1193   * more: Add pages parameter to limit where the more is displayed.
1194     (thanks, dark)
1195   * Fix escaping of filenames in historyurl. (Thanks, aj)
1196   * inline: Improve RSS url munging to use a proper html parser,
1197     and support all elements that HTML::Tagset knows about. 
1198     (Which doesn't include html5 just yet, but then the old version
1199     didn't either.) Bonus: 4 times faster than old regexp method.
1200   * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
1201   * highlight: Support new format of filetypes.conf used by version 3.2
1202     of the highlight package.
1203   * edittemplate: Fix crash if using a .tmpl file or other non-page file
1204     as a template for a new page.
1205   * git: Fix temp file location.
1206   * rename: Fix to pass named parameters to rcs_commit.
1207   * git: Avoid adding files when committing, so as not to implicitly add
1208     files like recentchanges files that are not normally checked in,
1209     when fixing links after rename.
1210
1211  -- Joey Hess <joeyh@debian.org>  Mon, 29 Nov 2010 13:59:10 -0400
1212
1213 ikiwiki (3.20101112) unstable; urgency=HIGH
1214
1215   * txt: Fix display when used inside a format directive.
1216   * highlight: Ensure that other, more-specific format plugins,
1217     like txt are used in preference to this one in case of ties.
1218   * htmltidy, sortnaturally: Add missing checkconfig hook
1219     registration. Closes: #601912
1220     (Thanks, Craig Lennox and Tuomas Jormola)
1221   * git: Use author date, not committer date. Closes: #602012
1222     (Thanks, Tuomas Jormola)
1223   * Fix htmlscrubber_skip to be matched on the source page, not the page it is
1224     inlined into. Should allow setting to "* and !comment(*)" to scrub
1225     comments, but leave your blog posts unscrubbed, etc. CVE-2010-1673
1226   * comments: Make postcomment() pagespec work when previewing a comment,
1227     including during moderation. CVE-2010-1673
1228   * comments: Make comment() pagespec also match comments that are being
1229     posted. CVE-2010-1673
1230
1231  -- Joey Hess <joeyh@debian.org>  Fri, 12 Nov 2010 00:36:06 -0400
1232
1233 ikiwiki (3.20101023) unstable; urgency=low
1234
1235   * Fix typo that broke anonymous git push.
1236   * Fix web reversion when the srcdir is in a subdir of the git repo.
1237
1238  -- Joey Hess <joeyh@debian.org>  Sat, 23 Oct 2010 16:36:50 -0400
1239
1240 ikiwiki (3.20101019) unstable; urgency=low
1241
1242   * Fix test suite failure on other side of date line.
1243   * htmltidy: Allow configuring tidy parameters in setup file.
1244     (W. Trevor King)
1245   * Updated French program translation. Closes: #598918
1246   * git: Added new rcs_revert and rcs_preprevert hooks.
1247   * recentchanges: Add revert buttons to RecentChanges page, and
1248     implement web-based reversion interface.
1249   * Thanks to Peter Gammie for his assistance with the web-based reversion
1250     feature.
1251   * actiontabs: More consistent styling of Hn tags.
1252   * websetup: Fix saving of advanced mode changes.
1253   * websetup: Fix defaults of checkboxes in advanced mode.
1254   * monotone: Fix recentchanges page when the srcdir is not at the top
1255     of the monotone workspace. Thanks, tommyd.
1256   * img: If a class is specified, don't also put the img in the img
1257     class.
1258   * auto-blog.setup: Don't enable opendiscussion by default; require users be
1259     logged in to post comments.
1260
1261  -- Joey Hess <joeyh@debian.org>  Tue, 19 Oct 2010 02:32:23 -0400
1262
1263 ikiwiki (3.20100926) unstable; urgency=low
1264
1265   * meta: Ensure that the url specified by xrds-location is absolute.
1266   * attachment: Fix attachment file size display.
1267   * Propigate PATH into wrapper.
1268   * htmlbalance: Fix compatibility with HTML::Tree 4.0. (smcv)
1269
1270  -- Joey Hess <joeyh@debian.org>  Sun, 26 Sep 2010 23:02:54 -0400
1271
1272 ikiwiki (3.20100915) unstable; urgency=low
1273
1274   * needsbuild hook interface changed; the hooks should now return
1275     the modified array of things that need built. (Backwards compatibility
1276     code keeps plugins using the old interface working.)
1277   * Remove PATH overriding code in ikiwiki script that was present to make
1278     perl taint checking happy, but taint checking is disabled.
1279   * teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
1280     Thanks, Paul Menzel.
1281   * po: Make the po_master_language use a langpair like "en|English",
1282     so it can be configured via the web.
1283   * po: Allow enabling via web setup.
1284   * po: Auto-upgrade old format settings to new formats when writing
1285     setup file.
1286   * Pass array of names of files that have been deleted to needsbuild hook
1287     as second parameter, to allow for plugins that needs access to this
1288     information earlier than the delete hook.
1289   * actiontabs: Improve tab padding.
1290   * blueview: Fix display of links to translated pages in the page header.
1291   * Set isPermaLink="no" for guids in rss feeds. 
1292   * blogspam: Fix crash when content contained utf-8.
1293   * external: Disable RPC::XML's "smart" encoding, which sent ints
1294     for strings that contained only a number, fixing a longstanding crash
1295     of the rst plugin.
1296   * git: When updating from remote, use git pull --prune, to avoid possible
1297     errors from conflicting obsolete remote branches.
1298   * cutpaste: Fix bug that occured in some cases involving inlines when
1299     text was pasted on a page before being cut.
1300
1301  -- Joey Hess <joeyh@debian.org>  Wed, 15 Sep 2010 16:29:01 -0400
1302
1303 ikiwiki (3.20100831) unstable; urgency=low
1304
1305   * filecheck: Fall back to using the file command if the freedesktop
1306     magic file cannot identify a file.
1307   * flattr: New plugin. (Thanks to jaywalk for the initial implementation
1308     at a flattr plugin! This one is less configurable, but simpler.)
1309   * smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
1310   * openid: Syntax tweak to the javascript code to make it work with MSIE 7
1311     (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
1312     the bug and providing access to debug it.
1313   * style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
1314   * htmlscrubber: Do not scrub url anchors that contain colons.
1315   * Danish translation update. Closes: #594673
1316   * highlight: Make location of highlight's files configurable in setup
1317     file to allow for nonstandard installations.
1318   * Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta.
1319   * Run the preprocess hooks in scan mode *before* the scan hooks.
1320     This allows the po plugin to register a scan hook that runs
1321     last and rescans pages after all data from the first scan pass is
1322     completed. This avoids the po plugin needing to rebuild some pages.
1323     (intrigeri)
1324   * po: Fix some bugs that affected l10n.ikiwiki.info's unusual
1325     setup. (intrigeri)
1326   * t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
1327     bzr whoami before committing.
1328   * httpauth: Avoid redirecting the user to the cgiauthurl if
1329     they already have a login session.
1330
1331  -- Joey Hess <joeyh@debian.org>  Tue, 31 Aug 2010 14:22:47 -0400
1332
1333 ikiwiki (3.20100815) unstable; urgency=medium
1334
1335   * Fix po test suite to not assume ikiwiki's underlay is already installed.
1336     Closes: #593047
1337
1338  -- Joey Hess <joeyh@debian.org>  Sun, 15 Aug 2010 11:42:55 -0400
1339
1340 ikiwiki (3.20100804) unstable; urgency=low
1341
1342   * template: Fix dependency tracking. Broken in version 3.20100427.
1343   * po: The po_slave_languages setting is now a list, so the order of
1344     translated languages can be controlled. (intrigeri)
1345   * git: Fix gitweb historyurl examples so "diff to current" links work.
1346     (Thanks jrayhawk)
1347   * meta: Allow syntax closer to html meta to be used.
1348   * Add new disable hook, allowing plugins to perform cleanup after they
1349     have been disabled.
1350   * Use Digest::SHA built into perl rather than external Digest::SHA1
1351     to simplify dependencies. Closes: #591040
1352   * Fixes a bug that prevented matching deleted pages when using the page()
1353     PageSpec.
1354
1355  -- Joey Hess <joeyh@debian.org>  Wed, 04 Aug 2010 09:20:52 -0400
1356
1357 ikiwiki (3.20100722) unstable; urgency=low
1358
1359   * img: Add a margin around images displayed by this directive.
1360   * comments: Added commentmoderation directive for easy linking to the
1361     comment moderation queue.
1362   * aggregate: Write timestamp next aggregation can happen to
1363     .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
1364   * Add --changesetup mode that allows easily changing options in a
1365     setup file.
1366   * openid: Fix handling of utf-8 nicknames.
1367   * Clarified what the filter hook should be passed: Only be the raw,
1368     complete text of a page. Not a snippet, or data read in from an
1369     unrelated file.
1370   * template: Do not pass filled in template through filter hook.
1371     Avoids causing breakage in po plugin.
1372   * color, comments, conditional, cutpaste, more, sidebar, toggle: Also
1373     avoid unnecessary calls to filter hook.
1374   * po: needstranslation() pagespec can have a percent specified.
1375   * Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have
1376     the caching problem that was added to work around). Closes: #588623
1377   * Made much more robust in cases where multiple source files produce
1378     conflicting files/directories in the destdir.
1379   * Updated French translation from Philippe Batailler. Closes: #589423
1380   * po: Fix selflink display on tranlsated pages. (intrigeri)
1381   * Avoid showing 'Add a comment' link at the bottom of the comment post form.
1382
1383  -- Joey Hess <joeyh@debian.org>  Thu, 22 Jul 2010 16:49:05 -0400
1384
1385 ikiwiki (3.20100704) unstable; urgency=low
1386
1387   * Changes to avoid display of ugly google openids, by displaying
1388     a username taken from openid.
1389   * API: Add new optional field nickname to rcs_recentchanges.
1390   * API: rcs_commit and rcs_commit_staged are now passed named
1391     parameters.
1392   * openid: Store nickname based on username or email provided from
1393     openid provider.
1394   * git: Record the nickname from openid in the git author email.
1395   * comment: Record the username from openid in the comment page.
1396   * Fixed some confusion and bugginess about whether
1397     rcs_getctime/rcs_getmtime were passed absolute or relative filenames.
1398     (Make it relative like everything else.)
1399   * hnb: Fixed broken use of mkstemp that had caused dangling temp files,
1400     and prevented actually rendering hnb files.
1401   * Use comment template on comments page of example blog.
1402   * comment.tmpl: Fix up display when inline uses it to display a non-comment
1403     page. (Such as a discussion page.)
1404   * git: Added git_wrapper_background_command option. Can be used to eg, 
1405     make the git wrapper push to github in the background after ikiwiki
1406     runs.
1407   * po: Added needstranslation() pagespec. (intrigeri)
1408   * po: Added support for .html source pages. (intrigeri)
1409   * comment: Fix problem moderating comments of certian pages with utf-8
1410     in their name.
1411
1412  -- Joey Hess <joeyh@debian.org>  Sun, 04 Jul 2010 16:19:43 -0400
1413
1414 ikiwiki (3.20100623) unstable; urgency=low
1415
1416   * openid: Add openid_realm and openid_cgiurl configuration options,
1417     useful in a few edge case setups.
1418   * attachment: Show files from underlay in attachments list.
1419   * img: Support hspace and vspace attributes.
1420   * editpage: Rename "comments" field to avoid CSS conflict with the
1421     comments div.
1422   * edittemplate: Make silent mode not disable display when the template
1423     page does not exist, so it can be easily created.
1424   * edittemplate: Look for template pages under templates/ like everything
1425     else (still looks in old location for backwards compatibility).
1426   * attachment: When inserting links, insert img directives for images,
1427     if that plugin is enabled.
1428   * websetup: Allow enabling plugins listed in disable_plugins.
1429   * editpage, comments: Fix broken links in sidebar (due to forcebaseurl).
1430     (Thanks, privat)
1431   * calendar: Tune archive_pagespec to only match pages, not other files.
1432   * Fix issues with combining unicode srcdirs and source files.
1433     (Workaround bug #586045)
1434   * Make --gettime be honored after initial setup.
1435   * git: Fix --gettime to properly support utf8 filenames.
1436   * attachment: Support Windows paths when taking basename of client-supplied
1437     file name.
1438   * theme: New plugin, allows easily themeing a site via the underlay.
1439   * Added actiontabs theme by Svend Sorensen.
1440   * Added blueview theme by Bernd Zeimetz.
1441   * mercurial: Fix buggy getctime code. Closes: #586279
1442   * link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz)
1443
1444  -- Joey Hess <joeyh@debian.org>  Wed, 23 Jun 2010 14:10:26 -0400
1445
1446 ikiwiki (3.20100610) unstable; urgency=low
1447
1448   * creation_day() etc use local time, not gmtime. To match calendars, which
1449     use local time.
1450   * img: Fill in missing height or width when scaling image.
1451   * Remove example blog tag pages; allow autotag creation to create them
1452     when used.
1453   * Fix support for globbing in tagged() pagespecs.
1454   * Fix display of sidebar when previewing page edit. (Thanks, privat)
1455   * relativedate: Fix problem with localised dates not working.
1456   * editpage: Avoid storing accidental state changes when previewing pages.
1457   * page.tmpl: Add a div around the page content, and comments, to aide in
1458     sidebar styling.
1459   * style.css: Improvements to make floating sidebar fit much better on
1460     pages with inlines.
1461   * calendar: Shorten day names, and improve styling of month calendar.
1462   * style.css: Reduced sidebar width back to 20ex from 30; the month calendar
1463     will now fit in the smaller width, and 30 was feeling too large.
1464
1465  -- Joey Hess <joeyh@debian.org>  Thu, 10 Jun 2010 14:24:05 -0400
1466
1467 ikiwiki (3.20100518.2) unstable; urgency=low
1468
1469   * Fix a typo in the last release.
1470
1471  -- Joey Hess <joeyh@debian.org>  Tue, 18 May 2010 14:17:01 -0400
1472
1473 ikiwiki (3.20100518) unstable; urgency=low
1474
1475   * page.tmpl: Accidentially broke po plugin's otherlanguages list styling
1476     when modifying for html5; now fixed.
1477   * Fix a bug that prevented matching deleted comments, and so did not update
1478     pages that had contained them.
1479
1480  -- Joey Hess <joeyh@debian.org>  Tue, 18 May 2010 13:37:39 -0400
1481
1482 ikiwiki (3.20100515) unstable; urgency=low
1483
1484   * Removed misc.tmpl. Now to theme ikiwiki, you only need to customise
1485     a single template, page.tmpl.
1486   * If you have a locally customised page.tmpl, it needs to be updated
1487     to set <base> when BASEURL or FORCEBASEURL is set.
1488   * comments: Comments pending moderation are now stored in the srcdir
1489     alongside accepted comments, but with a `._comment_pending` extension.
1490     This allows easier byhand moderation, as the "_pending" need
1491     only be stripped off and the comment be committed to version control.
1492   * The `comment_pending()` pagespec can be used to match such unmoderated
1493     comments, which makes it easy to add a feed of them, or a counter
1494     indicating how many there are.
1495   * Belatedly added a `comment()` pagespec.
1496   * Gave comment and page editing forms some CSS and accessability love.
1497   * Renamed postscan hook to indexhtml, to reflect its changed position,
1498     and typical use.
1499   * inline: Call indexhtml when inlining internal pages, so their
1500     text can be indexed for searching.
1501   * Delete hooks are passed deleted internal pages. 
1502   * openid: Incorporated a fancy openid-selector signin form.
1503     (Based on http://code.google.com/p/openid-selector/)
1504   * openid: Use "openid_identifier" as the form field, as required
1505     by OpenID Authentication v2.0 spec.
1506   * Removed the openidsignup option. Instead, my recommendation is to
1507     leave passwordauth enabled and let people who don't have an openid use it.
1508     The openid selector form avoids the UI annoyance of having both openid
1509     and passwordauth on one form.
1510   * calendar: Allow negative month to be specified. -1 is last month, etc.
1511     (And also negative years.)
1512   * calendar: Display year in title of month calendar.
1513   * Use xhtml friendly pubdate setting.
1514   * remove, rename: Add guards against XSRF attacks.
1515
1516  -- Joey Hess <joeyh@debian.org>  Sat, 15 May 2010 21:00:45 -0400
1517
1518 ikiwiki (3.20100504) unstable; urgency=low
1519
1520   * Add parameter to displaytime to specify that it is a pubdate,
1521     and in html5 mode, use time tag.
1522   * Add placeholder text in search form (in html5 mode only).
1523   * In html5 mode, use all the nice new semantic tags. Care was taken
1524     to not change the id/class named used in the CSS, so only CSS
1525     that refers to tag types needed to be changed.
1526   * Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary
1527     links to the action bar without modifying the template further.
1528     (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but
1529     are kept separate for now to avoid breaking modified templates.)
1530   * websetup: Only display Setup button on admins' preferences page. 
1531   * graphviz: Fix display of preexisting images in preview mode.
1532   * Fixes a bug in skipping of illegal source files introduced in 
1533     3.20100427.
1534
1535  -- Joey Hess <joeyh@debian.org>  Tue, 04 May 2010 20:26:20 -0400
1536
1537 ikiwiki (3.20100501) unstable; urgency=low
1538
1539   * TMPL_INCLUDE re-enabled for templates read from the templatedir.
1540     (But not in-wiki templates.)
1541   * Version dependency on liburi-perl to >= 1.36; previous versions
1542     did not support building urls from utf-8 strings. Closes: #579713
1543   * Ikiwiki can be configured to generate html5 instead of the default xhtml
1544     1.0. The html5 output mode is experimental, not yet fully standards
1545     compliant, and will be subject to rapid change.
1546   * htmlscrubber: Allow html5 semantic tags: section, nav, article, aside
1547     hgroup, header, footer, figure, figcaption, time, mark
1548   * htmlscrubber: Also allow some other html5 tags: canvas, progress, meter,
1549     ruby, rt, rp, details, summary, datalist.
1550   * htmlscrubber: Round out html5 video support with the preload
1551     attribute and the source tag.
1552   * htmlscrubber: Allow the html5 form attributes: placeholder, autofocus,
1553     min, max, step, required, autocomplete, novalidate, pattern, list,
1554     and form. (Also the form* override attributes for input and buttons.)
1555   * htmlscrubber: Allow additional misc html5 attributes: reversed,
1556     spellcheck, and hidden.
1557   * template: Fix typo.
1558
1559  -- Joey Hess <joeyh@debian.org>  Sat, 01 May 2010 20:49:28 -0400
1560
1561 ikiwiki (3.20100427) unstable; urgency=low
1562
1563   [ Joey Hess ]
1564   * tag: Automatic creation of tag pages can now be enabled using
1565     the tag_autocreate setting. (David Riebenbauer)
1566   * Customised templates can now be included in the source of wikis
1567     (and also in underlays), and dependencies on them are tracked.
1568   * TMPL_INCLUDE is no longer supported in any template.
1569   * underlay: Removed the add_templates option.
1570   * Add template_depends function to plugin API.
1571   * bzr: Fix bzr log parsing to work with bzr 2.0. (liw)
1572   * comments: Fix missing entity encoding in title.
1573   * txt: Add a special case for robots.txt.
1574
1575   [ Simon McVittie ]
1576   * Add support for link types, and make the the tagged() pagespec only
1577     match tags, not regular links (a bugfix).
1578   * Rebuild wikis on upgrade to this version to get tag link types recorded
1579     correctly.
1580   * Revamp sorting system; allow new sort methods to be added by plugins,
1581     and add a "sortspec" syntax that can combine, reverse, etc sort methods.
1582   * meta: Add `meta(author)`, `meta(title)` etc sortspecs to allow sorting
1583     by metadata.
1584   * meta: Add optional sortas parameter to author and title meta directives.
1585     This can be used to get names sorted by last name without displaying
1586     them last name first.
1587   * sortnaturally: New plugin; the title_natural sort method has moved here.
1588   * meta: store fields consistently unescaped, and escape on use.
1589     (A wiki rebuild is also needed due to this change.)
1590
1591   [ Joey Hess ]
1592   * Update dependency for git-core to git transition.
1593   * po: Check that translated underlay directories exist before using them
1594     for master language.
1595   * po: Configuring the same language as master and slave confuses processing;
1596     so filter out such a misconfiguration.
1597   * calendar: Add archive_pagespec, which is used by ikiwiki-calendar to
1598     specify which pages to include on the calendar archive pages.
1599     (The pagespec can still also be specified on the ikiwiki-calendar command
1600     line.)
1601   * pagestats: Class parameter can be used to override default class for
1602     custom styling.
1603   * pagestats: Use style=list to get a list of tags, scaled by use like
1604     in a tag cloud. This is useful to put in a sidebar.
1605   * Rework example blog front page.
1606   * CSS and templates for sidebar changed to use a class, not an id.
1607   * sidebar: Now a sidebar directive can be used to override the sidebar
1608     shown on a page.
1609   * Enable calendar and sidebar in auto-blog.setup.
1610   * sidebar: Add global_sidebars setting.
1611   * conditional: Fix bug that forced "all" mode off by default.
1612   * calendarmonth.tmpl: The month calendar is now put in a sidebar.
1613   * calendar: Improved display of arrows.
1614   * Rename --getctime to --gettime. (The old name still works for
1615     backwards compatibility.)
1616   * --gettime now also looks up last modification time.
1617   * Automatically run --gettime the first time ikiwiki is run on 
1618     a given srcdir. (Use --no-gettime to disable.)
1619   * Add rcs_getmtime to plugin API; currently only implemented
1620     for git and svn.
1621   * Optimise --gettime for git, so it's appropriately screamingly
1622     fast. (This could be done for most other backends too.)
1623   * However, --gettime for git no longer follows renames. That would
1624     be slow, and whether a renamed wiki page is the same page is really
1625     an iffy thing.
1626   * Use above to fix up timestamps on docwiki, as well as ensure that
1627     timestamps on basewiki files shipped in the deb are sane.
1628   * autoindex: Switch to using %wikistate instead of abusing
1629     $pagestate{index}.
1630   * bzr: Support rcs_getmtime, and fix rcs_getctime implementation
1631     (Jelmer Vernooij)
1632   * Quite a lot of new optimisations, and one major fix to a recent
1633     performance regression.
1634   * Moved javascript files under the ikiwiki/ directory, to avoid cluttering
1635     the top of the web root. This is another things that requires a wiki
1636     rebuild on upgrade to this version.
1637   * Fix removal of rendered files in rebuild mode.
1638   * Add page() PageSpec, which is like glob() but matches only pages, 
1639     not other files.
1640
1641  -- Joey Hess <joeyh@debian.org>  Tue, 27 Apr 2010 00:00:00 -0400
1642
1643 ikiwiki (3.20100403) unstable; urgency=low
1644
1645   * websetup: Add websetup_unsafe to allow marking other settings
1646     as unsafe.
1647   * Improve openid url munging; do not display anchors and cgi parameters,
1648     as used by yahoo and google urls.
1649   * Add complete German basewiki and directives translation done by
1650     Sebastian Kuhnert.
1651   * Add a include setting, which can be used to make ikiwiki process
1652     wiki source files, such as .htaccess, that would normally be skipped
1653     for security or other reasons. Closes: #447267
1654     (Thanks to Aaron Wilson for the original patch.)
1655   * Add support for setup files written in YAML.
1656   * Add --set-yaml switch for setting more complex config file options.
1657   * filecheck: Fix bugs that prevented the pagespecs from matching when
1658     not called by attachment plugin.
1659   * Fix incorrect influence info returned by a failing link() pagespec,
1660     that could lead to bad dependency handling in certian situations.
1661   * Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar
1662     if necessary for unusual install.
1663   * auto-blog.setup: Set tagbase by default, since most bloggers will want it.
1664   * Allow wrappers to be built using tcc. (Workaround #452876)
1665   * openid: Use Openid Simple Registration or OpenID Attribute Exchange
1666     to get the user's email address and username. (Neither is yet
1667     used, but they are available in the session object now.)
1668   * page.tmpl: Add Cache-Control must-revalidate to ensure that users
1669     (especially of Firefox) see fresh page content.
1670   * htmlscrubber: Allow colons in urls after '?'
1671   * template: Search for templates in the templatedir, if they are not
1672     found as pages in the wiki.
1673
1674  -- Joey Hess <joeyh@debian.org>  Sat, 03 Apr 2010 14:17:28 -0400
1675
1676 ikiwiki (3.20100312) unstable; urgency=HIGH
1677
1678   * Fix utf8 issues in calls to md5_hex.
1679   * moderatedcomments: Added moderate_pagespec that can be used
1680     to control which users or comment locations are moderated.
1681     This can be used, just for example, to moderate "user(http://myopenid.com/*)"
1682     if you're getting a lot of spammers from one particular openid
1683     provider (who should perhaps answer your emails about them),
1684     while not moderating other users.
1685   * moderatedcomments: The moderate_users setting is deprecated. Instead,
1686     set moderate_pagespec to "!admin()" or "user(*)".
1687   * Fix missing span on recentchanges page template.
1688   * search: Avoid '$' in the wikiname appearing unescaped on omega's
1689     query template, where it might crash omega.
1690   * htmlscrubber: Security fix: In data:image/* uris, only allow a few
1691     whitelisted image types. No svg.
1692
1693  -- Joey Hess <joeyh@debian.org>  Tue, 09 Mar 2010 19:46:35 -0500
1694
1695 ikiwiki (3.20100302) unstable; urgency=low
1696
1697   * comments: Display number of comments in comment action link.
1698   * Rebuild wikis on upgrade to this version to get the comment counts
1699     added to existing pages.
1700   * Loosen regexp, to allow empty quoted parameters in directives.
1701   * Add force_overwrite setting to make setup automator overwrite existing
1702     files/directories.
1703   * Fix admin openid detection in setup automator, and avoid prompting
1704     for a password.
1705   * Add new --clean option; this makes ikiwiki remove all built
1706     files in the destdir, as well as wrappers and the .ikiwiki directory.
1707
1708  -- Joey Hess <joeyh@debian.org>  Tue, 02 Mar 2010 22:17:30 -0500
1709
1710 ikiwiki (3.20100212) unstable; urgency=low
1711
1712   * template: Preprocess parameters before htmlizing.
1713   * img: Fix a bug that could taint @links with undef values.
1714   * setup automator: Configure Term::Readline to use bold for prompt, rather
1715     than default underline. Closes: #517656
1716   * Allow jumping directly into account registration process by going to 
1717     ikiwiki.cgi?do=register
1718   * Improve display of openid in preferences page.
1719   * Add link to userpage (or creation link) to top of preferences page.
1720   * opendiscussion: This plugin will also now allow posting comments
1721     to otherwise locked-down sites. 
1722   * auto-blog.setup: Lock all pages, so only admin can post to the blog
1723     by default, and enable opendiscussion so others can comment.
1724   * Fix color and format plugins to appear in the websetup interface.
1725   * amazon_s3: Fix to support the EU S3 datacenter, which is more picky
1726     about attempts to create already existing buckets.
1727   * httpauth: When cgiauthurl is configured, httpauth can now be used
1728     alongside other authentication methods (like openid or anonok). Rather
1729     than always redirect to the cgiauthurl for authentication, there is now
1730     a button on the login form to use it.
1731   * httpauth: Add httpauth_pagespec setting that can be used to limit
1732     pages to only being edited via users authed with httpauth.
1733   * Allow globs to be used in user() pagespecs.
1734   * Group related plugins into sections in the setup file, and drop
1735     unused rcs plugins from the setup file.
1736
1737  -- Joey Hess <joeyh@debian.org>  Fri, 12 Feb 2010 16:45:50 -0500
1738
1739 ikiwiki (3.20100122) unstable; urgency=low
1740
1741   * inline: Avoid showing edit links if page editing is disabled.
1742     (Sjoerd)
1743   * signinedit: Auto-disable the plugin when all authentication methods
1744     are disabled.
1745   * comments: Fix permalinks for comments using new conflict-free filenames.
1746   * img: Support alignment of images with captions. (Giuseppe Bilotta)
1747   * websetup: Fix utf-8 problems.
1748   * websetup: Fix bug in array change detection.
1749   * linkmap: Simplify and improve browser compatibility by using an img, 
1750     not object tag.
1751   * git: The new git-notes feature in git 1.6.6 changes git log output
1752     in a way that broke ikiwiki's parser if notes are added to commits.
1753   * po: Avoid crash when a page is empty.
1754
1755  -- Joey Hess <joeyh@debian.org>  Fri, 22 Jan 2010 16:02:36 -0500
1756
1757 ikiwiki (3.20100102.3) unstable; urgency=low
1758
1759   Happy palindrome day!
1760
1761   * pagestats: Add show parameter. Closes: #562129 (David Paleino)
1762   * toc: Add startlevel parameter. (kerravonsen)
1763   * Remove example ikiwiki setup file from the Debian package. This
1764     re-enables linking to /usr/share/ikiwiki/examples which has the
1765     example sites also used by auto-blog.setup. The example setup file
1766     can be generated at any time using ikiwiki --dumpsetup so I do
1767     not see a reason to ship it. Closes: #562183
1768   * Use env hack in python scripts.
1769   * comments: Add a checksum to the name of comment pages, to
1770     avoid merge conflicts when comments are posted to two branches of a
1771     site.
1772   * linkmap: Add option to omit disconnected pages from the map.
1773   * inline: Fix bug that limited displayed pages when feedshow was
1774     specified w/o show.
1775   * Fix several places that did not properly handle capitalization of
1776     the discussionpage setting. Specifically, fixes discussion actions
1777     on discussion pages, and unbreaks the opendiscussion plugin.
1778
1779  -- Joey Hess <joeyh@debian.org>  Sat, 02 Jan 2010 21:46:16 -0500
1780
1781 ikiwiki (3.20091218) unstable; urgency=low
1782
1783   * Add complete Spanish basewiki translation done by Fernando Gonzalez de
1784     Requena.
1785   * Improve javascript onload handling.
1786   * monotone: Deal with format change in version 0.45.
1787     (Thanks, Richard Levitte)
1788   * cvs: Add missing bit to Automator.
1789   * attachment: Fix reversion in attachment sorting by age.
1790   * Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and
1791     goto.
1792
1793  -- Joey Hess <joeyh@debian.org>  Fri, 18 Dec 2009 20:47:24 -0500
1794
1795 ikiwiki (3.20091202) unstable; urgency=low
1796
1797   * meta: Generate meta description tags even when the html scrubber is
1798     enabled.
1799   * meta: Allow use of DESCRIPTION in templates to get at the meta description
1800     value. (Thanks, NicolasLimare)
1801   * inline: Use caching of inlined pages to speed up builds of inlines that
1802     include feeds. Speedup of about 25% for small inlines; could be much
1803     larger for inlines of many, or complex pages.
1804   * Added (incomplete) Turkish po file. Closes: #556744
1805     Thanks, Recai Oktaş
1806   * date: New plugin that allows inserting date directives that expand to
1807     pretty-printed dates, using the same formatting as used for page
1808     modification date display, etc.
1809   * htmllink: Allow a title attribute to be specified.
1810   * calendar: Add title attributes for all links in the calendars.
1811   * calendar: Fix month wraparound error that broke in December.
1812
1813  -- Joey Hess <joeyh@debian.org>  Wed, 02 Dec 2009 13:09:20 -0500
1814
1815 ikiwiki (3.20091113) unstable; urgency=low
1816
1817   * underlay: Fix example values put in setup file to be array
1818     references.
1819   * underlay: Avoid crashing if lists of underlays (or template
1820     directories) are not configured.
1821   * Moved the postscan hook to run on the raw html of a page, before
1822     the template is filled out. This improves the search plugin's indexing,
1823     since it will not include navigational elements from the page template
1824     or sidebar.
1825   * localstyle: New plugin, allows overrding the toplevel local.css
1826     with one that is closer to a page.
1827   * httpauth: Add cgiauthurl setting that can be used to do http basic auth
1828     only when ikiwiki needs authentication, rather than for any access to 
1829     the cgi/wiki.
1830   * inline: Do not generate feeds for nested inlines.
1831   * inline: Allow direct inclusion of non-page files in raw mode.
1832   * inline: Fix display of all pages when archive=yes or show=0 are used.
1833
1834  -- Joey Hess <joeyh@debian.org>  Fri, 13 Nov 2009 20:51:57 -0500
1835
1836 ikiwiki (3.20091031) unstable; urgency=low
1837
1838   * po: Fix breakage caused by changes to render code.
1839   * mdwn: Avoid trying to use multimarkdown if it is not installed. 
1840   * moderatedcomments: New plugin to allow comment moderation w/o relying
1841     on blogspam.net.
1842   * When redirecting to a page, ie, after editing, ensure that the
1843     url is uri-encoded. Most browsers other than MSIE don't care, but it's
1844     the right thing to do.
1845   * Add a spec file to allow building rpm from the source package.
1846   * google: Pass the whole wiki url to google, not just the domain,
1847     so that search works correctly for wikis that are located in
1848     subdirectories of domains.
1849
1850  -- Joey Hess <joeyh@debian.org>  Sat, 31 Oct 2009 18:29:38 -0400
1851
1852 ikiwiki (3.20091023) unstable; urgency=low
1853
1854   * inline: Fix raw mode. Closes: #552114
1855
1856  -- Joey Hess <joeyh@debian.org>  Fri, 23 Oct 2009 12:38:50 -0400
1857
1858 ikiwiki (3.20091022) unstable; urgency=low
1859
1860   * edittemplate: Allow template page name to be specified using anything
1861     legal for a wikilink (including eg, leading slashes).
1862   * edittemplate: Work around bug #551499 in CGI::FormBuilder.
1863   * Fix a bug introduced in the last version that caused ikiwiki
1864     to skip all files if a sourcedir of "./" was specified.
1865   * Support CFLAGS when building wrapper.
1866   * meta: Gather permalink info on scan pass so it is available
1867     to inline when using a template that does not include page content.
1868
1869  -- Joey Hess <joeyh@debian.org>  Thu, 22 Oct 2009 20:25:15 -0400
1870
1871 ikiwiki (3.20091017) unstable; urgency=low
1872
1873   * Added support framework for multiple types of dependencies, including
1874     dependncies that are only affected by page precence or link changes.
1875   * Rebuild wikis on upgrade to this version to get improved dependency
1876     info.
1877   * pagecount, calendar, postsparkline, progress: Use a presence dependency,
1878     which makes these directives much less expensive to use, since page
1879     edits will no longer trigger an unnecessary update.
1880   * map: Use a presence dependency unless show= is specified.
1881     This makes maps efficient enough that they can be used on sidebars!
1882   * inline: Use a presence dependency in quick mode.
1883   * brokenlinks: Use a link dependency.
1884     This makes it much more efficient, only updating when really necessary.
1885   * orphans, pagestats: Use a combination of presence and link dependencies.
1886     This makes them more efficient. It also fixes a longstanding bug,
1887     where if only a small set of pages were considered by orphans/pagestats,
1888     changes to links on other pages failed to cause an update.
1889   * linkmap: Use a combination of presence and link dependencies.
1890     This makes the map be regenerated much less frequently in many cases,
1891     so larger maps are more practical to use now.
1892   * Plugins providing PageSpec `match_*` functions should pass additional
1893     influence information when creating result objects. This allows correctly
1894     handling many more complicated dependencies.
1895   * API change: `pagespec_match_list` has completly changed its interface.
1896     The old interface will be removed soon, and a warning will be printed
1897     if any plugins try to use it.
1898   * Transitive dependencies are now correctly supported.
1899   * ikiwiki-calendar: New command automates creation of archive pages
1900     using the calendar plugin.
1901   * calendar: Fix midnight rebuild trigger of calendars with explicit
1902     month/year.
1903   * calendar: Fix bug in next/previous year/month links, which sometimes
1904     linked to an archive page from the wrong year, or were missing.
1905   * git: --getctime will now follow renames back to the original creation
1906     of a file.
1907   * calendar: Fix CSS for year calendar to match the plugin documentation.
1908   * Added minimal default CSS for calendar plugin, just highlighting the
1909     current day.
1910   * inline: Optimize generation of archives, etc by not getting inlined page
1911     content if the template does not use it.
1912
1913  -- Joey Hess <joeyh@debian.org>  Sat, 17 Oct 2009 15:37:04 -0400
1914
1915 ikiwiki (3.20091009) unstable; urgency=low
1916
1917   * parentlinks: Add has_parentlinks template parameter to allow styling
1918     the toplevel index differently etc.
1919   * img: Correct bug in image size calculation code.
1920   * img: Fix dependency code for full size images.
1921   * toggle, relativedate: Support templates that add attributes
1922     to the body tag.
1923   * Support RPC::XML 0.69's incompatible object instantiation method.
1924   * mirrorlist: Display nothing if list is empty.
1925   * Fix a bug that could lead to duplicate links being recorded
1926     for tags.
1927   * Optimize away most expensive file prune checks, when refreshing,
1928     by only checking new files.
1929
1930  -- Joey Hess <joeyh@debian.org>  Fri, 09 Oct 2009 19:53:50 -0400
1931
1932 ikiwiki (3.14159265) unstable; urgency=low
1933
1934   * Add complete French basewiki and underlays translation from the Debian
1935     French l10n team, including Philippe Batailler, Alexandre Dupas, and
1936     Steve Petruzzello.
1937   * Expand banned_users; it can now include PageSpecs, which
1938     allows banning by IP address.
1939   * underlay: Also allow configuring additional directories to search 
1940     for template files in.
1941   * Fix parsing web commits from ipv6 addresses.
1942   * Add genwrapper hook, that can be used to add code into the C wrapper.
1943   * cvs: Yeah, ikiwiki even supports CVS now. Plugin contributed by
1944     Amitai Schlair.
1945   * Updated Czech translation from Miroslav Kure. Closes: #546223
1946   * rsync: New plugin that allows pushing the destdir to a remote host
1947     via rsync or similar. Thanks, Amitai Schlair.
1948   * auto.setup, auto-blog.setup: Fix sanitization of entered wikiname.
1949     Closes: #547378
1950
1951  -- Joey Hess <joeyh@debian.org>  Thu, 24 Sep 2009 18:50:43 -0400
1952
1953 ikiwiki (3.1415926) unstable; urgency=high
1954
1955   [ Joey Hess ]
1956   * po: Detect if nowrapi18n can't be passed to po4a, and warn about
1957     the old version, but continue. Closes: #541205 
1958   * inline: Avoid use of my $_ as it fails with older perls.
1959     Closes: #541215
1960   * Add discussionpage configuration setting.
1961   * Several optimisations, including speedups to orphans and brokenlinks
1962     calculation.
1963   * meta, img: Fix bugs in dependency code. (smcv)
1964   * Allow building ikiwiki on systems w/o po4a --
1965     building of the translated underlays will be skipped in this case.
1966   * Add basic styling of po plugin's languages list.
1967   * inline: Display an error if feedpages is specified and fails to match
1968     due to a problem such as created_before being told to check against
1969     a page that does not exist.
1970   * Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective
1971     pages from the basewiki.
1972   * Updated French program translation from Philippe Batailler.
1973     Closes: #542036
1974   * po: Fixed to run rcs_add ralative to srcdir.
1975   * Italian program translation from Luca Bruno.
1976   * Fix example blog's tags/life to not have a broken PageSpec.
1977     Closes: #543510
1978   * Optimize the dependencies list. This also fixes a bug
1979     that could cause repeated refreshes of the wiki to grow
1980     increasingly larger dependency lists, and get increasingly
1981     slower. (smcv)
1982   * Rebuild wikis on upgrade to this version to fix bloat caused
1983     by the dependency bug.
1984   * Further optimisation of dependency handling by adding a special
1985     case for simple page dependencies. (smcv)
1986   * htmltidy: Return an error message if tidy fails. Closes: #543722
1987   * po: Fix name of translated toplevel index page. (intrigeri)
1988   * po: Fix display of links from a translated page to itself (ntrigeri)
1989   * Add Czech basewiki translation from Miroslav Kure.
1990   * po: fix interdiction to create pages of type po (intrigeri)
1991   * po: po: favor the type of linking page's masterpage on page creation
1992     (intrigeri)
1993   * img: Don't generate new verison of image if it is scaled to be
1994     larger in either dimension.
1995
1996   [ Josh Triplett ]
1997   * teximg: Replace the insufficient blacklist with the built-in security
1998     mechanisms of TeX. (CVE-2009-2944)
1999
2000  -- Joey Hess <joeyh@debian.org>  Sun, 30 Aug 2009 15:20:46 -0400
2001
2002 ikiwiki (3.141592) unstable; urgency=low
2003
2004   * Add new hooks: canremove, canrename, rename. (intrigeri)
2005   * rename: Refactor subpage rename handling code into rename hook. (intrigeri)
2006   * po: New plugin, suporting translation of wiki pages using po files.
2007     (intrigeri)
2008   * Add build machinery to build po files to translate the underlay wikis,
2009   * Add further build machinery to generate translated underlays from
2010     the po file, for use by wikis whose primary language is not English.
2011   * Add Danish basewiki translation by Jonas Smedegaard.
2012   * img: Fix adding of dependency from page to the image.
2013   * pagestats: add `among` parameter, which only counts links from specified
2014     pages (smcv)
2015   * pagestats: when making a tag cloud, don't emit links where the tag is
2016     unused (smcv)
2017   * map: Avoid emitting an unclosed ul element if the map is empty. (harishcm)
2018   * inline: Add pagenames parameter that can be used to list a set of
2019     pages to inline, in a specific order, without using a PageSpec. (smcv)
2020   * Add getsource plugin (Will, smcv)
2021
2022  -- Joey Hess <joeyh@debian.org>  Tue, 11 Aug 2009 14:59:31 -0400
2023
2024 ikiwiki (3.14159) unstable; urgency=low
2025
2026   * svn: Fix rcs_rename to properly scope call to dirname.
2027   * img: Pass the align parameter through to the generated img tag.
2028   * Move OpenID pretty-printing from openid plugin to core (smcv)
2029
2030  -- Joey Hess <joeyh@debian.org>  Thu, 16 Jul 2009 14:37:22 -0400
2031
2032 ikiwiki (3.1415) unstable; urgency=low
2033
2034   * img: Fix extra double quote with alt text. (smcv)
2035   * Updated French debconf templates translation. Closes: #535103
2036   * openid: Support Net::OpenID 2.x when pretty-printing
2037     openids. (smcv)
2038   * highlight: Fix utf-8 encoding bug. Closes: #535028
2039
2040  -- Joey Hess <joeyh@debian.org>  Tue, 07 Jul 2009 16:25:05 -0400
2041
2042 ikiwiki (3.141) unstable; urgency=low
2043
2044   * comment: Make comment directives no longer use the internal "_comment"
2045     form, and document the comment directive syntax.
2046   * Avoid relying on translators preserving the case when translating
2047     "discussion", which caused Discussion pages to get unwanted Discussion
2048     links.
2049   * Tighten up matching of bare words inside directives; do not
2050     allow an unterminated """ string to be treated as a series
2051     of bare words. Fixes runaway regexp recursion/backtracking
2052     in strange situations.
2053   * Setup automator: Check that each plugin added to the generated
2054     setup file can be loaded and that its config is ok. If a plugin
2055     fails for any reason, disable it in the generated file.
2056     Closes: 532001
2057   * pagecount: Fix broken optimisation for * pagespec.
2058   * goto: Support being passed a page title that is not a valid page
2059     name, to support several cases including mercurial's long user
2060     names on the RecentChanges page, and urls with spaces being handled
2061     by the 404 plugin.
2062   * Optimise use of gettext, and avoid ugly warnings if Locale::gettext
2063     is not available. Closes: #532285
2064   * meta: Add openid delegate parameter to allow delegating only
2065     openid or openid2.
2066   * Disable the Preferences link if no plugin with an auth hook is enabled.
2067   * Updated French translation. Closes: #532654
2068   * aggregate: Fix storing of changed md5.
2069   * aggregate: Avoid resetting ctime when an item md5 changes.
2070
2071  -- Joey Hess <joeyh@debian.org>  Fri, 12 Jun 2009 19:50:46 -0400
2072
2073 ikiwiki (3.14) unstable; urgency=low
2074
2075   * highlight: New plugin supporting syntax highlighting of pretty much
2076     anything.
2077   * debian/control: Add suggests for libhighlight-perl, although
2078     that package is not yet created by Debian's highlight source package.
2079     (See #529869)
2080   * format: Provide a htmlizefallback hook that other plugins
2081     can use to handle formats that are not suitable for general-purpose
2082     htmlize hooks. Used by highlight.
2083   * Fix test suite to not rely on an installed copy of ikiwiki after
2084     underlaydir change. Closes: #530502
2085   * Danish translation update. Closes: #530877
2086
2087  -- Joey Hess <joeyh@debian.org>  Mon, 01 Jun 2009 13:05:34 -0400
2088
2089 ikiwiki (3.13) unstable; urgency=low
2090
2091   * ikiwiki-transition: If passed a nonexistant srcdir, or one not
2092     containing .ikiwiki, abort with an error rather than creating it.
2093   * Allow underlaydir to be overridden without messing up inclusion
2094     of other underlays via add_underlay.
2095   * More friendly display of markdown, textile in edit form selector
2096     (jmtd)
2097   * Allow curly braces to be used in pagespecs, and avoid a whole class
2098     of potential security problems, by avoiding performing any string
2099     interpolation on user-supplied data when translating pagespecs.
2100   * ikiwiki-transition: Allow setup files to be passed to all subcommands
2101     that need a srcdir.
2102   * ikiwiki-transition: deduplinks was broken and threw away all
2103     metadata stored by plugins in the index. Fix this bug.
2104   * listdirectives: Avoid listing _comment directives and generally
2105     assume any directive starting with _ is likewise internal.
2106
2107  -- Joey Hess <joeyh@debian.org>  Fri, 22 May 2009 14:10:56 -0400
2108
2109 ikiwiki (3.12) unstable; urgency=low
2110
2111   * Re-enable python-support and add python:Depends to control file.
2112   * ikiwiki-makerepo: Avoid using abs_path, as it apparently
2113     fails on nonexistant directories with some broken perl
2114     versions.
2115   * inline: Minor optimisation.
2116   * add_link: New function, which plugins should use rather than
2117     modifying %links directly, to avoid it accumulating duplicates.
2118   * ikiwiki-transition: Add a deduplinks action, that can be used
2119     to remove duplicate links and optimise a wiki w/o rebuilding it.
2120   * external: Fix pagespec_match and pagespec_match_list.
2121     Closes: #527281
2122
2123  -- Joey Hess <joeyh@debian.org>  Wed, 06 May 2009 00:31:16 -0400
2124
2125 ikiwiki (3.11) unstable; urgency=low
2126
2127   * Avoid using python-support. Closes: #525086
2128   * websetup: Display stderr in browser if ikiwiki setup fails.
2129   * blogspam: Load RPC::XML library in checkconfig, so that an
2130     error can be printed at that point if it's not available,
2131     allowing the admin to see it during wiki setup.
2132     Closes: #520015
2133   * websetup: If setup fails, restore old setup file.
2134   * relativedate: Deal with clock skew.
2135   * Add IkiWiki::ErrorReason objects, and modify pagespecs to return
2136     them in cases where they fail to match due to a configuration or syntax
2137     error.
2138   * pagespec_match_list: New API function, matches pages in a list
2139     and throws an error if the pagespec is bad.
2140   * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
2141     pagestate, postsparkline: Display a handy error message if the pagespec
2142     is erronious.
2143   * comments: Add link to comment post form to allow user to sign in
2144     if they wish to, if the configuration makes signin optional
2145     for commenting.
2146   * Updated Danish translation from Jonas Smedegaard. Closes: #525751
2147   * translation.mdwn: Typo fixes. Closes: #525753
2148
2149  -- Joey Hess <joeyh@debian.org>  Mon, 04 May 2009 15:45:10 -0400
2150
2151 ikiwiki (3.10) unstable; urgency=low
2152
2153   * darcs: Finally added support for this VCS, thanks to many
2154     contributors:
2155     - Thomas Schwinge wrote the original file, implementing only rcs_commit.
2156     - Benjamin A'Lee contributed an alternative implementation.
2157     - Tuomo Valkonen contributed rcs_getctime and stub rcs_recentchanges.
2158     - Simon Michael contributed multiple changes.
2159     - Petr Ročkai fixed rcs_recentchanges.
2160     - Sven M. Hallberg merged the above and added missing features.
2161   * Add missing newline to Confirm Password prompt.
2162   * Add missing permalink support to archivepage and titlepage templates.
2163   * debian/control: Wrap fields.
2164   * inline: Add author info to archive display.
2165   * Add a microblog template that is useful for inlining microblogging posts.
2166
2167  -- Joey Hess <joeyh@debian.org>  Sat, 18 Apr 2009 19:40:25 -0400
2168
2169 ikiwiki (3.09) unstable; urgency=low
2170
2171   * inline: Add title_natural sort order, using Sort::Naturally
2172     (chrysn)
2173   * inline: Fix urls to feed when feedfile is used on an index page.
2174   * git, mercurial: Fix --getctime to return file creation time,
2175     not last commit time.
2176   * Updated French translation (Jean-Luc Coulon). Closes: #521072
2177   * css: Add clear: both to inlinefooter.
2178   * comments: Fix too loose test for comments pages that matched
2179     normal pages with "comment_" in their name. Closes: #521322
2180   * comments: Fix anchor ids to be legal xhtml. Closes: #521339
2181   * Fix documentation of anonok_pagespec. Closes: #521793
2182   * Add missing suggests on libtext-textile-perl. Closes: #522039
2183   * recentchanges: change to using do=goto links for user links.
2184   * Fix git test suite to use a bare repo.
2185
2186  -- Joey Hess <joeyh@debian.org>  Sat, 04 Apr 2009 14:33:49 -0400
2187
2188 ikiwiki (3.08) unstable; urgency=low
2189
2190   * git: Fix utf-8 encoding of author names.
2191   * git: Manually decode git output from utf-8, avoids
2192     warning messages on invalidly encoded output.
2193   * Fix bug that caused weird things to appear as page types.
2194
2195  -- Joey Hess <joeyh@debian.org>  Sun, 15 Mar 2009 17:54:47 -0400
2196
2197 ikiwiki (3.07) unstable; urgency=low
2198  
2199   * Updated German translation (Kai Wasserbäch). Closes: #518377
2200   * Updated French translation (Jean-Luc Coulon). Closes: #518510
2201   * wmd: New plugin contributed by William Uther to support the WMD
2202     Wysiwym markdown editor.
2203   * smiley: Avoid infinite loop in smiley expansion triggered
2204     by the template scan mode change in version 3.05. Closes: #518805
2205   * template: When loading a template in scan mode, let preprocess
2206     know it only needs to scan.
2207
2208  -- Joey Hess <joeyh@debian.org>  Sun, 08 Mar 2009 19:00:46 -0400
2209
2210 ikiwiki (3.06) unstable; urgency=low
2211
2212   * Setup automator: Fix bug in password comparison. Closes: #517654
2213
2214  -- Joey Hess <joeyh@debian.org>  Sun, 01 Mar 2009 15:02:30 -0500
2215
2216 ikiwiki (3.05) unstable; urgency=low
2217
2218   * debhelper v7(.0.50); rules file minimisation.
2219   * template: Load templates in scan mode.
2220     This is potentially expensive, but is necessary so that meta and tag
2221     directives, and other links on templates affect the page using the
2222     template reliably.
2223   * goto: Fix redirect to comments.
2224   * Add noextension parameter to htmlize hooks to support, eg, Makefile.
2225   * Add tagged() PageSpec.
2226   * Updated German translation (Kai Wasserbäch). Closes: #516770
2227   * Setup automator: Prompt for password twice. Closes: #516973
2228   * bzr: Add missing rcs_diff. (liw)
2229   * comments: Avoid showing comment moderation button in prefs to non-admins.
2230   * goto: Fix typo that broke recentchanges_link compatibility.
2231
2232  -- Joey Hess <joeyh@debian.org>  Fri, 27 Feb 2009 15:48:39 -0500
2233
2234 ikiwiki (3.04) unstable; urgency=low
2235
2236   * 404: New plugin which lets you use the IkiWiki CGI script as
2237     an Apache 404 handler, to give the behaviour of various other wiki
2238     engines where visiting a nonexistent page provides you with a link
2239     to create it. (smcv)
2240   * Factor out redundant code into goto plugin. (smcv)
2241   * Work around XML::Atom strangeness that results in double-encoded posts.
2242     (smcv) 
2243   * Fix unusual --setup --post-commit command line option combo.
2244   * Create any missing directory necessary to put the wrapper
2245     file into. Closes: #514384
2246   * shortcut: If default_pageext is set, first look for
2247     shortcuts.default_pageext.
2248   * Allow comments, rename, remove, and attachment plugins to be used
2249     even if the editpage plugin is disabled.
2250
2251  -- Joey Hess <joeyh@debian.org>  Sat, 14 Feb 2009 02:27:14 -0500
2252
2253 ikiwiki (3.03) unstable; urgency=low
2254
2255   * Avoid feeding decoded unicode to Term::ReadLine. Closes: 512169
2256   * blogspam: Log spam info on failure in debug mode.
2257   * Remove nonstandard css. Closes: #512378
2258   * blogspam: Fix use of blogspam_options and blogspam_server config settings.
2259   * comments: If comment content checks fail, store the comment
2260     (in .ikiwiki/comments_pending) for moderator review.
2261   * comments: Add a moderation web interface, which admins can
2262     access via their Preferences page.
2263   * git: Fix malformed utf8 received from git.
2264   * meta: New "updated" metadata specifies a fake modification time for a
2265     page, to be output into RSS and Atom feeds. (smcv)
2266   * underlay: New plugin, allows pulling in additional files not
2267     in version control. (smcv) 
2268
2269  -- Joey Hess <joeyh@debian.org>  Thu, 29 Jan 2009 14:36:58 -0500
2270
2271 ikiwiki (3.02) unstable; urgency=low
2272
2273   * blogspam: New plugin, adding spam filtering for page editing / comment
2274     posting using the BlogSpam.net API.
2275   * Add auto-blog.setup, which will set up an ikiwiki instance tuned for use
2276     in blogging.
2277   * checkcontent: New hook, can be used to implement arbitrary content
2278     filters, including spam filters.
2279   * table: Fix misparsed links in external files.
2280   * table: Find links in external files in scan pass.
2281   * rename: Show full names of affected pages.
2282   * comments: Fix cache avoidance hack.
2283   * repolist: New plugin to support the rel=vcs-* microformat.
2284   * goodstuff: Include repolist by default. (But it does nothing until
2285     configured with the repository locations.)
2286   * comments: Add support for removing comments via web interface. (smcv)
2287   * Consistently allow use of relative paths in all PageSpecs
2288     that take a page name parameter. Previously, match_created_before(),
2289     match_created_after(), match_sourcepage(), and match_destpage()
2290     did not support that, and the docs were not clear.
2291   * pinger: Get whole url, don't just head, avoids problems on
2292     the nostromo web server.
2293   * Recommend libterm-readline-gnu-perl since that makes auto.setup
2294     behave better.
2295
2296  -- Joey Hess <joeyh@debian.org>  Sat, 17 Jan 2009 18:19:39 -0500
2297
2298 ikiwiki (3.01) unstable; urgency=low
2299
2300   * ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories.
2301     Closes: #510518
2302   * Fix documentation about git hook to use right name. Closes: #510393
2303   * yesno: Always accept English even when localised.
2304   * yesno: Also accept 1 and 0 as input.
2305   * A recent change to gitweb removed support for the form of diffurl 
2306     that many ikiwiki setups use. Document how to use the new url form.
2307
2308  -- Joey Hess <joeyh@debian.org>  Mon, 05 Jan 2009 18:53:50 -0500
2309
2310 ikiwiki (3.00) unstable; urgency=low
2311
2312   * Remove support for GlobLists.
2313   * Remove support for configuring allowed attachments, locked pages,
2314     and banned users from the admin preferences page. These can only be
2315     controlled via the setup file now.
2316   * ikiwiki-transition moveprefs can be used to move the above
2317     admin preferences into a setup file.
2318   * prefix_directives and aggregate_internal are now turned on by default.
2319   * ikiwiki-transition prefix_directives syntax changed
2320   * googlecalendar: removed this deprecated plugin. Use htmlscrubber_skip
2321     instead.
2322   * embed: This plugin is deprecated, use htmlscrubber_skip instead.
2323     Closes: ##462970.
2324   * Version 3.00 of the plugin API.
2325   * Replace blank OpenID placeholder logo with an unofficial OpenID
2326     logo developed by Anna Hess. The official logo does not seem destined to
2327     be free.
2328   * comments: Add cache avoidance.
2329   * htmlbalance: Demand-load HTML::TreeBuilder to avoid failing test suite
2330     if it is not present.
2331   * French translation update from Philippe Batailler. Closes: #510216
2332   * websetup: Avoid a crash when a new array setup item has been added in 
2333     a new ikiwiki release, and is thus not present in the setup file yet.
2334
2335  -- Joey Hess <joeyh@debian.org>  Wed, 31 Dec 2008 15:17:47 -0500
2336
2337 ikiwiki (2.72) unstable; urgency=low
2338
2339   * Avoid comments in recentchanges being broken links (smcv)
2340   * Add deprecation warning for GlobLists, which will stop working in 3.0.
2341   * camelcase: Add camelcase_ignore setting.
2342   * googlecalendar: Add runtime deprecation warning.
2343   * comments: Deal with users entering unqualified or partial urls.
2344   * inline: Run format hook first, to ensure other format hooks can affect
2345     inlined content.  Closes: #509710
2346
2347  -- Joey Hess <joeyh@debian.org>  Sun, 28 Dec 2008 15:01:02 -0500
2348
2349 ikiwiki (2.71) unstable; urgency=low
2350
2351   * comments: Blog-style comment support, contributed by Simon McVittie.
2352   * htmlbalance: New plugin contributed by Simon McVittie.
2353   * Change deb dependencies to list Text::Markdown before markdown (really
2354     this time).
2355   * Improve escaping of wikilinks and preprocessor directives in content
2356     produced by aggregate and recentchanges.
2357   * French translation update from Philippe Batailler. Closes: #506250
2358   * Spanish translation update from Victor Moral.
2359   * Fix handling of wrappergroup option.
2360   * Correct --dumpsetup to include the srcdir in the setup file.
2361   * German translation update from Kai Wasserbäch. Closes: #507056
2362   * inline: Support emptyfeeds=no option to skip generating empty feeds.
2363   * inline: Support feedfile option to change the filename of the feed
2364     generated.
2365   * meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect.
2366   * htmlbalance: don't compact whitespace, and set misc other options (smcv)
2367   * rename: Fix double-escaping of page name in edit box.
2368   * monotone: When getting the log, tell monotone how many entries
2369     we want, rather than closing the pipe, which it dislikes. (thm)
2370   * Coding style change: Remove explcit vim folding markers.
2371   * aggregate: If a feed fails to be downloaded, try again immediatly
2372     next time aggregation is run, even if the usual time has not passed.
2373     Closes: #508622 (Michael Gold)
2374   * meta: Process meta date during scan pass so that the date will always
2375     affect sorting in inlines.
2376   * Improve display of some openids (smcv)
2377
2378  -- Joey Hess <joeyh@debian.org>  Sun, 21 Dec 2008 16:22:05 -0500
2379
2380 ikiwiki (2.70) unstable; urgency=low
2381
2382   * Avoid crash on malformed utf-8 discovered by intrigeri.
2383
2384  -- Joey Hess <joeyh@debian.org>  Wed, 12 Nov 2008 17:45:58 -0500
2385
2386 ikiwiki (2.69) unstable; urgency=low
2387
2388   * Avoid multiple ikiwiki cgi processes piling up, eating all memory,
2389     and thrashing, by making the cgi wrapper wait on a cgilock.
2390     If you had to set apache's MaxClients low to avoid ikiwiki thrashing your
2391     server, you can now turn it up to a high value.
2392   * Stop busy-waiting in lockwiki, as this could delay ikiwiki from waking up
2393     for up to one second. The bailout code is no longer needed after above
2394     change.
2395   * Remove support for unused optional wait parameter from lockwiki.
2396   * aggregate: Try to query XML::Feed for the base url when derelevatising
2397     links. Since this needs the just released XML::Feed 0.3, as well 
2398     as a not yet released XML::RSS, it will fall back to the old method
2399     if no xml:base info is available.
2400   * meta: Plugin is now enabled by default since the basewiki uses it.
2401   * txt: Do not encode quotes when filtering the txt, as that broke
2402     later parsing of any directives on the page.
2403   * Fix the link() pagespec to match links that are internally recorded as
2404     absolute.
2405   * Add rel=nofollow to recentchanges_links for the same (weak) reasons it
2406     was earlier added to edit links.
2407   * tag: Normalize tagbase so leading/trailing slashes in it don't break
2408     things.
2409   * bzr: Fix dates for recentchanges.
2410
2411  -- Joey Hess <joeyh@debian.org>  Tue, 11 Nov 2008 20:35:55 -0500
2412
2413 ikiwiki (2.68) unstable; urgency=low
2414
2415   * Add support for checking pushes from untrusted git committers. This can be
2416     used to set up anonymous git pushes, and other similar things.
2417   * format: New plugin, allows embedding differently formatted text inside a
2418     page (ie, otl inside a mdwn page, or syntax highlighted code inside a
2419     page).
2420   * relativedate: New javascript-alicious plugin that makes all dates display
2421     relative, in a very nice way, if I say so myself.
2422   * Optimise the no-op post-commit hook, to speed up web edits by a fraction
2423     of a second.
2424   * git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
2425   * shortcut: Fix display of shortcuts while previewing.
2426   * Plugins that used to override displaytime should instead override
2427     formattime. displaytime will call that, and may wrap markup around the
2428     formatted time.
2429   * Add an underlay for javascript, and add ikiwiki.js containing some utility
2430     code.
2431   * toggle: Stop embedding the full toggle code on each page using it, and
2432     move it to toggle.js in the javascript underlay.
2433   * recentchanges: Make feed links point back to anchors on the recentchanges
2434     page. (JasonBlevins)
2435   * Fix issue with utf-8 in wikiname breaking session cookies, by
2436     entity-encoding the wikiname in the session cookie.
2437   * Use the pure perl Data::Dumper when generating setup files to ensure that
2438     utf-8 characters are written out as such, and not as the encoded perl
2439     strings the C Data::Dumper produces.
2440   * inline: Only the last feed link was put on the page, fix this to include
2441     all feed links. So rss will be included along with atom, and pages with
2442     multiple feeds will get links added for all feeds.
2443   * tag: When tagbase is set, force the links created by tagging to point at
2444     the toplevel tagbase, and not closer subpages. The html links already went
2445     there, but internally the links were not recorded as absolute, which could
2446     cause confusing backlinks etc.
2447   * Add an inject function, that can be used by plugins that want to
2448     replace one of ikiwiki's functions with their own version.
2449     (This is a scary thing that grubs through the symbol table, and replaces
2450     all exported occurances of a function with the injected version.)
2451   * external: RPC functions can be injected to replace exported functions.
2452   * Updated French translation. Closes: #502694
2453   * Updated Spanish translation from the ever vigilant Victor Moral.
2454   * Updated Danish translation from Jonas Smedegaard. Closes: #503117
2455   * Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`
2456   * Several fixes to --render mode.
2457
2458  -- Joey Hess <joeyh@debian.org>  Mon, 03 Nov 2008 16:31:11 -0500
2459
2460 ikiwiki (2.67) unstable; urgency=low
2461
2462   * remove: Avoid $_ breakage. (Stupid, stupid perl.)
2463   * Updated Spanish translation from Victor Moral.
2464   * lockedit: Support specifying which users (and IP addresses) a page
2465     is locked for. This supports most of the ACL type things users have been
2466     wanting to be done. Closes: #443346 (It does not control who can read a
2467     page, but that's out of scope for ikiwiki.)
2468   * orphans: Fix unquoted page name in regexp.
2469   * google: Plugin provides google site search, contributed by Peter Simons.
2470   * Pass HTTPS variable through the wrapper so that CGI->https can be used
2471     by plugins. Closes: #502047
2472   * inline: Allow MTIME to be used in inlinepage.tmpl.
2473   * inline: Use the feed's description in the rss and atom links.
2474     Closes: #502113
2475   * aggregate: Avoid bug that caused immediate expiration of items
2476     with a date in the future.
2477
2478  -- Joey Hess <joeyh@debian.org>  Fri, 17 Oct 2008 13:13:41 -0400
2479
2480 ikiwiki (2.66) unstable; urgency=low
2481
2482   * recentchanges: Fix redirects to non-page files. 
2483   * aggregate: Avoid uninitialized value warnings for pages with no recorded
2484     ctime.
2485   * attachment: Add admin() pagespec to test if the uploading user is a wiki
2486     admin.
2487   * git: Fix handling of utf-8 filenames in recentchanges.
2488   * tag: Make edit link for new tags ensure that the tags are created
2489     inside tagbase, when it's set.
2490   * template: Make edit link for new templates ensure the page is located
2491     under toplevel templates directory.
2492   * htmlscrubber: Add a config setting that can be used to disable the
2493     scrubber acting on a set of pages.
2494   * Expand usage message and add --help. Closes: #500344
2495   * Beautify urls used in various places. (smcv)
2496   * Export pagetitle, titlepage, linkpage.
2497   * htmltidy: Avoid returning undef if tidy fails. Also avoid returning the
2498     untidied content if tidy crashes. In either case, it seems best to tidy
2499     the content to nothing.
2500   * htmltidy: Avoid spewing tidy errors to stderr.
2501   * Reorganize index file, add a format version field. Upgrades to the new
2502     index format should be transparent.
2503   * Add %wikistate, which is like %pagestate except not specific to a given
2504     page, and is preserved across rebuilds.
2505   * editpage: Be more aggressive (and less buggy) about cleaning up
2506     temporary files rendered during page preview.
2507   * Add an indexpages option, which causes foo/index.mdwn to be the source
2508     for page foo when foo.mdwn doesn't exist. Also, when it's enabled,
2509     creating a new page will save it to foo/index.mdwn by default.
2510     Closes: #474611
2511     (Sponsored by The TOVA Company.)
2512   * httpauth: Document that ikiwiki.cgi has to be in a directory subject to
2513     authentication. Closes: #500524 
2514   * inline: Fix handling of rootpage that doesn't exist.
2515   * attachment: Support adding attachments to pages even as they are being
2516     created.
2517   * remove, rename: Allow acting on attachments as a page is being created.
2518   * Updated French translation. Closes: #500929
2519
2520  -- Joey Hess <joeyh@debian.org>  Sun, 05 Oct 2008 19:11:08 -0400
2521
2522 ikiwiki (2.65) unstable; urgency=low
2523
2524   * aggregate: Expire excess or old items on the same pass that adds them,
2525     not only on subsequent passes.
2526   * editdiff: Broken since 2.62 due to wrong syntax, now fixed.
2527   * aggregate: Support atom feeds with only a summary element, and no content
2528     elements.
2529   * progress: Display an error if the progress cannot be parsed, and allow
2530     the percent parameter to only optionally end with "%".
2531   * Fix reversion in use of ikiwiki -verbose -setup with a setup file that
2532     enables syslog. Setup output is once again output to stdout in this
2533     case.
2534   * edittemplate: Default new page file type to the same type as the template.
2535     (willu)
2536   * edittemplate: Add "silent" parameter. (Willu)
2537   * edittemplate: Link to template, to allow creating it. (Willu)
2538   * editpage: Add a missing check that the page name contains only legal
2539     characters, in addition to the existing check for pruned filenames.
2540   * Print a debug message if a page has multiple source files.
2541   * Add keepextension parameter to htmlize hook. (Willu)
2542   * rename, remove: Don't rely on a form parameter to tell whether the page
2543     should be treated as an attachment.
2544   * rename: Add support for moving SubPages of a page when renaming it.
2545     (Sponsored by The TOVA Company.)
2546   * rename: Hide type field from rename form when renaming attachments.
2547
2548  -- Joey Hess <joeyh@debian.org>  Wed, 24 Sep 2008 17:55:14 -0400
2549
2550 ikiwiki (2.64) unstable; urgency=low
2551
2552   * Avoid uninitialised value when --dumpsetup is used and no srcdir/destdir
2553     specified.
2554   * ddate: Stop clobbering timeformat when not enabled.
2555   * progress: New plugin to generate progress bars (willu)
2556   * Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.
2557   * img: Support sizes like 200x. Closes: #475149
2558   * goodstuff: Remove otl plugin from the bundle since it needs a significant
2559     external dependency and is not commonly used. If you use otl, make sure
2560     you explicitly enable it now.
2561   * goodstuff: Add more, progress, and table plugins to the bundle.
2562   * Improve error message if external plugin fails to load. Closes: #498458
2563   * Directive documentation broken out of the plugin documentation and into 
2564     pages suitable to be used as an underlay. Thanks to Willu for doing most
2565     of the tedious work.
2566   * Move the directive documentation into its own underlay, separate from
2567     basewiki, since it's sorta large compared to the rest of basewiki.
2568   * listdirectives: Enable use of the directives underlay.
2569   * Removed the obsolete blog page from the basewiki. ikiwiki/blog still
2570     remains, but is now deprecated too.
2571   * Removed old redirecton pages from basewiki (helponformatting,
2572     markdown, openid, pagespec, preprocessordirective, subpage, wikilink).
2573   * inline: Treat rootpage as a link, so that it can refer to a subpage
2574     without hardcoding the path.
2575
2576  -- Joey Hess <joeyh@debian.org>  Sun, 14 Sep 2008 16:58:25 -0400
2577
2578 ikiwiki (2.63) unstable; urgency=low
2579
2580   * Set cookies HttpOnly.
2581   * Typo. Closes: #497003
2582   * Ignore failure to install files into /etc, in case install is running as
2583     non-root.
2584   * Work around perl $_ scoping nonsense that caused breakage when loading
2585     external plugins.
2586   * style.css: Add missing semicolon. Closes: #497176 
2587   * filecheck: Fall back to testing for binary or plain text files
2588     if no mime type is detected.
2589   * table: Support header=column to make the table header be the first
2590     column of the data. (AlexandreDupas)
2591   * For fine control over what characters are allowed, unescaped in
2592     source filenames, the wiki_file_chars setting is added. For example,
2593     set to "-[:alnum:]+/._" to disable colons from being used in source files
2594     (which can cause troubl om Windows).
2595   * po/Makefile: update po files when the pot file has changed.
2596     Closes: #497951
2597   * editpage: New core plugin factoring out page editing to allow disabling it
2598     if desired.
2599
2600  -- Joey Hess <joeyh@debian.org>  Mon, 08 Sep 2008 12:17:15 -0400
2601
2602 ikiwiki (2.62.1) unstable; urgency=low
2603
2604   * filecheck: Fixed two bits broken in move from attachment.
2605
2606  -- Joey Hess <joeyh@debian.org>  Thu, 28 Aug 2008 13:04:47 -0400
2607
2608 ikiwiki (2.62) unstable; urgency=low
2609
2610   * Avoid using cp -a (again). (HenrikBrixAndersen)
2611   * Avoid using hostname -f for portability to eg, OS X, use Net::Domain
2612     instead, and prompt if it fails.
2613   * Fix bug in wikiname sanitisation in the setup automator.
2614   * ikiwiki-makerepo: Added support for monotone. (Thomas Keller)
2615   * map: The fix for #449285 was buggy and broke display of parents in certain
2616     circumstances.
2617   * teximg: The prefix is configurable, and has changed to not include the
2618     nonstandard mhchem by default. (willu)
2619   * teximg: dvipng is used if available to render images. Its output is
2620     antialiased and better than dvips. If not available, the old dvips+convert
2621     chain will be used. (willu)
2622   * Drop suggests on texlive-science, add suggests on dvipng.
2623   * listdirectives: New plugin. (willu)
2624   * filecheck: New plugin factoring out the PageSpec additions that were
2625     originally part of the attachment plugin.
2626   * edittemplate: Don't wipe out edits on preview.
2627   * color: New plugin from ptecza.
2628   * autoindex: Avoid re-adding previously deleted (or renamed) pages.
2629
2630  -- Joey Hess <joeyh@debian.org>  Wed, 27 Aug 2008 15:14:09 -0400
2631
2632 ikiwiki (2.61) unstable; urgency=low
2633
2634   * poll: Fix typo that broke plugin.
2635   * graphviz: Fix breakage of the name of the preprocessor directive.
2636
2637  -- Joey Hess <joeyh@debian.org>  Thu, 14 Aug 2008 18:13:22 -0400
2638
2639 ikiwiki (2.60) unstable; urgency=low
2640  
2641   [ Joey Hess ]
2642   * Starting with this version, "ikiwiki -setup /etc/ikiwiki/auto.setup"
2643     can be used create a new wiki in seconds.
2644   * websetup: New plugin providing a setup form on the web.
2645   * ikiwiki --dumpsetup can generate a nice setup file snapshotting ikiwiki's
2646     current configuration.
2647   * The way wrappers are defined in the setup file has changed. Old setup
2648     files will continue to work, for now.
2649   * ikiwiki-transition setupformat can be used to convert a setup file to the
2650     new format.
2651   * Version control backends promoted to first-class plugins.
2652   * ikiwiki-update-wikilist: Add -r switch to remove. Default behavior is now
2653     always to add.
2654   * Start moving admin preferences from the web interface to the setup file.
2655   * Add getsetup hook, all plugins should use it to record information about
2656     themselves and any fields they add to %config
2657   * Large amounts of internal config data reorg.
2658   * ikiwiki-makerepo: Bail if both srcdir and repository are not specified.
2659     Closes: #493628
2660   * Clarify some wording in the setup documentation that could maybe lead
2661     users to putting paths with "~/" in the setup file, which doesn't work.
2662     Closes: #493835
2663   * autoindex: Ignore internal pages, and take underlay directories into
2664     account. Also, avoid making index pages for directories that contain
2665     no files.
2666   * external: Fix support for hooks called in an array context.
2667   * Options set in the setup file are now immediatly loaded by ikiwiki -setup.
2668     This allows later switches to override them. Previously, setup file
2669     options overrode most command line options.
2670   * Added a small icon to the search input box.
2671
2672   [ Josh Triplett ]
2673   * Add Suggests on texlive and texlive-science for the teximg plugin
2674
2675   [ Joey Hess ]
2676   * inline: Ignore parent dirs when sorting pages by title.
2677   * rename: Support changing page extensions. (willu)
2678   * Danish update. Closes: #494632
2679
2680  -- Joey Hess <joeyh@debian.org>  Tue, 12 Aug 2008 14:20:25 -0400
2681
2682 ikiwiki (2.56) unstable; urgency=low
2683
2684   * autoindex: New plugin that generates missing index pages.
2685     (Sponsored by The TOVA Company.)
2686   * Escape HTML is rss and atom feeds instead of respectively using CDATA and
2687     treating it as XHTML. This avoids problems with escaping the end of the
2688     CDATA when the htmlscrubber is not used, and it avoids problems with atom
2689     XHTML using named entity references that are not in the atom DTD.
2690     (Simon McVittie)
2691   * Add test for old versions of git that don't support --cleanup=verbatim,
2692     and munge empty commit messages.
2693
2694  -- Joey Hess <joeyh@debian.org>  Thu, 31 Jul 2008 19:25:24 -0400
2695
2696 ikiwiki (2.55) unstable; urgency=low
2697
2698   * remove: New plugin that adds the ability to remove pages via the web.
2699     (Sponsored by The TOVA Company.)
2700   * rename: New plugin that adds the ability to rename pages via the web.
2701     (Sponsored by The TOVA Company.) (This one's for you, Kyle.)
2702   * All rcs backends need to implement rcs_remove, rcs_commitstaged,
2703     and rcs_rename. (Done for svn, git).
2704   * This version adds renamepage hooks, which can be used to modify page
2705     content, including links, during renames.
2706   * prefix_directives enabled in doc wiki, all preprocessor directives
2707     converted. (Simon McVittie)
2708   * editpage: Don't show attachments link when attachments are disabled.
2709   * tag: Allow tagbase to be overridden by starting a tag with "./" or "/".
2710     (Simon McVittie)
2711   * Really fix bug with links to pages with names containing colons. 
2712     Previous fix mised a few cases.
2713   * Avoid troublesome abs_path calls in wrapper setup.
2714   * Add allow_symlinks_before_srcdir config setting that can be used to avoid
2715     a security check that is a good safe default, but problimatic overkill in
2716     some situations.
2717   * Don't allow uploading an attachment with the same name as an existing
2718     page, to avoid confusion.
2719   * Split out error messages from editpage.tmpl into several separate
2720     templates.
2721   * attachment: Do not escape _ when determining attachment filenames.
2722   * Rebuild pages that change their type. (Gabriel McManus)
2723   * monotone: Add support for rename, delete, and also diff. (William Uther)
2724   * toggle: Fix incompatibility between javascript and webkit.
2725   * bzr: Add support for rename and delete. (Jelmer Vernooij)
2726   * attachment: Use relative paths when inserting links.
2727   * toggle: Fix for when html got tidied. Closes: #492529 (Enrico Zini)
2728   * cutpaste: New plugin by Enrico Zini
2729
2730  -- Joey Hess <joeyh@debian.org>  Sun, 27 Jul 2008 11:23:13 -0400
2731
2732 ikiwiki (2.54) unstable; urgency=low
2733
2734   [ Joey Hess ]
2735   * Make it possible to load setup files w/o running them. Code
2736     needing to do so can call IkiWiki::Setup::load, which will return
2737     a hash of values.
2738
2739   [ Josh Triplett ]
2740   * ikiwiki-transition: Fix command-line processing so the prefix_directives
2741     transition works again.
2742
2743   [ Joey Hess ]
2744   * template: Add support for a BASENAME variable.
2745   * Fixes creation of pages when clicking on WikiLinks starting with "/".
2746   * Change deb dependencies to list Text::Markdown before markdown, since
2747     the former, while slower, has a much better html parser that avoids
2748     numerous bugs.
2749   * Move yesno function out of inline and into IkiWiki core, not exported.
2750   * Error handling improvement for preprocess hooks. It's now safe to call
2751     error() from such hooks; it will cause a nicely formatted error message
2752     to be inserted into the page.
2753   * Cut the size of the binary package in half by excluding pages for bugs
2754     and todo items from the html shipped in it.
2755   * parentlinks: New plugin, split out of ikiwiki core and enabled by default,
2756     and several new fields added to allow for advanced styling. (intrigeri)
2757   * smileys: Some fixes for escaped smileys.
2758   * smileys: Note that smileys need to be double-escaped for the escaping to
2759     work. Markdown removes one level of escaping.
2760   * Add a postscan hook.
2761   * search: Use postscan hook, avoid updating index when previewing.
2762   * git: Put web committer name/openid/address in the git author field.
2763     The committer's email address is not used (because leaking email addresses
2764     is not liked by many users). Closes: #451023
2765   * git: Fix parsing of git logs with no commit messages at all.
2766   * search: Fixes for title stemming, and use better term for tags.
2767     (Gabriel McManus)
2768     (Rebuilding the wiki on upgrade to this version is recommended if you
2769     use the search plugin.)
2770
2771   [ Simon McVittie ]
2772   * meta, inline: Support guid options, to allow forcing a particular url or
2773     uuid in feeds.
2774   * meta: fix title() PageSpec
2775   * Some footer style changes.
2776   * aggregate: Add an `aggregateinternal` option, which allows storing
2777     aggregated data to internal-use files, rather than wiki pages. This
2778     can save disk space, and be faster.
2779   * ikiwiki-transition: Add a `aggregateinternal` transition to rename
2780     the aggregated files.
2781
2782  -- Joey Hess <joeyh@debian.org>  Mon, 21 Jul 2008 10:10:52 -0400
2783
2784 ikiwiki (2.53) unstable; urgency=low
2785
2786   * search: generate configuration files once only when rebuilding
2787     (Gabriel McManus)
2788   * attachment: Fix an uninitialised value warning when editing a page
2789     that currently has no attachments.
2790   * Fix a bug with links to pages whose names contained colons.
2791   * attachment: Support old versions of CGI.pm that lack an upload method.
2792   * Include ikiwiki.setup in examples in the debian package.
2793   * attachment: Support perl 5.8's buggy version of CGI.pm.
2794   * otl: Support utf-8 files. (Recai Oktaş)
2795
2796  -- Joey Hess <joeyh@debian.org>  Wed, 09 Jul 2008 16:45:33 -0400
2797
2798 ikiwiki (2.52) unstable; urgency=low
2799
2800   * attachment: New plugin for uploading and managing attachments.
2801     This includes a fairly powerful PageSpec based admin pref for deciding
2802     whether to accept a given upload, and an attachment management interface
2803     on the edit page.
2804     (Sponsored by The TOVA Company.)
2805   * If attachments are not enabled, configure CGI.pm to disable file
2806     uploads by default. (An anti-DOS measure.)
2807   * toggle: Add support for toggles that are open by default.
2808   * toggle: Fix to work in preview mode.
2809   * toggle: Add javascript to top of page, not to end. This avoids flicker
2810     since closed toggles will not be displayed as the page is loading.
2811   * The editpage form now uses the raw page name, not the page title, in its
2812     'page' cgi parameter. Using the title was ambiguous and made it
2813     impossible to tell between some pages, like "foo/bar" and "foo__47__bar",
2814     sometimes causing the wrong page to be edited.
2815   * This change means that some edit links need to be updated.
2816     Force a rebuild on upgrade to this version.
2817   * Above change also allowed really fixing escaped slashes from the blogpost
2818     form.
2819
2820  -- Joey Hess <joeyh@debian.org>  Sun, 06 Jul 2008 19:15:37 -0400
2821
2822 ikiwiki (2.51) unstable; urgency=low
2823
2824   * Improve toplevel parentlink to link directly to index.html when usedirs is
2825     disabled.
2826   * map: Add a "show" parameter. "show=title" can be used to display page
2827     titles, rather than the default page name. Based on a patch from 
2828     Jaldhar H. Vyas, Closes: #484510
2829   * hnb: New plugin, contributed by Axel Beckert.
2830   * meta: Store "description" in pagestate for use by other plugins.
2831   * map: Support show=description.
2832   * textile: The Text::Textile perl module has some regexps that fail if
2833     input is flagged as utf-8, but contains invalid characters such as 0x92.
2834     To prevent it from crashing, re-encode the content before calling it,
2835     which will ensure that it's really utf-8.
2836   * Version the suggests of xapian-omega to a version known to be new enough
2837     to work with ikiwiki. Reportedly, version 0.9.9 is too old to work.
2838     Closes: #486592
2839   * creole: New plugin from Bernd Zeimetz. Closes: #486930
2840   * aggregate: Add template parameter.
2841   * Add support for the universal edit button <http://universaleditbutton.org/>
2842     (To get this on all pages of an exiting wiki, rebuild the wiki.)
2843   * txt: New plugin, contributed by Gabriel McManus.
2844   * smiley: Generate links relative to the destpage. (Fixes a reversion from
2845     2.41.)
2846   * toc: Revert change in 2.45 that made it run at sanitize time. That broke
2847     use of toc in a sidebar.
2848   * Call format hooks when generating page previews, thus fixing toc display
2849     there, as well as fixing inlins to again display in page previews, since
2850     it's started using format hooks. This also allows several other things,
2851     like embed, that use format hooks, to work during page preview time.
2852   * Format hooks should not rely on getting an entire html document, as they
2853     will only get the body during page preview.
2854   * toggle: Deal with preview mode when adding javascript.
2855
2856  -- Joey Hess <joeyh@debian.org>  Sun, 29 Jun 2008 14:09:37 -0400
2857
2858 ikiwiki (2.50) unstable; urgency=low
2859
2860   * img: Support captions.
2861   * img: Don't generate empty title attributes, etc.
2862   * img: Allow setting defaults for class and id too.
2863   * ikiwiki-mass-rebuild: Make group list comparison more robust.
2864   * search: Work around xapian bug #486138 by only stemming locales
2865     in a whitelist.
2866
2867  -- Joey Hess <joeyh@debian.org>  Fri, 13 Jun 2008 15:17:30 -0400
2868
2869 ikiwiki (2.49) unstable; urgency=low
2870
2871   * haiku: Generate valid xhtml.
2872   * ikiwiki-mass-rebuild: Don't trust $! when setting $)
2873   * inline: The optimisation in 2.41 broke nested inlines. Detect those
2874     and avoid overoptimising.
2875   * search: Converted to use xapian-omega.
2876   * Filter hooks are no longer called during the scan phase. This will
2877     prevent wikilinks added by filters from being scanned properly. But
2878     no known filter hook does that, so let's not waste time on it.
2879   * Pass a destpage parameter to the sanitize hook.
2880   * The search interface now allows searching for a page by title
2881     ("title:foo"), as well as for pages that contain a given link
2882     ("link:bar").
2883
2884  -- Joey Hess <joeyh@debian.org>  Sat, 07 Jun 2008 15:22:41 -0400
2885
2886 ikiwiki (2.48) unstable; urgency=high
2887
2888   * Fix security hole that occurred if openid and passwordauth were both
2889     enabled. passwordauth would allow logging in as a known openid, with an
2890     empty password. Closes: #483770 (CVE-2008-0169)
2891   * Add rel=nofollow to edit links. This may prevent some spiders from
2892     pounding on the cgi following edit links.
2893   * passwordauth: If Authen::Passphrase is installed, use it to store
2894     password hashes, crypted with Eksblowfish.
2895   * `ikiwiki-transition hashpassword /path/to/srcdir` can be used to
2896     hash existing plaintext passwords.
2897   * Passwords will no longer be mailed, but instead a password reset link.
2898   * The password_cost config setting is provided as a "more security" knob.
2899   * teximg: Fix logurl.
2900   * teximg: If the log isn't written, avoid ugly error messages.
2901   * Updated French translation. Closes: #478530
2902
2903  -- Joey Hess <joeyh@debian.org>  Fri, 30 May 2008 17:36:07 -0400
2904
2905 ikiwiki (2.47) unstable; urgency=low
2906
2907   * mdwn: Add a multimarkdown setup file option.
2908   * If PERL5LIB is set to the libdir when building ikiwiki, calculate and 
2909     hardcode a proper 'use lib' statement anyway. This fixes a gotcha,
2910     since PERL5LIB won't work once ikiwiki is running via a wrapper or as
2911     a cgi.
2912   * orphans: As a special case, the toplevel index page is never considered
2913     an orphaned page.
2914   * inline: Display a message if the 'pages' parameter is missing, before
2915     it just expanded to nothing.
2916   * git: Skip over signed-off-by and similar lines in commit messages
2917     when generating recentchanges.
2918   * ENV can be used in the setup file to override environment variable
2919     settings, such as TZ or PATH.
2920   * Perls older than 5.10 need to use the old method of decoding utf-8 in CGI
2921     values. Neither method will work for all versions of perl, so check
2922     version number at runtime.
2923   * Avoid unsightly warning message when evaling broken pagespecs.
2924   * Improve error message when a pagespec fails to parse.
2925
2926  -- Joey Hess <joeyh@debian.org>  Sun, 25 May 2008 14:25:42 -0400
2927
2928 ikiwiki (2.46) unstable; urgency=low
2929
2930   * amazon_s3: New plugin, which injects wiki pages into Amazon S3, allowing
2931     ikiwiki to be used without a dedicated web server.
2932   * aggregate: Add support for web-based triggering of aggregation 
2933     for people stuck on shared hosting without cron. (Sheesh.) Enabled
2934     via the `aggregate_webtrigger` configuration optiom.
2935   * Add pinger and pingee plugins, which allow setting up mirrors and branched
2936     wikis that automatically ping one another to stay up to date.
2937   * Optimised file statting code when scanning for modified pages;
2938     cut the number of system calls in half. (Still room for improvement.)
2939   * Fixes for behavior changes in perl 5.10's CGI that broke utf-8 support
2940     in several interesting ways.
2941
2942  -- Joey Hess <joeyh@debian.org>  Mon, 12 May 2008 20:51:50 -0400
2943
2944 ikiwiki (2.45) unstable; urgency=low
2945
2946   * toc: Add the table of contents at sanitize time, rather than at format
2947     time. This allows the toc to be displayed when previewing an edit. It also
2948     avoids headers in the page template from showing up in the toc.
2949   * Add PREFIX/bin to the hardcoded PATH within ikiwiki.
2950   * Deal with different paths to perl when removing -T flag.
2951   * Add missing de.po. Closes: #471540
2952   * img: Support a title attribute, will be passed through to html.
2953     Closes: #478718
2954   * anonk: Add anonok_pagespec configuration setting that can be used to
2955     allow anonymous users to edit only matching pages. Closes: #478892
2956   * Fix ugly display when editing a page that has vanished.
2957   * srcfile now has an optional second parameter to avoid it throwing an error
2958     if the source file does not exist.
2959   * git: Put -- before the filename when calling git rev-list to avoid
2960     warning message when the file doesn't exist.
2961   * Add a Bundle::IkiWiki and Bundle::IkiWiki::Extras to the source for use
2962     with CPAN to install perl modules.
2963   * Add a cpan directory containing a CPAN::MyConfig that can ease use of
2964     CPAN to install in a home directory on shared hosting providers.
2965   * With these changes, it's pretty easy to install onto nearlyfreespeech.net
2966     and probably other shared hosting providers like dreamhost. Added
2967     a page documenting the process for nearlyfreespeech.
2968
2969  -- Joey Hess <joeyh@debian.org>  Mon, 05 May 2008 15:06:05 -0400
2970
2971 ikiwiki (2.44) unstable; urgency=medium
2972
2973   * Bring back the svnrepo setup file option. This is needed for
2974     recentchangediff to work with svn repos.
2975   * Allow libtext-markdown-perl to satisfy dependencies, as a
2976     an alternative to the markdown package.
2977   * Correct a bug in pagespec matching, where a empty pagespec matched all
2978     pages. This manifested as wikis with no locked pages treating them all as
2979     locked. The bug was introduced in version 2.41.
2980   * Medium urgency upload due to above fix.
2981
2982  -- Joey Hess <joeyh@debian.org>  Thu, 17 Apr 2008 14:33:54 -0400
2983
2984 ikiwiki (2.43) unstable; urgency=low
2985
2986   * Fix missing import of escapeHTML in userlink. (Scott Bronson)
2987   * Fix broken rcs_update for bzr. (Scott Bronson)
2988   * Use bzr --quiet to avoid it outputting stuff and messing up http headers.
2989     (Scott Bronson)
2990   * Give the full path to the hyperestraier helpfile in estseek.conf.
2991   * Recommend a recent git-core for git init. Closes: 475609
2992
2993  -- Joey Hess <joeyh@debian.org>  Wed, 16 Apr 2008 18:35:13 -0400
2994
2995 ikiwiki (2.42) unstable; urgency=high
2996
2997   * aggregate: Correct a mistake in the code that dummy up a guid for feeds
2998     lacking one.
2999   * inline: Correct handling of urls relative to baseurl in feeds.
3000   * Fix CSRF attacks against the preferences and edit forms. The fix involved
3001     embedding the session id in the forms, and not allowing the forms to be
3002     submitted if the embedded id does not match the session id. Closes: #475445
3003     (CVE-2008-0165)
3004
3005  -- Joey Hess <joeyh@debian.org>  Thu, 03 Apr 2008 02:35:39 -0400
3006
3007 ikiwiki (2.41) unstable; urgency=low
3008
3009   [ Adeodato Simó ]
3010   * Preprocessor directives generated by the shortcut plugin accept a `desc`
3011     parameter that overrides the anchor text provided at shortcut definition
3012     time. (Closes: #458126)
3013
3014   [ martin f. krafft ]
3015   * The meta plugin now allows for the robots tag to be specified without the
3016     risk of it being scrubbed.
3017   * Let meta.openid set X-XRDS-Location header
3018   * Make makerepo set the Git merge remote.
3019     branch.master.remote previously used to default to origin, which has
3020     recently been changed; it now needs to be set explicitly, which this
3021     patch does. Closes: #470517
3022   * meta: Also generate openid2 headers.
3023   * Handle SimpleXMLRPCDispatcher arg count change in python 2.5
3024   * Provide XML-RPC proxy abstraction for Python plugins.
3025
3026   [ Joey Hess ]
3027   * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.
3028   * rcs_diff is a new function that rcs modules should implement.
3029   * Implemented rcs_diff for git, svn, and tla (tla version untested).
3030     Mercurial and monotone still todo.
3031   * Support Text::Markdown::markdown, which is the spelling used by 
3032     version 1.0.16 of Text::Markdown.
3033   * Updated Spanish translation from Victor Moral.
3034   * Fix example exclude regexp. Closes: #469691
3035   * Remove locking code in git rcs_commit. I'm not sure if this was ever
3036     correct, and it's certianly not correct now, since the wiki is locked
3037     before rcs_commit is ever called, and should not be unlocked by
3038     rcs_commit either.
3039   * monotone: Require version 0.38 or greater, and stop using the mtnmergerc
3040     option. (Brian May)
3041   * Use forcebaseurl to make page previews be displayed with the html base
3042     set to the destination page. This avoids need for hacks to munge the urls
3043     in preview mode, which fixes several bugs.
3044   * Several destpage fixes in plugins.
3045   * Use absolute url for feedurl when filling out the feed templates.
3046     Closes: #470530
3047   * Fix expiry of old recentchanges changeset pages.
3048   * French translation update. Closes: #471010
3049   * external: Fix support of XML::RPC::fault.
3050   * htmltidy: Pass --markup yes, in case tidy's config file disabled it.
3051   * external: Add getargv and setargv methods to allow access to ikiwiki's
3052     @ARGV.
3053   * Correct bug in encoding of %pagestate keys, fixes edittemplate.
3054   * Detect invalid pagespecs and do not merge them in add_depends,
3055     as that can result in a broken merged pagespec that matches nothing.
3056   * Record new pages in %pagesources temporarily when previewing so that
3057     things that need to know the page source or type can query it from there.
3058     Fixes previewing of tables when creating a new page.
3059   * German translation update. Closes: #471540
3060   * Time::Duration is no longer used, remove from docs and recommends.
3061   * Store userinfo in network byte order for easy portability.
3062     (Old files will be automatically converted.)
3063   * Close meta tag for redir properly.
3064   * smiley: Detect smileys inside pre and code tags, and do not expand.
3065   * inline: Crazy optimisation to work around slow markdown.
3066   * Precompile pagespecs, about 10% overall speedup.
3067   * Changed to a binary index file, written using Storable, for speed.
3068   * external: Work around XML RPC's lack of support for null by passing
3069     a special sentinal value.
3070   * inline: Allow the "feedshow" parameter to take values greater than the
3071     value for "show".
3072   * Added a hardlink option in the setup file, useful if the source and
3073     dest are on the same filesystem and the wiki includes large media files,
3074     which would normally be copied, wasting time and space.
3075
3076  -- Joey Hess <joeyh@debian.org>  Sat, 29 Mar 2008 21:07:22 -0400
3077
3078 ikiwiki (2.40) unstable; urgency=low
3079
3080   [ Josh Triplett ]
3081   * Add new preprocessor directive syntax¸ using a '!' prefix.  Add a
3082     prefix_directives option to the setup file to turn this syntax on;
3083     currently defaults to false, for backward compatibility.  Support
3084     optional '!' prefix even with prefix_directives off, and use that in
3085     the underlay to support either setting of prefix_directives.  Add NEWS
3086     entry with migration information.
3087
3088   [ Joey Hess ]
3089   * Danish translation update from Jonas Smedegaard. Closes: #465152
3090   * Generate XML RPC messages with the encoding set to utf-8 instead
3091     of XML::RPC's default of us-ascii. Allows interoperation with
3092     python's xmlrpc library, which threw invalid encoding exceptions and
3093     caused the rst plugin to hang.
3094   * Add the linkify and scan hooks. These hooks can be used to implement
3095     custom, first-class types of wikilinks.
3096   * Move standard wikilink implementation to a new link plugin, which
3097     will of course be enabled by default.
3098   * camelcase: Convert to use new linkify and scan hooks rather than the old
3099     hack.
3100   * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this.
3101   * Depend on HTML::Scrubber, since the scrubber is enabled by default and
3102     dies if its can't be loaded.
3103   * The search plugin needs to override <base> to point to the directory
3104     containing ikiwiki.cgi, but this should not change the urls to the style
3105     sheets etc. Add a new forcebareurl parameter to misctemplate to allow
3106     it to do that.
3107   * Preview limits the page dropdown to what's selected previously
3108     (as preserving the full list across preview would be tricky). Userdirs
3109     were still being offered as an option there, remove them.
3110   * Fix a bug where user A created a page concurrently with user B, and
3111     when B previewed it would redirect B to A's new page, losing B's work.
3112     Instead, don't redirect and let conflict handling resolve it.
3113   * monotone: Add code to default mergerc file to run
3114     _MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
3115   * tla: Remove call to escapeHTML when constructing recentchanges message;
3116     the html is escaped at a different level. Closes: #466495
3117   * bzr, mercurial: Remove unused import of escapeHTML.
3118   * Fix another preview will_render bug. This one involved inline,
3119     which forced a scan of the page to make available metadata that
3120     appeared after the inline directive. Problem is that scan made it forget
3121     about any other files rendered due to the page. The scan also turns out
3122     to be unnecessary now, since meta persistently stores state and it's
3123     always available. So it was just removed.
3124   * Disable taint checking for all builds as people keep complaining about it,
3125     and since all versions of perl seem to be hopelessly broken.
3126   * Fix links generated by preprocessor directives when previewing.
3127   * inline: When forcing urls absolute for rss feeds, skip mailto and other
3128     such urls.
3129   * ikiwiki-makerepo: Don't fail if the third argument ends in a slash.
3130   * Allow colons in URLs after the first slash. (Adeodato Simó)
3131
3132  -- Joey Hess <joeyh@debian.org>  Fri, 29 Feb 2008 23:05:39 -0500
3133
3134 ikiwiki (2.31.3) unstable; urgency=high
3135
3136   [ Josh Triplett ]
3137   * Do not allow the about: URI scheme; some browsers interpret about:
3138     URIs like a limited version of data: URIs.  In particular, some
3139     versions of Internet Explorer interpret arbitrary HTML content in
3140     about: URIs.
3141   * Also filter the attributes cite, longdesc, and usemap, which can contain
3142     URIs.
3143
3144   [ Joey Hess ]
3145   * meta: Check that the urls provided for authorurl, permalink, and openid
3146     are safe and can't contain javascript.
3147
3148   [ Josh Triplett ]
3149   * Match literal '.' in URI schemas containing '.', rather than matching any
3150     character.
3151   * Do not allow the steam: URI scheme.
3152   * Allow the snews: URI scheme.
3153   * Allow the smb: URI scheme.
3154
3155  -- Josh Triplett <josh@freedesktop.org>  Sun, 10 Feb 2008 14:48:48 -0800
3156
3157 ikiwiki (2.31.2) unstable; urgency=high
3158
3159   * The security fix in the last release had buggy handling of data:image,
3160     now fixed. Closes: #465110 (CVE-2008-0808, CVE-2008-0809)
3161
3162  -- Joey Hess <joeyh@debian.org>  Sun, 10 Feb 2008 15:31:17 -0500
3163
3164 ikiwiki (2.31.1) unstable; urgency=low
3165
3166   * htmlscrubber security fix: Block javascript in uris.
3167   * Add htmlscrubber test suite.
3168   * Thanks to Josh Triplett for pointing out the holes and for his help
3169     in implementing and checking fixes.
3170
3171  -- Joey Hess <joeyh@debian.org>  Sun, 10 Feb 2008 13:22:59 -0500
3172
3173 ikiwiki (2.31) unstable; urgency=low
3174
3175   [ Joey Hess ]
3176   * Revert preservation of input file modification times in output files,
3177     since this leads to too many problems with web caching, especially with
3178     inlined pages. Properly solving this would involve tracking every page
3179     that contributes to a page's content and using the youngest of them all,
3180     as well as special cases for things like the version plugin, and it's just
3181     too complex to do.
3182   * aggregate: Forking a child broke the one state that mattered: Forcing
3183     the aggregating page to be rebuilt. Fix this.
3184   * cgi hooks are now run before ikiwiki state is loaded.
3185   * This allows locking the wiki before loading state, which avoids some
3186     tricky locking code when saving a web edit.
3187   * poll: This plugin turns out to have edited pages w/o doing any locking.
3188     Oops. Convert it from a cgi to a sessioncgi hook, which will work
3189     much better.
3190   * recentchanges: Improve handling of links on the very static changes pages
3191     by thunking to the CGI, which can redirect to the page, or allow it to be
3192     created if it doesn't exist.
3193   * recentchanges: Exipre all *._change pages, even if the directory
3194     they're in has changed.
3195   * aggregate: Lots of changes; aggregation can now run without locking the
3196     wiki, and there is a separate aggregatelock to prevent multiple concurrent
3197     aggregation runs.
3198   * monotone changes by Brian May:
3199     - On commits, replace "mtn sync" bidirectional with "mtn push" single
3200       direction. No need to pull changes when doing a commit. mtn sync
3201       is still called in rcs_update.
3202     - Support for viewing differences via patches using viewmtn.
3203   * inline: When previewing, still call will_render on rss/atom files,
3204     just avoid actually writing the files. This is necessary because ikiwiki
3205     saves state after a preview (in case it actually *did* write files),
3206     and if will_render isn't called its security checks will get upset
3207     when the page is saved. Thanks to Edward Betts for his help tracking this
3208     tricky bug down.
3209   * inline: Add new `allowrss` and `allowatom` config options. These can be
3210     used if you want a wiki that doesn't default to generating rss or atom
3211     feeds, but that does allow them to be turned on for specific blogs.
3212   * Don't die if running with --getctime and rcs_getctime throws an error.
3213     There are several cases (recentchanges files, aggregated files)
3214     where some source files are not in revision control.
3215   * Page templates can now use CTIME to show when the page was created.
3216
3217   [ Josh Triplett ]
3218   * README.Debian: Mention user wikilists.
3219
3220  -- Joey Hess <joeyh@debian.org>  Sat, 09 Feb 2008 23:09:45 -0500
3221
3222 ikiwiki (2.30) unstable; urgency=low
3223
3224   [ Joey Hess ]
3225   * Old versions of git-init don't support --git-dir or GIT_DIR with
3226     --bare. Change ikiwiki-makerepo to use a method that should work with
3227     those older versions too.
3228   * aggregate: Don't let feeds set creation times for pages in the future.
3229   * Add full parser for git diff-tree output (Brian Downing)
3230   * aggregate: Fork a child process to handle the aggregation. This simplifies
3231     the code, since that process can change internal state as needed, and
3232     it will automatically be cleaned up for the parent process, which proceeds
3233     to render the changes.
3234
3235   [ Josh Triplett ]
3236   * Add trailing comma to commented-out umask in sample ikiwiki.setup, so
3237     that uncommenting it does not break the setup file.
3238
3239   [ Joey Hess ]
3240   * inline: The template can check for FIRST and LAST, which will be
3241     set for the first and last inlined page. Useful for templates that build
3242     tables and the like.
3243   * prettydate,ddate: Don't ignore time formats passed to displaytime
3244     function.
3245   * Pages with extensions starting with "_" are internal-use, and will
3246     not be rendered or web-edited, or matched by normal pagespecs.
3247   * Add "internal()" pagespec that matches internal-use pages.
3248   * RecentChanges is now a static html page, that's updated whenever a commit
3249     is made to the wiki. It's built as a blog using inline, so it can have
3250     an rss feed that users can subscribe to.
3251   * Removed support for sending commit notification mails. Along with it went
3252     the svnrepo and notify settings, though both will be ignored if left in
3253     setup files. Also gone with it is the "user()" pagespec.
3254   * Add refresh hook.
3255   * meta: Add pagespec functions to match against title, author, authorurl,
3256     license, and copyright. This can be used to create custom RecentChanges.
3257   * meta: To support the pagespec functions, metadata about pages has to be
3258     retained as pagestate.
3259   * Fix encoding bug when pagestate values contained spaces.
3260   * Add support for bzr, written by Jelmer Vernooij. Thanks also to bma for
3261     his independent work on bzr support.
3262   * Copyright file updates.
3263
3264  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:41:57 -0500
3265
3266 ikiwiki (2.20) unstable; urgency=low
3267
3268   * inline: Add copyright/license info on a per-post basis to atom
3269     feeds if available. (rss doesn't allow such info on a per-post basis)
3270   * Also include overall copyright/license and author info in atom feeds if
3271     available.
3272   * meta: Allow copyright/license metadata to contain arbitrary markup.
3273   * Call preprocessor hooks in void context during the scan pass. This allows
3274     the hook to determine if it's just scanning, and avoid expensive
3275     operations.
3276   * img: Detect scan mode and avoid generating and writing the image file
3277     during it, for a 2x speedup.
3278   * meta: Run in scan mode again (more intelligently) and re-add support for
3279     meta link.
3280   * Fix support for the case where metadata appears after an inline directive
3281     that needs to use it. This was broken in version 2.16.
3282   * template: Remove bogus htmlize pass added in 2.16.
3283   * template: Htmlize template variables, but also provide a raw version
3284     via `<TMPL_VAR raw_variable>`.
3285   * When htmlizing text, if the input is a single line with no newline,
3286     and the htmlizer (such as markdown and textile) generates a html
3287     paragraph, remove it. This allows removing several hacks from other
3288     plugins that htmlize fragements of pages.
3289   * In preferences, allow the subscriptions and email fields to be cleared.
3290   * teximg: Fix to support the same formula on multiple pages.
3291
3292  -- Joey Hess <joeyh@debian.org>  Thu, 10 Jan 2008 14:52:57 -0500
3293
3294 ikiwiki (2.19) unstable; urgency=low
3295
3296   * Only try postsignin if no other action matched. Fixes a bug where the
3297     user goes back from the signin screen and does something else.
3298   * Improve behavior when trying to sign in with no cookies.
3299   * Improved the canedit hook interface, allowing a callback function to be
3300     returned (and not run in some cases) rather than the plugins directly
3301     forcing a user to log in.
3302   * opendiscussion: allow editing of the toplevel discussion page,
3303     and, indirectly, allow creating new discussion pages.
3304   * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
3305   * htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
3306     and 'p/'.
3307   * aggregate: Include copyright statements from rss feed as meta copyright
3308     directives.
3309   * aggregate: Yet another state saving fix (sigh).
3310   * aggregate: Add hack to support feeds with invalidly escaped html entities.
3311
3312  -- Joey Hess <joeyh@debian.org>  Tue, 08 Jan 2008 20:43:18 -0500
3313
3314 ikiwiki (2.18) unstable; urgency=low
3315
3316   * Split error messages for failures to drop real uid and gid.
3317   * Retry dropping uid and gid, possibly this will help with the "Resource
3318     temporarily unavailable" failures I've experienced under xen.
3319   * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.
3320   * decode_form_utf8 only fixed the utf-8 encoding for fields that were
3321     registered at the time it was called, which was before the
3322     formbuilder_setup hook. Fields added by the hook didn't get decoded.
3323     But it can't be put after the hook either, since plugins using the hook
3324     need to be able to use form values. To fix this dilemma, it's been changed
3325     to a decode_cgi_utf8, which is called on the cgi query object, before the
3326     form is set up, and decodes *all* cgi parameters.
3327   * aggregate: Only save state if it was already loaded. This didn't used to
3328     matter, but after recent changes, state is not always loaded, and saving
3329     would kill it.
3330   * table: Fix dependency tracking for external data files. Closes: #458387
3331
3332  -- Joey Hess <joeyh@debian.org>  Sat, 05 Jan 2008 02:15:18 -0500
3333
3334 ikiwiki (2.17) unstable; urgency=low
3335
3336   * Improved parentlinks special case for index pages.
3337   * redir: Support for specifying anchors.
3338   * img: Avoid nesting images when linking to another image. Closes: #457780
3339   * img: Allow the link parameter to point to an exterior url.
3340   * conditional: Improve regexp testing for simple uses of pagespecs
3341     that match only the page using the directive, adding 'included()'
3342     and supporting negated pagespecs and added whitespace.
3343   * map: Fix handling of common prefix to handle the case where it's
3344     in a subdirectory. Patch by Larry Clapp.
3345   * aggregate: Fix stupid mistake introduced when converting it to use
3346     the needsbuild hook. This resulted in feeds not being removed when pages
3347     were updated, and feeds sometimes being forgotten about.
3348   * aggregate: Avoid uninitialised value warning when removing a feed that
3349     has an expired guid.
3350
3351  -- Joey Hess <joeyh@debian.org>  Sun, 30 Dec 2007 14:57:44 -0500
3352
3353 ikiwiki (2.16) unstable; urgency=low
3354
3355   * Major basewiki reorganisation. Most pages moved into ikiwiki/ subdirectory
3356     to avoid polluting the main namespace, and some were further renamed.
3357   * meta: Add redir support, based on a patch by Thomas Schwinge.
3358   * Redirs added for moved basewiki pages. These will be removed in a future
3359     release.
3360   * Remove .otl file from sandbox to avoid build ugliness. Closes: #454181
3361   * Finally implemented a simple per-page data storage mechanism for plugins,
3362     via the %pagestate hash.
3363   * Use pagestate in meta to detect potential redir loops.
3364   * Added a version plugin that saves state about what's using it, to force
3365     pages to rebuild when ikiwiki's version changes.
3366   * The calendar plugin stores state about when it needs to be updated,
3367     and forces rebuilds of the pages that contain calendars. So
3368     running ikiwiki --refresh at midnight is now enough, no need for a full
3369     wiki rebuild each midnight.
3370   * calendar: Work around block html parsing bug in markdown 1.0.1 by
3371     enclosing the calendar in an extra div.
3372   * Fix file pruning code to work if ikiwiki is run with "." as the srcdir.
3373   * Add an edittemplate plugin, allowing registering template pages, that
3374     provide default content for new pages created using the web frontend.
3375   * Change formbuilder hook to not be responsible for displaying a form,
3376     so that more than one plugin can use this hook.
3377     I believe this is a safe change, since only passwordauth uses this hook.
3378     (If some other plugin already used it, it would have broken passwordauth!)
3379   * Ensure that web edited pages always end in a newline.
3380   * Avoid unnecessary stat calls to get mtime when rendering pages, use
3381     cached value.
3382   * Preserve input file modification times in output files.
3383   * Allow dashes in preprocessor directive commands, and shortcuts.
3384   * Htmlize parameters passed to the template preprocessor directive before
3385     inserting them into the html template. This ensures that markdown
3386     acts on them, even if the value is expanded inside a block-level html
3387     element in the html template. Closes: #454058
3388   * Use a div in the note template rather than a span.
3389   * shortcut: Expand %S to the raw input text, not url-encoded.
3390   * Don't increment feed numbers when an inline has no feeds. (Nis Martensen)
3391   * Allow editing a page and deleting all content, while still disallowing
3392     creating a new page that's entirely empty.
3393   * meta: Drop support for "meta link", since supporting this for internal
3394     links required meta to be run during scan, which complicated its data
3395     storage, since it had to clear data stored during the scan pass to avoid
3396     duplicating it during the normal preprocessing pass.
3397   * If you used "meta link", you should switch to either "meta openid" (for
3398     openid delegations), or tags (for internal, invisible links). I assume
3399     that nobody really used "meta link" for external, non-openid links, since
3400     the htmlscrubber ate those. (Tell me differently and I'll consider bringing
3401     back that support.)
3402   * meta: Improved data storage.
3403   * meta: Drop the hackish filter hook that was used to clear
3404     stored data before preprocessing, this hack was ugly, and broken (cf:
3405     liw's disappearing openids).
3406   * aggregate: Convert filter hook to a needsbuild hook.
3407   * map: Don't inline images.
3408   * brokenlinks: Don't list the same link multiple times. (%links might
3409     contain multiple copies of the same link)
3410   * git: Correct display of multiline commit messages in recentchanges.
3411   * Re-organise dependencies and recommends now that recommends are installed
3412     by default.
3413   * Don't refuse to render files with ".." in their name. (Anchor the regexp.)
3414   * Work around perl taint checking bug #411786, where perl sometimes randomly
3415     sets the taint flag on untainted variables, by disabling taint checking
3416     in the deb. This sucks.
3417
3418  -- Joey Hess <joeyh@debian.org>  Tue, 18 Dec 2007 16:37:22 -0500
3419
3420 ikiwiki (2.15) unstable; urgency=low
3421
3422   * Add a new ikiwiki-makerepo program, that automates setting up a repo
3423     and importing existing content for svn, git, and mercurial. This makes
3424     the setup process much simpler.
3425   * Reorganised git documentation.
3426   * Actually install the ikiwiki-update-wikilist program.
3427   * Improve workaround for perl bug #376329. Rather than double-encoding,
3428     which has been reported to cause encoding problems (though I haven't
3429     reproduced them), just catch a failure of markdown, and retry.
3430     (The crazy perl bug magically disappears on the retry.)
3431     Closes: #449379
3432   * Add umask configuration option. Closes: #443329
3433
3434  -- Joey Hess <joeyh@debian.org>  Sat, 01 Dec 2007 11:44:01 -0500
3435
3436 ikiwiki (2.14) unstable; urgency=high
3437
3438   * Let CC be used to control what compiler is used to build wrappers.
3439   * Use 'cc' instead of gcc as the default compiler.
3440   * Security fix: Ensure that there are no symlinks anywhere in the path
3441     to the top of the srcdir. In certian unusual configurations, an attacker
3442     who could commit to one of the parent directories of the srcdir could
3443     use a symlink attack to cause ikiwiki to publish files elsewhere in the
3444     filesystem. More details at <http://ikiwiki.info/security/#index29h2>
3445
3446  -- Joey Hess <joeyh@debian.org>  Mon, 26 Nov 2007 15:26:06 -0500
3447
3448 ikiwiki (2.13) unstable; urgency=low
3449
3450   The ikiwiki zombie army release.
3451
3452   * Add liblwpx-paranoidagent-perl to recommends of Debian package,
3453     this is needed to do OpenID really securely.
3454   * ikiwiki.setup is licensed same as the basewiki, not GPLed.
3455   * inline: Add timeformat parameter to control how the ctime of
3456     inlined pages is displayed. Closes: #451019
3457   * Add wrappergroup config option, which can be used to cause wrappers
3458     to be created owned by some group other than the default. Useful
3459     then there's a shared repository with access controlled by a group,
3460     to let ikiwiki run setgid to that group.
3461   * ikiwiki-mass-rebuild: Run build with the user in all their groups.
3462   * Correct markdown in example index page in setup. Closes: #451469
3463   * Better error message when a setup file has a syntax error.
3464     Closes: #451666
3465   * Fix mercurial historyurl in example setup file.
3466   * More compact output for the brokenlinks plugin.
3467   * Allow trailing slashes after page names in wikilinks.
3468   * Don't consider links to anchors on the same page to be self links.
3469     Patch by Daniel Burrows. Closes: #451729
3470   * When usedirs is disabled, link direct to index.html files, not to
3471     directories, to improve browsing of file:// urls.
3472     Patch by Daniel Burrows. Closes: #451728
3473   * Allow html5 video and audio tags and their attributes in the htmlscrubber.
3474   * toc: Handle html elements embedded inside a header, rather than
3475     stopping collecting the header text at the first element.
3476
3477  -- Joey Hess <joeyh@debian.org>  Sat, 24 Nov 2007 16:06:22 -0500
3478
3479 ikiwiki (2.12) unstable; urgency=low
3480
3481   [ Joey Hess ]
3482   * Fix some issues with toggles in preview mode.
3483   * Fix an aggregate plugin expiry bug. Over time, it's possible for the same
3484     page name to be expired and reused for several distinct guids. When this
3485     happened, the expiry code counted each past guid that had used that page
3486     name as a currently existing page, and thus expired too many pages.
3487   * Avoid a race in the git rcs_commit function, by not assuming HEAD will
3488     stay the same for the duration of the function.
3489   * Avoid using commands like git-diff and instead use "git diff".
3490     In some configurations, only the main git command is in the path.
3491   * Improve the RecentChanges display for git merges, by passing -c instead
3492     of -m to git-log, and by skipping display of commits that change no
3493     pages.
3494   * Don't truncate git commit messages to the first line in RecentChanges,
3495     show the full message.
3496   * map: Recent changes caused unnecessary ul's to be inserted for items
3497     that were all at the same level, fix. Closes: #449285
3498
3499   [ Josh Triplett ]
3500   * Fix table plugin to not generate an unbalanced tbody tag with header=no
3501   * Add xmlns attribute on html element in templates; pages can now
3502     validate.
3503
3504   [ Joey Hess ]
3505   * In the example setup file, use mode 6755 for the git post-update hook.
3506     It needs to be setgid if the master repo is a shared repository, so
3507     that pushes into the working copy repository happen as the same group,
3508     avoiding permissions problems.
3509   * The first git commit legitimately has no parents. Avoid recentchanges
3510     spewing uninitialised value warnings and debug messages about it.
3511     Dummying up a parent of 0000000 allows gitweb to work too.
3512
3513  -- Joey Hess <joeyh@debian.org>  Mon, 12 Nov 2007 14:35:09 -0500
3514
3515 ikiwiki (2.11) unstable; urgency=low
3516
3517   * Correct a pair of logic errors that triggered if svnpath was empty.
3518   * If gitorigin_branch is set to the empty string, don't push or pull.
3519     Useful for laptop clones of remote wikis.
3520   * Add a calendar plugin, contributed by Manoj Srivastava.
3521   * Reformat calendar plugin to ikiwiki conventions.
3522   * The calendar plugin made *every* page depend on every other page,
3523     which seemed a wee tiny little bit overkill. Fixed the dependency
3524     calculations (I hope.)
3525   * Removed manual ctime statting code, and just have the calendar plugin use
3526     %pagectime.
3527   * Ikiwiki has moved into a git repository.
3528   * postsparkline: Avoid a confusing error message if no pages match
3529     and instead show an empty graph.
3530   * Add handling of feeds for nested inlines, as well as support for a
3531     single page containing two different feeds.
3532   * Also fixed some places in inline that failed to use destpage correctly.
3533   * ikiwiki-mass-rebuild: Patch from HenrikBrixAndersen to fix order
3534     of permissions dropping code to work on FreeBSD.
3535   * ikiwiki-mass-rebuild: Don't clear PATH from the environment.
3536   * Run git-commit -q (though it doesn't do much good due to its stderr
3537     abuse).
3538
3539  -- Joey Hess <joeyh@debian.org>  Fri, 26 Oct 2007 03:29:09 -0400
3540
3541 ikiwiki (2.10) unstable; urgency=low
3542
3543   * Tidy ctime debug output for git.
3544   * French translation update. Closes: #445923
3545   * Fix --get-ctime with git, needed to remove srcdir from filename.
3546   * In the cgi edit path, reload the index file before rendering. A bug
3547     showed up where a web edit that added a page caused a near-concurrent
3548     web edit to fail in will_render. While it would be hard to reproduce this,
3549     my analysis is that the failing cgi started first, loaded the index file
3550     (prior to locking) then the other cgi created the new page and rendered
3551     it, and then the failing cgi choked on the new file when _it_ tried to
3552     render it. Ensuring that the index file is loaded after taking the lock
3553     will avoid this bug.
3554   * Fix strange stderr-hiding code in the git module, allow error messages
3555     to be passed on to stderr. Also fixes a potential bug, since git error
3556     meesages were treated as if they came from git stdout.
3557   * Add a "createlink" class attribute to the span for wikilinks pointing
3558     to not-yet-existing pages. I don't have a useful style defined for that
3559     though.
3560   * Rewritten rst plugin by madduck is a python program that communicates with
3561     ikiwiki via XML RPC. This should be much faster than the old plugin that
3562     had to fork python for every rst page render. Note that if you use
3563     the rst plugin, you now need to have the RPC::XML perl module installed.
3564   * Danish translation from Jonas Smedegaard. Closes: #446952
3565   * Support git authors of the form "joey <joey>", which is common when
3566     importing from a svn repo.
3567
3568  -- Joey Hess <joeyh@debian.org>  Sat, 20 Oct 2007 19:42:46 -0400
3569
3570 ikiwiki (2.9) unstable; urgency=low
3571
3572   * Fix copyright and licence styling.
3573   * tag: Add taglink preprocessor directive, supporting visible tag links.
3574     Closes: #443344
3575   * map: Fully specify paths to links to avoid issues when the bestlink
3576     didn't point to the correct page.
3577   * map: Render pages on the way to subpages whose parent pages
3578     are not included in the map. Include special styling for such pages.
3579   * map: Remove common prefixes and don't over-indent.
3580   * Add class option to htmllink().
3581   * img: Allow link=somepage to cause the image to link to a given page.
3582     Slight overriding of link, as link=no is still used to disable the linking
3583     entirely. Unless you have a page named "no"..
3584   * Save index after previewing page edit, since even previewing can create
3585     files in some situations, and this is appropriate in some cases, such as
3586     the teximg plugin's error log file.
3587     Such files will be automatically cleaned up at an appopriate later time.
3588   * Don't allow whitespace in link text in a wikilink. This was still
3589     allowed by the regexp in one case though not documented to work, and
3590     was ambiguous with preprocessor directives.
3591   * camelcase: Tighten regexp to avoid false positives. WikiWords are only
3592     linkified now if they are preceeded by whitespace.
3593
3594  -- Joey Hess <joeyh@debian.org>  Sun, 30 Sep 2007 15:07:24 -0400
3595
3596 ikiwiki (2.8) unstable; urgency=low
3597
3598   * Redid the debian/copyright file, using the proposed new copyright file
3599     format. Included many details not previously listed in the old file.
3600   * inline: add feedonly option, set feedonly=yes to get only the feed button
3601     but not inline the pages.
3602   * meta: Support license and copyright information. The information will
3603     be shown in the page footer. HTML will also be inserted that should
3604     support the rel=license microformat as well as the HTML spec's
3605     rel=copyright.
3606   * table plugin: Actually specify the delimiter when parsing CSV.
3607   * table plugin: The previous version broke WikiLinks inside quoted values.
3608     Fix this by linkifying CSV data after parsing it, while DSV data is still
3609     linkified before parsing.
3610
3611  -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 20:02:25 -0400
3612
3613 ikiwiki (2.7) unstable; urgency=low
3614
3615   [ Joey Hess ]
3616   * Add an editcontent hook.
3617   * Support for looking in multiple directories for underlay files.
3618   * Plugins can add new directories to the search path with the add_underlay
3619     function.
3620   * Split out smiley underlay files into a separate underlay, so if the plugin
3621     isn't used, the wiki isn't bloated with all those files.
3622   * Allow -cgi -wrapper to be passed on the command line to generate a
3623     wrapper.
3624   * Fix some taint issues with generating wrappers using the command line.
3625   * Don't allow newlines in link text in a wikilink.
3626   * Tables containing links with a link text were misparsed, because the "|"
3627     in the wikilink looked like a table field separator. Avoid this ambiguity
3628     by linkifying the data before parsing it as a table.
3629   * Turn on allow_loose_quotes in the table plugin's Text::CSV object,
3630     so that links from wikilinks don't confuse the parser.
3631   * mercurial: Pass --style default to hg log to ensure right format is used.
3632   * mercurial: Fix rcs_getctime (thanks, bma)
3633
3634   [ Josh Triplett ]
3635   * Use git-log rather than the shell, git-rev-list, and git-diff-tree.
3636     Patch by Jamey Sharp <jamey@minilop.net>.
3637   * Renames from git-diff-tree aren't handled, so don't ask for them.
3638     Patch by Jamey Sharp
3639   * Handle operating in sub-trees of a git repository.
3640     When looking for git commits that affect the wiki, only include changes
3641     that affect the ikiwiki source directory. If that is not the top-level
3642     directory in this git repository, strip off the prefix as given by
3643     `git-rev-parse --show-prefix` from all names reported by git-log.
3644     Patch by Jamey Sharp
3645
3646   [ Joey Hess ]
3647   * Correct generation of RFC 3339 format times for atom/rss feeds. Always use
3648     gmtime for these since a time zone is not specified.
3649   * Updated Spanish translation from Victor Moral.
3650   * table: Text::CSV doesn't return decoded unicode (XS module); decode its
3651     return values.
3652   * Change git test suite to reflect change in log for initial repo creation
3653     commit.
3654   * Add the ikiwiki-update-wikilist command.
3655   * Exclude external plugin from syntax check since it uses a module that is
3656     not in the build depends. Closes: #441171
3657
3658  -- Joey Hess <joeyh@debian.org>  Sat, 08 Sep 2007 21:54:11 -0400
3659
3660 ikiwiki (2.6.1) unstable; urgency=low
3661
3662   * Ye olde brown paper bag.
3663   * Fix minor bug when blogging by cgi, introduced in last version.
3664   * Fix a bug in unlockwiki intorduced last version that made it crash ikiwiki
3665     if it wasn't locked when called. This is known to break post-commit
3666     emails.
3667
3668  -- Joey Hess <joeyh@debian.org>  Sun, 26 Aug 2007 13:38:23 -0400
3669
3670 ikiwiki (2.6) unstable; urgency=low
3671
3672   * Various minor bug fixes for silly mistakes in the code, thanks to the
3673     various reviewers.
3674   * Fix problems with previewing in the graphviz plugin. Thanks,
3675     HenrikBrixAndersen.
3676   * Allow raw html in the rst plugin.
3677   * Add --set-option command line switch.
3678   * pagetemplate: don't display template name
3679   * Add rel=tag attribute to tag links, supporting that microformat, as well
3680     as allowing them to be styled specially. Thanks, NicolasLimare.
3681   * Add sessioncgi hook.
3682   * Move blog form code out of CGI.pm and into the inline plugin.
3683   * Updated Spanish translation from Victor Moral.
3684   * Updated French translation from Cyril Brulebois. Closes: #437181
3685   * The toc directive doesn't work well or make sense inside an inlined page.
3686     Disable it when the page with the toc is nested inside another page.
3687   * Apply a patch from NicolasLimare adding modification date tags to rss and
3688     atom feeds, and also changing the publication time for a feed to the
3689     newest modiciation time (was newest creation time).
3690   * The patch also adds dcterms:creator to rss items that have a known author.
3691   * Support pagespec "functions" with no parameters, like included() in the
3692     conditional plugin.
3693   * Add time=mtime option to postsparkline.
3694   * Fix --libdir to work at the command line.
3695   * Plugins can now be written as standalone external programs, which can
3696     be written in any language that can do XML RPC.
3697   * Change yet again how unhandled and escaped preprocessor directives are
3698     re-output onto the page. Hopefully I finally got it right..
3699   * Fix bug in deletion/move during edit code introduced in 1.44. Need to take
3700     the underlaydir into account.
3701   * Fix bug when editing file from underlaydir, need to rcs_add it even though
3702     a page creation isn't occuring.
3703   * Various minor fixes and stylistic improvements suggested by Perl::Critic.
3704   * Applied Jeremie Koenig's pluggable editpage buttons patch:
3705     - add a title to the editpage form;
3706     - pass a reference to the list of buttons to the formbuilder_setup
3707       hooks, so we can add ours;
3708     - relax asumption about the possible submit values (use "Save Page"
3709       explicitly);
3710     - de-hardcode the submit buttons from the editpage template
3711       (This was needed for compatibility with a bug in CGI::FormBuilder
3712       3.0401, but ikiwiki already needs a newer version.)
3713   * Pass buttons to all other formbuilder_setup hooks too.
3714   * Add color parameter to postsparkline. Closes: #438900
3715   * Add proper Homepage field to Debian package (needs uber-new dpkg).
3716   * Add monotone support, contributed by William Uther.
3717   * Avoid ugly gettext messages if LANG is empty. Closes: #439035
3718   * Added teximg plugin to generate images from latex code.
3719     Contributed by Patrick Winnertz as a GSoC project.
3720   * Call the formbuilder hook for the edit page.
3721   * Call decode_form_utf8 before running formbuilder_setup hooks.
3722   * Add editdiff plugin contributed by Jeremie Koenig.
3723   * Fix it to not leak path info.
3724   * Add embed plugin, which allows embedding content from google maps, video,
3725     calendar, and youtube. Normally, the htmlsanitiser eats these since they
3726     use unsafe tags, the embed plugin overrides it for trusted sites.
3727   * The googlecalendar plugin is now deprecated, and will be removed
3728     eventually. Please switch to using the embed plugin.
3729
3730  -- Joey Hess <joeyh@debian.org>  Fri, 24 Aug 2007 17:09:44 -0400
3731
3732 ikiwiki (2.5) unstable; urgency=low
3733
3734   * Wrap the editpage template in the standard misctemplate, this allows the
3735     pagetemplate hook to work for that page.
3736   * Above change fixes the favicon plugin to work on edit pages.
3737   * Correct some issues with escaped preprocessor directives.
3738   * Make the map plugin notice when pages in the map are deleted and update
3739     it.
3740   * Add a htmlext config option, this can be used to make ikiwiki generate
3741     html files with a different extension.
3742   * Fix graphviz plugin to not try to read images as utf-8; they might
3743     sometimes contain invalid utf-8 byte sequences. Thanks,
3744     HenrikBrixAndersen.
3745   * Fix re-rendering of pages when a linked to page goes away. This was broken
3746     in version 1.50 with the addition of %destsources. Thanks, Ethan
3747     Glasser-Camp.
3748   * Add templatefile hook.
3749   * Add pagetemplate plugin, which allows changing the template used for
3750     a page. (Not to be confused with the hook of the same name..)
3751   * Add a libdir config option to let ikiwiki load perl modules, including
3752     plugins, from a user-configurable directory.
3753
3754  -- Joey Hess <joeyh@debian.org>  Thu, 26 Jul 2007 21:42:43 -0400
3755
3756 ikiwiki (2.4) unstable; urgency=low
3757
3758   * Make the toc plugin use html-compatible anchors. This is necessary since
3759     most web sites serve ikiwiki xhtml files as text/html and mozilla browsers
3760     get confused. So it's best for ikiwiki to follow the compatibility
3761     recommendations in appendix C of the XHTML spec. Closes: #432045
3762   * Support building on systems that lack asprintf.
3763   * mercurial getctime is currently broken, apparently by some change in
3764     mercurial version 0.9.4. Turn the failing test case into a TODO test case.
3765   * Fix links to alternate stylesheets when usedirs is enabled. Closes: #432556
3766   * Use type= not style= in html for alternate stylesheets, which is more
3767     correct (but in my testing both epiphany and iceweasel work ok with
3768     style=text/css).
3769   * In img tag, allow link=no to disable link to full size image. Thanks,
3770     Nis Martensen. Closes: #433188
3771
3772  -- Joey Hess <joeyh@debian.org>  Sun, 15 Jul 2007 15:02:43 -0400
3773
3774 ikiwiki (2.3) unstable; urgency=low
3775
3776   * Corrected a typo in an error handler in the image plugin.
3777   * Allow svnpath config option to contain additional extra slashes anywhere
3778     w/o confusing ikiwiki.
3779   * Rcs modules are now imported, so other modules that need similar
3780     normalisation of configs etc can do so.
3781   * Patch fixing various additional problems with test suite. Closes: #425891
3782     once more.
3783   * French update from Jean-Luc Coulon. Closes: #430771
3784   * Correct a longstanding bug that could cause the edit form to be empty.
3785     This turns out to have occured if the cgi wrapper was created by an
3786     ikiwiki invocation that included --rebuild. Thanks to Carl Worth for
3787     tracking that down.
3788
3789  -- Joey Hess <joeyh@debian.org>  Fri, 29 Jun 2007 18:30:38 -0400
3790
3791 ikiwiki (2.2) unstable; urgency=low
3792
3793   * Change the aggregate plugin's locking strategy. Now it defers loading state
3794     until the wiki is building and already locked, unless it's aggregating.
3795     When aggregating, it does not wait for the lock if it cannot get it, and
3796     instead exits, to prevent aggregating processes from piling up.
3797   * Updated Spanish translation from Victor Moral.
3798   * Correct bug in the img plugin that caused dependencies on images to not
3799     always be tracked correctly.
3800   * Deal better with rebuilds that involve moving files; track and clean up the
3801     old files.
3802   * Change where the img plugin puts scaled images. It's better to make the
3803     scaled images subpages of the page that embeds them, rather than putting
3804     them alongside the original image, since if two pages scale the same image
3805     the same way, this prevents complications in dealing with two pages
3806     creating the same file. The move will be handled transparently, though you
3807     might want to rebuild your wiki to make it occur in one step.
3808   * Fix FTBFS in test suite introduced in last version. Closes: #425891
3809   * Apply a patch from Carl Worth allowing a class attribute to be passed
3810     through the img plugin. Also allow the id attribute to be passed through.
3811   * More consistent encoding of titles in rss and atom feeds. Don't use
3812     ESCAPE=HTML for titles in the templates for these feeds, and instead
3813     escape the title going in to the template. Previously, the title was
3814     sometimes double-escaped in a feed (if set via meta title), and sometimes
3815     not (if set from the page filename).
3816   * In the meta plugin, when a title is set, encode the html entities in it
3817     numerically. This works better in the current landscape of a rss spec that
3818     doesn't specify encoding, and variously broken feed consumers, according
3819     to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
3820   * Correct some issues with display of unhandled preprocessor directives.
3821   * Apply a patch from Carl Worth adding support for using globs in link()
3822     in a PageSpec.
3823   * Explode some of the more insane regexps.
3824   * Add test suite for preprocessor directive parsing.
3825   * Fix wrapper generator and untaint code's handling of strings contining
3826     newlines.
3827   * Make the url absolution code for feeds significantly more robust.
3828   * Add typographyattributes configuration setting to typography plugin.
3829
3830  -- Joey Hess <joeyh@debian.org>  Mon, 18 Jun 2007 21:21:56 +0100
3831
3832 ikiwiki (2.1) unstable; urgency=low
3833
3834   [ Joey Hess ]
3835   * Use div layout for the signin and preferences forms, so that they can be
3836     styled using the stylesheet, rather than by creating signin and prefs
3837     templates.
3838   * Make the openid login form nicely styled.
3839   * Fix a bug that prevented clearing email or subscriptions.
3840   * Improve handling of edits of locked pages by users who are not yet signed
3841     in.
3842   * Make testpagespec more robust, including checking for missing/bad
3843     parameters.
3844   * Add all=no option to conditional, can be used to form conditionals that do
3845     not need to examine every page in the wiki.
3846   * Add the needsbuild hook. Plugins can use this to manipulate which files
3847     ikiwiki builds when refreshing the wiki.
3848
3849   [ Josh Triplett ]
3850   * Add an account-creation password as a simple anti-spam mechanism. If
3851     set in the wiki setup, passwordauth will require the password in
3852     order to create an account.
3853
3854   [ Joey Hess ]
3855   * Updated Czech translation from Miroslav Kure.
3856   * Apply patch from Paweł Tęcza to avoid using -L in Makefile as it's not
3857     available in older finds.
3858   * Make all templates have a footer div to ease themeing. Required template
3859     and style sheet updates, and unless you're using customised versions,
3860     you'll want to rebuild wikis on upgrade to this version to avoid
3861     inconsistencies.
3862   * Allow WIKINAME to to used in footers, as an example of something to put
3863     there.
3864   * Patch from hb to fix the pagestats plugin, which was broken by a past
3865     change to the backlinks() function.
3866   * Fix some bugs in password handling:
3867     - If the password is empty in preferences, don't clear the existing
3868       password.
3869     - Actually check the confirm password field, even if it's left empty.
3870   * Add a destpage parameter to the filter hook.
3871   * Fix links to smilies generated by the smiley plugin for inlined pages. The
3872     old links were often wrong, but often still worked by accident.
3873   * Add a test ensuring that the basewiki is self-contained and has no broken
3874     links.
3875
3876  -- Joey Hess <joeyh@debian.org>  Sat, 19 May 2007 20:37:38 -0400
3877
3878 ikiwiki (2.00) unstable; urgency=low
3879
3880   [ Josh Triplett ]
3881   * Avoid using GNU extensions to cp during "make install", which did
3882     not work on FreeBSD.  Thanks to Henrik Brix Andersen for the patch.
3883
3884   [ Joey Hess ]
3885   * Use fieldsets in the preferences form to group related options together.
3886     Especially cleans up the ordering of the admin's preferences form.
3887   * Use a fieldset to set off the openid entry from the rest of the login
3888     form.
3889   * Enable openid logins by default.
3890   * Enable usedirs by default.
3891
3892   [ Josh Triplett ]
3893   * fieldset support appeared in CGI::FormBuilder 3.05, so increase
3894     version in Depends on libcgi-formbuilder-perl to 3.05
3895
3896   [ Joey Hess ]
3897   * If Net::OpenID::Consumer is not available, the openid module will quietly
3898     disable itself, this avoids needing a hard dependency on the perl module.
3899
3900  -- Joey Hess <joeyh@debian.org>  Mon, 30 Apr 2007 00:43:02 -0400
3901
3902 ikiwiki (1.51) unstable; urgency=low
3903
3904   [ Joey Hess ]
3905   * Support setting svnpath to "" for wikis that are rooted at the top of
3906     their svn repositories, with no trunk directory.
3907   * Minor template improvements by Alessandro.
3908   * In mercurial backend, untaint ipaddr when using it as the user for the
3909     commit. Thanks, Alexander Wirt. Closes: #420428
3910   * Fix aggregator to not warn when a feed contains no body content at all.
3911   * Work around bug #420636 by, if XML::Parser crashes, running the feed
3912     content though Encode::decode_utf8.
3913
3914   [ Josh Triplett ]
3915   * Change basewiki CSS to not put a border around images used as links.
3916
3917   [ Joey Hess ]
3918   * Move the footer div to enclose tags and links too.
3919   * More style sheet updates, remove the hack that used the tags div to create
3920     the footer border.
3921   * Due to template changes and style sheet changes that depend on them,
3922     wiki rebuilds are recommended on upgrade to this version.
3923   * Avoid .svn directories when installing from svn checkout.
3924   * Fix sending of commit mails when new pages are added via the web.
3925   * Add user(name) to the PageSpec for commit subscriptions.
3926   * pagespec_match() has changed to take named parameters, to better allow
3927     for extended pagespecs. The old calling convention will still work for
3928     back-compat for now.
3929   * The calling convention for functions in the IkiWiki::PageSpec namespace
3930     has changed so they are passed named parameters.
3931   * Plugin interface version increased to 2.00 since I don't anticipate any
3932     more interface changes before 2.0.
3933   * Updated Gujarati translation from Kartik Mistry. Closes: #421198
3934   * Make pagespec_match return an object that can be stringified to tell
3935     the reason why the match failed or succeeded.
3936   * Add testpagespec plugin, which might be useful to see why a pagespec isn't
3937     working as desired.
3938
3939   [ Josh Triplett ]
3940   * Fix bestlink to use pagecase for pages in userdir, to support pages
3941     with non-lowercase filenames.
3942
3943   [ Joey Hess ]
3944   * Include wikiname in syslogged messages.
3945   * Updated Polish translation from Paweł Tęcza.
3946   * Updated Czech translation from Miroslav Kure.
3947   * Updated Spanish translation from Victor Moral.
3948   * Apply patch from hb that uses the full path to a file when adding a file
3949     using the mercurial backend. Not 100% sure why it failed w/o the full
3950     path, but this still passes the test suite, and indeed, is how the test
3951     suite calls hg add.
3952
3953  -- Joey Hess <joeyh@debian.org>  Sun, 29 Apr 2007 00:01:23 -0400
3954
3955 ikiwiki (1.50) unstable; urgency=low
3956
3957   [ Josh Triplett ]
3958   * Add a graphviz plugin.
3959   * Suggests: graphviz
3960   * Enhance helponformatting and related documentation to supply more
3961     information about available preprocessor directives.
3962   * Add myself as a co-maintainer, with Joey's approval.
3963
3964   [ Joey Hess ]
3965   * Add support for PROFILE=1 to the Makefile, this turns on profiling of the
3966     wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
3967   * Add a new %destsources hash, which maps between a destination file and
3968     the source page used to create it, ie it's the reverse of %renderedfiles.
3969   * Use %destsources in htmllink and urlto for 20-50% speedup. Thanks
3970     Josh Triplett for the idea.
3971   * Optimise displaytime, trimming maybe 6% off the build time.
3972
3973   [ Josh Triplett ]
3974   * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table
3975     package, because ikiwiki now provides the table plugin, and thus has
3976     a file overlap with ikiwiki-plugin-table.
3977   * Add libtext-csv-perl to Suggests, for the table plugin.
3978   * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.
3979   * Add libtext-typography-perl to Suggests for the typography plugin.
3980
3981   [ Joey Hess ]
3982   * Add postformtext parameter to inline.
3983   * Internal version number and installdir substitutions were lost, fix.
3984   * Apply patch from Ethan to improve an error message that should never
3985     happen.
3986   * Patch from Tuomov to link to the directory in feeds when usedirs is in
3987     effect. Note that this changes permalinks, so if you are already using
3988     usedirs you'll have to deal with that on upgrade to this version.
3989   * Add feedshow parameter to inline, which can be useful for eg, removing
3990     old posts from feeds when permalinks change.
3991   * Add .dpkg-tmp to prune regexp, so that if ikiwiki is run right as it's
3992     being upgraded by dpkg it will ignore dpkg temp files in the basewiki.
3993
3994  -- Joey Hess <joeyh@debian.org>  Sun, 15 Apr 2007 16:02:05 -0400
3995
3996 ikiwiki (1.49) unstable; urgency=low
3997
3998   [ Joey Hess ]
3999   * Add --post-commit option, which allows for the case of a split web server
4000     and RCS server (or a push mirror). With this the RCS server can have a
4001     real post-commit hook that sshs back to the web server, and runs ikiwiki
4002     in post-commit mode to update the wiki.
4003   * Fix urls generated by mirrorlist plugin.
4004   * Add a templates page to the basewiki. It will automatically list all
4005     available templates. Rename the old templates page to wikitemplates.
4006   * Include the note template in the basewiki.
4007   * Add a popup template in the basewiki. CSS based on some by Martin Krafft.
4008   * Make the note, popup, and plugin templates detect missing variables and be
4009     self-documenting, listing the available variables.
4010   * Hide excess backlinks and expand using CSS trick; control quantiy via
4011     the numbacklinks setting.
4012   * Finally apply the index.html patch, with thanks to everyone who worked
4013     on and supported creating it (especially Tuomov). This adds a "usedirs"
4014     option that makes ikiwiki use foo/index.html instead of foo.html as
4015     output page names. It is not yet enabled by default.
4016   * Fix a bug in the img plugin that caused thumbnailed files to not be
4017     tracked properly.
4018   * Make the OpenID library a reccommendation of the Debian package, rather
4019     than just a suggests, since OpenID is enabled by default.
4020   * Fix a bug that caused link(foo) to succeed if page foo did not exist.
4021   * Fix tags to page names that contain special characters.
4022
4023   [ Josh Triplett ]
4024   * Use pngcrush and optipng on all PNG files.
4025   * Add neutral smileys ":|" and ":-|", and question icon smiley "(?)",
4026     with images taken from phpBB (GPL) and converted with gif2png.
4027   * Improvements to Description in debian/control:
4028     * Note that some plugins have additional dependencies, found among the
4029       Recommends and Suggests.
4030     * ikiwiki supports both RSS and Atom feeds.
4031     * Fix typos.
4032   * Add Homepage field.
4033   * Add XS-Vcs-Browser field.
4034
4035   [ Joey Hess ]
4036   * Updated French translation from JLC. Closes: #417982
4037   * Reorder the icon in the template above the stylesheets, to avoid icon
4038     flashing during page load.
4039   * Fix smiley plugin to scan smileys.mdwn after it's updated, which fixes
4040     a bug caused by committing changes to smilies.mdwn.
4041   * Fix display of escaped wikilinks containing anchors.
4042
4043   [ Josh Triplett ]
4044   * Remove stray semicolon in linkmap.pm.
4045
4046  -- Joey Hess <joeyh@debian.org>  Sun, 08 Apr 2007 16:14:46 -0400
4047
4048 ikiwiki (1.48) unstable; urgency=low
4049
4050   * Fix link() PageSpecs to not just look at the raw link text, but at where
4051     that given link points based on the page doing the linking. Note that this
4052     could make such PageSpecs match different things than before, if you
4053     relied on the old behavior of them only matching the raw link text.
4054   * This required changing the match_* interface, adding a third parameter.
4055   * Allow link() PageSpecs to match relative, as is allowed with globs.
4056   * Add postform option to inline plugin.
4057   * Add an bug tracker to the softwaresite example.
4058   * Make ikiwiki's stylesheet support printing by hiding parts of the page
4059     that shouldn't appear in a printout: Search box, actions bar,
4060     blog post form, tags, backlinks, and feed buttons.
4061   * Finally fixed the longstanding inline removal bug.
4062   * Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
4063     actually store pages' mtimes.
4064   * Add "mtime" sort parameter to inline plugin.
4065   * Fix mercurial backend to deal with empty commit messages.
4066
4067  -- Joey Hess <joeyh@debian.org>  Sat, 24 Mar 2007 11:14:10 -0400
4068
4069 ikiwiki (1.47) unstable; urgency=low
4070
4071   * Fix a security hole that allowed insertion of unsafe content via the meta
4072     plugins's support for inserting html link and meta tags. Now such content
4073     is passed through the htmlscrubber like everything else.
4074   * Unfortunatly, that means that some valid uses of those tags are no longer
4075     usable, and special case methods needed to be added for including
4076     stylesheets, and for doing openid delegation. If you use either of these
4077     in your wiki, it will need to be modified. See the meta plugin docs
4078     for details.
4079
4080  -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 14:05:00 -0400
4081
4082 ikiwiki (1.46) unstable; urgency=low
4083
4084   * Fix a bug with inlined create page links, including Discussion links on
4085     blog post pages. The links will now create pages relative to the page that
4086     actually contains the link.
4087   * French update. Closes: #414597
4088   * Fix some broken logic in cgi creation of a subpage when a toplevel page
4089     with the same name already exists, and generally simplify the edit code.
4090   * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
4091     output the verbose build log to stdout, rather than to the syslog.
4092   * Detect the case of two people independently creating the same page at the
4093     same time, and let the second person resolve the conflict.
4094   * Applied a patch from Michał to make the mercurial backend pass --quiet to
4095     hg.
4096   * Fix a security hole that allowed a web user to insert arbitrary html in
4097     the title of a page due to missing escaping of titles in the meta plugin.
4098
4099  -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 01:51:30 -0400
4100
4101 ikiwiki (1.45) unstable; urgency=low
4102
4103   * Allow for underscores to appear in page titles, if encoded appropriately
4104     (__95__) in filenames. Previously, all underscores were replaced with
4105     spaces. Thanks, Enrico Zini for noticing that bug.
4106   * Add "template" option to inline plugin to allow for use of customised
4107     templates.
4108   * Add titlepage template for inline plugin.
4109   * Add preview parameter to preprocesser calls, use this rather than the
4110     previous ugly hack used to avoid writing rss feeds in previews.
4111   * Fix the img plugin to avoid overwriting images in previews. Instead it
4112     does all the work to make sure the resizing works, and dummys up a resized
4113     image using width and height attributes.
4114   * Also fixes img preview display, the links were wrong in preview before.
4115   * Add a sparkline plugin.
4116   * Add a postsparkline plugin.
4117   * The slash escaping when adding to a blog from the CGI was not working
4118     since it ended up being double-escaped. Instead, just remove slashes.
4119   * Fix some nasty issues with page name escaping during previewing
4120     (introduced in 1.44).
4121   * Add a table plugin, derived from the one written by Victor Moral.
4122   * The underscore escaping support exposed a bug in edit links: Such links
4123     were titlepage escaped in the urls, and then doubly escaped by the CGI
4124     when editing. To fix this, I removed the titlepage escaping in the edit
4125     urls.
4126   * That means that *every edit link* on the wiki is potentially changed.
4127     Rebuilding wikis on upgrade to this version therefore necessary; enabled
4128     that in postinst.
4129   * Correct a deadlock that could occur in post-commit if the aggregate plugin
4130     was enabled and tried to lock the already locked wiki.
4131
4132  -- Joey Hess <joeyh@debian.org>  Sat, 10 Mar 2007 21:11:05 -0500
4133
4134 ikiwiki (1.44) unstable; urgency=low
4135
4136   * Patch by Ben to fix validaton of atom feeds by fixing the category tags.
4137   * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
4138     OpenID login form rather than linking to a remote logo, to avoid various
4139     issues. Since there is not yet a license for the actual OpenID logo, this
4140     file is currently a blank image. Users who want to can copy
4141     http://openid.net/login-bg.gif into their wiki.
4142   * Allow setting NOTAINT=1 when building the wiki to remove taint checking
4143     flags, which can be useful on some hosting providers.
4144   * Fix a bug that made links like [[0|foo]] use "foo" as the link text,
4145     instead of "0".
4146   * Changed calling convention for httmllink slightly. The first three
4147     parameters remain the same, but additional options are now passed in using
4148     named parameters.
4149   * Change plugin interface version to 1.02 to reflect this change.
4150   * Add a new anchor option to htmllink. Thanks Ben for the idea.
4151   * Support anchors in wikilinks.
4152   * Add a "more" plugin based on one contributed by Ben to allow implementing
4153     those dreaded "Read more" links in blogs.
4154   * Don't error out if estcmd fails, just print a warning message. estcmd is
4155     too fragile to let it kill ikiwiki.
4156   * Make img plugin not fail immediately if Image::Magick is not available.
4157     This lets ikiwiki not build depend on perlmagic.
4158   * Detect old versions of xgettext and avoid using them.
4159   * perl is broken: print "" || die fails! Work around this insanity.
4160   * Smarter detection of no-op changes to po files.
4161   * Elegant patch from Ethan to clean up the display of page names in the
4162     dropdown when creating a new page.
4163   * Since the CGI had to drop the wiki lock to avoid deadlocking the
4164     commit hook, it was possible for one CGI to race another one and "win"
4165     the commit of both their files. This race has been fixed by adding a new
4166     commitlock, which when locked by the CGI, disables the commit hook
4167     (except for commit mails). The CGI then takes care of the updates the
4168     commit hook would have done.
4169   * French translation update. Closes: #411899
4170   * Patch from HenrikBrixAndersen to fix a broken use of foreach in the
4171     search plugin.
4172   * Correct a bug that could lead to infinite looping after signin in some
4173     circumstances.
4174   * Patch from Ethan to improve behavior if a page is deleted or moved while
4175     someone is editing it.
4176   * Some cleanup of field setting in the failed edit and conflict handling
4177     code.
4178
4179  -- Joey Hess <joeyh@debian.org>  Sat, 24 Feb 2007 20:16:35 -0500
4180
4181 ikiwiki (1.43) unstable; urgency=low
4182
4183   * Allow plugins to add new types of tests that can be used in PageSpecs.
4184   * Add a "conditional" plugin, which allows displaying text if a condition
4185     is true. It is enabled by default so conditional can be used in the
4186     basewiki.
4187   * Use conditionals in the template for plugins, so that plugin pages
4188     say if they're currently enabled or not, and in various other places
4189     in the wiki.
4190   * Updated Spanish translation.
4191   * Make the basewiki be full of symlinks to pages that should be the same
4192     in the doc wiki. This will allow direct edits to alter the base wiki
4193     without manual munging.
4194   * Fix the template, toggle, and conditional plugins to filter text before
4195     preprocessing it.
4196   * Fix smiley plugin to support smileys at the very beginning or end of
4197     the content.
4198   * Allow multiple tag settings to appear in a single page.
4199   * Many changes to make ikiwiki very resistant to write failures
4200     including out of disk space situations. ikiwiki should never leave
4201     truncated files, and if the error occurs during a web-based file edit,
4202     the user will be given an opportunity to retry.
4203     Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
4204   * Fix syslogging of errors.
4205   * Patch from Ethan to allow using meta tags to set creation dates of pages.
4206   * Add a prettydate plugin that formats dates in a more readable fashion.
4207     (I had to get a pretty date somehow today..)
4208   * Updated Czech translation.
4209   * Avoid potential syslog format string issue, although only older versions
4210     of perl are vulnerable and it is not known to really be exploitable from
4211     ikiwiki.
4212   * Add explicit module prereqs to Makefile.PL
4213   * New domain name for ikiwiki: ikiwiki.info. Update your links.
4214
4215  -- Joey Hess <joeyh@debian.org>  Sun, 18 Feb 2007 23:26:32 -0500
4216
4217 ikiwiki (1.42) unstable; urgency=low
4218
4219   * Fix several more missing translations of Discussion.
4220   * Fix for missing backlinks() in pagestats plugin.
4221   * Add canedit hook, allowing arbitrary controls over when a page can be
4222     edited.
4223   * Move code forcing signing before edit to a new "signinedit" plugin, and
4224     code checking for locked pages into a new "lockedit" plugin. Both are
4225     enabled by default.
4226   * Remove the anonok config setting. This is now implemented by a new
4227     "anonok" plugin. Anyone with a wiki allowing anonymous edits should
4228     change their configs to enable this new plugin.
4229   * Add an opendiscussion plugin that allows anonymous users to edit
4230     discussion pages, on a wiki that otherwise wouldn't allow it.
4231   * Lots of CGI code reorg and cleanup.
4232   * Avoid using lots of memory when copying large non-html files.
4233     Yes, you can keep videos in the wiki..
4234   * Add feedshow option to allow reducing the number of items included in
4235     an rss or atom feed.
4236   * Change based on a patch from Ethan to support relative matching in
4237     PageSpecs, by using "./".
4238   * pagespec_match() has grown a new third parameter to support this.
4239   * Add "reverse" option to inline to invert sort orders.
4240   * Drop the BSD license for the templates and basewiki, and just allow them
4241     to be used as close to public domain as possible.
4242   * viewcvs is now viewvc (in Debian unstable), update everything to use the
4243     new name.
4244   * Fix a security hole that allowed a web user to edit images and other
4245     non-page format files in the wiki. To exploit this, the file already had
4246     to exist in the wiki, and the web user would need to somehow use the web
4247     based editor to replace it with malicious content.
4248     (Sorry Josh, this means you can't edit style.css directly anymore,
4249     although I do appreciate your fixes, actually..)
4250
4251  -- Joey Hess <joeyh@debian.org>  Sat, 10 Feb 2007 15:37:39 -0500
4252
4253 ikiwiki (1.41) unstable; urgency=low
4254
4255   * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
4256     if an older version is installed, just don't gettext strings, instead of
4257     crashing.
4258   * Added smileys for Moin Moin compatibility.
4259   * Fix handling of discussion links on discussion pages when l10n is used.
4260   * Make gitorigin_branch and gitmaster_branch configurable via the setup
4261     file. Closes: #408599
4262   * French translation update. Closes: #408593
4263   * Improve use of svn merge, by specifying the file to merge, rather than
4264     chdiring to the srcdir (which wasn't right when merging in a subdir).
4265     Thanks Ethan.
4266   * Always call rcs_update after a commit during a web edit, to work around
4267     the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the
4268     analysis and patch.
4269   * Replace underscores in shortcut texts with spaces when formatting for
4270     display. This allows using a shortcut like [[wikipedia War_of_1812]],
4271     which links to the correct remote page, but is displayed nicely.
4272   * When building the doc wiki, build with LANG=C.
4273   * More gettext fun.
4274   * Fix openid signin secret generation code. This fixes the bug that made
4275     all openid signins fail the first time, and then succeed the second
4276     time.
4277
4278  -- Joey Hess <joeyh@debian.org>  Tue, 30 Jan 2007 02:36:53 -0500
4279
4280 ikiwiki (1.40) unstable; urgency=low
4281
4282   * Fix missing categories in rss/atom feeds.
4283   * Add French translation by Jean-Luc Coulon. Closes: #406881
4284   * Fix bogus use of CDATA in atom feeds. Closes: #406898
4285
4286  -- Joey Hess <joeyh@debian.org>  Sun, 14 Jan 2007 21:42:27 -0500
4287
4288 ikiwiki (1.39) unstable; urgency=low
4289
4290   * Add a rawhtml plugin that allows copying raw html files from the srcdir.
4291   * Fix --locale to control LC_ALL now.
4292   * Include the pot file in the source tarball. Closes: #405890
4293   * Add a Swedish translation by Daniel Nylander. Closes: #406410
4294   * Add a Czech translation by Miroslav Kure.
4295   * Add a Bulgarian translation by Damyan Ivanov. Closes: #406580
4296   * Add a Gujarati translation by Kartik Mistry. Closes: #406635
4297   * Add a Vietnamese translation by Clytie Siddall.
4298   * Fix encoding issue with use of Locale::Gettext. Seems that the OO
4299     interface returns proper utf-8 decoded strings, unlike the traditional
4300     interface, so use the OO interface.
4301   * Search in default location for templates as a fallback when templatedir is
4302     pointed elsewhere, so that only modified templates need to be copied into
4303     a templatedir. Based on work by JeremyReed.
4304   * In the aggregator, check for and deal with post filenames that are
4305     longer than the maximum file length.
4306   * Change the RecentChanges page to show the path of changed pages.
4307   * Various minor bugfixes.
4308
4309  -- Joey Hess <joeyh@debian.org>  Sat, 13 Jan 2007 23:30:20 -0500
4310
4311 ikiwiki (1.38) unstable; urgency=low
4312
4313   * Corrected a bum regexp in openid munging.
4314   * Added a Spanish translation by Victor Moral.
4315   * A few translation infrastructure fixes.
4316   * Added a Polish translation by Paweł Tęcza.
4317
4318  -- Joey Hess <joeyh@debian.org>  Fri,  5 Jan 2007 23:13:59 -0500
4319
4320 ikiwiki (1.37) unstable; urgency=low
4321
4322   * Add mirrorlist plugin.
4323   * Fixed permissions of some files that were 600 in the tarball. (Did not
4324     affect the deb).
4325   * Avoid creating edit links when the cgi url is not known.
4326   * Avoid displaying discussion links at all, if there's not a discussion
4327     page, when the cgi url isn't known.
4328   * Before, svn was used as the RCS by default unless configured otherwise,
4329     now it defaults to using no RCS unless configured to do so, to avoid some
4330     suprising behavior when using a setup file and not uncommenting any RCS
4331     options.
4332   * Fix some bugs in the commit email sending code.
4333   * Improve code that ignores files in the underlaydir if the srcdir has a
4334     file building the same page. Now it will work even if the extensions of
4335     the source files differ.
4336   * Initial work on internationalization of the program code. po/ikiwiki.pot
4337     is available for translation.
4338   * Export gettext() from IkiWiki module.
4339   * Don't put discussion links on discussion pages.
4340   * Allow disabling of plugins included in goodstuff.
4341   * Add a textile format plugin contributed by mazirian.
4342   * If a userdir is configured, links to pages in it can be made without
4343     specifying the path. This allows for easy signing of comments by linking
4344     to your page in the userdir.
4345   * Escape slashes in page titles entered in the blog post form.
4346   * Munge openids of the form somehost.com/user (trial, may revert).
4347
4348  -- Joey Hess <joeyh@debian.org>  Sun, 31 Dec 2006 17:31:22 -0500
4349
4350 ikiwiki (1.36) unstable; urgency=low
4351
4352   * Fix various links on the hyperestraier pages.
4353   * Use POST for poll to avoid some robots.
4354   * Fix sometimes broken links to Discussion pages from blog pages.
4355   * Add userdir config setting.
4356   * Fix man page perms in install.
4357   * Fix an issue with inlining a page with a rss feed inside another
4358     page with an rss feed.
4359   * Turn $config{wiki_file_prune_regexps} into an array that is easier to
4360     manipulate.
4361   * Only exclude rss and atom files from processing if the inline plugin
4362     is enabled and that feed type is enabled. Else it's just a copyable file
4363     type.
4364   * Move rss and atom option handling code into the inline plugin.
4365   * Applied a rather old patch from Recai to fix the "pruning is too strict"
4366     issue. Now you can have wiki source directories inside dotdirs and the
4367     like, if you want.
4368   * Patch from Emanuele Aina to fix modification time code in mercurual
4369     backend.
4370   * Add support for links of the form [[/foo]]
4371   * Fix code to make absolute urls for rss feeds, was missing some urls.
4372   * Fix double-escaping of html entities in titles etc in rss feeds
4373     that occured if escaped characters were present in the page filename.
4374
4375  -- Joey Hess <joeyh@debian.org>  Fri, 22 Dec 2006 15:55:05 -0500
4376
4377 ikiwiki (1.35) unstable; urgency=low
4378
4379   * Fix daemonisation code to only do daemon setup things after forking the
4380     child process.
4381   * The hack used to make the pagetemplate hook have access to the editpage
4382     template won't work with CGI::FormBuilder 3.0401, so disable it for now.
4383   * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
4384     there might still be bugs lurking..
4385
4386  -- Joey Hess <joeyh@debian.org>  Fri,  1 Dec 2006 19:14:36 -0500
4387
4388 ikiwiki (1.34.2) unstable; urgency=low
4389
4390   * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
4391     ~user/.ikiwiki/wikilist will be read.
4392   * Fix url absolution code in inline plugin to support class and id fields in
4393     links and imgs, and to support anchor urls.
4394   * More build deps updates.
4395   * /dev/null fortune failures
4396
4397  -- Joey Hess <joeyh@debian.org>  Tue, 28 Nov 2006 12:58:47 -0500
4398
4399 ikiwiki (1.34.1) unstable; urgency=low
4400
4401   * Add libtime-duration-perl to build deps, as it's used by the svn module
4402     which is now tested at build.
4403
4404  -- Joey Hess <joeyh@debian.org>  Mon, 27 Nov 2006 12:26:12 -0500
4405
4406 ikiwiki (1.34) unstable; urgency=low
4407
4408   * Add an openid plugin to support logging in using OpenID.
4409   * Web commits by OpenID users will record the full OpenID url for the user,
4410     but in recentchanges, these urls will be converted to a simplified display
4411     form+link.
4412   * Modified svn, git, tla backends to recognise such web commits.
4413   * Move httpauth support to a plugin.
4414   * Add openidsignup config option.
4415   * Make the openid plugin support the callbacks from myopenid.com via its
4416     affiliate program.
4417   * Add toggle plugin.
4418   * Add a poll plugin.
4419   * Add quick mode for archive page generation.
4420   * Introduce the goodstuff bundle. This is a kind of plugin, that just enables
4421     many other plugins. It's an easy way to boost ikiwiki from its default,
4422     basic wiki, to a full-featured wiki, without manually picking the right
4423     set of plugins. New plugins will be added to goodstuff from time to
4424     time.
4425   * Change how post signin actions are propigated through the signin process;
4426     they're now stored in the session.
4427   * Add optional "desc" parameter to shortcut definitions.
4428   * Avoid locking the wiki at all when handling some basic cgi stuff
4429     (searches, recentchanges).
4430   * Add "last" parameter to hook function. Very basic ordering, and hopefully
4431     nothing more spohisticated will be needed.
4432   * Add formbuilder_setup and formbuilder hooks.
4433   * Split out a passwordauth module, that holds all the traditional password
4434     based authentication etc code. It's enabled by default, but can be disabled
4435     if you want only openid or some other auth method.
4436   * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
4437   * Add some code to the build system that tries to determine if the
4438     lib installation directory is in @INC. If it's not, munge ikiwiki
4439     to hardcode the path to the lib directory. This should allow installing
4440     ikiwiki in nonstandard locations, including home directories, by just
4441     setting PREFIX at build time.
4442   * Fix nested examples directory in deb.
4443   * Add a test suite for the mercurial backend, contributed by Emanuele Aina.
4444   * Add a test suite for the svn backend.
4445   * Add a test suite for the git backend, from Recai
4446   * Daemonize before sending RPC pings, since that can take a while
4447     and/or hang.
4448   * Daemonize before sending commit mails, as that can also take a long
4449     time/hang if the mail server is unhappy.
4450   * Factor out commit mail sending code into new function.
4451   * Change rcs_commit, it is now passed the name of the user doing the commit
4452     and their IP address, and needs to construct its own commit message
4453     containing them, or do something more appropriate for the given RCS.
4454   * Add softwaresite example.
4455   * Mercurial backend improvements, including --get-ctime support. (Emanuele
4456     Aina)
4457   * Git backend improvements, including bug fixes and better robustness,
4458     from Recai.
4459
4460  -- Joey Hess <joeyh@debian.org>  Sun, 26 Nov 2006 20:46:56 -0500
4461
4462 ikiwiki (1.33) unstable; urgency=low
4463
4464   * Fix issue with aggregate plugin updating expired pages.
4465   * Avoid syntax errors in templates used by the template plugin crashing
4466     ikiwiki.
4467   * Enable utf8 file IO in aggregate plugin.
4468   * Fix some issues with the new registration form.
4469   * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
4470   * Make sure to check for errors from every eval.
4471   * Fix img plugin's handling of adding dependencies for images that do not
4472     yet exist.
4473   * Work around a strange bug in CGI::FormBuilder 3.0401 that makes
4474     FORM-SUBMIT unusable on customised formbuilder templates. For now,
4475     hardcode the submit buttons in editpage.tmpl instead of using the
4476     template variable, which is ok, since the buttons are static.
4477   * Work with hyperestraier 1.4.9.
4478
4479  -- Joey Hess <joeyh@debian.org>  Wed, 15 Nov 2006 18:32:26 -0500
4480
4481 ikiwiki (1.32) unstable; urgency=low
4482
4483   * Add a separate pass to find page links, and only render each page once,
4484     instead of over and over. Typical speedup is ~4x. Max possible speedup:
4485     8x.
4486   * Add "scan" parameter to hook(), which is used to make the hook be called
4487     during the scanning pass, as well as the render pass. The meta and tag
4488     plugins need to use the new scan parameter, so will any others that modify
4489     %links.
4490   * Now that links are calculated in a separate pass, it can also
4491     precalculate backlinks in one pass, which is O(N^2) instead of the
4492     previous code that was O(N^3). A very nice speedup for wikis with lots
4493     (thousands) of pages.
4494   * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
4495     Erdem.
4496   * Add a default stylesheet entry for the pagecloud.
4497   * Add examples page with some examples of things that can be done using
4498     ikiwiki, like a weblog. The examples can be copied into a user's wiki
4499     for a quick start, without needing to learn everything about how to put
4500     them together.
4501   * Install the source of the examples into /usr/share/doc/ikiwiki/examples.
4502   * Add perlmagick to build-depends so syntax check of img plugin works.
4503     Closes: #396702
4504   * Improve login/register process, the login dialog has only name and
4505     password fields, which allows more web browsers to regognise it as a login
4506     field, and is less confusing.
4507   * Implemented expiry options for aggregate plugin.
4508   * Use precalculated backlinks info when determining if files need an update
4509     due to a page they link to being added/removed. Mostly significant if
4510     there are lots of pages.
4511   * Remove duplicate link info when saving index. In some cases it could
4512     pile up rather badly. (Probably not the best way to deal with this
4513     problem.)
4514   * Patch from James Westby to support podcasting, photoblogging, vidcasting,
4515     or what have you, by creating enclosures for non-page items that are
4516     included in feeds.
4517
4518  -- Joey Hess <joeyh@debian.org>  Fri,  3 Nov 2006 14:46:37 -0500
4519
4520 ikiwiki (1.31) unstable; urgency=low
4521
4522   * Patch from Paweł Tęcza to cp -a the templates in the Makefile.
4523   * Change the rss feed title from the wikiname to the page title, with
4524     an exception for the wiki's toplevel index page, which will still use the
4525     wikiname as the feed title.
4526     Overriding the page title with meta title already overrode the rss feed
4527     tittle.
4528   * Add an img plugin, based on Christian Mock's img plugin, but stripped
4529     down to the bare essentials. Useful for handling large images on websites.
4530   * Sanitize possibly problimatic characters out of the polygen grammar names,
4531     just in case. Should not be exploitable anyway, since it only tries to run
4532     polygen after finding the specified grammar file.
4533   * Add missing dependency on the URI perl module.
4534   * Add basic spam fighting tool for admins: An admin's prefs page now allows
4535     editing a list of banned users.
4536
4537  -- Joey Hess <joeyh@debian.org>  Fri, 27 Oct 2006 23:16:33 -0400
4538
4539 ikiwiki (1.30) unstable; urgency=low
4540
4541   * Add no_override parameter to hook().
4542   * Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
4543     plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
4544     can be configured using a page in wiki.
4545   * Fix support for --pingurl at the command line.
4546   * Fix a subtle bug in will_render that broke some builds, by only clearing
4547     items from renderedfiles the first time per build.
4548   * Wrap entire technortati ping operation in an eval to catch all possible
4549     failure modes, after I observed a simple ->value crashing ikiwiki when
4550     a ping failed.
4551
4552  -- Joey Hess <joeyh@debian.org>  Mon, 16 Oct 2006 15:17:38 -0400
4553
4554 ikiwiki (1.29) unstable; urgency=low
4555
4556   * Patch from Paul Tötterman to use CP in the Makefile.
4557   * Patch from Alec Berryman adding a http_auth config item that allows
4558     using HTTP Authentication instead of ikiwiki's built in authentication.
4559     Useful for eg, large sites with their own previously existing user auth
4560     setup. Closes: #384534
4561   * Change %renderedfiles to store an array of files rendered from a given
4562     source file, to allow tracking of extra rendered files like rss feeds.
4563   * Note that plugins that accessed this variable will need to be updated!
4564     The plugin interface has been increased to version 1.01 for this change.
4565     As few plugins use %renderedfiles I haven't done anything else to ensure
4566     compatibility of old plugins.
4567   * Add will_render function to the plugin interface, used to register that a
4568     page renders a destination file, and do some security checks. Previously
4569     but no longer rendered files will be cleaned up.
4570   * Use will_render in the inline and linkmap plugins.
4571   * You will need to rebuild your wiki on upgrade to this version.
4572   * Atom feed support based on a patch by Clint Adams.
4573   * Add feeds=no option to inline preprocessor directive to turn off all types
4574     of feeds.
4575   * $IkiWiki::version now holds the program version, and is accessible to
4576     plugins.
4577   * Make the aggregate plugin emphasize error messages.
4578   * Patch from Recai to limit recentchanges to displaying max 10 files for a
4579     given changeset (to avoid large number of file changes excessively
4580     bloating the page).
4581
4582  -- Joey Hess <joeyh@debian.org>  Fri, 13 Oct 2006 23:14:28 -0400
4583
4584 ikiwiki (1.28) unstable; urgency=low
4585
4586   * inline: Add ability to sort by page name, based on a patch from
4587     Benjamin A'Lee.
4588   * Fix a forkbomb in various calls to IPC::Open2, which has a highly
4589     braindead interface. Closes: #389383
4590   * Don't rm -rf ikiwiki on distclean, since a) there's no such file
4591     and b) those poor Mac OSX users and their case insensative files!
4592   * Don't fail syntax check if Text::Typography isn't installed.
4593     Closes: #389406
4594
4595  -- Joey Hess <joeyh@debian.org>  Tue, 26 Sep 2006 02:08:17 -0400
4596
4597 ikiwiki (1.27) unstable; urgency=low
4598
4599   * Work on firming up the plugin interface:
4600     - Plugins should not need to load IkiWiki::Render to get commonly
4601       used functions, so moved some functions from there to IkiWiki.
4602     - Picked out the set of functions and variables that most plugins
4603       use, documented them, and made IkiWiki export them by default,
4604       like a proper perl module should.
4605     - Use the other functions at your own risk.
4606     - This is not quite complete, I still have to decide whether to
4607       export some other things.
4608   * Changed all plugins included in ikiwiki to not use "IkiWiki::" when
4609     referring to stuff now exported by the IkiWiki module.
4610   * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
4611     to declare which version of the interface your plugin needs.
4612   * Anyone with a third-party ikiwiki plugin is strongly encouraged
4613     to make like changes to it and avoid use of non-exported symbols from
4614     "IkiWiki::".
4615   * Link debian/changelog and debian/news to NEWS and CHANGELOG.
4616   * Support hyperestradier version 1.4.2, which adds a new required phraseform
4617     setting.
4618   * If an inlined page has a permalink, link the page title to that.
4619   * Patch from Recai to use utf8 when reading the setup file, so that
4620     utf8 wikinames from there will be used properly.
4621   * Patch from Recai to kill utf-8 on the wiki name when generating the
4622     session cookie.
4623   * Change ddate plugin to use the DateTime::Calendar::Discordian perl module.
4624   * Fix a baseurl problem in hyperestradier search results.
4625   * Add a stub local.css to avoid problems with 404's.
4626   * Patch from Recai to fix a wide character warning from the search plugin
4627     during setup if the wikiname contains utf8.
4628   * Yet another fix for those poor case-insensative OS X users.
4629   * pagetemplate hooks are now also called when generating cgi pages.
4630   * Add a favicon plugin, which simply adds a link tag for an icon to each
4631     page (and cgis).
4632   * Patch from James Westby to deal with the case where you're editing a
4633     new page, hit cancel, and need to be redirected to somewhere sane.
4634   * Various documentation improvements by various wiki users.
4635   * Support Text::Markdown from CPAN, which has a different interface from
4636     the original markdown or the one in Debian.
4637   * Version the libcgi-session-perl dependency, some features that need
4638     the new version are used in some cases (sslcookie).
4639   * Numerous tla fixes from Clint.
4640   * Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
4641     a multi-resolution favicon.ico.
4642   * README.Debian: typo Closes: #388110
4643   * chomp trailing newline at the end of templates read in by the template
4644     plugin, to allow use of the template preprocessor directive in
4645     whitespace-sensative situations. Closes: #387073
4646   * Patch from James Westby to make the location of the estseek.cgi script
4647     configurable.
4648   * Add typography (SmartyPants) plugin by Recai.
4649   * Add --render mode, which can be used to preview an edit at the command
4650     line by test rendering a single page.
4651   * Add a googlecalendar plugin. A bit special-purpose, but it shows
4652     one way to to deal with user-supplied content that could cause XSS
4653     issues w/o the htmlscrubber, and won't survive the scrubber.
4654
4655  -- Joey Hess <joeyh@debian.org>  Sun, 24 Sep 2006 00:02:21 -0400
4656
4657 ikiwiki (1.26) unstable; urgency=low
4658
4659   * Add a missing -n to tla undo call.
4660   * otl2hmtl can't be safely used with IPC::Open2 since it sometimes
4661     writes before consuming its whole stdin. Avoid this deadlock.
4662   * Fix alt tags for outline checkboxes.
4663
4664  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 16:24:16 -0400
4665
4666 ikiwiki (1.25) unstable; urgency=low
4667
4668   * Add proper waitpid calls for open2ed processes throughout to avoid
4669     zombies; this hit htmltidy especially badly.
4670   * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
4671     subversion repos and fixing some other issues.
4672   * Add support for tla, contributed by Clint Adams. Closes: #385936
4673   * Add support for mercurial, contributed by Emanuele Aina.
4674   * Include <link rel> tag for RSS feeds, used by some aggregators and
4675     firefox to find the feed.
4676   * Add a linkmap plugin (requires graphviz).
4677
4678  -- Joey Hess <joeyh@debian.org>  Fri,  8 Sep 2006 01:54:14 -0400
4679
4680 ikiwiki (1.24) unstable; urgency=low
4681
4682   * Simplify the data structure returned by rcs_recentchanges to avoid
4683     each rcs plugin needing to form complex strings on its own.
4684   * Fix another destpage issue in the inline directive. Closes: #385512
4685     again.
4686
4687  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 15:46:45 -0400
4688
4689 ikiwiki (1.23) unstable; urgency=low
4690
4691   * Allow inline directives to be nested inside eg, sidebars. Closes: #385512
4692
4693  -- Joey Hess <joeyh@debian.org>  Sun,  3 Sep 2006 12:14:45 -0400
4694
4695 ikiwiki (1.22) unstable; urgency=low
4696
4697   * Change how the stylesheet url is determined in the templates: Remove
4698     STYLEURL and add BASEURL to all templates (some already had it). This
4699     new more general variable can be used to link to other things (eg, images)
4700     from the template, as well as stylesheets.
4701   * Fix a bug introduced last version to do with nested inlines.
4702   * Allow preprocessor directives to span multiple lines, both to make
4703     long ones with lots of values easier to write, and to allow for ones with
4704     multi-line quoted values.
4705   * Allow preprocessor directives to contain python-like triple-quoted
4706     text blocks, for easy nesting of quotes inside.
4707   * Add a template plugin.
4708   * Make pagespec merge code smarter about merging duplicate pagespecs.
4709   * Patch from Jordà Polo to make Setup::Standard support hashes in config
4710     files.
4711   * Change order of linkify and preprocess; first preprocess and then linkify.
4712     This allows passing a wikilink inside a parameter to a preprocessor
4713     directive without it being expanded to html, and leaking out of the
4714     parameter, which had required some non-obvious use of triple-quoting
4715     to avoid. Note that any preprocessor plugins that output something
4716     that looks like a wikilink will now have it treated as such; AFAIK
4717     this doesn't change any behavior though except for the template plugin.
4718   * Enable preprocessor directives when previewing an edit.
4719   * Make all pages pull in a local.css style sheet, if present. This won't
4720     be included in ikiwiki, but can be created to make local styling changes
4721     w/o needing to merge in every new change to the distributed style.css.
4722   * Use DESTDIR and not PREFIX to specify installation prefix for packaging.
4723   * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
4724     from a different directory.
4725   * Generalised preprocesser loop protection code.
4726   * Patch from James Westby to allow a description to be set for rss feeds.
4727   * Patch from James Westby to add a template for the search form.
4728   * Added a ddate plugin.
4729   * Patch from James Westby to add a --sslcookie switch, which forces
4730     cookies to only be sent over ssl connections to avoid interception.
4731   * Fix preferences page on anonok wikis; still need to sign in to get
4732     to the preferences page.
4733   * Add toc (table of contents) plugin.
4734   * Change htmlize, format, and sanitize hooks to use named parameters.
4735   * Patch from James Westby to add an actions option to inline; this
4736     adds Edit and Discussion links at the end of blog entries.
4737   * Due to some css changes, you'll want to rebuild your wiki on upgrade
4738     to this version. Will be handled automatically by the deb.
4739   * Add processed date to aggregate preprocessor directive status output.
4740
4741  -- Joey Hess <joeyh@debian.org>  Fri,  1 Sep 2006 22:03:34 -0400
4742
4743 ikiwiki (1.21) unstable; urgency=low
4744
4745   * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
4746   * If a page links to itself, mark up the link text in a span with
4747     class="selflink" so that it can be styled. I don't have a useful style
4748     defined for that though.
4749   * Call filter hooks on inlined page content.
4750   * Support inlining pages raw, rather than creating a blog.
4751   * Clean up yes/no parameter parsing in inline plugin.
4752   * Implemented better cycle detection in the inline plugin; nested inlines
4753     will now work.
4754   * Add a map plugin contributed by Alessandro Dotti Contra.
4755   * Add otl format plugin, which handles files as created by vimoutliner.
4756   * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
4757   * Add first draft at a Restructured Text (rst) plugin, by Sergio
4758     Talens-Oliag. Note that this has many known issues -- see the caveats on
4759     the plugin's page.
4760   * Credit everyone who wrote a plugin on the plugins' wiki pages.
4761   * Fix utf-8 in blog post form.
4762
4763  -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2006 16:42:54 -0400
4764
4765 ikiwiki (1.20) unstable; urgency=low
4766
4767   * Relicense the templates and basewiki under the 2-clause BSD license.
4768     Since these can easily become part of other people's websites, they
4769     should be under as permissive a license as possible.
4770   * Add --syslog config option, to log to the syslog.
4771   * Catch failing IPC::Open2 in tidy plugin and retry in case this is a
4772     transient failure to fork (which I've seen happen in the wild).
4773   * Fix a bug in the aggregator introduced last version that caused all
4774     aggregator state to be lost during a non-aggregating build.
4775
4776  -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2006 19:05:56 -0400
4777
4778 ikiwiki (1.19) unstable; urgency=low
4779
4780   * Fix several related bugs in page type determination during online editing.
4781   * Add some locking to prevent 2 aggregators from running at once.
4782   * Fix an infinite loop in the aggregator when finding a unique filename.
4783
4784  -- Joey Hess <joeyh@debian.org>  Wed, 16 Aug 2006 13:46:25 -0400
4785
4786 ikiwiki (1.18) unstable; urgency=low
4787
4788   * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
4789   * Add --version.
4790   * Man page format fixups.
4791   * If the meta plugin overides the page title, set a title_overridden
4792     variable in the template to true. This allows doing things with the
4793     templates conditional on the title being overriden.
4794   * Add a %pagecase which maps lower-case page names to the actual case
4795     used in the filename. Use this in bestlinks calculation instead of
4796     forcing the link to lowercase.
4797   * Also use %pagecase in various other places that want to check if a page
4798     with a given name exists.
4799   * This means that links to pages with mixed case names will now work,
4800     even if the link is in some other case mixture, and mixed case pages
4801     should be fully supported throughout ikiwiki.
4802   * Recommend rebuilding wikis on upgrade to this version.
4803
4804  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 22:10:48 -0400
4805
4806 ikiwiki (1.17) unstable; urgency=low
4807
4808   * Disable tidy generator tag.
4809   * Move tidy back to sanitize hook, found out how to only show body.
4810   * Turn off tidy indentation too.
4811   * Turn on HTML::Template loop_context_vars; not actually used in stock
4812     templates but can be useful for things like making comma-delimited lists
4813     of tags or what have you.
4814   * Remove <br> from end of aggregate preprocessor directive output.
4815   * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
4816     case-sensative filesystems like OSX.
4817   * Improve markdown loading. First, try to load it as a proper perl module,
4818     in case it was installed as one. Then fall back to trying
4819     /usr/bin/markdown.
4820   * Document in install page how to install markdown, since it has no
4821     installation procedure in the upstream tarball.
4822   * Set die_on_bad_params => 0 for all templates, to allow users to modify
4823     them without annoyances.
4824   * Suck in the page content when generating an inline archive page, to work
4825     around the meta plugin's lack of caching of title metadata across runs.
4826
4827  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:52:13 -0400
4828
4829 ikiwiki (1.16) unstable; urgency=low
4830
4831   * Try to handle relative links in aggregated feeds. However,
4832     the current support is a crude hack due to limitations of XML::Feed:
4833     xml:base is not supported, neither is Content-Location. And of course,
4834     relative links in RSS feeds are ill-undefined..
4835   * Make aggregator save permalinks and author name to pages as metadata.
4836   * Add permalink and author support to meta plugin, affecting RSS feeds
4837     and blog pages.
4838   * Various CSS and formatting changes.
4839   * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
4840   * Add xhtml files to the default prune regexp.
4841   * Also generate rel=bookmark links for permalinks.
4842   * Fix the htmltidy plugin, which wasn't working due my breaking it when
4843     I added it..
4844   * Don't run tidy with -xml as that fails if the input is not well-formed.
4845     Run it with -asxhtml instead, so it will output well-formed xhtml no
4846     matter what the input.
4847   * Disable tidy warnings too.
4848   * Add a new format hook, and make tidy use it, since tidy can really only
4849     operate on and output complete html documents, not the body chunks
4850     that sanitise gets.
4851   * Fix dates in rss feeds if running localised, so they're still rfc 822.
4852
4853  -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 20:48:36 -0400
4854
4855 ikiwiki (1.15) unstable; urgency=low
4856
4857   * Remove CDPATH and other env vars perl taint checking doesn't like.
4858     Closes: #381279
4859   * Added created_before and created_after PageSpec limits.
4860
4861  -- Joey Hess <joeyh@debian.org>  Thu,  3 Aug 2006 13:00:57 -0400
4862
4863 ikiwiki (1.14) unstable; urgency=low
4864
4865   * Memoize pagespec translation, this speeds up a build of the ikiwiki tree
4866     by 10% or so.
4867   * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
4868   * Added many unit tests for pagespec_match.
4869
4870  -- Joey Hess <joeyh@debian.org>  Wed,  2 Aug 2006 11:34:06 -0400
4871
4872 ikiwiki (1.13) unstable; urgency=low
4873
4874   * ikiwiki can now download and aggregate feeds with its new aggregate
4875     plugin, so it's possible to implement a Planet using ikiwiki!
4876   * Add a run_hooks function for the common task of running all hooks of a
4877     given type.
4878   * Add a savestate hook.
4879   * Don't put blog post forms on pages if there's no cgiurl set.
4880   * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
4881     --wrappers to do that.
4882   * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
4883     to update pages that haven't changed on disk.
4884   * Change meta tags to use html entity-escaped text for values, so that
4885     quotes and such can be represented in title tags.
4886   * Depend and build-depend on HTML::Parser for HTML::Entities which is used
4887     for the above.
4888   * Make --rebuild also cause --aggregate to re-download and write aggregated
4889     pages.
4890   * Avoid outputting duplicate meta info.
4891   * Include title metadata on aggregated posts for capitalised and un-munged
4892     titles.
4893   * Title metadata of inlined pages now shows up in blogs and rss feeds.
4894   * Fix issue with unicode filenames and updating the hyper estradier search
4895     index. (Aka Please Please Please, let that be the last one.)
4896   * Patch from Roland Mas to support an rss=no parameter to inline directives.
4897     Closes: #380743
4898   * Renamed GlobLists to PageSpecs.
4899   * PageSpecs can now include nested parens, "and", and "or". This remains
4900     backwards compatible to the old GlobList format. It's implemented by
4901     treating the GlobList as a very limited microlanguage that is transformed
4902     to perl code that does the matching.
4903   * The old GlobList format is deprecated, and I encourage users to switch to
4904     using the new PageSpec format. Compatibility with the old format will be
4905     removed at some point, possibly by 2.0.
4906   * Wiki rebuild needed on upgrade to this version due to PageSpec change.
4907   * Add support for creation_month and creation_year to PageSpec.
4908     Closes: #380680
4909   * Changes to index file encoding.
4910
4911  -- Joey Hess <joeyh@debian.org>  Tue,  1 Aug 2006 21:21:19 -0400
4912
4913 ikiwiki (1.12) unstable; urgency=low
4914
4915   "Viva l'Italia!"
4916   * New pagestats plugin from Enrico, which can generate a table counting
4917     the backlinks for each page, or a del.icio.us style cloud.
4918   * Build-depend on libtext-wikiformat-perl, so that the syntax check of
4919     the wikiformat plugin works. Thanks, Emanuele Aina.
4920   * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
4921     display, running them through pagetitle. This removes ugly underscores and
4922     other gunk from the display, much nicer. You may want to rebuild your wiki
4923     when upgrading to get the cleanup globally.
4924   * Polygen plugin from Enrico.
4925   * htmltidy plugin from Faidon.
4926   * Locale patch from Faidon:
4927     - Adds a locale setting to setup files.
4928     - Proper local time, if the locale configuration option is used.
4929     - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
4930       commiting (or even rcs_updating) on repositories with UTF-8 filenames was
4931       impossible.
4932   * Add getopt hook type, this allows plugins to add new command-line options.
4933   * Add --tagbase option to tag plugin.
4934   * Add exclude option in setup files, works same as --exclude.
4935   * Put categories in rss feeds for tagged items.
4936   * Allow preprocessor directives to be expanded in inlined blog pages.
4937     However, to avoid inlining loops etc, don't expand inline directives in
4938     inlined pages.
4939   * fortune plugin (trivial)
4940   * Tag plugins according to type.
4941
4942  -- Joey Hess <joeyh@debian.org>  Sat, 29 Jul 2006 17:12:56 -0400
4943
4944 ikiwiki (1.11) unstable; urgency=low
4945
4946   * Patch from Enrico that
4947     - Adds a tag plugin that allows more easily tagging pages.
4948       The meta plugin can also still be used for that, but the tag plugin
4949       also lists a page's tags at the bottom of the page.
4950     - Allows preprocessor directives to have parameters with no specified
4951       value.
4952     - Fixes preprocessor directive parameter parsing so that
4953       foo=bar baz now means "foo=bar" and a "baz" with no value.
4954   * Run pagetemplate hooks when inlining pages so that inlined pages also
4955     list their tags.
4956   * Make all plugins with pagetemplate hooks check that variables exist
4957     on the template before setting them, for robustness.
4958   * Switch pagetemplate hooks to using named parameters.
4959   * Pass a destpage parameter to preprocessor and pagetemplate hooks.
4960     This will be the page that a source page will be part of, which is
4961     different than the source page for inlined pages.
4962   * Audited all plugins to endure they pass (page, destpage) to htmllink
4963     appropriately. This means inlining of various plugins will not work
4964     properly, with correct links generated.
4965
4966  -- Joey Hess <joeyh@debian.org>  Thu, 27 Jul 2006 20:51:23 -0400
4967
4968 ikiwiki (1.10) unstable; urgency=low
4969
4970   * Run page through any relevant filters when generating a page preview.
4971   * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
4972     default throughout the wiki, not only on wikitext pages. Decided to call
4973     this a feature, and split the camelcase support out into a separate plugin
4974     that is independant of wikitext.
4975   * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
4976
4977  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 18:06:35 -0400
4978
4979 ikiwiki (1.9) unstable; urgency=low
4980
4981   * Improve display of parentlinks and page title of toplevel index page.
4982   * Patch from Faidon to use svn --limit when possible for recentchanges,
4983     speeds up recentchanges a lot for wikis with more history.
4984   * Patch from Recai to fix utf8 issues in git backend.
4985   * Add wikitext markup plugin, which supports ".wiki" pages written in the
4986     original wiki syntax, CamelCase links and all.
4987   * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
4988     support, to edit pages etc without a web server.
4989   * Display CGI processing errors if present.
4990   * Fix from Faidon for a XML parser issue that breaks utf-8 for
4991     RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
4992     area, and also way slow.
4993   * Match 'web commit from' in SVN and git, these are web commits too.
4994     (Faidon)
4995   * Consolidated all decode_utf8 in FormBuilder's fields to make the code more
4996     readable and avoid future mistakes. The patch seems to work and for the
4997     first time I have a UTF-8 username ;-) (Faidon)
4998   * Use form->field consistently, not form->param.
4999   * Patch from Recai to allow selection of page type when creating a new page.
5000     Default page type is inherited from the link clicked on to create the new
5001     page.
5002
5003  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 17:25:30 -0400
5004
5005 ikiwiki (1.8) unstable; urgency=low
5006
5007   * Fix orphans plugin to not count a link to a nonexistant page as a reason
5008     for a page not being an orphan.
5009   * Support pinging services such as Technorati using XML-RPC to notify them
5010     about changes to rss feeds.
5011   * Parse svn log as xml for improved utf8 and security. Note that this makes
5012     ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
5013   * POSIX::strftime doesn't know about encodings and doesn't return a utf8
5014     flagged string even if the locale causes it to generate utf8 output,
5015     so make sure to let perl know it should be handled as utf8. Also,
5016     the optimised version used for standard time formats won't work if the
5017     user has changed locale, so drop it. Thanks, Faidon Liambotis.
5018   * Fix re-encoding of the comments field to utf8 if a commit fails
5019     due to a conflict. Thanks, Faidon Liambotis.
5020   * Let svn know that commits have utf8 commit messages. Thanks, Faidon
5021     Liambotis.
5022   * Add insane double encode/decode to utf8 around call to markdown.
5023     This works around a truely strange bug, which is apparently a bug in
5024     perl, #376329. Also added a test case for it.
5025   * Improve layout of edit page so formatting help link is always visible w/o
5026     getting in the way of the preview.
5027   * Centralised all calls to HTML::Template and force all the templates
5028     to be read as utf8.
5029   * Support pages with utf8 filenames. Patch by Faidon Liambotis.
5030   * Introduce add_plugins and disable_plugins config options in setup files.
5031     This allows adding or removing plugins w/o overriding the whole list of
5032     default plugins, which makes it easier to upgrade when new default plugins
5033     are added.
5034   * Support htmlize plugins and make mdwn one such plugin, which is enabled by
5035     default (of course!). Based on a patch by Faidon Liambotis.
5036   * Add a html plugin, which can be used to write wikis in raw html,
5037     if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
5038     defaults to not processing .html files, since w/o this plugin they would
5039     be copied unsanitised. With this plugin, it will process and html
5040     sanitise them, like any other page type.
5041   * Rebuilding wrappers is necessary on upgrade to this version.
5042   * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
5043     will be automatically done on all upgrades.
5044   * Don't send pings if the wiki is being rebuilt.
5045   * Work around very innefficient behavior in File::Spec::abs2rel. Result
5046     is a savings of 2 pointless fork/execs per link calculation, which
5047     results in ~25% speedup of ikiwiki building its own doc wiki, and
5048     about 35% speedup displaying RecentChanges!
5049   * Make RecentChanges use a table and some CSS, should be much more readable.
5050     No code changes involved.
5051   * Encode & in diffurl in examples, to conform to pedantic rules.
5052   * Speed up RecentChanges by another 40% or so with some memoization.
5053   * Memoize abs2rel, which is still kinda slow, for another 30% speedup
5054     in time to build the doc wiki.
5055
5056  -- Joey Hess <joeyh@debian.org>  Tue,  4 Jul 2006 12:46:29 -0400
5057
5058 ikiwiki (1.7) unstable; urgency=low
5059
5060   * Updated logo from Recai with some kerning and alingment tuning.
5061   * Patch from Recai to fix git recentchanges code to work with git 1.4 which
5062     changed some output.
5063   * Copyright update.
5064
5065  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 23:33:35 -0400
5066
5067 ikiwiki (1.6) unstable; urgency=low
5068
5069   * YA utf-8 patch from Recai, this time to fix previewing a page so that
5070     the text in the input box is re-encoded back to utf-8.
5071   * -CSD does not affect modules, so readfile() was not using the utf-8 input
5072     layer, which led to lots of problems; make it force read files as utf-8.
5073     Closes: #373203
5074   * Note that as a consequence, this version of ikiwiki will actually try to
5075     parse utf8 in source files for the first time, which may expose broken
5076     utf8 in wiki sources that was hidden before. Most common will be
5077     perl warnings like "utf8 "\xE9" does not map to Unicode"
5078   * writefile() likewise needs to use the utf8 output layer.
5079   * Remove the -CSD from ikiwiki's hashbang since it's useless to have it
5080     there.
5081   * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
5082     given the readfile fix.
5083   * Add utf-8 testcases for readfile and htmlize.
5084   * Put back the encode_utf8 in the input to markdown; it's really not utf-8
5085     safe.
5086   * More utf-8 fixes from Recai, partly to things I broke above:
5087     - The serious problem is that writefile() saves the content in undecoded
5088       format in CGI, hence all (non-ascii) chars are corrupted permanently.
5089     - Comment field in edit page is not decoded and all the non-ascii chars in
5090       this field are corrupted as the result.  We should decode it as we do it
5091       for the content.
5092     - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
5093       character in print.
5094   * New SVG logo from Recai.
5095
5096  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 19:18:46 -0400
5097
5098 ikiwiki (1.5) unstable; urgency=low
5099
5100   * Add --timeformat config option to allow changing how dates are displayed.
5101     Note that as a side effect, dates will now be displayed using the local
5102     timezone, not as GMT.
5103   * More security review.
5104   * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
5105     for some handy stuff like:
5106     - Using links as a kind of tag; creating blog pages that list all pages
5107       containing a given tag/link or not containing some other tag.
5108     - Subscribing to mail notifications whenever a change is made to a page
5109       that is a backlink of page foo. Ie, "Please notify me of changes in all
5110       pages that link to my home page in the wiki"
5111     - Locking any pages that are linked to from a particular page, so that
5112       lists of locks can be exposed in the wiki.
5113   * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
5114     when a todo item is done, instead of the previous moving it to a different
5115     subdir.
5116   * Allow pagetemplate plugins to override *anything* in the template.
5117   * Add a meta plugin, which allows specifying various metadata about pages,
5118     like license and author. It also allows for inserting html link and meta
5119     tags into html, overriding the title, and adding hidden WikiLinks, which
5120     can be useful when using link-based globbing for page categorisation.
5121   * Remove preprocessor directives from inlined pages.
5122   * Allow simple preprocessor directive values to be specified w/o quotes.
5123   * Add support for using git instead of subversion as the RCS backend,
5124     tremendous thanks to Recai Oktaş for this.
5125   * Doc updates for git.
5126   * Fix absolute url munging in rss generation to support https, ftp, etc urls
5127     not just http urls.
5128   * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
5129     utf-8 for edit and other fields, and for recentchanges. There may still
5130     be utf-8 issues with the preferences page though.
5131
5132  -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 19:56:54 -0400
5133
5134 ikiwiki (1.4) unstable; urgency=low
5135
5136   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
5137     very strange way of enabling proper XHTML <br /> type tags. Output html
5138     should be always valid again now.
5139   * The page name and parent links has switched from using a <h1> to a styled
5140     <span>, so pages can use <h1> internally instead of needing to use <h2>.
5141   * Updated all of ikiwiki's own wiki pages for that.
5142   * Add pagetemplate hook, which can be used by plugins that want to mess
5143     around with adding new stuff to the page template.
5144   * Remove headercontent; the search plugin now adds the search box to the
5145     header by registering a pagetemplate hook, and other plugins should do
5146     similarly.
5147   * Rebuilding on upgrade to this version is recommended.
5148   * Add a html validity check to the test suite, using the wdg-html-validator,
5149     if available.
5150   * Make the html valid when there is nothing in the actions list.
5151   * Reordered some function call parameters for consistency.
5152   * Enable full utf-8 support for page input and output.
5153   * Add a workaround for markdown, which does not work well with utf-8
5154     strings.
5155   * --getctime had bitrotted (well I only ever used it the once so far..),
5156     fix and make it a bit more flexible
5157   * rcs_getctime is changed, now rather than needing to loop over all pages,
5158     it should just use the rcs to get the ctime of the passed file.
5159   * When inlining a page in another one, links from the inlined page are now
5160     expanded the same as they are when rendering the inlined page as a
5161     standalone page. So rather than being expanded from the POV of the
5162     inlining page, they are expanded from the POV of the inlined page.
5163
5164     For example, a link from blog/foo to "bar" will now link to blog/bar
5165     if it exists. Previously this needed to be a link explicitly to
5166     "blog/bar"; such links will also continue to work.
5167
5168     (This was slightly complex to do as the link still has to be constructed
5169     relative to the inlining page.)
5170   * Make page edit textarea resize to fit browser window.
5171   * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
5172     do not need a full rebuild, in order to update any basewiki pages.
5173
5174  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 15:08:49 -0400
5175
5176 ikiwiki (1.3) unstable; urgency=low
5177
5178   * Fix the preinst introduced in the last version. Closes: #367458
5179
5180  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
5181
5182 ikiwiki (1.2) unstable; urgency=low
5183
5184   * Remove dups from the brokenlinks list.
5185   * Add libc6-dev to dependencies, needed to build wrappers.
5186   * Install wikilist in correct location. Closes: #367371
5187
5188  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
5189
5190 ikiwiki (1.1) unstable; urgency=low
5191
5192   * Rename inlinepage to depends, so that it can be used to refer to more
5193     dependency relationships than just inlining. This will require a rebuild
5194     on upgrade to this version.
5195   * Move the rss link, put it in the blogpost form if there is one and at the
5196     top if not. This is both nicer because easier to find, and it cleans up
5197     the code which had used inlinepage as a flag for adding the link later.
5198   * Allow the depends GlobList to be built up from multiple sources (such as
5199     plugins) during a page render.
5200   * Which means that more than one blog is now supported to appear on a
5201     single page. (With some limitations, like only the last one getting an
5202     rss file.)
5203   * Added a plugin system.
5204   * Added a pagecount plugin, enabled by default.
5205   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
5206   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
5207     backlinks when the backlinks hadn't really changed.
5208   * Moved inline page support, rss generation etc into the inline plugin,
5209     enabled by default.
5210   * Added brokenlinks plugin, not enabled by default, but rather handy.
5211   * Fix several broken links in the doc wiki.
5212   * Smarter behavior when creating a page and a page of the same name (but
5213     different location) already exists.
5214   * Add an orphans plugin for finding pages that nothing links to.
5215   * Removed backlinks page, which it turns out nothing used.
5216   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
5217     it, this will allow for adding a unit test suite.
5218   * Add unit tests for several core functions, including globlist_match,
5219     dirname, basename, bestlink, linkify, pagetitle, titlepage.
5220   * Smart globlist merging.
5221   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
5222     to pave the way for adding other RCS support. This also changes the
5223     setup files, where before they had svn => 1 or svn => 0, now they have
5224     rcs => "svn" or rcs => "".
5225   * Add a debian/NEWS file with upgrade notes.
5226   * Load whatever rcs module is specified, so new ones can be just dropped in
5227     as plugins and work. (Well, in theory.)
5228   * Add some basic docs about writing RCS modules.
5229   * Broke search capability out into a plugin, removed the --hyperestraier
5230     switch.
5231   * Added smiley plugin, nicely controlled and documented by the smileys page.
5232   * Copied in some smileys from Moin Moin.
5233   * Allow links of the form [[some page|page]], with whitespace in the link
5234     text.
5235   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
5236     and --disable-plugin htmlscrubber.
5237   * Allow discussion links on pages to be turned off with --no-discussion.
5238   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
5239   * Add some new config items to the estseek.conf template, which are needed
5240     by hyperestraier 1.2.3.
5241
5242  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
5243
5244 ikiwiki (1.0) unstable; urgency=low
5245
5246   * First official release.
5247
5248  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400