more bug-closing
parent
9be3f95116
commit
fdfd5ffac7
|
@ -11,6 +11,13 @@ ikiwiki (3.20140912) UNRELEASED; urgency=medium
|
|||
* 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
|
||||
* Add UUID and TIME variables to edittemplate. Closes: #752827
|
||||
Thanks, Jonathon Anderson
|
||||
* Display pages in linkmaps as their pagetitle (no underscore escapes).
|
||||
Thanks, chrysn
|
||||
* Fix aspect ratio when scaling small images, and add support for
|
||||
converting SVG and PDF graphics to PNG.
|
||||
Thanks, chrysn
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 12 Sep 2014 21:23:58 +0100
|
||||
|
||||
|
|
|
@ -47,3 +47,5 @@ If you use the rescaling feature of the directive [[ikiwiki/directive/img/]] wit
|
|||
>>> in my copy of the branch.
|
||||
>>>
|
||||
>>> --[[smcv]]
|
||||
|
||||
>>>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -33,3 +33,5 @@ the patch is stored in [[the patch.pl]] as created by git-format-patch, and can
|
|||
be pulled from the abovementioned branch.
|
||||
|
||||
> update 2014-06-29: branch still merges cleanly and works. --[[chrysn]]
|
||||
|
||||
>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -56,3 +56,5 @@ should be safe for inclusion.
|
|||
>>> which works, so my biggest fear about the all-to-png change is unwarranted.
|
||||
>>> i'll have a look at that some time, but i think as things are, this is
|
||||
>>> ready now, please review again. --[[chrysn]]
|
||||
|
||||
>>>> [[merged|done]] --[[smcv]]
|
||||
|
|
|
@ -83,3 +83,5 @@ Changes to the structure of `$pagestate{$registering_page}{edittemplate}{$pagesp
|
|||
>>>>> almost 5 years ago. Branch replaced by `smcv/ready/edittemplate2`
|
||||
>>>>> which drops `formatted_time` and `html_time`, and adds a suggestion
|
||||
>>>>> to use `\[[!date]]`. --[[smcv]]
|
||||
|
||||
>>>>>> [[merged|done]] --[[smcv]]
|
||||
|
|
Loading…
Reference in New Issue