discourse/app
Sam Saffron 9be70a22cd DEV: introduce new API to look up dynamic site setting
This removes all uses of both `send` and `public_send` from consumers of
SiteSetting and instead introduces a `get` helper for dynamic lookup

This leads to much cleaner and safer code long term as we are always explicit
to test that a site setting is really there before sending an arbitrary
string to the class

It also removes a couple of risky stubs from the auth provider test
2019-05-07 11:00:30 +10:00
..
assets FIX: Your own likes were missing on posts 2019-05-06 20:03:50 -04:00
controllers DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
helpers FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
jobs DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
mailers DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
models DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
serializers DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
services FIX: Can't remove user profile uploads. 2019-05-02 16:54:10 +08:00
views Standardize viewport rules for mobile and desktop 2019-05-06 10:28:29 -04:00