discourse/plugins/checklist
Jarek Radosz c75b379d6f
DEV: Future-proof `htmlSafe` interactions (#23596)
See https://github.com/discourse/discourse-encrypt/pull/282

> `cooked` was an Ember SafeString. The internal storage of the string changed from `.string` to `.__string` at some point between Ember 3.28 and Ember 5. Instead, we can use `toString()` which is guaranteed to work in all situations
2023-09-14 23:04:57 +02:00
..
assets DEV: Remove decorateCookedElement id parameters (#23544) 2023-09-12 16:32:04 +01:00
config Update translations (#23538) 2023-09-12 15:27:48 +02:00
spec DEV: Remove checklist syntax migrator (#22942) 2023-08-02 22:31:56 +02:00
test/javascripts/lib DEV: Future-proof `htmlSafe` interactions (#23596) 2023-09-14 23:04:57 +02:00
plugin.rb FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00