• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge from oacs-5-10

  1. … 8085 more files in changeset.
improved test case

- load first mime package before loading it

- provide version of the mime package in the test log

- don't provide ns_set id as "error"

cleanup tmp directories created by the acs-tcl regression test

whitespace changes

  1. … 12 more files in changeset.
take out "nsstats" from the tests for page_contracts

silence regression test

reduce verbosity during regression test

silence regression test

don't expect that invalid input becomes magically valid

reduce verbosity

  1. … 1 more file in changeset.
silence test cases

claim test coverage

keep log file viewable (don't add too many entries)

remove leftover files after run, silence regression test run

silence test cases

removed progress bar from curl output

wget is not used anymore

silence regression test run

fixed resource leak

fixed resource leaks

dom trees were not deleted

More resource-info updates:

- fixed wrong and inconsistent naming of dict members (many thanks to Sebastian Scheder for figuring this out)

- removed duplicated slashes in resource paths

- fixed incorrect paths when CDN is used

- simplified handling of cspMaps

- added test checking consistency of resource-info dicts

  1. … 10 more files in changeset.
file resource-info-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resource-info-procs.tcl
fix for regression test case ad_context_bar_multirow

originally, site-node entries survived the test

after the first fix, the regression test was failing (sometimes?) the complaint was about a missing package.

now, the test seems to work always correctyl, and the site-nodes entries are gone as well

perform proper cleanup after regressin test

renamed misnomer "ad_parameter_from_file"

- removed hints on "*.ini" files

- provided a name that points to the configuration file ("ad_parameter_from_configuration_file")

- deprecated old name

- updated documentation with examples

  1. … 2 more files in changeset.
Always use "--" in "dom parse" when document is interpolated

This is a safety measure to make sure that the document parsed is

never confused with an option, when the document starts with a "-". In

the best case, the error message provided by "dom parse" might be

misleading. This might be a problem for user contributed documents

(passed as variables, or return values from functions).

The double dash is supported in tdom since version 0.9.0.

  1. … 18 more files in changeset.
added handling of literal object "arraycontainer"

  1. … 1 more file in changeset.
Extended json2dict to cover literal objects named "objectcontainer"

Extended regression test as well

  1. … 1 more file in changeset.
Extended json2dict to cover arraycontainer

Many thank to Rolf for his feedback!

  1. … 1 more file in changeset.