workflow_post_install 7.x-1.0-rc1

New features
Unsupported

This is the first release with D7 compatibility, and should be used on all Drupal 7 installations. This is intended to be used in conjunction with the 7.x releases of the Workflow module. This is intended to be feature-for-feature identical to the 6.x-1.7 release.

The only difference between this release and 6.x-1.7 is that deletion of orphaned and/or disabled states is not done. This is because there is an interface for this in the official Workflow Clean Up sub-module.

workflow_post_install 6.x-1.7

New features
Unsupported
  • Revised _create_workflow_state_for_node to mirror behavior of Workflow module workflow_execute_transition function. This includes calling all module hooks, transition events, and cleanup of any scheduled transitions for the node.
  • Greatly expanded the cleanup function to address issues that are not cleanable within the stock Workflow module. Now performs a purge of all orphaned entries across all workflow tables, and removes all workflow states marked for deletion.

workflow_post_install 7.x-1.x-dev

New features

This is the first release with D7 compatibility, and should be used on all Drupal 7 installations. This is intended to be used in conjunction with the 7.x releases of the Workflow module. The major difference from 6.x-1.7 is that deletion of orphaned and/or disabled states is not done, because there is an interface for this in the official Workflow Clean Up sub module.

workflow_post_install 6.x-1.6

Unsupported
  • Feature: #2078227: Add history entry when changing workflow states Added workflow history entry when updating the workflow state for a node.
  • Remove all references to "workflow" parameters.
  • Cleanup: Removed (now) useless functions
  • Cleanup: Fixed quotes around some queries to be double quotes (thus allowing single quotes within the query string)

workflow_post_install 6.x-1.5

Bug fixes
Unsupported

Feature: #1346280: Drush support - Drush commands have been cleaned up and now work without warnings.

workflow_post_install 6.x-1.5-rc3

Bug fixes
Unsupported

Issue: #1346280: Drush support - Drush commands have been cleaned up and now work without warnings or errors.

workflow_post_install 6.x-1.4

New features
Unsupported
  • Added optional specification of workflow name
  • Added logging of actions performed
  • Added clean utility to remove invalid links
  • Lots of bug fixes and testing

workflow_post_install 6.x-1.3

New features
Unsupported
  • Added URL redirect after processing (supports destination parameter in URL if given)
  • Split URL processing and API function into two separate functions
  • Moved URL references to constants
  • Better handling of URL errors/input problems
  • Altered error and status messaging for clarity
  • Added separate published/unpublished node handling

workflow_post_install 6.x-1.1

Bug fixes
Unsupported

Make sure that only content that is of a type that participates in a workflow is considered (thanks: sportsmaniac, #425174: Consider the node types configured as workflow nodes).

workflow_post_install 6.x-1.x-dev

Bug fixes

Utility to put content that is in 'No state' in a valid state after Workflow has been enabled.

Subscribe with RSS Subscribe to Releases for Workflow post-install