• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file check-method-procs.tcl was initially added on branch oacs-5-10.

automatically re-source the testfile when re-running a single test

add test case for repeated form field with default

whitespace changes

    • -0
    • +2
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
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.

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

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
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
    /openacs-4/packages/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

Add missing constraint at creation

user_id is supposed to come from auth::create_user

No need to count every entry

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

Apply change to oacs-5-10 branch

Use automated-testing authority in the test case

Whitespace cleanup, normalize indentation

Use automated-testing authority in the test case

use request chaining interface

support as well the request chaining interface with "-last_request"

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

improve user interface

Use testing authority in the test