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 fe588cc7f8
DEV: Fix function prototype deprecations (#8681)
* DEV: Fix the function prototype observers deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.observes('foo') to observer('foo', function() {}). [deprecation id: function-prototype-extensions.observes] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-observes for more details.

* DEV: Fix the function prototype event listeners deprecation

DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.on('foo') to on('foo', function() {}). [deprecation id: function-prototype-extensions.on] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-on for more details.

* DEV: Simplify `default as` imports

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2020-01-16 18:56:53 +01:00
..
adapters FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
components DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
controllers DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01: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 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
mixins DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
models DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
pre-initializers DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
raw-views DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
routes DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
services DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01: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