aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-31 10:16:18 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-31 10:16:18 +0200
commit9168dc2e2843fc8445ce97588062c624ba657ced (patch)
treedea7db433aba261a4802d54e80e92fe4d868741d /doc
parent3d27dac8098957024b8e4c6ee815536fe81e8d18 (diff)
downloadikiwiki-9168dc2e2843fc8445ce97588062c624ba657ced.tar
ikiwiki-9168dc2e2843fc8445ce97588062c624ba657ced.tar.gz
bug closures and changelog since smcv's ready branch didn't include them
Which would really make my merging rock if they did in the future.</hint>
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/backlinks_result_is_lossy.mdwn2
-rw-r--r--doc/todo/pagestats_among_a_subset_of_pages.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/backlinks_result_is_lossy.mdwn b/doc/todo/backlinks_result_is_lossy.mdwn
index 02e5b2440..11b5fbcae 100644
--- a/doc/todo/backlinks_result_is_lossy.mdwn
+++ b/doc/todo/backlinks_result_is_lossy.mdwn
@@ -9,3 +9,5 @@ A commit on my `among` branch splits it into IkiWiki::backlink_pages
(which returns the keys of $backlinks{$page}, and might be suitable for
exporting) and IkiWiki::backlinks (which calls backlink_pages, then performs
the same lossy transformation as before on the result).
+
+[[done]] --[[Joey]]
diff --git a/doc/todo/pagestats_among_a_subset_of_pages.mdwn b/doc/todo/pagestats_among_a_subset_of_pages.mdwn
index 446e5cc1b..fd15d6a42 100644
--- a/doc/todo/pagestats_among_a_subset_of_pages.mdwn
+++ b/doc/todo/pagestats_among_a_subset_of_pages.mdwn
@@ -25,3 +25,5 @@ I use this on my tag pages on one site, with the following template:
archive="yes" quick="yes" reverse="yes" timeformat="%x"]]
--[[smcv]]
+
+> [[merged|done]] thanks --[[Joey]]