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
Joffrey JAFFEUX f1bb1db354
DEV: enforces ember-template-lint: no-unbound (#9147)
From ember-template-lint documentation (https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-unbound.md):

```
{{unbound}} is a legacy hold over from the days in which Ember's template engine was less performant. Its use today is vestigial, and it no longer offers performance benefits.

It is also a poor practice to use it for rendering only the initial value of a property that may later change.
```

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-03-09 15:28:31 +01:00
..
adapters FIX: Use new tag routes (#8683) 2020-01-21 19:23:08 +02:00
components FIX: ensure category and tags can be changed from reviewable (#9139) 2020-03-09 10:01:50 +01:00
controllers FIX: Embarassing algoriths typo -> algorithms for security keys (#9126) 2020-03-09 09:22:08 +10:00
helpers DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
initializers FEATURE: Enable service worker on iOS PWA 2020-03-02 15:55:09 -03:00
lib DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
mixins DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
models DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
pre-initializers DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
raw-views DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
routes FIX: removes legacy refreshQueryWithoutTransition (#9145) 2020-03-09 15:05:54 +01:00
services DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
templates DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
widgets DEV: Remove the last (defunct) use of Ember.View (#8976) 2020-03-02 14:23:46 -05:00
mapping-router.js.es6 DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00