0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/controllers
Hannah Wolfe 60fd98679f
Split RSS module into controller + other (#9224)
refs #5091, refs #9192

- This is similar to #9218, in that I'm revealing bits of code that are "controllers" in our codebase. As opposed to routes, services, renderers etc.
- This also reveals some code which is identical to the channels controller
- There is more to do here, but for now I've got the module split up, and the tests split and improved.
- Next I'll split RSS into controller + service, DRY up the controller code, etc
2017-11-07 20:00:03 +00:00
..
channels Split renderChannel into controller + renderer (#9218) 2017-11-06 12:17:24 +00:00
frontend Split renderChannel into controller + renderer (#9218) 2017-11-06 12:17:24 +00:00
channel.js Split RSS module into controller + other (#9224) 2017-11-07 20:00:03 +00:00
index.js Splitted preview & single controllers from index (#9121) 2017-10-09 13:56:44 +02:00
preview.js Split renderChannel into controller + renderer (#9218) 2017-11-06 12:17:24 +00:00
single.js Split renderChannel into controller + renderer (#9218) 2017-11-06 12:17:24 +00:00