• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace cleanup

  1. … 2 more files in changeset.
refactor testing code a little

  1. … 1 more file in changeset.
fix typo

improve documentation

add basic web testing infrastructure for form pages

do some minor refactoring

bump version number to 5.10.0d8

    • -0
    • +304
    ./tcl/test/test-procs.tcl
improve spelling

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

  1. … 8 more files in changeset.
Fix typos

  1. … 10 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).

    • -2
    • +2
    ./www/prototypes/categories-portlet.page
  1. … 462 more files in changeset.
Improve grammer and make spelling more consistent

improve spelling and grammar

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

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

    • -2
    • +2
    ./www/prototypes/categories-portlet.page
  1. … 192 more files in changeset.
improve code documentation

  1. … 3 more files in changeset.
fix SQL query

fix typos

  1. … 7 more files in changeset.
fix typos

  1. … 4 more files in changeset.
Fix boolean attributes for HTML5 input type 'number'

(and remove duplicate occurance of 'value')

Fix typos

  1. … 11 more files in changeset.
Fix typo

Fix typos

  1. … 7 more files in changeset.
use :object directly, when possible

use :obejct directly, when possible

reduce verbosity

perfer variable resolver over method invocation

prefer XOTcl2 idioms

prefer XOTcl2 idioms also in commented-out statements

perfer variable resover over method invocation

handle ns_returnnotice via reply_to_user

add comment