• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merging Nima's changes

  1. … 2 more files in changeset.
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Added missing upgrade statements. Furthermore I disabled the creation of a unique index, as more than 3 sites contained duplicates.

porting the table-create sql script and the 1.2-2.0d1 upgrade script from PG to Oracle

  1. … 4 more files in changeset.
the trigger type constraint in the upgrade script was old. Caught this problem thanks to the automated tests that Lars have written.

need to drop old workflow_deputies column with cascade

changing proc workflow::case::fsm::get to allow parent_enabled_action_id to be null. Removing two obsolete TODOs

  1. … 1 more file in changeset.
- Short_names are workflow-wide

- pretty-names are unique per parent_action_id

  1. … 5 more files in changeset.
Added support for workflows with hierarchy, parallel actions, and dynamic number of parallel actions. Phew.

  1. … 17 more files in changeset.
Added unique constraint on workflow_fsm_action_en_in_st table

  1. … 1 more file in changeset.
Recursive workflows

  1. … 12 more files in changeset.
Definition-level support for recursive workflows

  1. … 6 more files in changeset.
- Fixed on delete cascade -> on delete set null for workflow_fsm_actions

- Added definition level tables for recursive workflows

  1. … 3 more files in changeset.
New ::edit API that handles insert/update/delete for cascaded types (action -> fsm_action -> something else)

  1. … 10 more files in changeset.
- Added role::edit, role::get_options

- Adding unique constraints on short_name and pretty_name to roles, actions, fsm_states

  1. … 8 more files in changeset.
Added timed actions

    • -0
    • +42
    ./upgrade-1.2-2.0d1.sql
  1. … 18 more files in changeset.