• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer aa_equals over aa_true+string equal

improve testcases by removing useless expr commands

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

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

  1. … 28 more files in changeset.
simplyfy expressions, remove useless file

  1. … 3 more files in changeset.
Deprecate 'template::util::leadingPad' in favor of the new and more general 'ad_pad'

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 367 more files in changeset.
Remove unnecessary expr and fix typo

Improve test so it reflects spellcheck configuration from parameters

fix example in documentation and small code cleanup

  1. … 4 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

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.