mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
b6a429ec35
Closes #2976, Closes #3017 - Move logic to signup controller - Add ValidationEngine mixin to signup controller - Add signup validator with code from clientold login view - Add signin validator and integrate into signin controller - Add validation to forgotten controller - Switch to button action to support hitting enter in text field to submit - Clear all notifications in notifications.closeAll - Modify ValidationEngine.validate to not format errors based on option - Update casper test for signin to wait for notification before trying to do another signin |
||
---|---|---|
.. | ||
adapters | ||
assets | ||
components | ||
controllers | ||
fixtures | ||
helpers | ||
html | ||
initializers | ||
mixins | ||
models | ||
routes | ||
serializers | ||
templates | ||
transforms | ||
utils | ||
validators | ||
views | ||
.jshintrc | ||
app.js | ||
README.md | ||
router.js |
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