0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/routes
David Arvelo 4a987bfc15 Split PostController amongst new Editor/PostSettingsMenu Controllers
closes #2910
- create EditorController, PostSettingsMenuController
- remove `posts.post` controllerName dependency on EditorRoute/NewRoute
- `{{render}}` the PostSettingsMenuView with its own controller
- break up properties/methods from PostsPostController into all three controllers
- fix EditorRoute pagination options to now be comparable to PostsRoute
- add NewController to force NewRoute to refresh editor with blank model. Identical to Editor's
- EditorController and NewController are based on a shared mixin
- NewView created, templateName is 'editor'
2014-06-08 14:01:32 -04:00
..
posts Ember: correcting code style 2014-06-02 19:55:37 +01:00
settings
application.js Ember: correct editor layout and other niggles 2014-05-31 19:32:22 +01:00
authenticated.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
content.js
debug.js
editor.js Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
forgotten.js
new.js Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
posts.js Infinite Scroll on Posts List 2014-05-30 22:14:45 -04:00
reset.js
settings.js
signin.js Ember: jshint single quotes 2014-06-02 20:12:02 +01:00
signout.js refreshless user logout 2014-06-02 17:12:02 -04:00
signup.js Ember Data with Posts 2014-05-29 07:42:51 -05:00