• last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace unallowed doc tags with quoted version

Prefer unset to array unset when the whole array should be deleted

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

merge with missing files

  1. … 1463 more files in changeset.
merge from oacs-5-10

  1. … 8096 more files in changeset.
Replace tmpnam api

Quote unallowed HTML according to acs-tcl.documentation__check_proc_doc

fix documentation

improve spelling

fix release dates in .info files

  1. … 82 more files in changeset.
whitespace changes (eliminate tabs)

improve spelling

Add proc names to the list of covered procs in xml-rpc tests

Fallback to 'util_current_location' when 'ad_url' returns an empty string, such in cases when the SystemUrl is not set, on the xml_rpc_validate testcase

Whitespace changes + editor hints

Fix typo

Rename xmlrpc_decode_test_prep and add it to a namespace in order to pass the 'naming__proc_naming' testcase

    • -13
    • +15
    ./tcl/test/xml-rpc-test-procs.tcl
Whitespace cleanup

Fix admin index page, using broken api_proc_link

Replace deprecated proc

Specify an explicit format that clock scan can recognize, otherwise results will be unexpected (port from downstream)

Fix documentation (without a trailing slash, a redirect will happen, which transforms the POST into a GET request, which then will not be processed)

fix typos and provide adp doc page

    • -0
    • +201
    ./www/doc/index.adp
Add editor hints + Whitespace cleanup

    • -18
    • +24
    ./tcl/test/xml-rpc-test-procs.tcl
Mention explicitly the tested procs in the test cases.

Sanitize date stings for parsability with clock scan and allow HTTPS requests using 'util::http::post' (many thanks to Markus Moser).

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 473 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 202 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 3 more files in changeset.
Fix typos

  1. … 70 more files in changeset.
Use ad_script_abort after ns_return