]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 20 Dec 2008 23:07:45 +0000 (18:07 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 20 Dec 2008 23:07:45 +0000 (18:07 -0500)
doc/bugs/inline_sort_order_and_meta_date_value.mdwn

index e8befe8d52d97e08c3f8eb8fee37f43d6257fd56..6357acdee8fd4fe4d3209f1af00f043147e7468d 100644 (file)
@@ -26,3 +26,17 @@ If I instead include them using creation_year in the pagespec, they are ordered
 <http://alcopop.org/~jon/repro2/> contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest).
 
 -- [[users/Jon]]
+
+
+> On Ikiwiki 2.53.3 (Debian Lenny), my inlines are also sorted using mtime
+> by default -- despite what the [[documentation|/ikiwiki/directive/inline]]
+> says -- but setting the supposed default sort order manually produces the
+> correct results.  For example, the following inline sorts my blog
+> entires using their meta date or ctime:
+> 
+>     inline pages="blog/*" show="10" sort="age"
+> 
+> I'll try to look at the code this weekend and see if age is really the
+> default sort order.
+> 
+> -- [David A. Harding](http://dtrt.org), 2008-12-20