discourse/app/assets/javascripts/discourse/mixins
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
..
add-archetype-class.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
buffered-content.js.es6 FIX: computed is part of `@ember/object` not `@ember/object/computed` 2019-11-13 11:58:09 -05:00
bulk-topic-selection.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
can-check-emails.js.es6 DEV: run files through prettier 2019-10-31 10:18:29 +11:00
card-contents-base.js.es6 FIX: Open a card on click even if the mention has extra elements (#8626) 2019-12-30 19:26:23 +01:00
cleans-up.js.es6 DEV: Import `Ember.on` from @ember/object/evented (#8268) 2019-10-30 17:05:27 -05:00
docking.js.es6 FIX: Prettier on importing mixin (#8270) 2019-10-30 15:13:48 -05:00
filter-mode.js.es6 FIX: Replace this.get("foo") with this.foo to fix linting checks 2019-11-21 11:29:50 +00:00
grant-badge-controller.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
key-enter-escape.js.es6 FEATURE: on iPad bluetooth keyboard use ALT-ENTER for post submit 2019-02-28 16:41:31 +11:00
load-more.js.es6 FIX: Ensure load-more considers current position (#8357) 2019-11-18 15:09:47 +02:00
mobile-scroll-direction.js.es6 FIX: Prettier on importing mixin (#8270) 2019-10-30 15:13:48 -05:00
modal-functionality.js.es6 FIX: Prettier on importing mixin (#8270) 2019-10-30 15:13:48 -05:00
name-validation.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
open-composer.js.es6 Rename 'target usernames' with 'target recipients' in Composer (#8606) 2020-01-07 15:33:48 +02:00
pan-events.js.es6 FIX: Prettier on importing mixin (#8270) 2019-10-30 15:13:48 -05:00
password-validation.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
preferences-tab-controller.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
scroll-top.js.es6 DEV: Import ember ENV instead of Ember.testing (#8305) 2019-11-07 11:20:35 -06:00
scrolling.js.es6 REFACTOR: Remove `debounce` to `discourseDebounce` 2019-11-11 13:34:01 -05:00
singleton.js.es6 FIX: Prettier on importing mixin (#8270) 2019-10-30 15:13:48 -05:00
upload.js.es6 REFACTOR: Move upload utilities to their own file 2019-11-14 12:51:08 -05:00
url-refresh.js.es6 Upgrade to Ember 3.7.0 2019-03-20 14:43:25 +01:00
user-fields-validation.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
username-validation.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
viewing-action-type.js.es6