0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api
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
..
db.js Show parse error message during a failed import 2014-02-19 11:52:35 -05:00
index.js Improve bootstrap flow of a Ghost application 2014-02-07 17:34:21 -05:00
notifications.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
posts.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
settings.js Implements Initial lifecycle and App UI start 2014-02-28 14:06:36 +00:00
tags.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
users.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00