Ghost/ghost/admin/tests/integration/services
Kevin Ansfield c3b49b45cf 🎨 synchronous settings service
no issue
- adds `settings` service that acts as a proxy to the singular settings model with methods to fetch and reload, also prevents accidentally loading only some settings types which has caused problems in the past
- updates app boot, signin, and signup processes to fetch settings ensuring that any part of the app can grab settings synchronously if needed
- removes `timeZone` service, it's no longer needed as we can grab `settings.activeTimezone` directly
- replaces all store queries for the settings model with appropriate `settings` methods
- refactors `apps/*` routes/controllers, they had become a little convoluted with the way they were dealing with settings and the new service helped to clean that up
2017-03-20 07:43:49 -05:00
..
ajax-test.js tests: Convert to new testing API 2016-11-27 15:26:05 +01:00
config-test.js 🐛 fix double slashes in URLs (#506) 2017-01-26 13:45:11 +01:00
feature-test.js 🔥 remove Posts per Page setting (#583) 2017-03-14 18:09:06 +01:00
lazy-loader-test.js 🎨 make lazyLoader return a promise for loadStyle method 2017-03-03 16:54:50 +00:00
slug-generator-test.js tests: Convert to new testing API 2016-11-27 15:26:05 +01:00
store-test.js tests: Convert to new testing API 2016-11-27 15:26:05 +01:00