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
Krzysztof Kotlarek 81c7d6a462
FIX: Muted tags are respected by TopicTrackingState (#8467)
When the tag is muted and topic contains that tag, we should not mark that message as NEW.

There are 3 possible settings which site admin can set.
remove_muted_tags_from_latest - always
It means that if the topic got at least one muted tag, we should not mark that topic as NEW

remove_muted_tags_from_latest - only muted
Similar to above, however, if at least one tag is not muted, the topic is marked as NEW

remove_muted_tags_from_latest - never
Basically, mute tag setting is ignored and all topics are set as NEW
2019-12-10 09:50:05 +11:00
..
adapters FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
components FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
controllers FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08:00
helpers DEV: Use category ids in more URLs preferentially 2019-12-04 09:47:41 +00:00
initializers FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08: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: Muted tags are respected by TopicTrackingState (#8467) 2019-12-10 09:50:05 +11: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 FEATURE: Featured topic for user profile & card (#8461) 2019-12-09 11:15:47 -08: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