0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/routes
Felix Rieseberg ce9d590f34 Ensure Post Image Uploader Reset
Closes #4431

- The PSM does not reset on a transition from editor (existing post) to
editor (new post). If the existing post had a cover image, the image
uploader would not be reset during the transition and appear slightly
broken in the editor for the new post.
- In this PR: A reference to the uploader is saved, allowing the route
for editor/new to instruct the PSM controller to have the uploader
reset.
2014-11-24 09:43:17 -08:00
..
editor Ensure Post Image Uploader Reset 2014-11-24 09:43:17 -08:00
posts Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
settings Create Tags Management Stubs for Ember 2014-11-04 15:50:41 +00:00
application.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
authenticated.js Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
content.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
debug.js Redirect unauthorized users to signin from debug 2014-10-29 14:30:40 -06:00
error404.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
forgotten.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
mobile-index-route.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
posts.js Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
reset.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
settings.js Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
setup.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
signin.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00
signout.js Consolidate SimpleAuth.AuthenticatedRouteMixin into AuthenticatedRoute 2014-10-28 08:29:42 -06:00
signup.js Enable JSCS checking on client. 2014-10-25 16:13:04 +00:00