new patch
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>
Sat, 12 Nov 2011 17:39:37 +0000 (13:39 -0400)
committeradmin <admin@branchable.com>
Sat, 12 Nov 2011 17:39:37 +0000 (13:39 -0400)
doc/todo/sorting_by_path.mdwn [new file with mode: 0644]

diff --git a/doc/todo/sorting_by_path.mdwn b/doc/todo/sorting_by_path.mdwn
new file mode 100644 (file)
index 0000000..b7af9f9
--- /dev/null
@@ -0,0 +1,16 @@
+[[!tag patch]]
+[[!template id=gitbranch branch=smcv/trail3 author="[[smcv]]"]]
+
+My branch for [[plugins/contrib/trail]] also includes `path`
+and `path_natural` sort orders, which sort the entire page name,
+e.g. "a a/z ab ab/c b", much like [[ikiwiki/directive/map]].
+I used `path` as the default order for the
+[[plugins/contrib/ikiwiki/directive/trailitems]] directive,
+since it seemed the most sensible.
+([[plugins/contrib/ikiwiki/directive/trailinline]] uses
+`age` as its default, to be consistent with `inline`.)
+
+It's one commit (including a regression test) which can be
+cherry-picked if you don't want the rest of `trail`.
+
+--[[smcv]]