• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for workflows with hierarchy, parallel actions, and dynamic number of parallel actions. Phew.

    • -199
    • +212
    ./workflow-tables-create.sql
    • -176
    • +221
    ./upgrade/upgrade-1.2-2.0d1.sql
  1. … 15 more files in changeset.
Added unique constraint on workflow_fsm_action_en_in_st table

Recursive workflows

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

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

- Added definition level tables for recursive workflows

  1. … 2 more files in changeset.
Do not default to text/plain for description_mime_type

New ::edit API that handles insert/update/delete for cascaded types (action -> fsm_action -> something else)

  1. … 9 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +130
    ./upgrade/upgrade-1.2d1-1.2b2.sql
  1. … 597 more files in changeset.
Comment about a missing unique constraint

- Added role::edit, role::get_options

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

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

    • -0
    • +42
    ./upgrade/upgrade-1.2-2.0d1.sql
  1. … 17 more files in changeset.
file upgrade-1.2d1-1.2b2.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade/upgrade-1.2d1-1.2b2.sql
  1. … 1 more file in changeset.
Fixed bug #361 again (parent_id of log entry cr_items point to case's object), this time providing an upgrade script, changing the parent_id of existing log entries, and fixing the case deletion proc to delete cases properly given the parent_id.

    • -0
    • +130
    ./upgrade/upgrade-1.2d1-1.2b2.sql
  1. … 3 more files in changeset.
added description and description_mime_types to workflows

    • -0
    • +17
    ./upgrade/upgrade-1.2d1-1.2d2.sql
  1. … 2 more files in changeset.
added two new fields to workflow_actions

    • -0
    • +17
    ./upgrade/upgrade-1.1d1-1.2d1.sql
  1. … 2 more files in changeset.
bug 361: making cr_items.parent_id of case log entries be the object_id of the object governed by the case, just like for the acs_object.context_id of the case

  1. … 1 more file in changeset.
drop workflow_case_assigned_actions view

Added view workflow_case_assigned_actions

    • -0
    • +26
    ./upgrade/upgrade-1.0d5-1.1d1.sql
  1. … 3 more files in changeset.
adding the workflow deputy feature (when someone goes on vacation he can assign his tasks temporarily to someone else). Improving caching in the Tcl API and adding a cache API test

    • -0
    • +68
    ./upgrade/upgrade-1.0d4-1.0d5.sql
  1. … 9 more files in changeset.
Added upgrade script to rename workflow_case__delete to avoid name-clash with old acs-workflow

    • -0
    • +97
    ./upgrade/upgrade-1.0d3-1.0d4.sql
Moving object-type creation out of an inline-function.

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -1
    • +1
    ./workflow-service-contracts-create.sql
  1. … 814 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 29 more files in changeset.
Fixed conflict with old acs-workflow: Renamed workflow_case__delete to workflow_case_pkg__delete

  1. … 3 more files in changeset.
file upgrade-1.0d2-1.0d3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-1.0d2-1.0d3.sql
  1. … 1 more file in changeset.
- Added Tcl API workflow::case::delete

- fixed bug in PL/SQL implementation of workflow_case.delete/workflow_case__delete.

- added @see to workflow::case::insert.

  1. … 6 more files in changeset.
Merged over workflow from HEAD

    • -0
    • +0
    ./workflow-service-contracts-create.sql
  1. … 37 more files in changeset.
First release of workflow

    • -0
    • +17
    ./drop-content-items.sql
    • -0
    • +17
    ./workflow-data-drop.sql
  1. … 33 more files in changeset.
further development of the workflow Tcl API. Added caching of the Tcl API on the workflow level. Port of datamodel to Oracle, some work remaining there. The package is not yet ready for initial release but will be in about 1-2 weeks.

    • -47
    • +76
    ./workflow-procedural-create.sql
  1. … 26 more files in changeset.
Backing out of unfinished work to make activity log use the CR.