add news item for ikiwiki 1.39
parent
20fd72e221
commit
559344048c
|
@ -1,24 +0,0 @@
|
|||
ikiwiki 1.36 released with [[toggle text="these changes"]]
|
||||
[[toggleable text="""
|
||||
* Fix various links on the hyperestraier pages.
|
||||
* Use POST for poll to avoid some robots.
|
||||
* Fix sometimes broken links to Discussion pages from blog pages.
|
||||
* Add userdir config setting.
|
||||
* Fix man page perms in install.
|
||||
* Fix an issue with inlining a page with a rss feed inside another
|
||||
page with an rss feed.
|
||||
* Turn $config{wiki\_file\_prune\_regexps} into an array that is easier to
|
||||
manipulate.
|
||||
* Only exclude rss and atom files from processing if the inline plugin
|
||||
is enabled and that feed type is enabled. Else it's just a copyable file
|
||||
type.
|
||||
* Move rss and atom option handling code into the inline plugin.
|
||||
* Applied a rather old patch from Recai to fix the "pruning is too strict"
|
||||
issue. Now you can have wiki source directories inside dotdirs and the
|
||||
like, if you want.
|
||||
* Patch from Emanuele Aina to fix modification time code in mercurual
|
||||
backend.
|
||||
* Add support for links of the form [[/foo]]
|
||||
* Fix code to make absolute urls for rss feeds, was missing some urls.
|
||||
* Fix double-escaping of html entities in titles etc in rss feeds
|
||||
that occured if escaped characters were present in the page filename."""]]
|
|
@ -0,0 +1,20 @@
|
|||
ikiwiki 1.39 released with [[toggle text="these changes"]]
|
||||
[[toggleable text="""
|
||||
* Add a rawhtml plugin that allows copying raw html files from the srcdir.
|
||||
* Fix --locale to control LC\_ALL now.
|
||||
* Include the pot file in the source tarball. Closes: #[405890](http://bugs.debian.org/405890)
|
||||
* Add a Swedish translation by Daniel Nylander. Closes: #[406410](http://bugs.debian.org/406410)
|
||||
* Add a Czech translation by Miroslav Kure.
|
||||
* Add a Bulgarian translation by Damyan Ivanov. Closes: #[406580](http://bugs.debian.org/406580)
|
||||
* Add a Gujarati translation by Kartik Mistry. Closes: #[406635](http://bugs.debian.org/406635)
|
||||
* Add a Vietnamese translation by Clytie Siddall.
|
||||
* Fix encoding issue with use of Locale::Gettext. Seems that the OO
|
||||
interface returns proper utf-8 decoded strings, unlike the traditional
|
||||
interface, so use the OO interface.
|
||||
* Search in default location for templates as a fallback when templatedir is
|
||||
pointed elsewhere, so that only modified templates need to be copied into
|
||||
a templatedir. Based on work by JeremyReed.
|
||||
* In the aggregator, check for and deal with post filenames that are
|
||||
longer than the maximum file length.
|
||||
* Change the RecentChanges page to show the path of changed pages.
|
||||
* Various minor bugfixes."""]]
|
Loading…
Reference in New Issue