]> sipb.mit.edu Git - ikiwiki.git/blob - debian/changelog
af03c72f584461cdf60d4f83024da705cc3133aa
[ikiwiki.git] / debian / changelog
1 ikiwiki (1.20) unstable; urgency=low
2
3   * Relicense the templates and basewiki under the 2-clause BSD license.
4     Since these can easily become part of other people's websites, they
5     should be under as permissive a license as possible.
6   * Add --syslog config option, to log to the syslog.
7   * Catch failing IPC::Open2 in tidy plugin and retry in case this is a
8     transient failure to fork (which I've seen happen in the wild).
9   * Fix a bug in the aggregator introduced last version that caused all
10     aggregator state to be lost during a non-aggregating build.
11
12  -- Joey Hess <joeyh@debian.org>  Thu, 17 Aug 2006 19:05:56 -0400
13
14 ikiwiki (1.19) unstable; urgency=low
15
16   * Fix several related bugs in page type determination during online editing.
17   * Add some locking to prevent 2 aggregators from running at once.
18   * Fix an infinite loop in the aggregator when finding a unique filename.
19
20  -- Joey Hess <joeyh@debian.org>  Wed, 16 Aug 2006 13:46:25 -0400
21
22 ikiwiki (1.18) unstable; urgency=low
23
24   * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
25   * Add --version.
26   * Man page format fixups.
27   * If the meta plugin overides the page title, set a title_overridden
28     variable in the template to true. This allows doing things with the
29     templates conditional on the title being overriden.
30   * Add a %pagecase which maps lower-case page names to the actual case
31     used in the filename. Use this in bestlinks calculation instead of
32     forcing the link to lowercase.
33   * Also use %pagecase in various other places that want to check if a page
34     with a given name exists.
35   * This means that links to pages with mixed case names will now work,
36     even if the link is in some other case mixture, and mixed case pages
37     should be fully supported throughout ikiwiki.
38   * Recommend rebuilding wikis on upgrade to this version.
39
40  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 22:10:48 -0400
41
42 ikiwiki (1.17) unstable; urgency=low
43
44   * Disable tidy generator tag.
45   * Move tidy back to sanitize hook, found out how to only show body.
46   * Turn off tidy indentation too.
47   * Turn on HTML::Template loop_context_vars; not actually used in stock
48     templates but can be useful for things like making comma-delimited lists
49     of tags or what have you.
50   * Remove <br> from end of aggregate preprocessor directive output.
51   * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
52     case-sensative filesystems like OSX.
53   * Improve markdown loading. First, try to load it as a proper perl module,
54     in case it was installed as one. Then fall back to trying
55     /usr/bin/markdown.
56   * Document in install page how to install markdown, since it has no
57     installation procedure in the upstream tarball.
58   * Set die_on_bad_params => 0 for all templates, to allow users to modify
59     them without annoyances.
60   * Suck in the page content when generating an inline archive page, to work
61     around the meta plugin's lack of caching of title metadata across runs.
62
63  -- Joey Hess <joeyh@debian.org>  Sat, 12 Aug 2006 12:52:13 -0400
64
65 ikiwiki (1.16) unstable; urgency=low
66
67   * Try to handle relative links in aggregated feeds. However,
68     the current support is a crude hack due to limitations of XML::Feed:
69     xml:base is not supported, neither is Content-Location. And of course,
70     relative links in RSS feeds are ill-undefined..
71   * Make aggregator save permalinks and author name to pages as metadata.
72   * Add permalink and author support to meta plugin, affecting RSS feeds
73     and blog pages.
74   * Various CSS and formatting changes.
75   * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
76   * Add xhtml files to the default prune regexp.
77   * Also generate rel=bookmark links for permalinks.
78   * Fix the htmltidy plugin, which wasn't working due my breaking it when
79     I added it..
80   * Don't run tidy with -xml as that fails if the input is not well-formed.
81     Run it with -asxhtml instead, so it will output well-formed xhtml no
82     matter what the input.
83   * Disable tidy warnings too.
84   * Add a new format hook, and make tidy use it, since tidy can really only
85     operate on and output complete html documents, not the body chunks
86     that sanitise gets.
87   * Fix dates in rss feeds if running localised, so they're still rfc 822.
88
89  -- Joey Hess <joeyh@debian.org>  Fri,  4 Aug 2006 20:48:36 -0400
90
91 ikiwiki (1.15) unstable; urgency=low
92
93   * Remove CDPATH and other env vars perl taint checking doesn't like.
94     Closes: #381279
95   * Added created_before and created_after PageSpec limits.
96
97  -- Joey Hess <joeyh@debian.org>  Thu,  3 Aug 2006 13:00:57 -0400
98
99 ikiwiki (1.14) unstable; urgency=low
100
101   * Memoize pagespec translation, this speeds up a build of the ikiwiki tree
102     by 10% or so.
103   * Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
104   * Added many unit tests for pagespec_match.
105
106  -- Joey Hess <joeyh@debian.org>  Wed,  2 Aug 2006 11:34:06 -0400
107
108 ikiwiki (1.13) unstable; urgency=low
109
110   * ikiwiki can now download and aggregate feeds with its new aggregate
111     plugin, so it's possible to implement a Planet using ikiwiki!
112   * Add a run_hooks function for the common task of running all hooks of a
113     given type.
114   * Add a savestate hook.
115   * Don't put blog post forms on pages if there's no cgiurl set.
116   * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
117     --wrappers to do that.
118   * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
119     to update pages that haven't changed on disk.
120   * Change meta tags to use html entity-escaped text for values, so that
121     quotes and such can be represented in title tags.
122   * Depend and build-depend on HTML::Parser for HTML::Entities which is used
123     for the above.
124   * Make --rebuild also cause --aggregate to re-download and write aggregated
125     pages.
126   * Avoid outputting duplicate meta info.
127   * Include title metadata on aggregated posts for capitalised and un-munged
128     titles.
129   * Title metadata of inlined pages now shows up in blogs and rss feeds.
130   * Fix issue with unicode filenames and updating the hyper estradier search
131     index. (Aka Please Please Please, let that be the last one.)
132   * Patch from Roland Mas to support an rss=no parameter to inline directives.
133     Closes: #380743
134   * Renamed GlobLists to PageSpecs.
135   * PageSpecs can now include nested parens, "and", and "or". This remains
136     backwards compatible to the old GlobList format. It's implemented by
137     treating the GlobList as a very limited microlanguage that is transformed
138     to perl code that does the matching.
139   * The old GlobList format is deprecated, and I encourage users to switch to
140     using the new PageSpec format. Compatability with the old format will be
141     removed at some point, possibly by 2.0.
142   * Wiki rebuild needed on upgrade to this version due to PageSpec change.
143   * Add support for creation_month and creation_year to PageSpec.
144     Closes: #380680
145   * Changes to index file encoding.
146
147  -- Joey Hess <joeyh@debian.org>  Tue,  1 Aug 2006 21:21:19 -0400
148
149 ikiwiki (1.12) unstable; urgency=low
150
151   "Viva l'Italia!"
152   * New pagestats plugin from Enrico, which can generate a table counting
153     the backlinks for each page, or a del.icio.us style cloud.
154   * Build-depend on libtext-wikiformat-perl, so that the syntax check of
155     the wikiformat plugin works. Thanks, Emanuele Aina.
156   * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
157     display, running them through pagetitle. This removes ugly underscores and
158     other gunk from the display, much nicer. You may want to rebuild your wiki
159     when upgrading to get the cleanup globally.
160   * Polygen plugin from Enrico.
161   * htmltidy plugin from Faidon.
162   * Locale patch from Faidon:
163     - Adds a locale setting to setup files.
164     - Proper local time, if the locale configuration option is used.
165     - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
166       commiting (or even rcs_updating) on repositories with UTF-8 filenames was
167       impossible.
168   * Add getopt hook type, this allows plugins to add new command-line options.
169   * Add --tagbase option to tag plugin.
170   * Add exclude option in setup files, works same as --exclude.
171   * Put categories in rss feeds for tagged items.
172   * Allow preprocessor directives to be expanded in inlined blog pages.
173     However, to avoid inlining loops etc, don't expand inline directives in
174     inlined pages.
175   * fortune plugin (trivial)
176   * Tag plugins according to type.
177
178  -- Joey Hess <joeyh@debian.org>  Sat, 29 Jul 2006 17:12:56 -0400
179
180 ikiwiki (1.11) unstable; urgency=low
181
182   * Patch from Enrico that
183     - Adds a tag plugin that allows more easily tagging pages.
184       The meta plugin can also still be used for that, but the tag plugin
185       also lists a page's tags at the bottom of the page.
186     - Allows preprocessor directives to have parameters with no specified
187       value.
188     - Fixes preprocessor directive parameter parsing so that
189       foo=bar baz now means "foo=bar" and a "baz" with no value.
190   * Run pagetemplate hooks when inlining pages so that inlined pages also
191     list their tags.
192   * Make all plugins with pagetemplate hooks check that variables exist
193     on the template before setting them, for robustness.
194   * Switch pagetemplate hooks to using named parameters.
195   * Pass a destpage parameter to preprocessor and pagetemplate hooks.
196     This will be the page that a source page will be part of, which is
197     different than the source page for inlined pages.
198   * Audited all plugins to endure they pass (page, destpage) to htmllink
199     appropriatly. This means inlining of various plugins will not work
200     properly, with correct links generated.
201
202  -- Joey Hess <joeyh@debian.org>  Thu, 27 Jul 2006 20:51:23 -0400
203
204 ikiwiki (1.10) unstable; urgency=low
205
206   * Run page through any relevant filters when generating a page preview.
207   * Noticed a bug in the wikitext markup plugin -- it made CamelCase links the
208     default throughout the wiki, not only on wikitext pages. Decided to call
209     this a feature, and split the camelcase support out into a separate plugin
210     that is independant of wikitext.
211   * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
212
213  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 18:06:35 -0400
214
215 ikiwiki (1.9) unstable; urgency=low
216
217   * Improve display of parentlinks and page title of toplevel index page.
218   * Patch from Faidon to use svn --limit when possible for recentchanges,
219     speeds up recentchanges a lot for wikis with more history.
220   * Patch from Recai to fix utf8 issues in git backend.
221   * Add wikitext markup plugin, which supports ".wiki" pages written in the
222     original wiki syntax, CamelCase links and all.
223   * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
224     support, to edit pages etc without a web server.
225   * Display CGI processing errors if present.
226   * Fix from Faidon for a XML parser issue that breaks utf-8 for
227     RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
228     area, and also way slow.
229   * Match 'web commit from' in SVN and git, these are web commits too.
230     (Faidon)
231   * Consolidated all decode_utf8 in FormBuilder's fields to make the code more
232     readable and avoid future mistakes. The patch seems to work and for the
233     first time I have a UTF-8 username ;-) (Faidon)
234   * Use form->field consistently, not form->param.
235   * Patch from Recai to allow selection of page type when creating a new page.
236     Default page type is inherited from the link clicked on to create the new
237     page.
238
239  -- Joey Hess <joeyh@debian.org>  Wed, 26 Jul 2006 17:25:30 -0400
240
241 ikiwiki (1.8) unstable; urgency=low
242
243   * Fix orphans plugin to not count a link to a nonexistant page as a reason
244     for a page not being an orphan.
245   * Support pinging services such as Technorati using XML-RPC to notify them
246     about changes to rss feeds.
247   * Parse svn log as xml for improved utf8 and security. Note that this makes
248     ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
249   * POSIX::strftime doesn't know about encodings and doesn't return a utf8
250     flagged string even if the locale causes it to generate utf8 output,
251     so make sure to let perl know it should be handled as utf8. Also,
252     the optimised version used for standard time formats won't work if the
253     user has changed locale, so drop it. Thanks, Faidon Liambotis.
254   * Fix re-encoding of the comments field to utf8 if a commit fails
255     due to a conflict. Thanks, Faidon Liambotis.
256   * Let svn know that commits have utf8 commit messages. Thanks, Faidon
257     Liambotis.
258   * Add insane double encode/decode to utf8 around call to markdown.
259     This works around a truely strange bug, which is apparently a bug in
260     perl, #376329. Also added a test case for it.
261   * Improve layout of edit page so formatting help link is always visible w/o
262     getting in the way of the preview.
263   * Centralised all calls to HTML::Template and force all the templates
264     to be read as utf8.
265   * Support pages with utf8 filenames. Patch by Faidon Liambotis.
266   * Introduce add_plugins and disable_plugins config options in setup files.
267     This allows adding or removing plugins w/o overriding the whole list of
268     default plugins, which makes it easier to upgrade when new default plugins
269     are added.
270   * Support htmlize plugins and make mdwn one such plugin, which is enabled by
271     default (of course!). Based on a patch by Faidon Liambotis.
272   * Add a html plugin, which can be used to write wikis in raw html,
273     if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
274     defaults to not processing .html files, since w/o this plugin they would
275     be copied unsanitised. With this plugin, it will process and html
276     sanitise them, like any other page type.
277   * Rebuilding wrappers is necessary on upgrade to this version.
278   * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
279     will be automatically done on all upgrades.
280   * Don't send pings if the wiki is being rebuilt.
281   * Work around very innefficient behavior in File::Spec::abs2rel. Result
282     is a savings of 2 pointless fork/execs per link calculation, which
283     results in ~25% speedup of ikiwiki building its own doc wiki, and
284     about 35% speedup displaying RecentChanges!
285   * Make RecentChanges use a table and some CSS, should be much more readable.
286     No code changes involved.
287   * Encode & in diffurl in examples, to conform to pedantic rules.
288   * Speed up RecentChanges by another 40% or so with some memoization.
289   * Memoize abs2rel, which is still kinda slow, for another 30% speedup
290     in time to build the doc wiki.
291
292  -- Joey Hess <joeyh@debian.org>  Tue,  4 Jul 2006 12:46:29 -0400
293
294 ikiwiki (1.7) unstable; urgency=low
295
296   * Updated logo from Recai with some kerning and alingment tuning.
297   * Patch from Recai to fix git recentchanges code to work with git 1.4 which
298     changed some output.
299   * Copyright update.
300
301  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 23:33:35 -0400
302
303 ikiwiki (1.6) unstable; urgency=low
304
305   * YA utf-8 patch from Recai, this time to fix previewing a page so that
306     the text in the input box is re-encoded back to utf-8.
307   * -CSD does not affect modules, so readfile() was not using the utf-8 input
308     layer, which led to lots of problems; make it force read files as utf-8.
309     Closes: #373203
310   * Note that as a consequence, this version of ikiwiki will actually try to
311     parse utf8 in source files for the first time, which may expose broken
312     utf8 in wiki sources that was hidden before. Most common will be
313     perl warnings like "utf8 "\xE9" does not map to Unicode"
314   * writefile() likewise needs to use the utf8 output layer.
315   * Remove the -CSD from ikiwiki's hashbang since it's useless to have it
316     there.
317   * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
318     given the readfile fix.
319   * Add utf-8 testcases for readfile and htmlize.
320   * Put back the encode_utf8 in the input to markdown; it's really not utf-8
321     safe.
322   * More utf-8 fixes from Recai, partly to things I broke above:
323     - The serious problem is that writefile() saves the content in undecoded
324       format in CGI, hence all (non-ascii) chars are corrupted permanently.
325     - Comment field in edit page is not decoded and all the non-ascii chars in
326       this field are corrupted as the result.  We should decode it as we do it
327       for the content.
328     - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
329       character in print.
330   * New SVG logo from Recai.
331
332  -- Joey Hess <joeyh@debian.org>  Sun, 18 Jun 2006 19:18:46 -0400
333
334 ikiwiki (1.5) unstable; urgency=low
335
336   * Add --timeformat config option to allow changing how dates are displayed.
337     Note that as a side effect, dates will now be displayed using the local
338     timezone, not as GMT.
339   * More security review.
340   * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
341     for some handy stuff like:
342     - Using links as a kind of tag; creating blog pages that list all pages
343       containing a given tag/link or not containing some other tag.
344     - Subscribing to mail notifications whenever a change is made to a page
345       that is a backlink of page foo. Ie, "Please notify me of changes in all
346       pages that link to my home page in the wiki"
347     - Locking any pages that are linked to from a particular page, so that
348       lists of locks can be exposed in the wiki.
349   * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
350     when a todo item is done, instead of the previous moving it to a different
351     subdir.
352   * Allow pagetemplate plugins to override *anything* in the template.
353   * Add a meta plugin, which allows specifying various metadata about pages,
354     like license and author. It also allows for inserting html link and meta
355     tags into html, overriding the title, and adding hidden WikiLinks, which
356     can be useful when using link-based globbing for page categorisation.
357   * Remove preprocessor directives from inlined pages.
358   * Allow simple preprocessor directive values to be specified w/o quotes.
359   * Add support for using git instead of subversion as the RCS backend,
360     tremendous thanks to Recai Oktaş for this.
361   * Doc updates for git.
362   * Fix absolute url munging in rss generation to support https, ftp, etc urls
363     not just http urls.
364   * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
365     utf-8 for edit and other fields, and for recentchanges. There may still
366     be utf-8 issues with the preferences page though.
367
368  -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 19:56:54 -0400
369
370 ikiwiki (1.4) unstable; urgency=low
371
372   * Tell HTML::Scrubber to treat "/" as a valid attribute which is its
373     very strange way of enabling proper XHTML <br /> type tags. Output html
374     should be always valid again now.
375   * The page name and parent links has switched from using a <h1> to a styled
376     <span>, so pages can use <h1> internally instead of needing to use <h2>.
377   * Updated all of ikiwiki's own wiki pages for that.
378   * Add pagetemplate hook, which can be used by plugins that want to mess
379     around with adding new stuff to the page template.
380   * Remove headercontent; the search plugin now adds the search box to the
381     header by registering a pagetemplate hook, and other plugins should do
382     similarly.
383   * Rebuilding on upgrade to this version is recommended.
384   * Add a html validity check to the test suite, using the wdg-html-validator,
385     if available.
386   * Make the html valid when there is nothing in the actions list.
387   * Reordered some function call parameters for consistency.
388   * Enable full utf-8 support for page input and output.
389   * Add a workaround for markdown, which does not work well with utf-8
390     strings.
391   * --getctime had bitrotted (well I only ever used it the once so far..),
392     fix and make it a bit more flexible
393   * rcs_getctime is changed, now rather than needing to loop over all pages,
394     it should just use the rcs to get the ctime of the passed file.
395   * When inlining a page in another one, links from the inlined page are now
396     expanded the same as they are when rendering the inlined page as a
397     standalone page. So rather than being expanded from the POV of the
398     inlining page, they are expanded from the POV of the inlined page.
399
400     For example, a link from blog/foo to "bar" will now link to blog/bar
401     if it exists. Previously this needed to be a link explicitly to
402     "blog/bar"; such links will also continue to work.
403
404     (This was slightly complex to do as the link still has to be constructed
405     relative to the inlining page.)
406   * Make page edit textarea resize to fit browser window.
407   * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
408     do not need a full rebuild, in order to update any basewiki pages.
409
410  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 15:08:49 -0400
411
412 ikiwiki (1.3) unstable; urgency=low
413
414   * Fix the preinst introduced in the last version. Closes: #367458
415
416  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
417
418 ikiwiki (1.2) unstable; urgency=low
419
420   * Remove dups from the brokenlinks list.
421   * Add libc6-dev to dependencies, needed to build wrappers.
422   * Install wikilist in correct location. Closes: #367371
423
424  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
425
426 ikiwiki (1.1) unstable; urgency=low
427
428   * Rename inlinepage to depends, so that it can be used to refer to more
429     dependency relationships than just inlining. This will require a rebuild
430     on upgrade to this version.
431   * Move the rss link, put it in the blogpost form if there is one and at the
432     top if not. This is both nicer because easier to find, and it cleans up
433     the code which had used inlinepage as a flag for adding the link later.
434   * Allow the depends GlobList to be built up from multiple sources (such as
435     plugins) during a page render.
436   * Which means that more than one blog is now supported to appear on a
437     single page. (With some limitations, like only the last one getting an
438     rss file.)
439   * Added a plugin system.
440   * Added a pagecount plugin, enabled by default.
441   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
442   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
443     backlinks when the backlinks hadn't really changed.
444   * Moved inline page support, rss generation etc into the inline plugin,
445     enabled by default.
446   * Added brokenlinks plugin, not enabled by default, but rather handy.
447   * Fix several broken links in the doc wiki.
448   * Smarter behavior when creating a page and a page of the same name (but
449     different location) already exists.
450   * Add an orphans plugin for finding pages that nothing links to.
451   * Removed backlinks page, which it turns out nothing used.
452   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
453     it, this will allow for adding a unit test suite.
454   * Add unit tests for several core functions, including globlist_match,
455     dirname, basename, bestlink, linkify, pagetitle, titlepage.
456   * Smart globlist merging.
457   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
458     to pave the way for adding other RCS support. This also changes the
459     setup files, where before they had svn => 1 or svn => 0, now they have
460     rcs => "svn" or rcs => "".
461   * Add a debian/NEWS file with upgrade notes.
462   * Load whatever rcs module is specified, so new ones can be just dropped in
463     as plugins and work. (Well, in theory.)
464   * Add some basic docs about writing RCS modules.
465   * Broke search capability out into a plugin, removed the --hyperestraier
466     switch.
467   * Added smiley plugin, nicely controlled and documented by the smileys page.
468   * Copied in some smileys from Moin Moin.
469   * Allow links of the form [[some page|page]], with whitespace in the link
470     text.
471   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
472     and --disable-plugin htmlscrubber.
473   * Allow discussion links on pages to be turned off with --no-discussion.
474   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
475   * Add some new config items to the estseek.conf template, which are needed
476     by hyperestraier 1.2.3.
477
478  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
479
480 ikiwiki (1.0) unstable; urgency=low
481
482   * First official release.
483
484  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400