0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/views
Robert Jackson a1ed9adf92
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
..
editor
mobile Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
posts Fix uncentered no posts view 2014-09-22 17:42:56 -06:00
settings Fix broken user list paginated scrolling 2014-12-21 23:03:39 +00:00
application.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
content-preview-content-view.js
editor-save-button.js Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
paginated-scroll-box.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
post-item-view.js Cleanup posts template. 2014-12-31 21:06:05 -05:00
post-tags-input.js Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
posts.js Posts view: some DRY. 2014-11-20 00:00:10 +04:00
settings.js Fix up PR #3491, remove lodash from admin 2014-10-23 19:44:53 +00:00