aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_sort-by-title_issues.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-07 15:47:59 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-07 15:47:59 -0400
commit581381e335f2adc83d980c6805e1e51a936fba45 (patch)
tree53b6e192e8088310e057182452a277bb78260462 /doc/bugs/inline_sort-by-title_issues.mdwn
parent8b62cb011bbe0c43fcbf02b56e14bfb5a8c77ba9 (diff)
downloadikiwiki-581381e335f2adc83d980c6805e1e51a936fba45.tar
ikiwiki-581381e335f2adc83d980c6805e1e51a936fba45.tar.gz
inline: Ignore parent dirs when sorting pages by title.
Diffstat (limited to 'doc/bugs/inline_sort-by-title_issues.mdwn')
-rw-r--r--doc/bugs/inline_sort-by-title_issues.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/inline_sort-by-title_issues.mdwn b/doc/bugs/inline_sort-by-title_issues.mdwn
index bbb079f89..884846b32 100644
--- a/doc/bugs/inline_sort-by-title_issues.mdwn
+++ b/doc/bugs/inline_sort-by-title_issues.mdwn
@@ -51,3 +51,7 @@ And here is a [[patch]] for this. It makes `sort=title` actually sort on the ti
* `reverse` - If set to "yes", causes the sort order to be reversed.
* `feedshow` - Specify the maximum number of matching pages to include in
the rss/atom feeds. The default is the same as the `show` value above.
+
+> Thanks for the patch. [[done]], but I left off the sort=path. Also left
+> off the lc (if you ask your locale to sort case-sensatively, it should, I
+> think). --[[Joey]]