0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client
Robert Jackson 333beb2198 Make exports consitent.
Previously, the exports were somewhat random with some files declaring
local variables then immediately exporting them, and others simply
doing the work needed in the export itself.
2014-06-09 13:58:35 -04:00
..
adapters Make exports consitent. 2014-06-09 13:58:35 -04:00
assets Use loader.js from bower. 2014-06-08 19:39:45 -04:00
components Make exports consitent. 2014-06-09 13:58:35 -04:00
controllers Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
fixtures Ember: jshint single quotes 2014-06-02 20:12:02 +01:00
helpers Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
initializers Make exports consitent. 2014-06-09 13:58:35 -04:00
mixins Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
models Make exports consitent. 2014-06-09 13:58:35 -04:00
routes Handle invalid post ids in editor route 2014-06-09 12:59:21 +00:00
serializers Make exports consitent. 2014-06-09 13:58:35 -04:00
templates Merge pull request #2907 from appleYaks/shadows 2014-06-09 09:38:10 +02:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Make exports consitent. 2014-06-09 13:58:35 -04:00
views Make exports consitent. 2014-06-09 13:58:35 -04:00
.jshintrc Ember: jshint single quotes 2014-06-02 20:12:02 +01:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
README.md
router.js refreshless user logout 2014-06-02 17:12:02 -04: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