• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce startup speed by running update_nx_docs in the background

removed misleading warnin

This happend, when a proc was defined inside a thread, and the name of the script could not be determined.

added inline documentation for API browser

  1. … 1 more file in changeset.
Improvded API browser documentation for NX methods

- Include NX content from acs* packages in online documentation

- determining source files where classes are defined

- extending type information for postional an non-positional arguments in API browser

  1. … 2 more files in changeset.
Prefer unset to array unset when the whole array should be deleted

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 3 more files in changeset.
tcl9 changes in regression test: address changes in tcl9 tilde explansion

merge with missing files

    • -0
    • +21
    ./test/30-apm-load-procs-oracle.xql
    • -0
    • +20
    ./test/30-apm-load-procs-postgresql.xql
  1. … 1456 more files in changeset.
merge from oacs-5-10

    • -293
    • +398
    ./40-db-query-dispatcher-procs.tcl
  1. … 8095 more files in changeset.
file 30-apm-load-procs-oracle.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/30-apm-load-procs-oracle.xql
file 30-apm-load-procs.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/30-apm-load-procs.xql
file 30-apm-load-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/30-apm-load-procs.tcl
file 30-apm-load-procs-postgresql.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/30-apm-load-procs-postgresql.xql
file 00-proc-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/00-proc-procs.tcl
improve spelling

  1. … 15 more files in changeset.
add missing proc_doc

Whitespace cleanup

Fix doc typos

Document the use of the parameter 'args' containing a list of a variable number of arguments

apm_source and apm_guess_db_type are called from multiple packages

Whitespace changes

Fix misleading and uncoherent 'ad_dispatch' proc documentation, discovered using the 'documentation__check_parameters' test.

improve spelling

  1. … 2 more files in changeset.
procdoc change: Preserve pre-existing values, e.g. from testcases, which might be loaded in a different order (testcase might be loaded before proc)

.CVS: ----------------------------------------------------------------------

remove dead code

Fix typos

  1. … 6 more files in changeset.
improve spelling

  1. … 1 more file in changeset.
Make sure namespaced variable ::acs::db_pools is created before accessing it

This is needed when upgrading from openacs versions that didn't use this variable before

Fix typo

Port of downstream changes: use namespaced variables instead of nsvs

reduce hammering on nsv for variables that never change. Use namespaced variables instead.

  1. … 3 more files in changeset.