• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file workflow.ar_LB.utf-8.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/workflow.ar_LB.utf-8.xml
updated catalog files for 5.1.1; bug fix for 1519 means all catalog files for ar_EG, ar_LB, zh_CN, th_TH, ro_RO, fa_IR, and hr_HR were renamed to correct capitalization errors

    • -0
    • +11
    ./catalog/workflow.es_GT.ISO-8859-1.xml
  1. … 367 more files in changeset.
Adding the role_ids switch to the workflow::case::role::add_assignee_widgets proc. With that switch you can add assignee widgets for a restricted set of roles

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
    ./sql/oracle/upgrade/upgrade-1.2d1-1.2b2.sql
    • -0
    • +148
    ./sql/oracle/upgrade/upgrade-1.2d2-1.2b2.sql
    • -130
    • +0
    ./sql/postgresql/upgrade/upgrade-1.2d1-1.2b2.sql
    • -0
    • +130
    ./sql/postgresql/upgrade/upgrade-1.2d2-1.2b2.sql
Added a somewhat dated doc containing two user stories, task list UI and redirect after action

    • -0
    • +44
    ./www/doc/workflow.html
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -0
    • +11
    ./catalog/workflow.en_US.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/workflow.nl_NL.ISO-8859-1.xml
  1. … 645 more files in changeset.
added available translations

    • -0
    • +11
    ./catalog/workflow.nl_NL.ISO-8859-1.xml
file workflow.nl_NL.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/workflow.nl_NL.ISO-8859-1.xml
adding catalog file with notification messages that I forgot to add earlier

    • -0
    • +11
    ./catalog/workflow.en_US.ISO-8859-1.xml
file workflow.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./catalog/workflow.en_US.ISO-8859-1.xml
internationalizing the email notificaiton part of workflow. TODO: make sure the locale used for the email matches the preference of the receiving user

merging a few days of HEAD work back to the branch

  1. … 24 more files in changeset.
Use action(child_action_ids) instead of separate query to get child actions

removing obsolete deep flag related to deep cloning of workflows

fixing bug in action::execute - it wouldn't work when executed outside an HTTP request (from the timeout sweeper). Now timeout tasks will have a null user_id which is not ideal. We might want to pass on the trigger type (time) to the case log entry to more clearly indicate when an action timed out.

bug fix: timeout_seconds was not extracted correctly in the postgresql action::get query.

Missing Owner and pretty_name in spec for register_notification_impl.

Added missing drop statements

    • -0
    • +6
    ./sql/postgresql/workflow-tables-drop.sql
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.

the workflow_user_deputy_map view was broken in oracle. Caught thanks to the extensive automated tests written by Lars

    • -6
    • +7
    ./sql/oracle/workflow-tables-create.sql
    • -2
    • +4
    ./sql/oracle/upgrade/upgrade-1.2-2.0d1.sql
Released 2.0.0b1

checked in a few mockups I had lying around

    • -22
    • +109
    ./www/doc/mockup-sim-ft-6.adp
porting the table-create sql script and the 1.2-2.0d1 upgrade script from PG to Oracle

    • -114
    • +169
    ./sql/oracle/workflow-tables-create.sql
    • -79
    • +230
    ./sql/oracle/upgrade/upgrade-1.2-2.0d1.sql
throwing error from workflow::case::new if workflow doesn't have any state (it's not functional without states).

the trigger type constraint in the upgrade script was old. Caught this problem thanks to the automated tests that Lars have written.

need to drop old workflow_deputies column with cascade

changing proc workflow::case::fsm::get to allow parent_enabled_action_id to be null. Removing two obsolete TODOs

Added -handlers to workflow::role::edit

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

Fixed cloning of recursive/parallel

  1. … 6 more files in changeset.