• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add (basic) documentation to public api, formatting changes

Whitespace changes

Comment out seemingly useless computation which has been detected running > 18s in some case on the live system

Whitespace cleanup

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.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file

  1. … 9 more files in changeset.
- fix broken sql

  1. … 3 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 313 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

n ----------------------------------------------------------------------

  1. … 93 more files in changeset.
Add support for 'other' option for multiple choice. Slightly change handling of question rendering to support this

  1. … 18 more files in changeset.
Merge oacs-5-2 to HEAD

  1. … 226 more files in changeset.
fix permissions bugs

  1. … 2 more files in changeset.
add parameter to control whether admins can receive notification on triggered actions in assessment

  1. … 1 more file in changeset.
fix triggers bug related to the association of the choice revision_id instead of the item_id to the trigger condition

  1. … 7 more files in changeset.
fix triggers bug related to the association of the choice revision_id instead of the item_id to the trigger condition

  1. … 6 more files in changeset.
update condition of triggers when a mc choice is edited

  1. … 4 more files in changeset.
added section based after assessment triggers

  1. … 7 more files in changeset.
commit support for section triggers

  1. … 14 more files in changeset.
get subject_id to know who activated a trigger

  1. … 2 more files in changeset.
merge between head and oacs-5-2

  1. … 24 more files in changeset.
add functionality to be able to add manually evaluated triggers after some users have already answered the assessment

  1. … 2 more files in changeset.
fix bugs in trigger an actions execution

  1. … 7 more files in changeset.
fix bugs with checks

  1. … 1 more file in changeset.
add query missing

  1. … 2 more files in changeset.
change proc to work in oracle

  1. … 1 more file in changeset.
add proc to copy assessments from an edited item

  1. … 3 more files in changeset.
remove debug messages