Ghost/ghost/admin/templates/modals
Robert Jackson d8da21520f Remove ObjectController proxying behavior.
Ember.ObjectController (and Ember.ArrayController) will be deprecated in
Ember 1.11 (and removed from core in Ember 2.0). The reasoning is
detailed in the Ember 2.0 RFC.

This PR does the following:

* Updates templates/controllers/views to explicitly reference model
  properties (instead of relying on proxying behavior).
* Clearly delineate where certain properties are being set or retrieved
  from (for example it was not clear exactly where `scratch` and
  `titleScratch` were stored).
* Remove usage of `Ember.ObjectController`.
* Add JSCS rule to prevent future PR's from adding regressions.
2015-01-01 21:51:20 -05:00
..
copy-html.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
delete-all.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
delete-post.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
delete-tag.hbs Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
delete-user.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
invite-new-user.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
leave-editor.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
markdown.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
signin.hbs Fixup behavior and styling of editor re-auth. 2014-12-15 14:42:00 +00:00
transfer-owner.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00
upload.hbs Use CSS animations for modals 2014-12-15 18:23:42 +00:00