discourse/app/assets/javascripts/discourse
Jarek Radosz ff5a82b614
FIX: Change rootNone behavior in category-chooser (#8692)
This breaking change was originally a deprecation fix for overriding a computed property `none`.

There are 4 uses of `rootNone` in core and "all-the-plugins":
1. in discourse-chat-integration, admin-plugins-chat-edit-rule.hbs - changed behavior, that I'd consider a fix - `rootNoneLabel` is now used regardless of `siteSettings.allow_uncategorized_topics` value, which I believe was an originally intended behavior (i.e. it most likely hasn't been tested with disabled uncategorized topics)
2. in discourse-slack-official, plugins-slack.hbs - the same as 1.
3. in core, edit-category-general.hbs (in this PR) - no change in behavior
4. in discourse-googlebooks, edit-category-general.hbs - no change in behavior (since `allowUncategorized="true"` is also passed as an argument)
2020-01-16 18:51:29 +01:00
..
adapters FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
components FEATURE: allows to define a dissmiss duration on global notices (#8715) 2020-01-15 09:02:28 +01:00
controllers Fix mobile topic-timeline not closing on scrolling past last post (#8730) 2020-01-16 17:23:44 +11:00
helpers Upgrade handlebars (#8675) 2020-01-07 15:37:37 -05:00
initializers FEATURE: Use new Badging API 2020-01-10 13:41:35 -03:00
lib Fix mobile topic-timeline not closing on scrolling past last post (#8730) 2020-01-16 17:23:44 +11:00
mixins Rename 'target usernames' with 'target recipients' in Composer (#8606) 2020-01-07 15:33:48 +02:00
models FIX: show error message if the topic deletion fails (#8723) 2020-01-16 00:58:03 +05:30
pre-initializers DEV: Add unambiguous routes for tags 2019-12-13 11:24:59 +00:00
raw-views DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
routes FIX: Don't leak event listeners in user-activity-drafts (#8682) 2020-01-08 16:55:10 +01:00
services DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
templates FIX: Change rootNone behavior in category-chooser (#8692) 2020-01-16 18:51:29 +01:00
widgets FIX: Make scrolling to bottom post in topic more consistent (#8671) 2020-01-08 16:37:13 +11:00
mapping-router.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00