Ghost/ghost/admin/mixins
David Arvelo 9f9749d123 New posts pass PostsController sorting function at the top
- PostsController orderBy function sorts posts with isNew to the top, otherwise their undefined dates fail to compare
- also catch when `updated_at` is undefined, happens when model is being written with results from the server
- catch objects of type Error in validation engine, helps catching client errors
- join server errors with BR tag in ajax util
- add `emberBuild` task to `grunt test-functional`
- add a test helper, `thenTransitionAndWaitForScreenLoad`, to test transitioning to major parts of the app
- add a test that transitions from Content to the Editor, and back to Content
2014-06-29 21:49:32 -04:00
..
body-event-listener.js Added popover component 2014-05-31 17:23:41 -06:00
editor-base-controller.js Show correct post notificatons based on status. 2014-06-26 09:42:29 +00:00
editor-base-view.js Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
editor-route-base.js Update shortcut for zen mode 2014-06-23 22:24:28 +01:00
loading-indicator.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
marker-manager.js Cleanup Misc Ember Code 2014-06-17 14:59:15 -06:00
popover-mixin.js Added popover component 2014-05-31 17:23:41 -06:00
shortcuts-route.js Implement Markdown Shortcuts 2014-06-21 15:10:46 -06:00
style-body.js Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
validation-engine.js New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00