0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/mixins
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
..
body-event-listener.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
current-user-settings.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
dropdown-mixin.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
editor-base-controller.js Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
editor-base-route.js Remove ObjectController proxying behavior. 2015-01-01 21:51:20 -05:00
editor-base-view.js Fix editor scroll depending on cursor location 2014-09-14 17:38:32 -06:00
loading-indicator.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
marker-manager.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
nprogress-save.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
pagination-controller.js Finish tag post count UI. Misc tag related fixes 2014-12-22 02:17:18 +00:00
pagination-route.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
pagination-view-infinite-scroll.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
selective-save.js Add a mixin for saving a subset of a model. 2014-07-27 21:04:35 +00:00
settings-menu-controller.js Create settings-menu-mixin for subview state tracking 2014-12-13 20:37:36 -07:00
shortcuts-route.js Adds ctrl/cmd+s shortcut to whole application with a noop default 2014-12-08 19:08:40 +01:00
style-body.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
text-input.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
validation-engine.js Add Tag Meta View 2014-12-10 18:12:30 +00:00