0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Matt Enlow aa54821e64 Refactored Editor Routing
- Moved `new` route into `editor` resource (`editor.new`)
- Moved the current editor controller, view, and route to `editor.edit`
- Added `editor.index`, which automatically transitions into `editor.new`
- Moved controllers, views, templates, and routes to match new router config. Also changed links to `editor` into `editor.new` and `editor.edit` as appropriate.
2014-06-11 12:18:44 -06:00
..
client Refactored Editor Routing 2014-06-11 12:18:44 -06:00
clientold Clean up routes. Use new slug endpoint in admin. 2014-05-28 03:59:06 +00:00
server Upgrade to Express 4.0 2014-06-08 17:41:25 -04:00
shared
test Uncommenting casper screenshots 2014-06-08 18:50:37 +02:00
bootstrap.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
index.js Add try-catch to startup 2014-05-11 17:33:18 +01:00
server.js