aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-21 01:52:08 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-21 01:52:08 -0500
commitc84fcdd32aad7a613bf7bbb501362dffcf5ccdeb (patch)
treedafb1c6450151c13f3691d2fa1856be96cf22308 /doc/bugs/inline_sort_order_and_meta_date_value.mdwn
parentda947bea4be8b388531ff70650d274f8ee8f1500 (diff)
downloadikiwiki-c84fcdd32aad7a613bf7bbb501362dffcf5ccdeb.tar
ikiwiki-c84fcdd32aad7a613bf7bbb501362dffcf5ccdeb.tar.gz
meta: Process meta date during scan pass so that the date will always affect sorting in inlines.
Diffstat (limited to 'doc/bugs/inline_sort_order_and_meta_date_value.mdwn')
-rw-r--r--doc/bugs/inline_sort_order_and_meta_date_value.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
index 219657753..d4ec8f345 100644
--- a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
+++ b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
@@ -309,4 +309,6 @@ available at the time that they are inlined, and the newer unix ctime is
used. On the second build, the meta data has already been recorded.
This can probably be avoided by processing meta date at scan time.
+
+Verified, fix works. [[done]]
--[[Joey]]