add news item for ikiwiki 3.20100122

master
Joey Hess 2010-01-22 16:26:31 -05:00
parent ac1b406431
commit 450f8b78b8
2 changed files with 15 additions and 13 deletions

View File

@ -1,13 +0,0 @@
ikiwiki 3.20091031 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* po: Fix breakage caused by changes to render code.
* mdwn: Avoid trying to use multimarkdown if it is not installed.
* moderatedcomments: New plugin to allow comment moderation w/o relying
on blogspam.net.
* When redirecting to a page, ie, after editing, ensure that the
url is uri-encoded. Most browsers other than MSIE don't care, but it's
the right thing to do.
* Add a spec file to allow building rpm from the source package.
* google: Pass the whole wiki url to google, not just the domain,
so that search works correctly for wikis that are located in
subdirectories of domains."""]]

View File

@ -0,0 +1,15 @@
ikiwiki 3.20100122 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* inline: Avoid showing edit links if page editing is disabled.
(Sjoerd)
* signinedit: Auto-disable the plugin when all authentication methods
are disabled.
* comments: Fix permalinks for comments using new conflict-free filenames.
* img: Support alignment of images with captions. (Giuseppe Bilotta)
* websetup: Fix utf-8 problems.
* websetup: Fix bug in array change detection.
* linkmap: Simplify and improve browser compatibility by using an img,
not object tag.
* git: The new git-notes feature in git 1.6.6 changes git log output
in a way that broke ikiwiki's parser if notes are added to commits.
* po: Avoid crash when a page is empty."""]]