• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
only lowercase proc meta-data is recognized

  1. … 1 more file in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
- modernize tcl

  1. … 3 more files in changeset.
- use "in" operator instead of "lsearch"

- use numeric comparison operator for truth value comparisons

  1. … 5 more files in changeset.
- modernize tcl

  1. … 14 more files in changeset.
Allow search based on role_ids instead of case_ids, allowing search for

assignees on new cases.

Fix picklist implementation to get workflow_id from role_id isntead of

case_id. Case_id isn't really needed in this query since role_id maps to

workflow_id.

  1. … 1 more file in changeset.
Added -handlers to workflow::role::edit

Fixed cloning of recursive/parallel

  1. … 9 more files in changeset.
Fixed cloning

  1. … 3 more files in changeset.
- Short_names are workflow-wide

- pretty-names are unique per parent_action_id

  1. … 5 more files in changeset.
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.
Extensible spec-generation code

  1. … 9 more files in changeset.
New ::edit API that handles insert/update/delete for cascaded types (action -> fsm_action -> something else)

  1. … 10 more files in changeset.
- Ignore current state/role when editing

  1. … 1 more file in changeset.
Automatic short_name generation for roles

- Added role::edit, role::get_options

- Adding unique constraints on short_name and pretty_name to roles, actions, fsm_states

  1. … 8 more files in changeset.
Added timed actions

  1. … 18 more files in changeset.
adding procs workflow::action::fsm::delete and workflow::role::delete. Adding description and description_mime_type attributes to action edit and new procs

  1. … 4 more files in changeset.
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.
Merged over workflow from HEAD

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

  1. … 37 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.

  1. … 29 more files in changeset.
Service contracts and implementations are working now.

  1. … 18 more files in changeset.
Creating and running through workflows with both API-style and array-list style

  1. … 17 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

  1. … 13 more files in changeset.
Committing latest stage of workflow Tcl API. Most of this beautiful code was written by Lars Pind.

  1. … 19 more files in changeset.
adding the workflow package that is to superseede the old acs-workflow package

  1. … 14 more files in changeset.