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
David Taylor 03b7d71827
DEV: Ensure that Discourse global is available for widget init (#15862)
Under ember-cli, we rely on the `ember-export-application-global` addon to make `window.Discourse` available. This happens in an initializer. Previously this inititalizer would run after `auto-load-modules`, and so any widget/helper modules would not be able to access it. This commit sets some `after` parameters on the `auto-load-modules` and `inject-objects` initializers to ensure that `export-application-global` is run first.
2022-02-08 10:45:36 +00:00
..
adapters FEATURE: Display pending posts on user’s page 2021-11-29 10:26:33 +01:00
components FIX: Do not override mobile scroll on docked progress element (#15840) 2022-02-07 13:51:07 +01:00
controllers DEV: update show social login logic (#15809) 2022-02-03 15:17:36 -06:00
helpers DEV: Add category-color variable (#15807) 2022-02-03 13:16:27 -06:00
initializers DEV: Ensure that Discourse global is available for widget init (#15862) 2022-02-08 10:45:36 +00:00
lib DEV: remove the includeMidFuture option on future-date-input (#15818) 2022-02-04 21:33:11 +04:00
mixins FIX: Caret moves to a wrong position when uploading an image via toolbar (#15684) 2022-02-04 18:26:48 +04:00
models FIX: User option fields definition was being mutated on save (#15837) 2022-02-07 16:58:27 +10:00
pre-initializers DEV: Correct method name in theme-errors-handler pre-initializer (#15501) 2022-01-10 10:51:40 +00:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes FIX: Client should be able to route ID-less topic URLs (#15697) 2022-01-24 23:19:35 +03:00
services DEV: correctly notify property changes of emoji store (#15389) 2021-12-22 10:59:41 +01:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
widgets DEV: Send message to DiscourseHub when dismissing (#15849) 2022-02-07 20:15:26 +01:00
app.js FEATURE: Catch decorateCooked errors from themes/plugins (#15450) 2022-01-04 21:59:52 +00:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: Improve and document __container__ workaround in tests (#15498) 2022-01-10 10:34:08 +00:00