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
Hannah Wolfe 9d8089a748
Removed deprecated routes.yaml data format
refs: https://github.com/TryGhost/Ghost/issues/10434
refs: https://github.com/TryGhost/Ghost/pull/10449
refs: https://github.com/TryGhost/Ghost/pull/10559

- We originally had a weird structure returned for data keys in routes.yaml.
- To the best of my knowledge this was never desired or really used
- I'm removing it now simply because I'm trying to remove all references to v2/v3 in tests, and this had a comment saying it was deprecated in v3
- I could have changed the comment to be a proper @deprecated comment and leave this til we rewrite dynamic routing
- However it's weird and confusing and I believe entirely unused - so getting rid is way way better
2022-01-21 20:16:43 +00:00
..
config 🐛 Fixed incorrect edit redirect for authors 2022-01-10 16:56:33 +00:00
controllers Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
helpers Removed deprecated routes.yaml data format 2022-01-21 20:16:43 +00:00
middleware Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
CollectionRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
EmailRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
index.js Clened up routing module API from unused exports 2021-10-19 07:29:09 +13:00
ParentRouter.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
PreviewRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
router-manager.js Fixed failing tests 2021-11-15 19:37:49 +04:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
StaticRoutesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
TaxonomyRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
UnsubscribeRouter.js