0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Hannah Wolfe 962accfec7 Functional tests for Ember
issue #2989

- Adds lodash for bind and isNumber - looking for a better solution for this
- Still needs the editor and flow tests porting
- Some of the tests are commented out awaiting further implementations
2014-06-20 15:20:59 +01:00
..
adapters Get single post from API by id and query params; Auto-sort posts list 2014-06-17 18:10:11 -04:00
assets Use loader.js from bower. 2014-06-08 19:39:45 -04:00
components Functional tests for Ember 2014-06-20 15:20:59 +01:00
controllers Functional tests for Ember 2014-06-20 15:20:59 +01:00
fixtures Ember Admin - Upload Modal 2014-06-17 16:18:32 -04:00
helpers Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
html Temporary HTML for the User Management screen & Setup screen 2014-06-18 14:00:47 +01:00
initializers Fix trailing slashes output app-wide 2014-06-15 16:55:12 -04:00
mixins Fix deletion of Post Model in Editor and Content screens 2014-06-19 14:31:56 -04:00
models Fix deletion of Post Model in Editor and Content screens 2014-06-19 14:31:56 -04:00
routes Remove limit from ember post API calls 2014-06-20 11:40:32 +01:00
serializers Fix serializing/deserializing Tags on save from the Editor 2014-06-13 02:44:45 -04:00
templates Fixing typo in navbar 2014-06-19 10:08:55 +01:00
transforms
utils Create boundOneWay util function 2014-06-14 15:27:52 -06:00
views Cleanup Misc Ember Code 2014-06-17 14:59:15 -06:00
.jshintrc Functional tests for Ember 2014-06-20 15:20:59 +01:00
app.js
README.md
router.js Refactored Editor Routing 2014-06-11 12:18:44 -06: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