This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
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
..
adapters FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
components DEV: Extend plugin API for uploads (#8440) 2019-12-09 16:20:03 +02:00
controllers UX: Remove 'show more' from upload modals (#8470) 2019-12-09 12:57:43 +02:00
helpers DEV: Use category ids in more URLs preferentially 2019-12-04 09:47:41 +00:00
initializers Facebook square icon has been deprciated for Facebook circle 2019-11-22 15:25:20 -05:00
lib DEV: Export imageNameFromFileName 2019-12-09 18:19:55 +02:00
mixins FIX: default draft key in openComposerWithTopicParams (#8496) 2019-12-09 07:53:05 -08:00
models FIX: Don't try to create an empty tag when updating a topic (#8481) 2019-12-09 19:55:08 +01:00
pre-initializers DEV: Client side category routing changes 2019-11-26 13:52:14 +00:00
raw-views DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
routes UX: Remove 'show more' from upload modals (#8470) 2019-12-09 12:57:43 +02:00
services DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
templates UX: Remove 'show more' from upload modals (#8470) 2019-12-09 12:57:43 +02:00
widgets FIX: adds data-topic-id to quick-access-item (#8430) 2019-11-28 11:27:36 +01:00
mapping-router.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00