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/app
Bianca Nenciu df26d2e72a
FIX: Build correct topic list filter (#11473)
* FIX: 'false' value was treated as a truthy value

For example, latest.json?no_subcategories=false used to have set
no_subcategories to the string value of 'false', which is not false.

* DEV: Remove dead code

* FIX: Redirect to /none under the right conditions

These conditions are:
 - neither /all or /none present
 - only for default filter

* FIX: Build correct topic list filter

/none was never added to the topic list filter

* FIX: Do not show count for subcategories if 'none' category

* FIX: preload_key must contain /none if no_subcategories
2020-12-11 14:20:48 +02:00
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
controllers Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
helpers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
initializers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
lib Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
mixins Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
models FIX: Build correct topic list filter (#11473) 2020-12-11 14:20:48 +02:00
pre-initializers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
raw-views DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
routes FIX: Build correct topic list filter (#11473) 2020-12-11 14:20:48 +02:00
services DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
templates FEATURE: Optional filtered replies view (#11387) 2020-12-10 12:02:07 -05:00
widgets Revert "DEV: Wrap Ember.run.debounce. (#11352)" (#11465) 2020-12-10 16:48:25 -03:00
app.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
mapping-router.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00