discourse/app
Gerhard Schlager bee000bcec FIX: Existing post timings could prevent moving posts
Post timings are created by `topic_id` and `post_number` and it's possible that the destination topic already contains post timings for non-existent posts. For example, this can happen if the destination topic was previously split and Discourse recorded post timings for moved posts in the destination topic.

This commit ensures that all timings which reference non-existent posts are deleted from the destination topic before the posts are moved.
2019-10-08 21:07:29 +02:00
..
assets FIX: Do not reset original scroll position in iOS to zero 2019-10-08 11:59:53 -04:00
controllers FEATURE: Add site setting to show more detailed 404 errors. (#8014) 2019-10-08 14:15:08 +03:00
helpers DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
jobs FIX: Ensure push_url exists before making push notification API call 2019-10-04 11:52:10 -04:00
mailers PERF: reuse renderer when rendering email templates 2019-10-06 23:57:03 -04:00
models FIX: Existing post timings could prevent moving posts 2019-10-08 21:07:29 +02:00
serializers FIX: Store user_accuracy_bonus to clarify explanations (#8165) 2019-10-08 09:49:07 -04:00
services PERF: reuse renderer when rendering email templates 2019-10-06 23:57:03 -04:00
views FEATURE: Add site setting to show more detailed 404 errors. (#8014) 2019-10-08 14:15:08 +03:00