Ghost/core
Naz 18344a16e2 Removed event chain caused by settings date update
refs https://linear.app/tryghost/issue/CORE-104/decouple-frontend-routing-events-from-urlserver-events

- The 'settings.timezone.edited' event triggers a roundtrip chain of calls in the frontend routing to the url services. It was all handled by event listeners and handler that clearly don't belong there.
- Extracted event realted listeners/handlers into methods and moved most of the logic to the "bootstrap" module, which soon is going to become a "RoutesManger"
- The result of this refactor - no more events going back and forth between frontend routing and the backend!
2021-10-19 07:29:09 +13:00
..
client@4f3fd61cb3 Updated Admin to v4.19.1 2021-10-18 14:09:17 +01:00
frontend Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
server Moved public folder to frontend 2021-10-16 19:27:34 +01:00
shared Moved public folder to frontend 2021-10-16 19:27:34 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
bridge.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00