discourse/plugins
David Taylor c139767055
DEV: Remove Ember.TEMPLATES and centralize template resolution rules (#19220)
In the past, the result of template compilation would be stored directly in `Ember.TEMPLATES`. Following the move to more modern ember-cli-based compilation, templates are now compiled to es6 modules. To handle forward/backwards compatibility during these changes we had logic in `discourse-boot` which would extract templates from the es6 modules and store them into the legacy-style `Ember.TEMPLATES` object.

This commit removes that shim, and updates our resolver to fetch templates directly from es6 modules. This is closer to how 'vanilla' Ember handles template resolution. We still have a lot of discourse-specific logic, but now it is centralised in one location and should be easier to understand and normalize in future.

This commit should not introduce any behaviour change.
2022-11-29 10:24:35 +00:00
..
chat FIX: do not apply hover state to non capable devices (#19228) 2022-11-28 21:33:44 +01:00
discourse-details Update translations (#19150) 2022-11-22 15:01:19 +01:00
discourse-local-dates Update translations (#19150) 2022-11-22 15:01:19 +01:00
discourse-narrative-bot Update translations (#19150) 2022-11-22 15:01:19 +01:00
discourse-presence Update translations (#19033) 2022-11-16 11:39:47 +01:00
lazy-yt A11Y: add keyboard support to youtube embeds (#18710) 2022-10-21 16:32:53 -04:00
poll Update translations (#19150) 2022-11-22 15:01:19 +01:00
styleguide DEV: Remove Ember.TEMPLATES and centralize template resolution rules (#19220) 2022-11-29 10:24:35 +00:00