Ghost/core/client
Matt Enlow 0fa3ab807c Fire NProgress on User, Post, and Settings save
Closes #3037
- Created `NProgressSaveMixin`, which extends the `save` method of a model
  to fire NProgress.
- Extended `UserModel`, `PostModel`, and `SettingModel` with the new
  mixin.
- NProgress can be disabled by passing an options hash to the save function with the `{disableNProgress:true}`
- Now that the ValidationEngine isn't the only thing playing with options inside of `model#save`, refactored it to pass the options down the super chain.
2014-07-13 14:19:27 -06:00
..
adapters Remove CSRF from client 2014-07-01 11:39:01 +02:00
assets Remove CSRF from client 2014-07-01 11:39:01 +02:00
components Check the end of notification fade-out animation 2014-07-13 15:00:25 +01:00
controllers Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers Fix direct access to settings/user 2014-07-02 17:45:21 +02:00
mixins Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
models Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
routes Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
serializers Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
templates Re-add back to Users button and make whole user item a link. 2014-07-13 13:33:21 +01:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
validators Add validation to invite new user form. 2014-07-11 19:09:34 +00:00
views Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
.jshintrc Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00