• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework array idioms into dict idioms hwre appropriate, e.g.:

- when the return value of a proc is already a dict in itself

- when the return value of a proc should be completely overwritten in later tests

This avoids array "unwrapping" operations and unsets

    • -259
    • +230
    ./tcl/test/acs-authentication-procs.tcl
Prefer unset to array unset when the whole array should be deleted

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 3 more files in changeset.
merge with missing files

    • -0
    • +0
    ./tcl/authentication-procs-aolserver.tcl
    • -0
    • +0
    ./tcl/authentication-procs-naviserver.tcl
    • -0
    • +0
    ./tcl/test/acs-authentication-procs.tcl
  1. … 1453 more files in changeset.
merge from oacs-5-10

    • -2
    • +3
    ./tcl/authentication-procs-aolserver.tcl
    • -8
    • +10
    ./tcl/authentication-procs-naviserver.tcl
    • -91
    • +146
    ./tcl/authentication-procs.tcl
    • -28
    • +0
    ./tcl/test/acs-authentication-procs-oracle.xql
    • -29
    • +0
    ./tcl/test/acs-authentication-procs-postgresql.xql
  1. … 8085 more files in changeset.
file local-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/local-procs.tcl
file authentication-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/authentication-procs.tcl
file authority-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/authority-procs.tcl
file test-authority-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test-authority-procs.tcl
Fix typo in message key

    • -1
    • +1
    ./catalog/acs-authentication.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-authentication.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-authentication.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-authentication.it_IT.ISO-8859-1.xml
Use automated-testing authority in the test case

    • -2
    • +6
    ./tcl/test/acs-authentication-procs.tcl
Use testing authority in the test

    • -21
    • +13
    ./tcl/test/acs-authentication-procs.tcl
Use testing authority in test, handle mixed-case emails

    • -13
    • +8
    ./tcl/test/acs-authentication-procs.tcl
Use testing authority in the test, handle mixed-case emails

    • -18
    • +10
    ./tcl/test/acs-authentication-procs.tcl
Use testing authority in the test

    • -14
    • +13
    ./tcl/test/acs-authentication-procs.tcl
add missing file

    • -0
    • +134
    ./www/doc/acs-authentication.adp
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.
reduce redirects

  1. … 3 more files in changeset.
fix for issue #3379

Update italian localization

    • -0
    • +2
    ./catalog/acs-authentication.it_IT.ISO-8859-1.xml
Localize long URL errors and bump version number

    • -0
    • +2
    ./catalog/acs-authentication.de_DE.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/acs-authentication.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./catalog/acs-authentication.es_ES.ISO-8859-1.xml
get detailed information about a person via person::get_person_info

fix broken message key

improve error message

Fixed broken auth::password::email_password

added missing changes due to API refactoring

improve comments

whitespace changes

prefer dict over Tcl array

reduce redundant lookups in auth::check_local_account_status

improve spelling

  1. … 15 more files in changeset.
fix typo

make it possible to run auth::authority::create in the background