discourse/test/javascripts/lib
Joffrey JAFFEUX 683cb28099
DEV: enforces ember-template-lint: no-triple-curlies (#9165)
This pr replaces `{{{ }}}` usage by a {{html-safe}} helper. While it doesn't solve the underlying issue, it gives us a path forward without risking breaking too much existing behavior.

Also introduces an htmlSafe computed macro:

```
import { htmlSafe } from "discourse/lib/computed";

htmlDescription: htmlSafe("description")
```

Overtime {{html-safe}} usage should be removed and moved to components properties or specialized components/helpers.
2020-03-11 09:23:10 +01:00
..
bbcode-test.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
break-string-test.js.es6 DEV: Remove unused BreakString class (#8942) 2020-02-14 15:32:59 -03:00
category-badge-test.js.es6 UX: Prevent category-drop topic count from wrapping to new line (#8943) 2020-02-12 14:34:16 -05:00
click-track-edit-history-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
click-track-profile-page-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
click-track-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
computed-test.js.es6 DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
discourse-test.js.es6 FIX: getURL on a subfolder site should ignore prefix in middle of URL (#8794) 2020-01-27 17:51:46 +00:00
emoji-store-test.js.es6 FEATURE: favorites emojis will also show in composer autocomplete (#8011) 2019-08-16 11:47:03 +02:00
emoji-test.js.es6 FIX: Respect `enable_inline_emoji_translation` setting in titles 2019-12-03 20:39:11 +01:00
formatter-test.js.es6 DEV: Remove unused BreakString class (#8942) 2020-02-14 15:32:59 -03:00
highlight-text-test.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
i18n-test.js.es6 FIX: Escape $ in translations before interpolating (#8100) 2019-09-16 13:52:49 -04:00
icon-library-test.js.es6 Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
key-value-store-test.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
link-mentions-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
load-script-test.js.es6 DEV: Use async functions in tests (#9087) 2020-03-02 21:20:19 +01:00
oneboxer-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
preload-store-test.js.es6 DEV: Use async functions in tests (#9087) 2020-03-02 21:20:19 +01:00
pretty-text-test.js.es6 FIX: Use full URL for secure attachments when secure media enabled (#9037) 2020-03-04 10:11:08 +11:00
sanitizer-test.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
screen-track-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
search-test.js.es6 FEATURE: Allow scoping search to tag (#8345) 2019-11-14 10:40:26 +10:00
sharing-test.js.es6 FEATURE: adds plugin sharing api 2018-06-13 13:25:51 +02:00
text-direction-test.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
to-markdown-test.js.es6 FIX: Properly convert quotes to Markdown (#8808) 2020-02-07 16:25:23 +01:00
tooltip-test.js.es6 DEV: prevents asyncTestDiscourse/controllerFor/fixture to leak (#7717) 2019-06-06 13:10:41 +02:00
upload-short-url-test.js.es6 FIX: Use full URL for secure attachments when secure media enabled (#9037) 2020-03-04 10:11:08 +11:00
uploads-test.js.es6 FIX: Consider webp a supported image format for upload (#9015) 2020-02-21 13:08:01 +10:00
url-test.js.es6 DEV: Fix function prototype deprecations (#8681) 2020-01-16 18:56:53 +01:00
user-search-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
utilities-test.js.es6 FIX: Add aria-labels to topic list items (#9048) 2020-03-02 14:28:54 -05:00
white-lister-test.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00