• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed the 'will be localized' part of the description of the GetPrettyName operation on service contracts, since for 4.6.x, it won't.

Updated developer's guide.

changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563

    • -0
    • +95
    ./tcl/test/workflow-test-init.tcl
  1. … 17 more files in changeset.
Removed util_get_current_url and switched to using ad_return_url instead.

  1. … 4 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 7 more files in changeset.
Fixed naming conflict with acs-workflow problem, which had been fixed in PG but not in Oracle. Shame on me.

    • -1
    • +1
    ./sql/oracle/workflow-tables-create.sql
Merged over workflow from HEAD

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

    • -0
    • +12
    ./sql/oracle/workflow-data-drop.sql
    • -102
    • +161
    ./sql/oracle/workflow-procedural-create.sql
    • -2
    • +1
    ./sql/oracle/workflow-procedural-drop.sql
    • -13
    • +25
    ./sql/oracle/workflow-tables-create.sql
    • -6
    • +15
    ./sql/oracle/workflow-tables-drop.sql
    • -0
    • +17
    ./sql/postgresql/drop-content-items.sql
    • -0
    • +17
    ./sql/postgresql/workflow-data-drop.sql
    • -8
    • +3
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +55
    ./tcl/action-procs-oracle.xql
    • -0
    • +53
    ./tcl/action-procs-postgresql.xql
  1. … 23 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
    ./sql/oracle/workflow-create.sql
    • -0
    • +12
    ./sql/oracle/workflow-drop.sql
    • -0
    • +195
    ./sql/oracle/workflow-procedural-create.sql
    • -0
    • +17
    ./sql/oracle/workflow-procedural-drop.sql
    • -0
    • +64
    ./sql/oracle/workflow-service-contracts-create.sql
    • -0
    • +64
    ./sql/oracle/workflow-service-contracts-drop.sql
    • -0
    • +444
    ./sql/oracle/workflow-tables-create.sql
    • -0
    • +52
    ./sql/oracle/workflow-tables-drop.sql
    • -1
    • +9
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +28
    ./tcl/case-procs-oracle.xql
  1. … 15 more files in changeset.
Backing out of unfinished work to make activity log use the CR.

Service contracts and implementations are working now.

    • -1
    • +1
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +92
    ./tcl/implementation-procs.tcl
    • -0
    • +30
    ./tcl/implementation-procs.xql
  1. … 4 more files in changeset.
Creating and running through workflows with both API-style and array-list style

    • -3
    • +3
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +125
    ./tcl/state-procs.tcl
    • -0
    • +32
    ./tcl/state-procs.xql
    • -9
    • +10
    ./tcl/workflow-procs-postgresql.xql
  1. … 3 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

    • -30
    • +176
    ./tcl/test/workflow-test-procs.tcl
----------------------------------------------------------------------

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...

Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

    • -0
    • +70
    ./sql/postgresql/workflow-service-contracts-create.sql
    • -10
    • +9
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +15
    ./tcl/case-procs-postgresql.xql
    • -0
    • +474
    ./tcl/case-procs.tcl
    • -0
    • +161
    ./tcl/case-procs.xql
    • -0
    • +199
    ./tcl/install-procs.tcl
  1. … 5 more files in changeset.
adding the workflow package that is to superseede the old acs-workflow package

    • -0
    • +12
    ./sql/postgresql/workflow-create.sql
    • -0
    • +12
    ./sql/postgresql/workflow-drop.sql
    • -0
    • +51
    ./sql/postgresql/workflow-procedural-create.sql
    • -0
    • +22
    ./sql/postgresql/workflow-procedural-drop.sql
    • -0
    • +443
    ./sql/postgresql/workflow-tables-create.sql
    • -0
    • +68
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +61
    ./tcl/action-procs.tcl
    • -0
    • +30
    ./tcl/action-procs.xql
    • -0
    • +110
    ./tcl/fsm-procs.tcl
    • -0
    • +29
    ./tcl/role-procs.tcl
    • -0
    • +13
    ./tcl/role-procs.xql
    • -0
    • +19
    ./tcl/workflow-procs-postgresql.xql
    • -0
    • +46
    ./tcl/workflow-procs.tcl