discourse/test
Jarek Radosz b5236591e9
FIX: Don't try to create an empty tag when updating a topic (#8481)
Fixes an issue where updates to the first post in a topic would be visible only for staff.

Before, because the empty tag would find its way to `PostRevisor`, `TopicsController#update` would create a hidden revision, and later `PostsController#update` would only update that revision.

After this change, `TopicsController` doesn't create a revision at all (unless necessary), so `PostsController` can create it (and correctly decide whether the revision should be hidden or not).
2019-12-09 19:55:08 +01:00
..
javascripts FIX: Don't try to create an empty tag when updating a topic (#8481) 2019-12-09 19:55:08 +01:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: removes memory profiling from qunit tests (#8120) 2019-10-01 22:17:53 +02:00
smoke_test.js DEV: Add option to login at beginning of smoke tests 2019-11-14 18:28:15 +01:00