Ghost/core/client/app/routes
Kevin Ansfield 571b9e783a Always call _super when using Ember hooks
no issue
- review use of Ember core hooks and add a call to `this._super` if missing
- fix a few occurrences of using the wrong component lifecycle hooks that could result in multiple/duplicate event handlers being attached

`_super` should always be called when overriding Ember's base hooks so that core functionality or app functionality added through extensions, mixins or addons is not lost. This is important as it guards against issues arising from later refactorings or core changes.

As example of lost functionality, there were a number of routes that extended from `AuthenticatedRoute` but then overrode the `beforeModel` hook without calling `_super` which meant that the route was no longer treated as authenticated.
2015-11-30 12:45:37 +00:00
..
editor Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
posts Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
settings Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
setup Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
team Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
about.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
application.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
authenticated.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
mobile-index-route.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
posts.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
reset.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
setup.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
signin.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
signout.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
signup.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00