issue: order by last update, changed on reply
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 20 Oct 2019 04:07:07 +0000 (06:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 9 Nov 2019 06:08:13 +0000 (07:08 +0100)
commitc824b14c0f6fb372ca4e72fe244b3aade6c29541
treefde7e32b13b097b35deea1f0a2b8348949fc9b03
parent55cb3025c5506ec7faaa1818a4d8161aaad19c27
issue: order by last update, changed on reply

Initial value determined by:

UPDATE issues SET updated = greatest(created, closed, (
SELECT max(created) FROM comments WHERE page = issues.link
));
issue/index.php
widget/comments.sql
widget/reply.php