0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/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
..
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 Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
CollectionRouter_spec.js Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00
ParentRouter_spec.js Removed final non-destructured imports of core/server/lib/common (#11858) 2020-05-28 17:54:18 +01:00
registry_spec.js
RSSRouter_spec.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
StaticRoutesRouter_spec.js Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00
TaxonomyRouter_spec.js Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00