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/spec
David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
components FIX: Disallow user self-delete when user posted in PMs 2019-08-10 12:30:16 +02:00
fabricators DEV: Default to skipping creating a topic when fabricating categories (#7976) 2019-08-06 11:26:54 +01:00
fixtures FEATURE: Add attachments to outgoing emails 2019-07-25 15:57:45 +02:00
helpers FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration PERF: message_bus will be deferred by server when flooded 2019-08-09 17:48:01 +10:00
integrity FIX: Create readonly functions during backup 2019-08-09 11:39:46 +02:00
jobs FIX: include default label when exporting reports 2019-07-26 12:57:13 +05:30
lib FIX: Detect DiscourseHub user agent. 2019-08-09 11:58:15 +03:00
mailers FEATURE: add option to always send excerpts in emails 2019-08-06 12:45:28 -04:00
models FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
multisite FIX: multisite upload urls must have either db name or the word 'short-url'. 2019-06-25 01:19:58 +05:30
requests UX: Improve error handling for common OmniAuth exceptions (#7991) 2019-08-12 10:55:02 +01:00
serializers FIX: Show membership requests link just for group owners. (#7543) 2019-08-06 13:28:22 +03:00
services DEV: Default to skipping creating a topic when fabricating categories (#7976) 2019-08-06 11:26:54 +01:00
support FIX: DistributedMutex (#7953) 2019-08-01 09:12:05 +01:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks UX: Improve error handling for common OmniAuth exceptions (#7991) 2019-08-12 10:55:02 +01:00
rails_helper.rb FIX: Rollback when multisite tests raise exceptions 2019-08-01 15:26:06 +01:00