]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - debian/NEWS
fairly complete support for outputting html 4.01 instead of xhtml
[git.ikiwiki.info.git] / debian / NEWS
1 ikiwiki (2.4) unstable; urgency=low
3   Ikiwiki now outputs HTML 4.01, not XHTML 1.0. For the many reasons, see
4   http://www.hixie.ch/advocacy/xhtml and note that even if a web server is
5   set up to serve XHTML appropriately as application/xhtml+xml, mozilla
6   doesn't support that mime type.
8   It's possible that your wiki contains some hardcoded XHTML tags. No
9   need to worry about these too much though. Since before ikiwiki generated
10   XHTML before, but your web server almost certianly served it up as 
11   text/html, web browsers actually were processing it as HTML all along and
12   if an XHTML tag worked before, it will continue to work. Also,
13   both the htmlscrubber and htmlsanitizer modules will convert any such
14   XHTML tags to valid HTML tags.
16   You might want to rebuild your wiki on upgrade to this version, to switch
17   everything over to HTML 4.01 at once.
19  -- Joey Hess <joeyh@debian.org>  Sun, 08 Jul 2007 11:55:00 -0400
21 ikiwiki (2.1) unstable; urgency=low
23   Some wikis need to be rebuilt on upgrade to this version, due to changes to
24   page templates and the style sheet. If you listed your wiki in
25   /etc/ikiwiki/wikilist this will be done automatically when the Debian
26   package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
28  -- Joey Hess <joeyh@debian.org>  Thu, 26 Apr 2007 15:50:36 -0400
30 ikiwiki (2.00) unstable; urgency=low
32   With the 2.0 release of ikiwiki, some major changes have been made to the
33   default configuration:
35   * The 'usedirs' setting is enabled by default. This *will* break all URLs
36     to wikis that did not have 'usedirs' turned on before, unless you follow
37     the procedure described at <http://ikiwiki.info/tips/switching_to_usedirs>,
38     or edit your setup file to turn usedirs off:
39        usedirs => 0,
41   * OpenID logins are now enabled by default, if the Net::OpenID::Consumer
42     perl module is available. Password logins are also still enabled
43     by default. If you like, you can turn either OpenID or password logins
44     off via the 'disable_plugins' setting.
46  -- Joey Hess <joeyh@debian.org>  Sun, 29 Apr 2007 19:00:43 -0400
48 ikiwiki (1.51) unstable; urgency=low
50   Some wikis need to be rebuilt on upgrade to this version, due to changes to
51   page layout and the style sheet. If you listed your wiki in
52   /etc/ikiwiki/wikilist this will be done automatically when the Debian
53   package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
55  -- Joey Hess <joeyh@debian.org>  Thu, 26 Apr 2007 15:50:36 -0400
57 ikiwiki (1.50) unstable; urgency=low
59   Permalinks and guids in rss and atom feeds for wikis using the usedirs
60   options will change in this release. If you have already enabled usedirs,
61   you may need to take steps to avoid flooding aggregators.
63  -- Joey Hess <joeyh@debian.org>  Sat, 14 Apr 2007 16:08:46 -0400
65 ikiwiki (1.49) unstable; urgency=low
67   Third-party plugins that use htmlpage() or abs2rel() to generate links
68   may need changes to support the new "usedirs" option.
70  -- Joey Hess <joeyh@debian.org>  Sun, 01 Apr 2007 16:20:09 -0400
72 ikiwiki (1.47) unstable; urgency=low
73  
74   Due to a security fix, wikis that have the htmlscrubber enabled can no
75   longer use the meta plugin to insert html link and meta tags.
77   Some special case methods have been added for safely including stylesheets,
78   and for doing openid delegation. See the meta plugin docs for details.
79  
80  -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 14:18:40 -0400
82 ikiwiki (1.45) unstable; urgency=low
84   Wikis need to be rebuilt on upgrade to this version. If you listed your wiki
85   in /etc/ikiwiki/wikilist this will be done automatically when the Debian
86   package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
88  -- Joey Hess <joeyh@debian.org>  Wed,  7 Mar 2007 23:02:52 -0500
90 ikiwiki (1.44) unstable; urgency=low
92   The htmllink() function has changed slightly and plugins that use it may
93   need to change how they call it. This function's first three parameters
94   are unchanged, but additional options are now passed using named
95   parameters. If you used htmllink with more than 3 parameters, you will
96   need to change it. The plugin interface version has been increased to 1.02
97   to reflect this change.
99  -- Joey Hess <joeyh@debian.org>  Mon, 19 Feb 2007 21:10:12 -0500
101 ikiwiki (1.42) unstable; urgency=low
103   The anonok setting in config files has been removed. To enable
104   httpauth support on your wiki, you should now enable the anonok plugin,
105   instead.
107   Third-party plugins that use pagespec_match() should be updated to pass
108   the new third parameter (from) to that function. This is needed for the
109   new relative glob matching to work.
111  -- Joey Hess <joeyh@debian.org>  Thu,  1 Feb 2007 16:57:59 -0500
113 ikiwiki (1.34) unstable; urgency=low
115   The httpauth setting in config files has been removed. To enable
116   httpauth support on your wiki, you should now enable the httpauth plugin,
117   instead.
119   This release includes OpenID support that is enabled through the openid
120   plugin. I recommend turning this on to make it easier for users to sign
121   in to your wiki.
123  -- Joey Hess <joeyh@debian.org>  Sun, 19 Nov 2006 20:53:05 -0500
125 ikiwiki (1.32) unstable; urgency=low
127   There is a change to the plugin interface in this version. Any plugins that
128   modify data in %links should pass scan => 1 when registering the hook that
129   does so.
131  -- Joey Hess <joeyh@debian.org>  Sat, 28 Oct 2006 00:13:12 -0400
133 ikiwiki (1.29) unstable; urgency=low
135   Wikis need to be rebuilt on upgrade to this version. If you listed your wiki
136   in /etc/ikiwiki/wikilist this will be done automatically when the Debian
137   package is upgraded. Or use ikiwiki-mass-rebuild to force a rebuild.
139   There is a change to the plugin interface in this version. Plugins that use
140   %renderedfiles will need to be updated, as the hash's values are now arrays
141   of rendered files. Plugins that cause a page to render additional files
142   should use the new will_render function to register the files.
144  -- Joey Hess <joeyh@debian.org>  Sun,  8 Oct 2006 17:27:56 -0400
146 ikiwiki (1.22) unstable; urgency=low
147   
148   Due to some changes in the CSS, wikis should be rebuilt on upgrade to this
149   version. If you listed your wiki in /etc/ikiwiki/wikilist this will be done
150   automatically when the Debian package is upgraded. Or use ikiwiki-mass-rebuild
151   to force a rebuild.
153   If you have modified versions of ikiwiki's html templates, you will need
154   to update your templates to link to the stylesheet file using
155   "<TMPL_VAR BASEURL>style.css" instead of the old method which used
156   STYLEURL.
158   There have also been some changes to the plugin interface:
159   Any plugins that use santize, htmlize, or format hooks will need to be
160   updated for this version of ikiwiki since these hooks have been changed
161   to use named parameters.
163  -- Joey Hess <joeyh@debian.org>  Tue, 22 Aug 2006 15:33:12 -0400
165 ikiwiki (1.13) unstable; urgency=low
167   The GlobList format which was used for specifiying sets of pages, has been
168   replaced with a new, more expressive PageSpec format. While GlobLists will
169   continue to work, that format is deprecated, and you are encouraged to use
170   PageSpecs from now on, and also to change any GlobLists in your wiki to
171   PageSpecs. See the new PageSpec page for details.
172   
173   You will need to rebuild your wiki when upgrading to this version. If you
174   listed your wiki in /etc/ikiwiki/wikilist this will be done automatically
175   when the Debian package is upgraded. Or use ikiiki-mass-rebuild to force a
176   rebuild.
178  -- Joey Hess <joeyh@debian.org>  Tue,  1 Aug 2006 18:29:51 -0400
180 ikiwiki (1.11) unstable; urgency=low
182   Some changes to tags in this release, due to a new tag plugin. If you have
183   been using the meta plugin to tag pages, you'll want to enable the tag
184   plugin too, and change things like this:
186   [[meta link="foobar"]]
188   To this:
190   [[tag foobar]]
192   The new tags will appear at page footers, and are also easier to type.
194   There have also been some changes to the plugin interface, particularly the
195   interface of pagetemplate hooks has changed. See the changelog for details.
197  -- Joey Hess <joeyh@debian.org>  Thu, 27 Jul 2006 17:03:09 -0400
199 ikiwiki (1.8) unstable; urgency=low
201   If your wiki is configured with a setup file, you should modify it to
202   stop setting the "plugin" list directly, and instead add or remove plugins
203   via the add_plugins and disable_plugins lines. For example, if you had:
205         plugin => [qw{inline smiley search}],
207   Change it to these lines, which disables the default htmlscrubber plugin
208   and adds the two additional plugins:
210         add_plugins => [qw{smiley search}],
211         disable_plugins => [qw{htmlscrubber}],
213   Making this change makes your ikiwiki setup file more future-proof since
214   new default plugins will be automatically used.
215   
216   You will need to rebuild your ikiwiki wrappers when upgrading to this
217   version. If you listed your wiki in /etc/ikiwiki/wikilist this will be
218   done automatically when the Debian package is upgraded. Or use
219   ikiiki-mass-rebuild --refresh to force a refresh.
221  -- Joey Hess <joeyh@debian.org>  Mon,  3 Jul 2006 16:59:29 -0400
223 ikiwiki (1.1) unstable; urgency=low
225   There have been several configuration changes in this release of ikiwiki:
227   The --svn and --no-svn switches are removed, instead you should use
228    --rcs=svn or --no-rcs. ikiwiki setup files that set svn => 1 should
229   be changed to set rcs => "svn"; if your setup file sets svn => 0
230   then change it to use rcs => "" to disable svn.
232   The --hyperestraier switch is gone too. To enable searching, turn on the
233   search plugin, by passing --plugin=search or through the plugin setting in
234   the setup file.
236   The --sanitize and --no-sanitize switches are also gone, replaced with the
237   htmlscrubber plugin. This plugin is enabled by default, to disable it,
238   use --disable-plugin=htmlscrubber, or modify the plugin setting in the
239   setup file.
241   Discussion pages are enabled by default, but if your wiki is configured
242   with a setup file, you need to edit it to keep them enabled on upgrade
243   to this version. Add a line reading:
244   discussion => 1,
246   You will need to rebuild your wiki when upgrading to this version.
247   If you listed your wiki in /etc/ikiwiki/wikilist this will be done
248   automatically when the Debian package is upgraded. Or use
249   ikiiki-mass-rebuild to force a rebuild.
251  -- Joey Hess <joeyh@debian.org>  Tue,  2 May 2006 14:13:59 -0400