0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/utils
Matt Enlow 58b635203c Remove minor notifications; Close persistent notifications even on error
Closes #3105, Closes #3175

- Removed notification on successful post's `page` status change
- Removed notification on successful post `featured` status change
- Added `closePassive()` notifications on error in the post-settings-menu
- Persistent notifications will close whether their `DELETE` request was
  successful or not.

 #### Misc
- Added `name` attribute to `post-setting-menu.hbs` inputs to facilitate testing
- Removed `return <Promise>` from action in `PostSettingsMenuController`. Actions should only return `true`
- Toggling `post.featured` won't fire NProgress.
2014-07-15 09:03:18 -06:00
..
ajax.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
bound-one-way.js Create boundOneWay util function 2014-06-14 15:27:52 -06:00
codemirror-mobile.js Use Device.js to determine mobile editor use 2014-06-30 18:27:43 -06:00
codemirror-shortcuts.js Implement Mobile Editor 2014-06-24 18:33:43 -04:00
date-formatting.js Add yearless date as an acceptable format for moment parsing 2014-07-06 20:49:15 -06:00
ghost-paths.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
mobile-utils.js Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
notifications.js Remove minor notifications; Close persistent notifications even on error 2014-07-15 09:03:18 -06:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
validator-extensions.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
word-count.js Fix word count in ember. 2014-06-22 19:33:44 +00:00