discourse/app
Andrei Prigorshnev c4d7545f35
FIX: when updating timestamps on topic set a correct bump date (#13746)
There was a bug with changing timestamps using the topic wrench button. Under some circumstances, a topic was disappearing from the top of the latest tab after changing timestamps. Steps to reproduce:
- Choose a topic on the latest tab (the topic should be created some time ago, but has recent posts)
- Change topic timestamps (for example, move them one day forward):
- Go back to the latest tab and see that topic has disappeared.

This PR fixes this. We were setting topic.bumped_at to the timestamp user specified on the modal. This is incorrect. Instead, we should be setting topic.bumped_at to the created_at timestamp of the last regular (not a whisper and so on) post on the topic.
2021-07-16 11:56:51 +04:00
..
assets DEV: Refactor stylesheet live-reloading (#13755) 2021-07-16 13:43:31 +10:00
controllers FIX: simplify and improve choosing favorite badges (#13743) 2021-07-16 11:13:00 +08:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs FEATURE: Add option to grant badge multiple times to users using Bulk Award (#13571) 2021-07-15 05:53:26 +03:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FEATURE: Add 'users.list' API scope (#13742) 2021-07-16 11:10:04 +08:00
serializers FEATURE: Penalty history improvements (#13359) 2021-07-12 11:36:56 -07:00
services FIX: when updating timestamps on topic set a correct bump date (#13746) 2021-07-16 11:56:51 +04:00
views FEATURE: add title tag for group detail page (#13702) 2021-07-12 20:05:57 +05:30