Godfrey Chan
c34f8b65cb
DEV: Rename I18n imports to discourse-i18n ( #23915 )
...
As of #23867 this is now a real package, so updating the imports to
use the real package name, rather than relying on the alias. The
name change in the package name is because `I18n` is not a valid
name as NPM packages must be all lowercase.
This commit also introduces an eslint rule to prevent importing from
the old I18n path.
For themes/plugins, the old 'i18n' name remains functional.
2023-10-18 11:07:09 +01:00
David Taylor
48193767bf
DEV: Sort imports
...
Automatically generated by `eslint --fix` to satisfy the updated configuration
2023-10-10 21:46:54 +01:00
Isaac Janzen
ecd9e6d4b7
DEV: Convert watched-word-test
modal to component-based API ( #22911 )
2023-08-01 16:08:56 -05:00
David Taylor
be354e7950
DEV: Update admin controllers to native class syntax ( #20674 )
...
This commit was generated using the ember-native-class-codemod along with a handful of manual updates
2023-03-15 09:42:12 +00:00
Penar Musaraj
86ecb6c58b
DEV: update yes/no confirmation dialogs ( #18181 )
2022-09-14 11:06:56 -04:00
Bianca Nenciu
efd6394cd8
FEATURE: Show an error message if regex is invalid ( #13164 )
...
The server cannot always determine when a watched word regular
expression is invalid and this commit implements the check on the client
side.
2021-05-27 19:42:43 +03:00
Bianca Nenciu
b56e9ad656
DEV: Simplify watched word code ( #13103 )
...
* DEV: Use site setting instead
* DEV: Use .length instead of a different property
* DEV: Simplify watched word code
2021-05-27 19:20:26 +03:00
Arpit Jalan
61860098d9
UX: move logs/watched_words to customize/watched_words in admin section ( #12571 )
...
https://meta.discourse.org/t/where-is-auto-tag-and-auto-replace/184261
2021-04-01 11:44:17 +05:30
Bianca Nenciu
990a26d14b
FIX: Add translation string for clear all watched words ( #12336 )
2021-03-10 14:48:13 +02:00
Roman Rizzi
bbe5d8d5cf
DEV: Sort imports alphabetically ( #11382 )
2020-12-01 15:31:26 -03:00
Robin Ward
ce3fe2f4c4
REFACTOR: Support bundling our admin
section as an ember addon
2020-09-22 15:14:29 -04:00