diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2011-06-04 09:01:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-04 09:01:08 +0000 |
commit | 9d2258379b7c705901bc8a2697eb0c9440bcbcff (patch) | |
tree | 46cf2fe6110622008d92b50c48e24a7749fdd742 /doc | |
parent | 645ebe93b59c13865112bea22638c7e0d042a39f (diff) | |
download | ikiwiki-9d2258379b7c705901bc8a2697eb0c9440bcbcff.tar ikiwiki-9d2258379b7c705901bc8a2697eb0c9440bcbcff.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn | 9 |
1 files changed, 9 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 3268f9983..23ddc01b6 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 @@ -25,3 +25,12 @@ The presentation of the resulting comments is not sorted by this date, which I w > adding a new [[pagespec/sorting]] method that sorts by filename, > rather than by title, and using it by default for comments might be > better than the current situation. --[[Joey]] + +>> Since git does not track file time, I tend to prefer to encode date +>> stuff inside files where possible. For other pages, I put an explicit +>> [[plugins/meta]] date into the source when I create the page. I've +>> had to reconstruct ordering after moving to a different git checkout +>> after a server move before, it was painful ☺ +>> +>> In my current situation, I could live with by-filename ordering. By-title +>> ordering would also be workable. — [[Jon]] |