• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved spelling

fix comment

make sure to provide a valid user_id when running in the after-initialize callback

Fix typo

name all URNs for jquery-ui resources with the same prefix

The library naming is in general not very consistent.

It is called "jqueryui-touch-punch" und cdnjs and

"jquery-ui-touch-punch" on synk.

Fix filepaths for URNs

Use "ns_mkdtemp" when available to create temporary directories

cleanup tmp directories created by the acs-tcl regression test

Ensure grading scheme is loaded before used

    • -0
    • +8
    /openacs-4/packages/xowf/lib/inclass-exam.wf
fixed cleanup for scheduled emails to avoid interference with immediate send operations

Delete the scheduled email after running the test case

Fix typo

    • -1
    • +1
    /openacs-4/packages/xooauth/xooauth.info
silence test cases

silence regression test warning

Provide a script name for ad_proc

provide a fallback for script name, when [info script] returns empty

don't rely on silent catches

whitespace changes

  1. … 7 more files in changeset.
simplified exception handling by factoring out redundant code

make use of "ad_unless_script_abort"

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

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
handle script abort in proc handler

include warnings and bugs in summary line

take out "nsstats" from the tests for page_contracts

fixed race condition and silence regression test

silence expected errors during regression test

silence regression test

promote warning message from ns_log to ad_log

reduce verbosity during regression test

reduce verbosity