aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2011-06-04 14:36:31 +0000
committeradmin <admin@branchable.com>2011-06-04 14:36:31 +0000
commitd5a3335e15cc2203dd357e6e55fa9d15bc39a181 (patch)
tree8dcd6a4b81e60f86f67f4588693b2f8a81049068 /doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn
parent7d2d0768a3c9ee60891f697fb9c02b3db30928f3 (diff)
downloadikiwiki-d5a3335e15cc2203dd357e6e55fa9d15bc39a181.tar
ikiwiki-d5a3335e15cc2203dd357e6e55fa9d15bc39a181.tar.gz
this is meant to work like Jon expected it would
Diffstat (limited to 'doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn')
-rw-r--r--doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn
index 23ddc01b6..a656a33a0 100644
--- a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn
+++ b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn
@@ -11,6 +11,11 @@ The presentation of the resulting comments is not sorted by this date, which I w
> Yes, comments are displayed via an inline, and usual [[pagespec/sorting]]
> (eg, default of when the file was first seen) is used. The comment
> date only affects the date displayed.
+>
+> > That's not what I intended - it's meant to be more or less just
+> > syntactic sugar for `\[[!meta date=foo]]`, setting the `%pagectime`.
+> > The code looks as though it ought to work, but perhaps it's buggy?
+> > --[[smcv]]
>
> The only time I've seen this be much problem personally is when moving
> a page, which means moving its comments directory, which tends to
@@ -34,3 +39,10 @@ The presentation of the resulting comments is not sorted by this date, which I w
>>
>> In my current situation, I could live with by-filename ordering. By-title
>> ordering would also be workable. — [[Jon]]
+
+>>> I agree with Jon's reasons for embedding an explicit date in the file.
+>>> As I said, this is *meant* to work, but it might not.
+>>>
+>>> Sorting by filename would only be useful with
+>>> [[!cpan Sort::Naturally]], since normal `cmp` ordering would break pages
+>>> with more than 9 comments. --s