0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/api
Hannah Wolfe dcf4b1e4e4 Add update notifications
closes #1464

- adds opt-out via updateCheck:false in config.js
- update check is done on admin index, but doesn't interfere with rendering
- adds update check module, which gets the usage data, makes the request and handles the response
- adds two new settings to default-settings, one for next check time, and one for whether to show the notification
- adds a new rejectError method to errorHandling
- adds a new helper for displaying the notification

Conflicts:
	core/server/helpers/index.js
	core/test/unit/server_helpers_index_spec.js
2014-01-07 08:20:08 +00:00
..
db.js Use ajax for import 2014-01-06 22:55:43 +00:00
index.js Use ajax for import 2014-01-06 22:55:43 +00:00
notifications.js
posts.js Add update notifications 2014-01-07 08:20:08 +00:00
settings.js Adds URL back into theme config 2013-12-26 12:15:10 +00:00
tags.js
users.js