discourse/app/assets/javascripts/admin/addon
Jarek Radosz 057d6b406d
DEV: Extensively use `includes()` (#17541)
Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
2022-07-17 20:48:36 +02:00
..
adapters REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
components DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
controllers DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
models DEV: Fix typos "formated" -> "formatted" (#17156) 2022-06-20 20:02:05 +02:00
routes DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
services DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
templates UX: remove .btn-default from admin btn (#17515) 2022-07-15 22:09:48 +02:00