• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

remove dead code

move template cacheing function "cache" into template namespace (resulting in template::cache)

  1. … 1 more file in changeset.
modernize tcl idioms

Reduce divergency between oracle and postgres codebase

improve spelling

  1. … 6 more files in changeset.
improve spelling

  1. … 4 more files in changeset.
improve wording

  1. … 6 more files in changeset.
Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 6 more files in changeset.
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

  1. … 9 more files in changeset.
Check if file exists or no file descriptor will be created

add themeing support for templated footers

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. … 464 more files in changeset.
Prefer 'lset' to 'lreplace'.

Prefer string operators to 'string equal'.

  1. … 1 more file in changeset.
Rework string comparison expression

Add 'aggregation_format' option to list template (many thanks to Felix Moedritscher)

improve CSP in accordance with Google's csp-evaluator.withgoogle.com

  1. … 1 more file in changeset.
make spelling more uniform

  1. … 1 more file in changeset.
reduce verbosity

remove extra "list"

modernize Tcl, improve protection against XSS

Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 14 more files in changeset.
Brace 'expr'

  1. … 1 more file in changeset.
Brace 'expr' + Prefer 'lassign' over 'set' when assigning multiple variables with list values

Brace 'expr' + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

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

  1. … 305 more files in changeset.
finish uncomplete sentence in documentation