0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe 34d2cc1b0b Moved active theme to new theme engine service
refs: bf0823c9a2

- continuing the work of splitting up the theme service into logical components
- this is where it starts to get fiddly as the getActive function in themeService index is required across the frontend/backend mostly due to its use in the getApiVersion method
- for now left one usage of the getActive method in place in ghost-locals middleware ready for the next phase of the refactor, which will move some of the themeService index into a shared location
2021-04-23 15:28:50 +01:00
..
config Finished to move the frontend to themes v4 2021-02-23 15:02:11 +01:00
controllers Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
helpers Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
middlewares
bootstrap.js Finished to move the frontend to themes v4 2021-02-23 15:02:11 +01:00
CollectionRouter.js
index.js
ParentRouter.js Added theme preview mode 2021-02-17 13:49:41 +00:00
PreviewRouter.js
registry.js
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
settings.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js
UnsubscribeRouter.js