• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix indicator_create test case:

- handle timezone correctly

- don't rely on database language

    • -22
    • +19
    ./xolp/tcl/test/xolp-test-procs.tcl
Add documentation or make procs private to please documentation__check_proc_doc test

    • -5
    • +15
    ./xolp/tcl/xolp-indicator-procs.tcl
State dependency from acs-datetime, as we use dt_* api

Init the right table

improve spelling

    • -1
    • +1
    ./acs-subsite/www/members/make-member.tcl
    • -2
    • +2
    ./acs-authentication/tcl/apm-callback-procs.tcl
whitespace changes

close square bracket

    • -2
    • +2
    ./acs-authentication/tcl/authority-procs.tcl
simplify expression

obtain default authority_id via "auth::authority::get"

    • -39
    • +38
    ./acs-authentication/lib/search.tcl
    • -20
    • +15
    ./acs-subsite/www/register/recover-password.tcl
get proper default authority

    • -10
    • +12
    ./acs-tcl/tcl/community-core-procs.tcl
reflow overlong lines

    • -36
    • +39
    ./acs-tcl/tcl/http-auth-procs.tcl
bump version number such that other packages might rely on it

    • -2
    • +2
    ./acs-authentication/acs-authentication.info
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...

    • -25
    • +36
    ./acs-authentication/tcl/authority-procs.tcl
return the directory listing in templated form (when someone manages to activate the fancy directory listings)

    • -3
    • +26
    ./acs-tcl/tcl/request-processor-procs.tcl
fix for issue #3390 (typo in cmd name)

    • -2
    • +2
    ./acs-tcl/tcl/request-processor-procs.tcl
Data model upgrade for those instances that might have missed the renaming of the person object type

file upgrade-5.10.0d16-5.10.0d17.sql was initially added on branch oacs-5-10.

Port from downstream: reimplement subsite::get_theme_subsites to be scalable on websites with many site nodes

    • -40
    • +40
    ./acs-subsite/tcl/subsite-procs.tcl
Prefer connchan message relay implementation (we check whether it is available anyway)

Throw application-specific disconnection errors instead than plain errors, so they can be handled as less severe

Initialize d variable

Fix call parameters

Fix acs-lang 'admin/message-list' page, making the number of messages in different states coherent, and general refactoring

    • -7
    • +14
    ./acs-lang/www/admin/message-list.adp
    • -109
    • +72
    ./acs-lang/www/admin/message-list.tcl
    • -14
    • +66
    ./acs-lang/www/admin/message-list.xql
call validator method on "Properties"

make sure to quote error message properly

provide proper fix, which makes the expectations clear

- prefer "last_request" over "user_id" in automated tests

- make web test more robust against local language dependencies

    • -30
    • +30
    ./forums/tcl/test/webtest-procs.tcl
- add locale to ::acs::test::user::create (defaults to en_US)

- prefer "last_request" over "user_id"

    • -2
    • +2
    ./acs-automated-testing/acs-automated-testing.info
    • -4
    • +8
    ./acs-automated-testing/tcl/aa-test-procs.tcl
Whitespace cleanup

Make sure field's class implements leaf_components method