Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download workbench_scheduler-7.x-2.0-rc1.tar.gztar.gz 36.08 KB
MD5: c1edb9f017e4c4ddde23b5da5039af5d
SHA-1: 23d2fb475785e691290f1e8fba9b49c2c6b4ba8b
SHA-256: 1dd8121a22fb622e6119caada1e147a35f1088566761fd1182cfa45109a3af1e
Download workbench_scheduler-7.x-2.0-rc1.zipzip 43.17 KB
MD5: 45a828dd571d22741fca102b1d49248a
SHA-1: 1feed7cd13c568c7f8e1a750d8285d2d4ec274a6
SHA-256: 628194fe65381ad684ceea3a9a6930526c3c79c33deaa7302c66e97b9b4480e0

Release notes

This release addresses bugs and adds a few requested features.

Major features of 2.0 include:

  • A more workbench centered approach. Schedules are based on transitions instead of states. Think of this workflow: "When node is approved and schedule date has expired, set node to published."
  • Option to allow schedules to run on published revisions even if they're not the current revision.
  • Hooks that allow developers to override default cron behavior.
  • Option to choose the date format.
  • Reworked permissions which removes “Set workbench schedule” permission and adds a few new permissions. This is a pretty big change so for more information please see issue: #2718725
  • A new hook that allows granular schedule access controls.
  • A new “Scheduled Content” tab on the workbench page.
  • Ability to add multiple schedules per node.

Note about Upgrade from 1.x

In order to ensure that existing schedules still work the upgrade process is pretty aggressive about creating new transitions and schedules. Therefore it’s highly recommended that you test the upgrade and review your schedules before deploying the upgrade to production.

Changes since 7.x-2.0-beta2

  • #2837981 by partdigital, Paul Lomax: Version 1.x to 2.x upgrade errors
  • #2784039 by partdigital, mairi, cboyden, jstoller: Allow schedule editing to be restricted based on user and node context
  • #2829181 by mairi, partdigital: New hook hook_workbench_scheduler_cron_transition does not handle multiple hook implementations
  • #2838057 by Paul Lomax, partdigital: Features export duplicates content types
  • #2835927 by partdigital, raumus: Ambiguous/unclear UI messages
  • #2835905 by matt.mendonca, partdigital: Make Date Format Configurable
  • #2825285 by partdigital, lambch: No longer allows for scheduling of revisions following update to workbench_moderation version 3.0
  • #2829111 by mairi: PHP 5.3 compatibility error in latest dev version
  • #2810837 by jstoller: Remove trailing whitespace
  • #2796733 by jstoller, partdigital: Allow modules to manipulate transition behavior on cron.
  • #2799051 by jstoller: Cache doesn't clear when editing schedule outside of the node form
  • Bug Fix: Select all checkbox not firing on "Manage Schedules" tab.
  • Create update hook for upgrade path from 1.x to 2.x
Created by: partdigital
Created on: 7 Mar 2017 at 21:28 UTC
Last updated: 1 May 2017 at 14:54 UTC
Bug fixes
New features

Other releases