• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve capitalization and wording in comments

  1. … 6 more files in changeset.
Fix parameter names in proc doc

  1. … 2 more files in changeset.
Fix parameter name in proc documentation

prefer built-in ns_dbquotevalue over DoubleApos

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

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

  1. … 29 more files in changeset.
Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

  1. … 2 more files in changeset.
Use the actual tag name when retrieving its parameter, otherwise it would cause a missleading error message

  1. … 2 more files in changeset.
modernize tcl idioms

improve wording

  1. … 7 more files in changeset.
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. … 475 more files in changeset.
Add 'aggregation_format' option to list template (many thanks to Felix Moedritscher)

make spelling more uniform

  1. … 5 more files in changeset.
modernize Tcl, improve protection against XSS

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

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

  1. … 71 more files in changeset.
fix typos, regenerated documentation

  1. … 308 more files in changeset.
Prefer 'in' and 'ni' operators over lsearch for testing list containment

  1. … 3 more files in changeset.
remove conditions, which are always true

  1. … 7 more files in changeset.
remove conditiions, whiich are always true

  1. … 1 more file in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

Fix typos

  1. … 62 more files in changeset.
Fix typos

  1. … 42 more files in changeset.
Add ad_script_abort (thanks to Felix Moedritscher)

  1. … 1 more file in changeset.
make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.
Fix typos

  1. … 4 more files in changeset.
break overlong lines

Break overlong lines

White space cleanup: strip trailing spaces

- provide propert SQL query name

- replace "catch" by "ad_try"