parent
abaaee4af3
commit
c0cd1b3abe
|
@ -1,31 +0,0 @@
|
|||
ikiwiki 3.20170622 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* `t/git-cgi.t`: Wait 1 second before doing a revert that should work.
|
||||
This hopefully fixes a race condition in which the test failed
|
||||
around 6% of the time. (Closes: #[862494](http://bugs.debian.org/862494))
|
||||
* Guard against set-but-empty `REMOTE_USER` CGI variable on
|
||||
misconfigured nginx servers, and in general treat sessions with
|
||||
a set-but-empty name as if they were not signed in.
|
||||
* When the CGI fails, print the error to stderr, not "Died"
|
||||
* mdwn: Don't mangle <code><style></code> into <code><elyts></code> under some circumstances
|
||||
* mdwn: Enable footnotes by default when using the default Discount
|
||||
implementation. A new `mdwn_footnotes` option can be used to disable
|
||||
footnotes in MultiMarkdown and Discount.
|
||||
* mdwn: Don't enable alphabetically labelled ordered lists by
|
||||
default when using the default Discount implementation. A new
|
||||
`mdwn_alpha_list` option can be used to restore the old
|
||||
interpretation.
|
||||
* osm: Convert savestate hook into a changes hook. savestate is not
|
||||
the right place to write wiki content, and in particular this
|
||||
breaks websetup if osm's dependencies are not installed, even
|
||||
if the osm plugin is not actually enabled.
|
||||
(Closes: #[719913](http://bugs.debian.org/719913))
|
||||
* toc: if the heading is of the form `<h1 id="...">`, use that for
|
||||
the link in the table of contents (but continue to generate
|
||||
`<a name="index42"></a>` in case someone was relying on it).
|
||||
Thanks, [[Antoine Beaupré|anarcat]]
|
||||
* color: Do not leak markup into contexts that take only the plain
|
||||
text, such as toc
|
||||
* meta: Document `\[[!meta name="foo" content="bar"]]`
|
||||
* debian: Use preferred https URL for Format of `debian/copyright`
|
||||
* debian: Declare compliance with Debian Policy 4.0.0"""]]
|
|
@ -0,0 +1,34 @@
|
|||
ikiwiki 3.20190207 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* [ Amitai Schleier ]
|
||||
* graph: Add an optional "file" parameter
|
||||
* emailauth: When email can't be sent, show the error message
|
||||
* osm: Don't raise errors if tags don't have attached icons
|
||||
* cgi: Avoid C compiler warnings for waitpid() on NetBSD
|
||||
* [ Simon McVittie ]
|
||||
* Hide popup template content from documentation (Closes: #[898836](http://bugs.debian.org/898836))
|
||||
* meta: Make [[!meta date]] show an error if dates are invalid or
|
||||
Date::Parse can't be loaded
|
||||
* inline: Cope with non-ASCII `rootpage` parameter.
|
||||
Thanks, Feng Shu
|
||||
* table: Cope with non-ASCII content in CSV format tables.
|
||||
Thanks, Feng Shu
|
||||
* trail: Allow unescaped punctuation in `pagenames` parameter
|
||||
* comments: Hide "add comment" link from print stylesheet.
|
||||
Thanks, Antoine Beaupré
|
||||
* recentchangesdiff, relativedate, toggle:
|
||||
Import JavaScript at the end of the page content, not the beginning,
|
||||
so that the browser can render content as soon as possible.
|
||||
Thanks, Antoine Beaupré
|
||||
* debian: Allow Breezy as an alternative to bzr
|
||||
Thanks, Jelmer Vernooij
|
||||
* inline: Add basic test coverage for [[!inline rootpage]]
|
||||
* table: Add basic test coverage
|
||||
* po: Add enough test coverage to reproduce Debian #911356
|
||||
* comments: Improve test coverage
|
||||
* tests: Exercise Unicode more
|
||||
* [ Joey Hess ]
|
||||
* aggregate: Fix aggregation of posts without a title.
|
||||
Thanks, Alexandre Oliva
|
||||
* poll: Added postlink and posttrail options for better multi-page polls.
|
||||
* Fix permalink to comments."""]]
|
Loading…
Reference in New Issue