Ghost/core/server/services/settings
Fabien 'egg' O'Carroll 8b6ec4d922
Emitted all settings events on reinit of cache (#12012)
closes #12003

There are a few parts of Ghost that rely on the settings events being
emitted anytime a setting is changed, so that the data is kept in sync.

When a setting is renamed in a migration essentially what happens is
that the settings value is changed from a default value to its actual
value, but this does no emit an event.

Anything that is initialised before migrations have run that relies on
the events to keep it up to date will have stale data - e.g. the themes
i18n service.

This change ensures that when we `reinit` after migrations have been
run, we emit events for every setting to tell the rest of Ghost that it
has changed.
2020-07-06 17:09:43 +02:00
..
cache.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
index.js Emitted all settings events on reinit of cache (#12012) 2020-07-06 17:09:43 +02:00
public.js Renamed settings key brand.primaryColor to accent_color 2020-06-24 14:18:13 +12:00