• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed obsolete @arch-tag

  1. … 26 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -99
    • +46
    ./upgrade/upgrade-2.0.0b3-2.0.0b4.sql
  1. … 2476 more files in changeset.
file upgrade-1.2d1-1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-1.2d1-1.2d2.sql
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
I forgot to commit the upgrade script for Oracle

    • -0
    • +107
    ./upgrade/upgrade-2.0.0b3-2.0.0b4.sql
Made some changes to allow wf case objects to be plain objects (items worked without problems), see: http://openacs.org/forums/message-view?message_id=192465 ... I have not been able to test the upgrade script for Oracle.

  1. … 4 more files in changeset.
upgrade-1.2d1-1.2b2.sql should have been named upgrade-1.2d2-1.2b2.sql as it overlapped with the upgrade-1.2d1-1.2d2.sql script an so was not executed when upgrading from core 5.0.4

    • -148
    • +0
    ./upgrade/upgrade-1.2d1-1.2b2.sql
    • -0
    • +148
    ./upgrade/upgrade-1.2d2-1.2b2.sql
  1. … 2 more files in changeset.
the workflow_user_deputy_map view was broken in oracle. Caught thanks to the extensive automated tests written by Lars

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

    • -114
    • +169
    ./workflow-tables-create.sql
    • -79
    • +230
    ./upgrade/upgrade-1.2-2.0d1.sql
  1. … 3 more files in changeset.
Definition-level support for recursive workflows

  1. … 5 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.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +148
    ./upgrade/upgrade-1.2d1-1.2b2.sql
  1. … 596 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. … 7 more files in changeset.
Added timed actions

    • -0
    • +48
    ./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.
added description and description_mime_types to workflows

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

    • -0
    • +13
    ./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.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 273 more files in changeset.
Added view workflow_case_assigned_actions

    • -0
    • +27
    ./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.
we forgot to change the name of workflow_case to workflow_case_pkg in drop script

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. … 813 more files in changeset.
merge of 4.6.3b1 to HEAD

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

    • -0
    • +0
    ./upgrade/upgrade-1.0d3-1.0d4.sql
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.
First release of workflow

    • -0
    • +12
    ./workflow-data-drop.sql
    • -102
    • +161
    ./workflow-procedural-create.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.

    • -0
    • +12
    ./workflow-create.sql
    • -0
    • +195
    ./workflow-procedural-create.sql
    • -0
    • +17
    ./workflow-procedural-drop.sql
    • -0
    • +64
    ./workflow-service-contracts-create.sql
    • -0
    • +64
    ./workflow-service-contracts-drop.sql
    • -0
    • +444
    ./workflow-tables-create.sql
    • -0
    • +52
    ./workflow-tables-drop.sql
  1. … 22 more files in changeset.