add news item for ikiwiki 3.20091113

master
Joey Hess 2009-11-13 22:13:05 -05:00
parent 6edd00e9a4
commit df06b9201c
2 changed files with 18 additions and 14 deletions

View File

@ -1,14 +0,0 @@
ikiwiki 3.20091009 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* parentlinks: Add has\_parentlinks template parameter to allow styling
the toplevel index differently etc.
* img: Correct bug in image size calculation code.
* img: Fix dependency code for full size images.
* toggle, relativedate: Support templates that add attributes
to the body tag.
* Support RPC::XML 0.69's incompatible object instantiation method.
* mirrorlist: Display nothing if list is empty.
* Fix a bug that could lead to duplicate links being recorded
for tags.
* Optimize away most expensive file prune calls, when refreshing,
by only checking new files."""]]

View File

@ -0,0 +1,18 @@
ikiwiki 3.20091113 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* underlay: Fix example values put in setup file to be array
references.
* underlay: Avoid crashing if lists of underlays (or template
directories) are not configured.
* Moved the postscan hook to run on the raw html of a page, before
the template is filled out. This improves the search plugin's indexing,
since it will not include navigational elements from the page template
or sidebar.
* localstyle: New plugin, allows overrding the toplevel local.css
with one that is closer to a page.
* httpauth: Add cgiauthurl setting that can be used to do http basic auth
only when ikiwiki needs authentication, rather than for any access to
the cgi/wiki.
* inline: Do not generated feeds for nested inlines.
* inline: Allow direct inclusion of non-page files in raw mode.
* inline: Fix display of all pages when archive=yes or show=0 are used."""]]