• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
porting queries in the 2.0 version of workflow from postgres to oracle. Moving common query workflow::case::fsm::get_state_info_not_cached.select_state_info into shared xql file.

  1. … 5 more files in changeset.
porting the table-create sql script and the 1.2-2.0d1 upgrade script from PG to Oracle

  1. … 4 more files in changeset.
throwing error from workflow::case::new if workflow doesn't have any state (it's not functional without states).

Ensure that child workflows have an initial action, and that it changes state

Added support for workflows with hierarchy, parallel actions, and dynamic number of parallel actions. Phew.

  1. … 17 more files in changeset.
adding the workflow::case::role::assignee_remove proc. Adding the id_values switch to the workflow::role::get_options proc

  1. … 2 more files in changeset.
- Generating spec/new_from_spec/cloning recursive workflows

- Automatically create initial action when new workflow is created

  1. … 4 more files in changeset.
Removed aa_log statements

Recursive workflows

  1. … 12 more files in changeset.
Fixed action-permission bug: workflow::action::get_assigned_role had changed from returning role_id to returning role short_name

  1. … 1 more file in changeset.
Fixed bug: We used to do default assignment for all roles, not just all roles in the current workflow

::get_enabled_action API

Check for initial action, check that initial action changes state

Added timed actions

  1. … 18 more files in changeset.
- Fixed bug #163: Formatting of bug comments broken - much too wide

- Added a max-width: 700px around each activity log history entry.

- Templated the activity log history, so it's easier to customize the display

  1. … 1 more file in changeset.
Small addition to the fix for bug #875 committed by Mark Aufflick.

Non-registered guests now get to see a partial email address in plain text.

modified set_assignee_widget so that the email is not displayed for non-logged-in users

noquote

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. … 11 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. … 816 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. … 7 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

  1. … 1 more file in changeset.
Moved the extra workflow::case-namespace procs up so they're under the right heading

Removed stale debug logging statements

  1. … 1 more file in changeset.