Ghost/core/client/routes
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 Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
posts Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
settings Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
application.js Mobile Interactions 2014-06-24 18:33:59 -04:00
authenticated.js Transition user to original destination after signin 2014-06-13 14:28:35 -06:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js Finish Debug screen for Ember admin 2014-06-25 04:36:17 +00:00
error404.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
posts.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
reset.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
settings.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
setup.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
signin.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
signout.js Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
signup.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00