discourse/app
Robin Ward b460a6d059 REFACTOR: Continue to converge on what Ember CLI wants us to do
* The creation of a testing div is specific to Rails, so that is
moved back out of setupTests();

* We've removed the `Discourse` globals from the acceptance helpers in favor of
`setApplication`/`getApplication`.

* We pass the container to setupTests because there is no
`__container__` in later Ember versions.

* `App` is now `app` because it's not a constant or class, it's an
instance of an application.
2020-10-16 10:53:13 -04:00
..
assets REFACTOR: Continue to converge on what Ember CLI wants us to do 2020-10-16 10:53:13 -04:00
controllers DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
helpers Replace `base_uri` with `base_path` (#10879) 2020-10-09 12:51:24 +01:00
jobs DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
mailers FIX: When admin changes an email for the user the user must confirm the change (#10830) 2020-10-07 13:02:24 +10:00
models DEV: Remove gifsicle dependency (#10357) 2020-10-16 13:41:27 +03:00
serializers Fix i18n issues reported on Crowdin (#10925) 2020-10-16 15:24:58 +02:00
services REFACTOR: Removes double check of site setting in badge granter 2020-10-05 19:59:57 +02:00
views Revert "FEATURE: Upgrade analytics.js to gtag.js (#10893)" (#10910) 2020-10-13 12:20:41 -05:00