• last updated 57 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
Improve comments and error message

whitespace cleanup

  1. … 9 more files in changeset.
Use "ad_try" instead of "with_catch"

  1. … 5 more files in changeset.
Fix typos

  1. … 4 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

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

  1. … 754 more files in changeset.
- remove globals for errorInfo and use namespace qualifiers instead

  1. … 15 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.
- use util::http::get instead of deprecated proc

- reduce number of remaining "string equal" operations

  1. … 3 more files in changeset.
- make exists_and_not_null explicit

  1. … 6 more files in changeset.
- don't call deprecated validate_integer

Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Substitute calls to ns_sendmail for acs_mail_lite::send

  1. … 3 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
merge the changes between 5.0.3 and 5.0.4 to head

  1. … 249 more files in changeset.
Update for bugfix #1549

Added local file system auth_retrieve_doc driver

  1. … 2 more files in changeset.
Fixed batch sync test cases

  1. … 1 more file in changeset.
Record already deleted users as such

- Log nicer errors when trying to update a user that doesn't exist, or when adding a user that already exists

- I again read the IMS spec wrong ... the <n> tag goes *inside* the <name> tag. Grrr..

Allow the IMS sync driver to be manually configured for which user profile elements should be editable by the user

Added parameter to control whether we make users .LRN users, since this has serious performance implications

  1. … 1 more file in changeset.
Implemented row-wise acknowledgement document

  1. … 3 more files in changeset.
Adds users to .LRN when batch importing

  1. … 1 more file in changeset.
Fixed broken test cases

  1. … 2 more files in changeset.
URL in batch job complete email is wrong

Fixed IMS sync bug: we were looking at <name><given> and <name><family>, but they're really <n><given> and <n><family>