ikiwiki/doc/todo/sortbylastcomment_plugin.mdwn

14 lines
690 B
Plaintext
Raw Normal View History

2011-07-06 18:03:42 +02:00
This plugin provides the `last_comment` [[ikiwiki/pagespec/sorting]] order which uses the modification time of their last comment to sort pages. It also updates the mtime of the page to this value.
For example, it could be useful to make active threads of discussion appear on top of the list of threads in a forum.
You'll find it in this repository, in the 'sortbylastcomment' branch:
<https://un.poivron.org/~sajolida/ikiwiki.git/>
2011-07-06 18:07:17 +02:00
[[!tag wishlist patch]]
2011-07-08 11:18:01 +02:00
2011-08-19 23:58:09 +02:00
> Reviewed, tested: looks good to me. We need it for the [Tails forum](https://tails.boum.org/forum/). --[[intrigeri]]
2012-01-04 21:46:58 +01:00
>> Hi, is there a chance of seeing this plugin getting included in a release at any point soon? --sajolida