• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo

don't rely on uppercase header field names

  1. … 10 more files in changeset.
prefer db_0or1row +"where exists" over db_string + "select case"

  1. … 3 more files in changeset.
Improve sql portability: oracle cannot select a boolean directly using exists

Reduce divergencies between oracle and postgres codebase

    • -9
    • +0
    ./test/acs-authentication-procs-oracle.xql
    • -10
    • +0
    ./test/acs-authentication-procs-postgresql.xql
prefer "ns_conn isconnected" over "ad_conn isconnected", since the latter might not notice changes in the connect state

  1. … 18 more files in changeset.
mprove spelling: move closer to the linux documentation recommendations

  1. … 17 more files in changeset.
Fallback to + #

Add missing authority_id on the 'auth_authenticate' testcase

Replace deprecated idiom

break overlong lines

Replace deprecated idiom

Improve documentation

Deprecate duplicated and untested proc auth::driver::GetParameters

Fix reported api, extend test

    • -3
    • +57
    ./test/acs-authentication-procs.tcl
Extend test to cover more api

    • -4
    • +37
    ./test/acs-authentication-procs.tcl
New test for auth::authority::edit and auth::authority::get_element

    • -1
    • +87
    ./test/acs-authentication-procs.tcl
Use existing api

Create new test for auth::authority::delete, make sure lookup cache is flushed in the (unlikely) case that an authority is deleted

    • -1
    • +41
    ./test/acs-authentication-procs.tcl
improve spelling

  1. … 33 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
Fix typo in message key

  1. … 4 more files in changeset.
Fix typo in message key

  1. … 4 more files in changeset.
Fix documentation

Use testing authority in auth_create_user test

    • -13
    • +13
    ./test/acs-authentication-procs.tcl
improve spelling

  1. … 1 more file in changeset.
close square bracket

auth::authority::get, auth::authority::get_element: allow to omit authority_id

Now, these functions can be used to get data from the default authority. In furture

versions, this function should deliver the right default authority for the

a register subsite. Also, get_authority_options should return the available options

for a register subsite.

Currently, the logic is different in various scripts...

Apply changes to oacs-5-10 branch

    • -87
    • +48
    ./test/acs-authentication-procs.tcl
Use automated-testing authority in the test case