News for ikiwiki 1.44:
- The htmllink() function has changed slightly and plugins that use it may
- need to change how they call it. This function's first three parameters
- are unchanged, but additional options are now passed using named
- parameters. If you used htmllink with more than 3 parameters, you will
- need to change it. The plugin interface version has been increased to 1.02
- to reflect this change.
+The htmllink() function has changed slightly and plugins that use it may
+need to change how they call it. This function's first three parameters
+are unchanged, but additional options are now passed using named
+parameters. If you used htmllink with more than 3 parameters, you will
+need to change it. The plugin interface version has been increased to 1.02
+to reflect this change.
ikiwiki 1.44 released with [[toggle text="these changes"]]
[[toggleable text="""
http://openid.net/login-bg.gif into their wiki.
* Allow setting NOTAINT=1 when building the wiki to remove taint checking
flags, which can be useful on some hosting providers.
- * Fix a bug that made links like [[0|foo]] use "foo" as the link text,
+ * Fix a bug that made links like \[[0|foo]] use "foo" as the link text,
instead of "0".
* Changed calling convention for httmllink slightly. The first three
parameters remain the same, but additional options are now passed in using
* Patch from Ethan to improve behavior if a page is deleted or moved while
someone is editing it.
* Some cleanup of field setting in the failed edit and conflict handling
- code."""]]
\ No newline at end of file
+ code."""]]