• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

drop workflow_case_assigned_actions view

    • -0
    • +1
    ./sql/postgresql/workflow-tables-drop.sql
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. … 271 more files in changeset.
Added view workflow_case_assigned_actions

    • -1
    • +22
    ./sql/oracle/workflow-tables-create.sql
    • -0
    • +27
    ./sql/oracle/upgrade/upgrade-1.0d5-1.1d1.sql
    • -0
    • +26
    ./sql/postgresql/upgrade/upgrade-1.0d5-1.1d1.sql
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

    • -0
    • +60
    ./sql/oracle/workflow-tables-create.sql
    • -0
    • +68
    ./sql/oracle/upgrade/upgrade-1.0d4-1.0d5.sql
    • -0
    • +2
    ./sql/postgresql/workflow-tables-drop.sql
    • -0
    • +68
    ./sql/postgresql/upgrade/upgrade-1.0d4-1.0d5.sql
we forgot to change the name of workflow_case to workflow_case_pkg in drop script

    • -1
    • +1
    ./sql/oracle/workflow-procedural-drop.sql
Wording: Used to say 'all (object-type) in this (package-name)'. Removed 'this'.

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

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

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
    • +1
    ./sql/oracle/workflow-service-contracts-create.sql
    • -1
    • +1
    ./sql/oracle/workflow-service-contracts-drop.sql
    • -1
    • +1
    ./sql/oracle/workflow-tables-create.sql
  1. … 802 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -0
    • +31
    ./sql/postgresql/upgrade/upgrade-1.0d2-1.0d3.sql
  1. … 26 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.

file upgrade-1.0d3-1.0d4.sql was initially added on branch oacs-4-6.

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

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

file upgrade-1.0d2-1.0d3.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-1.0d2-1.0d3.sql
    • -0
    • +0
    ./sql/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.

    • -0
    • +31
    ./sql/postgresql/upgrade/upgrade-1.0d2-1.0d3.sql
- 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.

Added my little script to make proc names into links to api-doc

file api-docify.sh was initially added on branch oacs-4-6.

    • -0
    • +0
    ./www/doc/api-docify.sh
Made all API calls mentioned links to API-doc

Package developer's guide completed

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

Added more information

Typos and cosmetic changes