• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 596 more files in changeset.
bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4.

  1. … 28 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
Typo: Syncrhonization -> Synchronization

Bumping to 5.0.0b2. I had accidentally bumped the version *down* to 5.0a3 from 5.0.0a5

bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1

  1. … 2 more files in changeset.
Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.
Added parameter to determine the name of the batch sync acknowledgement file

Do not fail the change password operation if we could not send out the email notification

updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

  1. … 18 more files in changeset.
Accidentally commited a debug log statement

Fixed bug #1090, thanks to Tracy for digging up the root cause

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

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

    • -0
    • +45
    ./www/doc/configure-batch-sync.html
Added local file system auth_retrieve_doc driver

Fixed password email change test case - turned out to be interaction between two test cases and the cache

    • -1
    • +8
    ./tcl/test/acs-authentication-procs.tcl
Fixed batch sync test cases

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

Moved password emailing to ::reset and ::retrieve, so the password is emailed even if those procs are called directly. Used by /acs-admin/users/password-reset

Changed ad_parameter to parameter::get

Implemented row-wise acknowledgement document

Adds users to .LRN when batch importing

Fixed bad call to snapshot_delete_remaining

Fixed broken test cases

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>

tweaks to documentation

    • -25
    • +11
    ./www/doc/ext-auth-pam-install.html