..
admin
DEV: Remove 'htmlSafe' string prototype extensions ( #16766 )
2022-05-13 14:58:26 -05:00
confirm-new-email
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
discourse
FIX: keep composer draft when go back and forth between PM and New Topic. ( #16978 )
2022-06-02 23:36:34 +05:30
discourse-common
DEV: Remove 'decamelize' string prototype extensions ( #16747 )
2022-05-13 11:32:19 -05:00
discourse-hbr
DEV: Update ember-try to 2.0.0 ( #16606 )
2022-05-03 11:04:16 -04:00
discourse-widget-hbs
DEV: Update ember-try to 2.0.0 ( #16606 )
2022-05-03 11:04:16 -04:00
docs
DEV: enforces eslint’s curly rule to the codebase ( #10720 )
2020-09-22 16:28:28 +02:00
ember-addons
DEV: Remove ember-addons ( #9559 )
2020-04-28 10:14:49 -04:00
locales
DEV: Replace deprecated String.prototype.substr() ( #16233 )
2022-04-01 17:35:17 +02:00
pretty-text
FIX: Apply 'allowed_href_schemes' to all src/srcset attributes ( #16860 )
2022-05-19 11:18:30 +01:00
select-kit
FIX: change event target on select kit row ( #16960 )
2022-06-01 14:49:04 +08:00
truth-helpers
DEV: Update ember-try to 2.0.0 ( #16606 )
2022-05-03 11:04:16 -04:00
wizard
DEV: Reenable wizard test after fixing auto start for wizard qunit tests
2022-05-25 15:12:27 +08:00
.licensee.json
DEV: Add Ember CLI workspace license checks ( #16603 )
2022-05-03 13:06:19 -04:00
.npmrc
DEV: Prevent npm usage ( #13945 )
2021-08-04 22:04:58 +02:00
activate-account.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
admin-plugins.js.erb
FIX: When using Ember CLI, plugin admin code was not being loaded in tests ( #16239 )
2022-03-21 15:46:41 -04:00
admin.js
FIX: When using Ember CLI, plugin admin code was not being loaded in tests ( #16239 )
2022-03-21 15:46:41 -04:00
app-boot.js
DEV: Disallow Ember
global usage ( #16147 )
2022-03-09 17:54:07 +01:00
application.js
DEV: Make screen-track
a regular service ( #14983 )
2021-11-17 20:56:06 +01:00
auto-redirect.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
browser-detect.js
DEV: Add polyfill for String.prototype.replaceAll
( #16301 )
2022-03-28 17:18:56 +01:00
browser-update.js
UX: Make header/footer HTML consistent for crawler and noscript
2022-04-07 15:27:06 +01:00
discourse-loader.js
FIX: Ember test imports, again ( #16203 )
2022-03-16 17:12:15 +01:00
discourse-shims.js
FIX: uses tippy for popover ( #15409 )
2022-05-02 17:10:26 +02:00
embed-application.js
DEV: prettier 2.2.1 ( #11862 )
2021-01-27 12:39:20 +01:00
ember_include.js.erb
DEV: Support for running theme test with Ember CLI (third attempt)
2022-01-13 16:02:07 -05:00
ember_jquery.js
Revert "Revert "DEV: Import MessageBus
from message-bus-client
instead of globals""
2020-05-28 08:42:36 -04:00
env.js
FIX: attempts to fix an error with EXTEND_PROTOTYPES ( #7067 )
2019-02-26 11:04:05 +01:00
google-tag-manager.js
FEATURE: Implement nonces for Google Tag Manager integration ( #12531 )
2021-03-26 11:19:31 -04:00
google-universal-analytics-v3.js
FEATURE: Add Google Universal Analytics v4 as an option ( #11123 )
2020-11-06 14:15:36 -06:00
google-universal-analytics-v4.js
FEATURE: Add Google Universal Analytics v4 as an option ( #11123 )
2020-11-06 14:15:36 -06:00
handlebars-shim.js
FIX: It seems sometimes shims are evaluated by older JS engines ( #11813 )
2021-01-22 10:41:01 -05:00
main_include_admin.js
DEV: Remove old backup uploader and resumable.js ( #15365 )
2021-12-21 15:02:10 +10:00
markdown-it-bundle.js
REFACTOR: Do not rely on module order for discourse-markdown loading
2020-09-18 13:31:55 -04:00
onpopstate-handler.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
package.json
FIX: Make truth-helpers work in Ember CLI ( #13044 )
2021-05-12 17:52:36 +02:00
polyfills.js
DEV: Add polyfill for String.prototype.replaceAll
( #16301 )
2022-03-28 17:18:56 +01:00
pretty-text-bundle.js
DEV: Remove deprecated pretty-text functions/file ( #16397 )
2022-04-06 22:48:50 +02:00
print-page.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
service-worker.js.erb
FIX: Disable service worker proxying in chrome 97-97.0.4692 ( #15638 )
2022-01-18 19:41:25 +00:00
set-prototype-polyfill.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
start-discourse.js
DEV: Avoid using globals ( #14909 )
2021-11-13 13:10:13 +01:00
template_include.js
DEV: Support for import Handlebars from 'handlebars'
; ( #9600 )
2020-04-30 16:41:02 -04:00
test-shims.js
FIX: Ember test imports, again ( #16203 )
2022-03-16 17:12:15 +01:00
vendor-common.js
FIX: uses tippy for popover ( #15409 )
2022-05-02 17:10:26 +02:00
vendor-theme-tests.js
DEV: Support for running theme test with Ember CLI (third attempt)
2022-01-13 16:02:07 -05:00
vendor.js
DEV: Support for running theme test with Ember CLI (third attempt)
2022-01-13 16:02:07 -05:00
widget-runtime.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
wizard-application.js
DEV: implements some of ember-truth-helpers ( #12667 )
2021-04-12 11:40:00 +02:00
wizard-shims.js
FIX: uses tippy for popover ( #15409 )
2022-05-02 17:10:26 +02:00
wizard-start.js
DEV: apply new coding standards ( #10592 )
2020-09-04 13:42:47 +02:00
wizard-vendor.js
FIX: uses tippy for popover ( #15409 )
2022-05-02 17:10:26 +02:00
yarn.lock
DEV: Update ember-try to 2.0.0 ( #16606 )
2022-05-03 11:04:16 -04:00