Ghost/core/test/functional
Matt Enlow 1421550a06 PostSettingsMenu: Don't save new posts, reset values on failure
Closes #3158, Closes #3143, Closes #3134
- Added `model.rollback()` when PSM fails to save.
- Added `showErrors` and `showSuccess` helper functions to PSM to abstract
  closing and showing of notifications.
- Added `togglePage` action to indirect the setting of `page`.
- Removed `isStaticPage` property in favor of `togglePage` action
- moved `updateSlug` error catching to outer promise (slugGenerator promise)
- modifying the `page` and `published_at` properties will no longer cause a new post to save
- Close passive notifications on published date parse fail
- Removed promise creation in catch statements

- Changed tests to click on label, rather than the input for
  .post-setting-static-page.
2014-07-02 15:29:15 -06:00
..
client PostSettingsMenu: Don't save new posts, reset values on failure 2014-07-02 15:29:15 -06:00
frontend New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
routes Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
base.js Merge pull request #3172 from sebgie/issue#3145 2014-07-01 13:57:56 +01:00