0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/functional/admin
Gabor Javorszky 667888aeb3 Implements Initial lifecycle and App UI start
Closes #2083

* Added hbs template for apps listing
* Added settings to read the activeApps
* Added viewcontrol to activate / deactivate apps
* Added API handler to store activeApps (by `name` in the `package.json` file)
* On button click it turns the button into "Working" and changes class to `button` (grey one)
* On success, rerenders the pane, adds success notification about apps being saved
* On error, rerenders the pane, adds error notification with error message

Missing:
* tests: couldn't figure out how to add mock apps with mock package.json data
* actually registering, etc, re #2140
* icon from the sidebar
2014-02-28 14:06:36 +00:00
..
content_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
editor_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
flow_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
login_test.js Renamed client-side admin url helper 2014-02-25 06:44:06 +00:00
logout_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
settings_test.js Implements Initial lifecycle and App UI start 2014-02-28 14:06:36 +00:00