summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-24 21:29:29 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-24 21:29:29 -0400
commit9e55aa7f174810119cee77e47df5979c40490662 (patch)
tree734bf597120a79b08b6a9574609fbaa3c4f947ff /doc/todo
parent3f35e2abbec79bcd2610173a4e74d9f03c94975d (diff)
parent8e68780b960a7921d8e001c5a728ab5e4aa1cb62 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/inline:_numerical_ordering_by_title.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/inline:_numerical_ordering_by_title.mdwn b/doc/todo/inline:_numerical_ordering_by_title.mdwn
index f76f8ca4f..4a553ef8a 100644
--- a/doc/todo/inline:_numerical_ordering_by_title.mdwn
+++ b/doc/todo/inline:_numerical_ordering_by_title.mdwn
@@ -100,6 +100,15 @@ Joey, have you forgotten about that request? ;) --[[Paweł|ptecza]]
>> Hi Will! Your idea looks interesting for me, but I'm affraid that it's too big
>> change in Ikiwiki... Maybe I'm wrong? ;) What do you think, Joey? --[[Paweł|ptecza]]
+>>> It isn't that big a change. It is just supplying a sort order to the sort. The
+>>> patch is a little larger because I then went through and made that sort
+>>> order available in other places where it makes sense. (Looking at the
+>>> patch again briefly, I should have also used it in the `map` plugin.)
+>>>
+>>> If you wanted a simple patch, you could just move the `titlecmp` function
+>>> into the inline plugin and only use it there. The problem with that is that
+>>> it only fixes the inline plugin. -- [[Will]]
+
----
diff --git a/IkiWiki.pm b/IkiWiki.pm