• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
small fix, when cookie times out and dotlrn is active

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"

documented command result

Use "ns_mkdtemp" when available to create temporary directories

cleanup tmp directories created by the acs-tcl regression test

whitespace changes

  1. … 7 more files in changeset.
improve source code documentation

added icanuse handler for "ns_info meminfo"

new function: ad_unless_script_abort and bump version to 5.10.1b12

This convenience function eases handling of ad_script_abort exceptions

in cases, where the OpenACS request processor is not involved.

From the documentation:

Execute the provided body in the callers' environment. When the

body does not raise an "ad_script_abort" exception, the

"non_abort_action" is also executed. This pattern is useful when

handling client requests and where the "non_abort_action" is used

to return results to the client. When "ad_script_abort" is

executed, the connection is usually closed, and any attempt to

talk to the client over the closed connection will fail.

The handling of script_abort exceptions is done usually in the

request processor. The function is useful when registering own

request procs (e.g., via "ns_register_proc") where the OpenACS

request processor is not involved.

bumped version to 5.10.1b12

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

silence regression test

reduce verbosity during regression test

do not complain about expected behavior

silence regression test

don't expect that invalid input becomes magically valid

reduce verbosity

align nameing with 'resource_info_procs'

  1. … 7 more files in changeset.
silence test cases

claim test coverage

fixed old bug via regression test in page contract filters

The binding variable for "min_length" and others was not passed correctly.

We saw unexpected warning of the following form during regression test:

Warning: Message contains a variable named 'min_length' which doesn't exist in the caller's environment:

handle cases in the page contract, when not connected (used this way in the regression test)

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

remove leftover files after run, silence regression test run

whitespace changes

  1. … 10 more files in changeset.
silence test cases

removed progress bar from curl output

wget is not used anymore

silence regression test run

comment unexpectged behaviour