0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/routing
Fabien O'Carroll 90c2dbcd6b Removed use of filters module
no-issue

As we're deprecating apps, filters are no longer used.

- Removed use of filters in helpers
- Removed use of filters from routing service
- Removed use of filters from rss service
- Removed use of filters in base model
2019-04-16 11:05:33 +02:00
..
config Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
controllers Removed use of filters module 2019-04-16 11:05:33 +02:00
helpers 🐛 Fixed {{meta_description}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
middlewares
bootstrap.js 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
CollectionRouter.js Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
index.js
ParentRouter.js
PreviewRouter.js 🐛 Fixed prev_next helper when using Content API v2 (#10397) 2019-01-21 11:48:18 +01:00
registry.js
RSSRouter.js
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js