]> sipb.mit.edu Git - ikiwiki.git/commitdiff
more bug-closing
authorSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 21:02:54 +0000 (22:02 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 21:02:54 +0000 (22:02 +0100)
debian/changelog
doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn
doc/bugs/linkmap_displays_underscore_escapes.mdwn
doc/bugs/svg_and_pdf_conversion_fails.mdwn
doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn

index e2b5ac5236dd78a692b13e46bde7696320432175..611e5184367f5404ec5c63afe343e36f12303c7a 100644 (file)
@@ -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
 
index 6425c1ece829146eec6bfe76027532383b5a3a87..9ce091e15993437b78dc12364895fda8b3a8111d 100644 (file)
@@ -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]]
index 14164d0761edecfa6a55c048e882869fb1918493..16080358b1a01b0a8c9bd5a7c91add8bdb06bf30 100644 (file)
@@ -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]]
index ac18fe8aa31c42cae33218b97d187d685d10a6f9..9910959f907580cce8d1fe18dd18321a1a5356eb 100644 (file)
@@ -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]]
index e5a8d0ab9eaf8a480a0aa35eeac856d8732a6e25..6d702fedf1032c9398f80cc526237307e6ee2149 100644 (file)
@@ -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]]