Ghost/core/server
Jason Williams 1bf975af90 Turn on update notifications for Ember admin
Issue #3160
- Use notifications API to display available update notification.
- Remove update_notification handlebars helper as now both the
  check for an available update and the notification handling
  is run from the server's admin controller index method.
- Bind the notification's location property to a css class
  for styling.
- Refactor Ember notifications to better handle notification
  objects.  Move responsibility for css class generation onto
  the notification component.
- Refactor gh-notifications component to take a location argument
  that's used to assign a css class and filter notifications.
2014-07-11 15:02:26 +00:00
..
api Move setup to API 2014-07-11 14:17:09 +02:00
apps
config Move creation of knex instance to config module 2014-07-10 08:00:24 -04:00
controllers Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
data Merge pull request #3213 from hswolff/lazy-load-models 2014-07-11 15:29:46 +01:00
errors
helpers Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
middleware Move setup to API 2014-07-11 14:17:09 +02:00
models Merge pull request #3213 from hswolff/lazy-load-models 2014-07-11 15:29:46 +01:00
permissions Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
routes Move setup to API 2014-07-11 14:17:09 +02:00
storage
utils
views Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
api.js
bookshelf-session.js
filters.js
index.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
mail.js
middleware.js
require-tree.js
update-check.js Move creation of knex instance to config module 2014-07-10 08:00:24 -04:00
xmlrpc.js