aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-03-24 03:30:06 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-24 03:30:06 +0000
commit48c09d44637dd724d084b1d06e2277f11e80d489 (patch)
tree220c127899e9e607aaaf11316226fa46e4503d18 /doc
parent7fbddb032ee952c6d0b1ee290568ea4f42ef181f (diff)
downloadikiwiki-48c09d44637dd724d084b1d06e2277f11e80d489.tar
ikiwiki-48c09d44637dd724d084b1d06e2277f11e80d489.tar.gz
note: old version untested
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/allow_plugins_to_add_sorting_methods.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/allow_plugins_to_add_sorting_methods.mdwn b/doc/todo/allow_plugins_to_add_sorting_methods.mdwn
index 1533b6c44..99f256fbe 100644
--- a/doc/todo/allow_plugins_to_add_sorting_methods.mdwn
+++ b/doc/todo/allow_plugins_to_add_sorting_methods.mdwn
@@ -20,6 +20,11 @@ That earlier version of the branch is also available for comparison:
<http://git.pseudorandom.co.uk/smcv/ikiwiki.git?a=shortlog;h=refs/heads/sort-hooks-excessive>
+(The older version is untested, and probably doesn't really work as-is - I
+misunderstood the details of how the built-in function `sort` works when using
+`$a` and `$b`. The newer version has been tested, and has a regression test for
+its core functionality.)
+
## Documentation extracted from the branch
### sort hook (added to [[plugins/write]])