• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixing last patch. The workflow notifications were only broken on

workflow_assignee and workflow_my_cases. Exclude workflow_case so that

'watches' proceed as normal.

fix date format to be ISO 8601 in preparation to date/time localization

Correctly get the assignees for the notification. Someone should

doublecheck this.

This patch fixes two bugs in the workflow::case::action::notify proc in the workflow package. I am not very

familiar with the way this package works so someone should check my work

before releasing this into the wild.

Patch 1 - Retrieve the non-cached version of the activity log. While

debugging my application I noticed that if I fired off two actions quite

quickly the second action's notification would be the same as the first.

Patch 2 - When firing an action that has no assignees the default

behavior is to notify EVERYONE who has subscribed to be notified of

their cases. Since no one has been assigned it's nobody's case yet.

With this change no one will be notified except people who are

subscribed to the workflow if an action occurs on a case without any

assignees.

i18N message in lib/activity-entry.adp

    • -0
    • +1
    ./catalog/workflow.en_US.ISO-8859-1.xml
Rename upgrade script, resolving bug #2493

fix pacakge -> package typo

  1. … 6 more files in changeset.
*** empty log message ***

    • -0
    • +11
    ./catalog/workflow.en_AU.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/workflow.es_CO.ISO-8859-1.xml
  1. … 89 more files in changeset.
Added missing upgrade statements. Furthermore I disabled the creation of a unique index, as more than 3 sites contained duplicates.

    • -2
    • +145
    ./sql/postgresql/upgrade/upgrade-1.2-2.0d1.sql
select distinct for getting list of current assginees

upping version numbers in preparation for release

  1. … 54 more files in changeset.
Committed fix to bug 2210, courtesy of Jeff Wang. I included an

upgrade script as well, which I hope works.

    • -99
    • +46
    ./sql/oracle/upgrade/upgrade-2.0.0b3-2.0.0b4.sql
Apply patch 304, fixes bug 889: $action_pretty_past_tense not localized.

updated translations from translate.openacs.org

    • -0
    • +11
    ./catalog/workflow.ca_ES.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/workflow.de_DE.ISO-8859-1.xml
    • -5
    • +5
    ./catalog/workflow.es_ES.ISO-8859-1.xml
    • -0
    • +10
    ./catalog/workflow.eu_ES.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/workflow.pt_BR.ISO-8859-1.xml
  1. … 993 more files in changeset.
adding new translation catalogs

    • -0
    • +11
    ./catalog/workflow.da_DK.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/workflow.es_ES.ISO-8859-1.xml
  1. … 8 more files in changeset.
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.
added available translations

    • -0
    • +11
    ./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
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.