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