• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added view workflow_case_assigned_actions

    • -1
    • +22
    ./oracle/workflow-tables-create.sql
    • -0
    • +27
    ./oracle/upgrade/upgrade-1.0d5-1.1d1.sql
    • -0
    • +21
    ./postgresql/workflow-tables-create.sql
    • -0
    • +26
    ./postgresql/upgrade/upgrade-1.0d5-1.1d1.sql
  1. … 1 more file 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
    • +60
    ./oracle/workflow-tables-create.sql
    • -0
    • +68
    ./oracle/upgrade/upgrade-1.0d4-1.0d5.sql
    • -0
    • +60
    ./postgresql/workflow-tables-create.sql
    • -0
    • +68
    ./postgresql/upgrade/upgrade-1.0d4-1.0d5.sql
  1. … 6 more files in changeset.
we forgot to change the name of workflow_case to workflow_case_pkg in drop script

Added upgrade script to rename workflow_case__delete to avoid name-clash with old acs-workflow

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

    • -19
    • +12
    ./postgresql/workflow-tables-create.sql
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -5
    • +5
    ./oracle/workflow-procedural-create.sql
    • -1
    • +1
    ./oracle/workflow-service-contracts-create.sql
    • -1
    • +1
    ./oracle/workflow-service-contracts-drop.sql
    • -4
    • +4
    ./postgresql/workflow-procedural-create.sql
    • -0
    • +8
    ./postgresql/workflow-procedural-drop.sql
    • -1
    • +1
    ./postgresql/workflow-service-contracts-create.sql
  1. … 810 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -0
    • +78
    ./oracle/upgrade/upgrade-1.0d2-1.0d3.sql
    • -0
    • +89
    ./oracle/upgrade/upgrade-1.0d3-1.0d4.sql
  1. … 27 more files in changeset.
file upgrade-1.0d3-1.0d4.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-1.0d3-1.0d4.sql
resolved conflict between acs-workflow and workflow for Oracle (Lars took care of Postgres)

    • -6
    • +6
    ./oracle/workflow-procedural-create.sql
    • -0
    • +89
    ./oracle/upgrade/upgrade-1.0d3-1.0d4.sql
  1. … 2 more files in changeset.
Fixed conflict with old acs-workflow: Renamed workflow_case__delete to workflow_case_pkg__delete

    • -3
    • +3
    ./postgresql/workflow-procedural-create.sql
    • -0
    • +8
    ./postgresql/workflow-procedural-drop.sql
  1. … 3 more files in changeset.
file upgrade-1.0d2-1.0d3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-1.0d2-1.0d3.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-1.0d2-1.0d3.sql
- 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
    • +1
    ./oracle/workflow-procedural-create.sql
    • -0
    • +78
    ./oracle/upgrade/upgrade-1.0d2-1.0d3.sql
    • -1
    • +1
    ./postgresql/workflow-procedural-create.sql
  1. … 4 more files in changeset.
Fixed naming conflict with acs-workflow problem, which had been fixed in PG but not in Oracle. Shame on me.

Merged over workflow from HEAD

    • -0
    • +0
    ./oracle/workflow-procedural-create.sql
    • -1
    • +1
    ./oracle/workflow-service-contracts-create.sql
    • -1
    • +1
    ./oracle/workflow-service-contracts-drop.sql
    • -0
    • +0
    ./postgresql/workflow-procedural-create.sql
    • -0
    • +0
    ./postgresql/workflow-procedural-drop.sql
  1. … 31 more files in changeset.
First release of workflow

    • -0
    • +12
    ./oracle/workflow-data-drop.sql
    • -102
    • +161
    ./oracle/workflow-procedural-create.sql
    • -13
    • +25
    ./oracle/workflow-tables-create.sql
    • -0
    • +17
    ./postgresql/drop-content-items.sql
    • -0
    • +17
    ./postgresql/workflow-data-drop.sql
    • -3
    • +34
    ./postgresql/workflow-procedural-create.sql
    • -4
    • +16
    ./postgresql/workflow-tables-create.sql
  1. … 28 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.

    • -0
    • +12
    ./oracle/workflow-create.sql
    • -0
    • +12
    ./oracle/workflow-drop.sql
    • -0
    • +195
    ./oracle/workflow-procedural-create.sql
    • -0
    • +17
    ./oracle/workflow-procedural-drop.sql
    • -0
    • +64
    ./oracle/workflow-service-contracts-create.sql
    • -0
    • +64
    ./oracle/workflow-service-contracts-drop.sql
    • -0
    • +444
    ./oracle/workflow-tables-create.sql
    • -0
    • +52
    ./oracle/workflow-tables-drop.sql
    • -47
    • +76
    ./postgresql/workflow-procedural-create.sql
    • -9
    • +25
    ./postgresql/workflow-procedural-drop.sql
    • -29
    • +13
    ./postgresql/workflow-tables-create.sql
  1. … 18 more files in changeset.
Backing out of unfinished work to make activity log use the CR.

    • -13
    • +19
    ./postgresql/workflow-tables-create.sql
Service contracts and implementations are working now.

    • -1
    • +87
    ./postgresql/workflow-procedural-create.sql
    • -0
    • +1
    ./postgresql/workflow-procedural-drop.sql
    • -161
    • +191
    ./postgresql/workflow-tables-create.sql
  1. … 15 more files in changeset.
Creating and running through workflows with both API-style and array-list style

    • -32
    • +35
    ./postgresql/workflow-procedural-create.sql
    • -31
    • +31
    ./postgresql/workflow-tables-create.sql
  1. … 15 more files in changeset.
minor modifications to the Tcl API. Finishing a first unit test that tests the state flow of a Bug Tracker Bug type workflow

    • -4
    • +1
    ./postgresql/workflow-tables-create.sql
  1. … 13 more files in changeset.
----------------------------------------------------------------------

workflow-tables-create.sql CVS:

----------------------------------------------------------------------

Adding back the on delete cascade for columns in workflow_fsm_actions

so that the first unit test passes (workflow can be created and torn

down). Don't understand why rows refuse to be cascaded if new_state

column is changed to on cascade set null. At least now it works...

    • -1
    • +4
    ./postgresql/workflow-tables-create.sql
Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

    • -3
    • +16
    ./postgresql/workflow-procedural-create.sql
    • -2
    • +3
    ./postgresql/workflow-procedural-drop.sql
    • -0
    • +70
    ./postgresql/workflow-service-contracts-create.sql
    • -34
    • +36
    ./postgresql/workflow-tables-create.sql
    • -10
    • +9
    ./postgresql/workflow-tables-drop.sql
  1. … 15 more files in changeset.
adding the workflow package that is to superseede the old acs-workflow package

    • -0
    • +12
    ./postgresql/workflow-create.sql
    • -0
    • +12
    ./postgresql/workflow-drop.sql
    • -0
    • +51
    ./postgresql/workflow-procedural-create.sql
    • -0
    • +22
    ./postgresql/workflow-procedural-drop.sql
    • -0
    • +443
    ./postgresql/workflow-tables-create.sql
    • -0
    • +68
    ./postgresql/workflow-tables-drop.sql
  1. … 9 more files in changeset.