1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/tests/helpers
Kevin Ansfield 34cb65df5c new publish menu and date/time picker (#588)
closes https://github.com/TryGhost/Ghost/issues/8249

- replaces the old split-button publish/schedule/update button with a less confusing menu system
- adds a `{{gh-date-time-picker}}` component that contains a datepicker with separate time input
- replaces the date text input in the post settings menu with `{{gh-date-time-picker}}`
  - disabled when post is scheduled, only way to update a scheduled time is via the publish menu
  - validates date is in the past when draft/published so there's no confusion with scheduling
- displays saving status in top-left of editor screen
- refactor editor (auto)saving processes to use ember-concurrency

Other minor changes:
- adds `post.publishedAtBlog{TZ,Date,Time}` properties to Post model to allow working with `publishedAt` datetime in the selected blog timezone rather than UTC
- adds a `beforeSave` hook to `validation-engine` that is called after successful validation and before the Ember Data save call is made
- adds validation of `publishedAtBlog{Date,Time}` to post validator
- prevent gh-task-button showing last task state on first render
- fixes bug where clicking into and out of the published date input in the PSM without making any changes saves a published date for draft posts
2017-04-11 14:39:45 +01:00
..
adapter-error.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
configuration.js Fetch config from endpoint rather than meta tags (#368) 2016-10-28 14:07:50 +01:00
destroy-app.js add manual pretender shutdown to fix acceptance tests (#342) 2017-01-05 08:36:50 -07:00
editor-helpers.js General Editor UI improvements. (#630) 2017-04-10 10:10:53 +01:00
file-upload.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
oauth.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
resolver.js deps: ember-cli@2.3.0 2016-02-16 12:32:48 -06:00
start-app.js new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00