discourse/app
David Taylor 7878e5007a
FIX: Refactor to prevent themes affecting core stylesheets (#7029)
If a theme setting contained invalid SCSS, it would cause an error 500 on the site, with no way to recover. This commit stops loading theme settings in the core stylesheets, and instead only loads the color scheme variables. This change also makes `common/foundation/variables.scss` available to themes without an explicit import.
2019-02-19 15:55:59 +00:00
..
assets FIX: Refactor to prevent themes affecting core stylesheets (#7029) 2019-02-19 15:55:59 +00:00
controllers FIX: removes legacy browsers-refresh button (#7028) 2019-02-19 16:38:21 +01:00
helpers FEATURE: Calculate sprite-sheet based on currently active themes (#6973) 2019-02-06 15:51:23 +00:00
jobs PERF: only require aws-sdk-sns gem when it's being used 2019-02-14 11:08:21 +01:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: Refactor to prevent themes affecting core stylesheets (#7029) 2019-02-19 15:55:59 +00:00
serializers FIX: unable to create new categories 2019-02-15 10:24:29 +11:00
services FIX: Push notifications could fail with UnauthorizedRegistration 2019-02-15 21:12:09 +01:00
views PERF: Cache build_not_found_page 2019-02-12 21:20:33 +11:00