0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client
David Arvelo a958a66c4c 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
..
adapters Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
assets Add off as a noop function to touch editor. 2014-06-25 10:04:00 -06:00
components Allow tabbing responsive editor when not on mobile. 2014-06-25 12:30:57 +00:00
controllers New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
initializers Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
mixins New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00
models Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
routes New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
serializers Convert general settings page to ember data 2014-06-20 04:38:41 +00:00
templates New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
transforms
utils New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00
validators New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
views Mobile Interactions 2014-06-24 18:33:59 -04:00
.jshintrc Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
app.js
README.md
router.js New setup screen for blog installation. 2014-06-26 15:31:44 +02:00

What's this?

This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL /ghost/ember/.

We're currently in the process of building this awesome new UI to replace the old one which was written in backbone, lives in the /clientold/ folder and is still served when you visit the URL /ghost/.

In short, we currently have 2 admins:

  • Old, Backbone Admin UI lives in /clientold/ and is served from /ghost/
  • New, Ember Admin UI lives in /client/ and is served from /ghost/ember/

For more information, please read the Ember admin wiki page