• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
provide on reviews not only the web-based diff, but as well a text based diff, in case the web-based diff

fails to show differences.

- document the web-callable methods

- separater test cases from test helper procs

    • -77
    • +262
    ./xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +52
    ./xowiki/tcl/test/check-method-procs.tcl
file check-method-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowiki/tcl/test/check-method-procs.tcl
automatically re-source the testfile when re-running a single test

    • -14
    • +26
    ./acs-automated-testing/www/admin/rerun.tcl
add test case for repeated form field with default

    • -4
    • +94
    ./xowiki/tcl/test/xowiki-test-procs.tcl
whitespace changes

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

Modernize SQL existence test: make it more readable and faster

Add 'lang::message::undelete', in order to provide an API for undeletion of messages deleted via 'lang::message::delete', and modify 'lang::message::edit' accordingly. Next step would be to provide a user interface for it.

    • -36
    • +66
    ./acs-lang/tcl/lang-message-procs.tcl
Fix typo

Whitespace cleanup

Whitespace cleanup

Change the cr_items name together with the label, or renamed folders might clash with others in the future

Whitespace cleanup

Code was meant to check existance of the field in the dict

improve behavior in error cases. When the request fails early, "ad_context_node_list" might return

an empty list, such that "lindex ... 1" will fail

    • -104
    • +112
    ./acs-tcl/tcl/navigation-procs.tcl
file upgrade-5.10.0d14-5.10.0d15.sql was initially added on branch oacs-5-10.

Modernize SQL existence test: make these more readable and faster

    • -12
    • +11
    ./acs-kernel/sql/postgresql/community-core-create.sql
Add missing constraint at creation

user_id is supposed to come from auth::create_user

    • -2
    • +1
    ./acs-automated-testing/tcl/aa-test-procs.tcl
No need to count every entry

    • -6
    • +5
    ./dotlrn/tcl/dotlrn-security-procs.tcl
Provide a default value to handle cases happened during tests on a vanilla instance (e.g. xowiki create_form_with_form_instance)

Apply changes to oacs-5-10 branch

    • -87
    • +48
    ./acs-authentication/tcl/test/acs-authentication-procs.tcl
Apply change to oacs-5-10 branch

    • -13
    • +2
    ./new-portal/tcl/test/new-portal-test-procs.tcl
Use automated-testing authority in the test case

    • -14
    • +3
    ./new-portal/tcl/test/new-portal-test-procs.tcl
Whitespace cleanup, normalize indentation

    • -10
    • +10
    ./new-portal/tcl/test/new-portal-test-procs.tcl
Use automated-testing authority in the test case

    • -2
    • +6
    ./acs-authentication/tcl/test/acs-authentication-procs.tcl
use request chaining interface

    • -10
    • +21
    ./xowiki/tcl/test/xowiki-test-procs.tcl
support as well the request chaining interface with "-last_request"

    • -36
    • +51
    ./xowiki/tcl/test/test-procs.tcl
rework acs::test::http interface to allow daisy chaining of requests. One can now specify "-last_reqest" to let a new http to continue with the same credentials (e.g. cookies) as the last request. The old interface based on "-user_id" continues to work

    • -37
    • +103
    ./acs-automated-testing/tcl/aa-test-procs.tcl
    • -6
    • +8
    ./acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl