diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-03-24 03:30:06 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-24 03:30:06 +0000 |
commit | 48c09d44637dd724d084b1d06e2277f11e80d489 (patch) | |
tree | 220c127899e9e607aaaf11316226fa46e4503d18 | |
parent | 7fbddb032ee952c6d0b1ee290568ea4f42ef181f (diff) | |
download | ikiwiki-48c09d44637dd724d084b1d06e2277f11e80d489.tar ikiwiki-48c09d44637dd724d084b1d06e2277f11e80d489.tar.gz |
note: old version untested
-rw-r--r-- | doc/todo/allow_plugins_to_add_sorting_methods.mdwn | 5 |
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]]) |