Ghost/core/frontend/services/routing
Hannah Wolfe 0db7ef849c
Removed remaining use of i18n from core/frontend
- i18n is an old pattern we are getting rid of in favour of tpl
- after removing i18n from helpers, there wasn't many usages of i18n left in the frontend, this removes whats left!
- this was done on a branch at the same time as Naz's commits removing i18n from the settings-related files
- hence some of these changes are minor amends to add additional messages/change names, rather than just straightup i18n->tpl
- it's a merge of both our refactors :)
2021-09-28 11:58:29 +01:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Removed remaining use of i18n from core/frontend 2021-09-28 11:58:29 +01: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
bootstrap.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
CollectionRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
EmailRouter.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04: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 Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
registry.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
StaticRoutesRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
TaxonomyRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00