• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Trailing whitespace cleanup

whitespace changes

Let the teardown code take care of removing the site nodes (fixes tests on a vanilla core-only instance)

    • -4
    • +0
    ./acs-tcl/tcl/test/navigation-procs.tcl
Unnest list idiom when we retrieve the url by package id in non-xotcl site node implementation (fixes tests on a vanilla instance with just the core packages)

undo previous change, problem was solved more generically in form-field-procs.tcl

whitespace changes

improve indentation

Fix behavior, in case a default value was provided for a checkbox part of a compound field.

When the user resets this default (i.e. clears the checkmark) no data is

transmitted from the browser, but the client side has to handle this. Such cases were

so far only handled so far outside of compound fields.

Example as give my Michael Aram (many thanks!):

# Class create mycompound -superclass CompoundField

#

# mycompound instproc initialize {} {

# if {${:__state} ne "after_specs"} return

# :create_components [subst {

# {start_on_publish {checkbox,default=t,options={YES t}}}

# {whatever {text}}

# }]

# set :__initialized 1

# }

Relax the test as some homepages might redirect to the login page and little assumptions can be made about the content (fixes vanilla dotlrn case)

    • -3
    • +3
    ./acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Add doc to public procs (fixes automated tests)

    • -5
    • +23
    ./evaluation-portlet/tcl/evaluation-portlet-procs.tcl
Make tclwebtest procs private (fixes automated tests)

    • -31
    • +31
    ./evaluation-portlet/tcl/test/tclwebtest-procs.tcl
Whitespace cleanup

    • -45
    • +45
    ./evaluation-portlet/tcl/test/evaluation-portlet-procs.tcl
    • -56
    • +56
    ./evaluation-portlet/tcl/test/tclwebtest-procs.tcl
Follow redirects in this test to accomodate e.g. the vanilla dotlrn installation scenario

    • -2
    • +2
    ./acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl
Add new parameter 'depth' deciding whether we want to follow redirects when testing a URL (default is we don't follow redirects as before)

    • -6
    • +19
    ./acs-automated-testing/tcl/aa-test-procs.tcl
prefer dict over anonymous array

remove unneeded variable

CSP: allow frame-ancestors

Bump version number

Export message keys from UI to normalize sorting and HTML quoting

    • -16
    • +16
    ./file-storage/catalog/file-storage.en_US.ISO-8859-1.xml
Exclude locales that are not enabled from test

    • -1
    • +3
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
Do not test deleted keys

    • -4
    • +4
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
- if one is handling ::db::Object slots generally, to it correctly (including "object_id")

- reduce redundancy

Display error message when the test fails

    • -2
    • +3
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
Backport changes from downstream: add CrItems we skip as they are handled by ::xo::db::Object already

check if is_self_link parameter exist - ExternalLink don't have it defined

improve spelling

    • -1
    • +1
    ./workflow/www/doc/developer-guide.adp
    • -1
    • +1
    ./workflow/www/doc/developer-guide.html
fix broken links

fix broken link

add URN handler to support delivering of registered URNs. This is necessary

for e.g. javascript files, that want to request such files

file head-init.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-templating/tcl/head-init.tcl