0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe e7b80e50dc
Refactored bootstrap.init to require route settings
- The router bootstrap is no longer allowed to fetch it's own settings, but rather is passed them
- This moves the call to the site routes.js file, which isn't much better but it's a start
- The goal is to always pass these in from the boot process, or from the bridge reloader
2021-07-07 10:25:45 +01:00
..
config
controllers Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
helpers Fixed feature_image_caption needing triple-curlies in themes (#13107) 2021-07-01 17:55:44 +01:00
middlewares
bootstrap.js Refactored bootstrap.init to require route settings 2021-07-07 10:25:45 +01:00
CollectionRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
index.js Moved route settings to new server service 2021-06-30 10:58:33 +01:00
ParentRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
PreviewRouter.js
registry.js
RSSRouter.js
StaticPagesRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
StaticRoutesRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
TaxonomyRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
UnsubscribeRouter.js