0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/routing
Naz eb261120fa Clened up routing module API from unused exports
refs https://linear.app/tryghost/issue/CORE-104/decouple-frontend-routing-events-from-urlserver-events

- CollectionRouter and TaxonomyRouter getters were exposed for no good reason. The less we expose the cleaner it is to understand possible dependencies the mocule creates
2021-10-19 07:29:09 +13:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
helpers Swapped to American English spellings 2021-08-13 10:26:33 +04:00
middlewares Removed remaining use of i18n from core/frontend 2021-09-28 11:58:29 +01:00
CollectionRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
EmailRouter.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
index.js Clened up routing module API from unused exports 2021-10-19 07:29:09 +13:00
ParentRouter.js Removed EventEmitter inheritance in frontend routers 2021-10-19 07:29:09 +13:00
PreviewRouter.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
router-manager.js Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
TaxonomyRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00