• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 274 more files in changeset.
noquote

Removed old debugging log statements

  1. … 4 more files in changeset.
Fixed 2 bugs:

- Permission checking didn't take user_id argument into account, always checked [ad_conn user_id]

- set_assignee_values had hard-coded 'bug' form name

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

  1. … 7 more files in changeset.
Wording: Used to say 'all (object-type) in this (package-name)'. Removed 'this'.

Typo: Case history said 'Opened y Some Name' instead of 'by' some name.

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

  1. … 806 more files in changeset.
Fixed output to GetPrettyName operations: should be 'pretty_name:string', not 'object_type:string'. I'm pretty sure we don't need an upgrade script, since nobody checks the names of those returned values, anyway.

Fixed conflict with old acs-workflow: Renamed workflow_case__delete to workflow_case_pkg__delete

  1. … 4 more files 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. … 5 more files in changeset.
- Moved notifications outside of the transaction, so the transaction will be committed before notifications are sent out, and hence notifications will reflect the new status, not the old one.

- Suppress the space after the (Resolution code) thing, if there is none. Caused an extra space character in the notifications email

Fixed 'optional' switch problem with ad_form: optional is a flag, not a switch, should go like foo:integer(integer),optional.

Updated get_activitiy_html to be able to spit out the header for a new action

  1. … 1 more file in changeset.
Added API for setting and getting workflow log data

Moved the extra workflow::case-namespace procs up so they're under the right heading

Removed stale debug logging statements

Removed the 'will be localized' part of the description of the GetPrettyName operation on service contracts, since for 4.6.x, it won't.

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
    ./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.
Merged over workflow from HEAD

  1. … 31 more files in changeset.
First release of workflow

    • -0
    • +55
    ./action-procs-oracle.xql
    • -0
    • +53
    ./action-procs-postgresql.xql
    • -0
    • +13
    ./role-procs-oracle.xql
    • -0
    • +13
    ./role-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
    • +28
    ./case-procs-oracle.xql
    • -0
    • +26
    ./workflow-procs-oracle.xql
  1. … 15 more files in changeset.
Service contracts and implementations are working now.

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

    • -0
    • +125
    ./state-procs.tcl
    • -103
    • +248
    ./test/workflow-test-procs.tcl
  1. … 4 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
    ./test/workflow-test-procs.tcl
  1. … 1 more file in changeset.
Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

    • -0
    • +15
    ./case-procs-postgresql.xql
    • -0
    • +199
    ./install-procs.tcl
    • -0
    • +21
    ./workflow-procs.xql
    • -0
    • +165
    ./test/workflow-test-procs.tcl
  1. … 6 more files in changeset.
adding the workflow package that is to superseede the old acs-workflow package

    • -0
    • +19
    ./workflow-procs-postgresql.xql
    • -0
    • +46
    ./workflow-procs.tcl
  1. … 7 more files in changeset.