Ghost/core/client/controllers
David Arvelo 8cbc6dc3b7 Calls to POST API have include=tags
closes #2998
- update PostSerializer to use DS.EmbeddedRecordsMixin
- create PostAdapter to include include=tags in query params for POST and PUT
- set include=tags for various GET post requests
- change PostModel to have { embedded: always } instead of { async: true }
- update Ember-Data to beta8 from beta7
- make call to get tags from model in editor.edit route synchronous since the tags now exist in the store
- change casper test to wait for call to posts api with `?include=tags`
2014-06-28 03:13:31 -04:00
..
editor Fix warning about transitionTo being deprecated 2014-06-23 12:14:41 +01:00
modals Change text on leave modal cancel button 2014-06-26 09:04:52 +01:00
posts Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
settings Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
application.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
debug.js Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
post-settings-menu.js Fix promise rejection 2014-06-22 14:49:09 -04:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
reset.js Created ResetController. 2014-03-31 13:06:28 +02:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
signin.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
signup.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00