This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
assets FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
controllers If login is required skip CDN 2018-01-09 17:51:53 +11:00
helpers FIX: rendering %lt;/div noscript in header 2017-12-08 10:30:00 +11:00
jobs FEATURE: Allow Forums to disable the Backups feature 2017-12-21 15:22:04 -05:00
mailers FIX: correct use of invitee vs inviter in email templates 2017-12-04 14:09:48 +05:30
models Merge pull request #5469 from tgxworld/add_guard_to_prevent_primary_email_from_being_reassigned 2018-01-09 13:35:08 +08:00
serializers fix the build 2018-01-03 17:35:36 +05:30
services FIX: correct issue with search omitting words with multiple dots 2017-12-19 16:04:24 +11:00
views FIX: cache admin locale file for 24 hours 2018-01-09 10:23:49 +11:00