more changelog and bug-closing
parent
dadde570a1
commit
70a4857624
|
@ -3,6 +3,14 @@ ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
|||
* Don't double-decode CGI submissions with Encode.pm >= 2.53,
|
||||
fixing "Error: Cannot decode string with wide characters".
|
||||
Thanks, Antoine Beaupré
|
||||
* Avoid making trails depend on everything in the wiki by giving them
|
||||
a better way to sort the pages
|
||||
* Don't let users post comments that won't be displayed
|
||||
* Fix encoding of Unicode strings in Python plugins.
|
||||
Thanks, chrysn
|
||||
* Improve performance and correctness of the [[!if]] directive
|
||||
* Let [[!inline rootpage=foo postform=no]] disable the posting form
|
||||
* Switch default [[!man]] shortcut to manpages.debian.org. Closes: #700322
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 12 Sep 2014 21:23:58 +0100
|
||||
|
||||
|
|
|
@ -21,3 +21,4 @@ not the actual inlining of pages, but it's a start.
|
|||
--[[smcv]]
|
||||
|
||||
>> this looks simple, straightforward and good to me --[[chrysn]]
|
||||
>>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -63,3 +63,5 @@ browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/
|
|||
> `bestlink` is still the single most expensive function in this refresh
|
||||
> at ~ 9.5s, with `match_glob` at ~ 5.2s as the runner-up.
|
||||
> --[[smcv]]
|
||||
|
||||
>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -30,3 +30,5 @@ to
|
|||
comments_pagespec && !comments_closed_pagespec && check_canedit
|
||||
|
||||
--[[smcv]]
|
||||
|
||||
> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -66,3 +66,5 @@ patch.
|
|||
>>>> Joey, I think this is [[ready for merge|users/smcv/ready]] even if it
|
||||
>>>> doesn't fix chrysn's bug - it does fix Python 3 support
|
||||
>>>> in general. --[[smcv]]
|
||||
|
||||
>>>>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -12,3 +12,5 @@ list of pages.
|
|||
They should just sort the pages instead; they'll already have all the
|
||||
dependencies they need. My branch adds `IkiWiki::sort_pages` but does not
|
||||
make it plugin API just yet. --[[smcv]]
|
||||
|
||||
> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -18,3 +18,5 @@ Unfortunately, Github shows [[raw code|https://github.com/paternal/ikiwiki/blob/
|
|||
>
|
||||
> This particular SVG [[looks good to me|users/smcv/ready]] and I've
|
||||
> mirrored it in my own git repo. --[[smcv]]
|
||||
|
||||
>> [[merged|done]] --[[smcv]]
|
||||
|
|
Loading…
Reference in New Issue