-
Adding state_flow_schedule module files.
-
Merging scheduling support and other changes from 7.x-2.x into 7.x-3.x. base.inc has a new method ignore() which needs review.
-
Further refined write_active so that a revision is activated from a transition (not just from the node edit form).
-
Setup workbench_workflows module to handle going straight to published when creating an entity. This fixes some PHP Notices because the cached states and events is reduced when creating an entity rather than editing and publishing an entity.
-
Updating edit tab to say Edit Draft. Cleaned up revision juggling issue in update_entity_state. We need to check if our new revision is going to be published so now the correct revision is published. Debug code removed.
-
refs #9662 I removed the db_delete as that was too harsh when updating the active record in state_flow_states. All we needed was an extra condition to check for hid in the db_update for write_active().
-
Minor bug fixes for workbench_workflows
-
Keeping workbench moderation in the workbench group
-
Workbench moderation requires new revisions at all times
-
Fix for php error. state machine tries to load on delete hook unnecessarily.