discourse/app
Joffrey JAFFEUX 931bfca454
DEV: allows categories-admin-dropdown to have custom items (#9931)
Usage:

```
modifySelectKit("categories-admin-dropdown").appendContent(function() {
  return {
    id: "foo",
    name: I18n.t("foo"),
    description: I18n.t("foo_description"),
    icon: "gear",
    onChange: () => alert("Foo.")
  };
});
```
2020-05-29 21:01:19 +02:00
..
assets DEV: allows categories-admin-dropdown to have custom items (#9931) 2020-05-29 21:01:19 +02:00
controllers PERF: Use more efficient query when checking for existence. 2020-05-29 15:47:05 +08:00
helpers FIX: Email Styles were evaluated out of order 2020-05-25 12:47:23 -04:00
jobs FIX: Support IRIs (unicode URIs) when pulling hotlinked images (#9928) 2020-05-29 17:47:05 +01:00
mailers FIX: Change user digest email total unread notification calculation (#9648) 2020-05-06 14:23:13 +10:00
models DEV: Remove unused variable topic_tracking_state (#9915) 2020-05-29 09:47:25 -05:00
serializers FIX: allows to have custom emoji translation without static file (#9893) 2020-05-27 20:11:52 +02:00
services Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
views Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00