add news item for ikiwiki 3.04

master
Joey Hess 2009-02-15 18:32:09 -05:00
parent 384c267e73
commit a543e8934b
2 changed files with 17 additions and 15 deletions

View File

@ -1,15 +0,0 @@
ikiwiki 3.03 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Avoid feeding decoded unicode to Term::ReadLine. Closes: [512169](http://bugs.debian.org/512169)
* blogspam: Log spam info on failure in debug mode.
* Remove nonstandard css. Closes: #[512378](http://bugs.debian.org/512378)
* blogspam: Fix use of blogspam\_options and blogspam\_server config settings.
* comments: If comment content checks fail, store the comment
(in .ikiwiki/comments\_pending) for moderator review.
* comments: Add a moderation web interface, which admins can
access via their Preferences page.
* git: Fix malformed utf8 received from git.
* meta: New "updated" metadata specifies a fake modification time for a
page, to be output into RSS and Atom feeds. (smcv)
* underlay: New plugin, allows pulling in additional files not
in version control. (smcv)"""]]

View File

@ -0,0 +1,17 @@
ikiwiki 3.04 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* 404: New plugin which lets you use the IkiWiki CGI script as
an Apache 404 handler, to give the behaviour of various other wiki
engines where visiting a nonexistent page provides you with a link
to create it. (smcv)
* Factor out redundant code into goto plugin. (smcv)
* Work around XML::Atom strangeness that results in double-encoded posts.
(smcv)
* Updated German translation (Kai Wasserbäch). Closes: #[514251](http://bugs.debian.org/514251)
* Fix unusual --setup --post-commit command line option combo.
* Create any missing directory necessary to put the wrapper
file into. Closes: #[514384](http://bugs.debian.org/514384)
* shortcut: If default\_pageext is set, first look for
shortcuts.default\_pageext.
* Allow comments, rename, remove, and attachment plugins to be used
even if the editpage plugin is disabled."""]]