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