aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-28 00:08:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-28 00:08:33 +0000
commit4b21fc50b770ecfbe09fe654e1d4a777958b87ac (patch)
tree105bf0dd20e2c455bc2b0a1d072b995a0e5d1258 /doc
parentc566e16d9ee1d925626b24bb84f497ffba88986a (diff)
downloadikiwiki-4b21fc50b770ecfbe09fe654e1d4a777958b87ac.tar
ikiwiki-4b21fc50b770ecfbe09fe654e1d4a777958b87ac.tar.gz
old == age
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/inline_-_sort_by_old_first.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/patchqueue/inline_-_sort_by_old_first.mdwn b/doc/patchqueue/inline_-_sort_by_old_first.mdwn
index 308eb892c..879acb866 100644
--- a/doc/patchqueue/inline_-_sort_by_old_first.mdwn
+++ b/doc/patchqueue/inline_-_sort_by_old_first.mdwn
@@ -17,4 +17,11 @@ Quick hack to be able to list old entries first :
this patch adds a new type of sort "old".
-However, I wonder if it would be better to add another option for inline like "sortorder" with "desc" or "asc" keywords ? \ No newline at end of file
+> Hmm, take another look at your patch above. Comapre the added lines with
+> the "age" lines just above them. It's identical; age already does what
+> you want. --[[Joey]]
+
+However, I wonder if it would be better to add another option for inline like "sortorder" with "desc" or "asc" keywords ?
+
+> That might be cleaner, since it would allow sorting pages in reverse by
+> title. If someone ever had a reason to do that. --[[Joey]]