Downloads

Download workflow-5.x-2.0.tar.gztar.gz 39.77 KB
MD5: 8cf10501b7533f806bed36ad35c84e49
SHA-1: 40671f7d9dfbee92d2b9ac8b5d68de0afc313663
SHA-256: e6f6cdf1ff6c2a70140dd23ff2f2d916f67717197beebac2dc7a482e44528b6e
Download workflow-5.x-2.0.zipzip 50.58 KB
MD5: 6b97bfc7d72a8b39444338b1a9e6efdd
SHA-1: 57a20bc646f18d55c57bddf046ab24f04c365744
SHA-256: d14ea6fef205ba5ee10cc8dec3a94bb8b7c7522ef49e79b5c106a969b7dd4cc4

Release notes

This release brings compatibility with actions 5.x-2.x (the backport of Drupal-6-style actions).

It also moves actions assignment from the workflow module administrative interface to the triggers interface.

This is a "point-zero" release; please report bugs in the issue queue.

Changes since workflow 5.x-1.2:

  • #247568 by snoble: remove primary key from Postgres workflow_access table
  • #247617 by snoble: add stamp field to workflow_node table for Postgres
  • added status field to workflow_states table so deleted states are not deleted; they are just flagged as deleted. This preserves workflow node history even if a state the node has been in is deleted.
  • workflow tab page now themes current, regular and deleted states differently
  • #128874 approach by JacobSingh: reassign soon-to-be-orphaned nodes to a different state when a state is deleted
  • added autoincrement field hid to workflow_node_history table
  • added force parameter to workflow_execute_transition(); disregards permissions when true
  • added advanced action: Change workflow state of post to new state
  • convert Change workflow state of post to next state action to D6 style
  • remove code related to actions assignment; actions module provides this
  • remove workflow_actions table; on update datais transferred to the actions_assignments table, then workflow_actions is dropped
  • #244870 by ugerhard; now minimally works with actions 5.x-2.x
  • #116733 by JacobSingh and others: fix state ordering on workflow tab; and code cleanup
  • #166495 by thierry_gd and emdalton: add uninstall capability to workflow and workflow_access
Created by: jvandyk
Created on: 19 Apr 2008 at 19:23 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
New features
Insecure

Other releases