]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
more changelog and bug-closing
authorSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 20:50:20 +0000 (21:50 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 12 Sep 2014 20:50:20 +0000 (21:50 +0100)
debian/changelog
doc/bugs/__91____91____33__inline_postform__61__no__93____93___doesn__39__t_disable_it.mdwn
doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
doc/bugs/possible_to_post_comments_that_will_not_be_displayed.mdwn
doc/bugs/pythonproxy-utf8_again.mdwn
doc/bugs/trails_depend_on_everything.mdwn
doc/todo/upload__95__figure.mdwn

index 59a9e6ba1a98f66a162e40e11e5ca2cf47f4dbe9..e2b5ac5236dd78a692b13e46bde7696320432175 100644 (file)
@@ -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
 
index 7e7548657812fdac4b3d18dd48478a6b9259483c..7b97b40b3be9260386d8cefd8a4436d7a8c59f45 100644 (file)
@@ -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]]
index c7d0ffbe2ef20e92cfb607f0c06204b4235cb16c..22733e6fee541487a49e7fdc8185db2949c1acc2 100644 (file)
@@ -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]]
index bb6cd17d3f28404eb489bb670172665cd0015d8f..83d662cbf59a117b7fff0586102dc2f574e4697d 100644 (file)
@@ -30,3 +30,5 @@ to
     comments_pagespec && !comments_closed_pagespec && check_canedit
 
 --[[smcv]]
+
+> [[merged|done]] --[[smcv]]
index cc6d11de7a6c08eacda2625a5ef3bdbd05f740d9..f068782b416e4abda5b4257ff59c34e497995d5f 100644 (file)
@@ -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]]
index babb1e3612a1e9c56170e6d981c5c690bff9605a..8e9edcf431e99ddb4893747c5a18740d0a50e64b 100644 (file)
@@ -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]]
index d8dd65921505b63a8f06f358a7de3e6110c7a410..a63e183e8523447165529ca587fd750641b9115c 100644 (file)
@@ -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]]