• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Avoid the not portable limit idiom, just kill the recursive part using the flag instead

...although one should point out that Oracle does not support the boolean type...

Improve portability of test code

Maintain also the has_child cache when mounting a package

Fix typo

cache method "has_children" to avoid frequent (but cheap) DB calls

improve handling of errors, which are triggerd by the error template

improve comments

  1. … 2 more files in changeset.
Whitespace changes + editor hints

    • -111
    • +117
    ./test/db-proc-test-procs.tcl
Add 'nullchar' test, which uncovers a bug transmitting the null character to postgres. Many thanks to Nathan Coulter for finding out and creating the test as well.

make debug output more compact (shorten long arguments, remove line-breaks)

fix typo

Avoid testing all site nodes on 'site_node_get_children', if the number of them is too large, as it can take too long

improve spelling

  1. … 4 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
whitespace changes in *init files

improve spelling

  1. … 1 more file in changeset.
provide a hint to make potential upgrade problems more clear

improve spelling

Skip upgrade attempts when the package is installed and disabled

Avoid skipping datamodel scripts during initial installation

fix loading and Don't move non-deprectated proc to deprecated-procs

util::resources::download: fix handling of empty/multiple downloadURLs

  1. … 1 more file in changeset.
added support for SNI servers

Move deprecated stuff in util-procs to deprecated-procs

This has the advantage that their loading can be disabled in the settings

Reduce acs-tcl.documentation__check_deprecated_see test warnings

Reduce acs-tcl.documentation__check_deprecated_see test warnings

Reduce acs-tcl.documentation__check_deprecated_see test warnings

  1. … 1 more file in changeset.
provdide "icanuse" support for "ns_ictl trace idle"

Provide doc for ns_dbquotelist when is tcl implemented as fallback (fixes documentation__check_proc_doc automated test)

Implement a flush method for ::acs::acs::LockfreeCache and use it to reimplement permission::permission_thread_cache_flush

This fixes ad_proc_permission_grant_and_revoke test case