Ghost/ghost/admin/app/validators
Kevin Ansfield 35cf6c9829 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
..
base.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
invite-user.js Refactor modals 2016-01-12 20:53:08 +00:00
nav-item.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
new-user.js Ghost.org OAuth support (#278) 2016-09-30 13:43:40 +02:00
post.js new publish menu and date/time picker (#588) 2017-04-11 14:39:45 +01:00
reset.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
setting.js 🔥 remove Posts per Page setting (#583) 2017-03-14 18:09:06 +01:00
setup.js Ghost.org OAuth support (#278) 2016-09-30 13:43:40 +02:00
signin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
signup.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
slack-integration.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
subscriber.js Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
tag-settings.js Standardise client property names to camelCase 2016-01-23 19:12:22 +01:00
user.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00