• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix one more occurence of a direct call to the compiled template

provide compatibility with latest code in 5.10.1

  1. … 3 more files in changeset.
Deprecate exists_and_equals and replace its occurrences

  1. … 10 more files in changeset.
improve spelling

  1. … 2 more files 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

fix indentation

  1. … 1 more file in changeset.
Fix typos

  1. … 22 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.
Merging back fixes on oacs-5-2 to HEAD.

  1. … 1 more file in changeset.
make description field dates between edit and view more consistent and readable.

  1. … 1 more file in changeset.
Foreach assignees was iterating on the names of the array instead of on the values

Bug fix found when helping Robert with a borked install of bug-tracker.

add after assign/unassign callbacks

  1. … 3 more files in changeset.
Fix so acs_community_member_url can be called without a connection.

Localize message, merge from 5.3

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
restoring timoh's addition 1.37.2.1 of the parameter case_id to case::new

Localised label variable for workflow notifications.

Call to workflow::case::state_changed_handler must come before workflow::case::action::notify, otherwise assignees arent't created yet when notifications go out, which causes the notification to be sent to everyone

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
adding the deputy Tcl procs that seems to have been lost (or maybe we forgot to add them)

  1. … 2 more files in changeset.
Made some changes to allow wf case objects to be plain objects (items worked without problems), see: http://openacs.org/forums/message-view?message_id=192465 ... I have not been able to test the upgrade script for Oracle.

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

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

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

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.

  1. … 3 more files in changeset.
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.