Ghost/core/client/templates
Jacob Gable 5abeadf80d Ember Data with Posts
Ref #2699

- Introduce ember data dependency
- Add loadInitializers and refactor most initializers into one combined
- Add Post ember data model
- Refactor generateSlug to use title of post and ghostPaths
- Refactor post controller to not reference model.property everywhere
- Use RESTAdapter for posts, users and tags
- Setup author and tag relations in Post model
- Fix broken API calls by adding CSRF header
- Add initiaizer for csrf value
- Use actual User model for current user initializer
- Add action for setting featured post, test with actual api call
- Fix the sending of UUID's up to the server
- Refactor current-user to use ember-data store
- If a user is preloaded in the application, use pushPayload to put it
in the store
- Do a lookup on the store to get an actual User model for injection
- Fix posts/post controllerName in route/new.js
- Alter signup process to push user into ember data store
2014-05-29 07:42:51 -05:00
..
components Ported logic to settings: Debug Tab closes #2424 2014-05-07 20:48:29 +01:00
modals Creates Ember Modal infastructure 2014-04-06 12:45:19 -04:00
posts Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
settings Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
-floating-header.hbs Ember Data with Posts 2014-05-29 07:42:51 -05:00
-navbar.hbs Implement signup in Ember 2014-05-23 12:17:28 -05:00
-publish-bar.hbs Ember Data with Posts 2014-05-29 07:42:51 -05:00
application.hbs Implement signup in Ember 2014-05-23 12:17:28 -05:00
debug.hbs Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00
editor-save-button.hbs Ember editor save and publish button functionality 2014-05-24 07:47:55 -06:00
editor.hbs Creates Ember Modal infastructure 2014-04-06 12:45:19 -04:00
error.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
forgotten.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
loading.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
new.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
post-settings-menu.hbs Create Post Settings Menu and its functionality on the Post controller. 2014-04-20 13:28:43 -06:00
posts.hbs Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
reset.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
settings.hbs Add active class to settings tabs 2014-05-24 08:02:42 -06:00
signin.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
signup.hbs Implement signup in Ember 2014-05-23 12:17:28 -05:00