discourse/app
Nick Ivanter bc6862d82d FIX: make sure the best post is not the worst
By default Postgres returns NULLs first when sorting in a descending order. As a result, best_post() would often actually return the "worst" post of the topic. And it was then included in digest emails in "popular posts".
2016-04-19 17:44:36 +03:00
..
assets UX: fix top links & most liked by sections on mobile 2016-04-17 13:19:06 +02:00
controllers Merge pull request #4137 from cpradio/add-warning-to-flag 2016-04-15 16:23:22 +10:00
helpers Fix build. 2016-04-14 17:22:26 +08:00
jobs FIX: only ever send users 1 email per post 2016-04-15 15:59:01 +10:00
mailers FIX: show invited by username when inviting to topic 2016-04-13 11:38:29 +05:30
models FIX: make sure the best post is not the worst 2016-04-19 17:44:36 +03:00
serializers UX: show topic title in email logs 2016-04-15 10:38:02 +10:00
services FIX: when granting old badges that are bronze, do not notify 2016-04-12 22:08:38 +10:00
views FIX: remove double <hr> in email notifications 2016-04-14 20:23:52 +02:00