discourse/app/assets/javascripts/discourse-common/addon/lib
David Taylor fadcfd1451
DEV: Add safe_mode=deprecation_errors mode (#24870)
This commit adds an additional toggle to our safe-mode system. When enabled, it will cause all deprecation messages to become exceptions. This gives admins a way to test their themes/plugins against upcoming Discourse changes without needing to use the browser developer tools.
2023-12-13 14:06:59 +00:00
..
attribute-hook.js
avatar-utils.js Consistently import escape from discourse-common (#23790) 2023-10-11 22:21:01 +01:00
debounce.js
deprecated.js DEV: Add safe_mode=deprecation_errors mode (#24870) 2023-12-13 14:06:59 +00:00
discourse-template-map.js
dom-from-string.js
escape.js
get-owner.js DEV: Rename custom getOwner to getOwnerWithFallback (#23437) 2023-09-26 14:30:52 +01:00
get-url.js FIX: Validate asset url before replacing base url (#16438) 2023-01-30 07:32:48 +08:00
helpers.js DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
icon-library.js FEATURE: Add copy link post menu button (#24709) 2023-12-08 11:45:49 +10:00
later.js
loader-shim.js DEV: add loader.js shims for packages used across bundles (#22703) 2023-08-09 12:04:41 +01:00
object.js DEV: Resolve and prevent user fixture changes leaking between tests (#23898) 2023-10-11 13:46:06 +01:00
popular-themes.js UX: update admin popular theme list (#23134) 2023-08-18 09:07:25 -04:00
raw-handlebars-helpers.js PERF: Stop eagerly-loading core helper modules (#24015) 2023-10-19 15:52:51 +01:00
raw-handlebars.js
raw-templates.js DEV: Sort imports 2023-10-10 21:46:54 +01:00
suffix-trie.js