• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
move template cacheing function "cache" into template namespace (resulting in template::cache)

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

add missing version dependencies for antonio's recent changes concering user info API

  1. … 5 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -0
    • +31
    ./tcl/widget-procs.xql
Brace and rework expressions + Whitespace changes

  1. … 4 more files in changeset.
improve spelling

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

reduce verbosity

remove extra "list"

modernize Tcl, improve protection against XSS

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

    • -35
    • +20
    ./tcl/richtext-or-file-procs.tcl
  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. … 219 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

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