• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes + add editor hints

  1. … 26 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
Use @return in the proc documentation

  1. … 2 more files in changeset.
provide better error messages

new feature: offer swa the ability to view compiled template

strengthen page contracts a little.

improve spelling

  1. … 10 more files in changeset.
adapt to altered host name

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. … 466 more files in changeset.
improve list operations

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

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

  1. … 70 more files in changeset.
Rework variable assigning loop

Fix typos

    • -72
    • +72
    ./tcl/acs-api-documentation-procs.tcl
Fix typos

  1. … 5 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
Fix typo

allow doc-strings starting with leading colons; fixes issue #3337

reduce logging level for page-contract loading (otherwise we see many errors from e.g. obsolete packages where page_contract cannot be executed)

strengthen page contracts

pCVS: ----------------------------------------------------------------------

make markup more robust when the output is sent though tdom (previously, some white-space was swallowed)

Use consistently ad_script_abort after ad_return_warning

  1. … 3 more files in changeset.
Fix typo in error message

fix and comment strange construct in api_read_script_documentation

remove spurious brace

Fix cut&paste error

reduce number of swallowing catch operations

    • -19
    • +19
    ./tcl/acs-api-documentation-procs.tcl
make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.