0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/integration
“kirrg001” 1421c92ba5 post-scheduling
refs #6413
- PUT endpoint to publish a post/page for the scheduler
- fn endpoint to get all scheduled posts (with from/to query params) for the scheduler
- hardcoded permission handling for scheduler client
- fix event bug: unscheduled
- basic structure for scheduling
- post scheduling basics
- offer easy option to change adapter
- integrate the default scheduler adapter
- update scheduled posts when blog TZ changes
- safety check before scheduler can publish a post (not allowed to publish in the future or past)
- add force flag to allow publishing in the past
- invalidate cache header for /schedules/posts/:id
2016-06-14 10:52:13 +02:00
..
api post-scheduling 2016-06-14 10:52:13 +02:00
model post-scheduling 2016-06-14 10:52:13 +02:00
export_spec.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
import_spec.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
migration_spec.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
update_check_spec.js fix: update_check_spec setup, serve-shared-file_spec setup 2016-04-14 18:24:53 +02:00