• last updated 35 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make clearer what is going on here (a lot, apparently)

Remove unused query and put last remaining inline to avoid xql file. Reduce joining

Don't pass fine tcl variables through the database for random reasons, improve code legibility, reduce divergency between oracle and postgres codebase, exploit multi-user permission checking on postgres

Rework adp boolean expressions

  1. … 25 more files in changeset.
Prefer literal in adp axpressions + Whitespace changes

  1. … 27 more files in changeset.
Prefer literal in adp axpressions

  1. … 9 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. … 472 more files in changeset.
Replace deprecated proc 'empty_string_p'

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

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

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

Fix incorrect meta-data

fix typos

  1. … 25 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 19 more files in changeset.
Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 36 more files in changeset.
Corrected var name

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
fix typo in error message

fix typo in variable name

- fix broken list nesting of html widget specs

  1. … 1 more file in changeset.
Improve spelling

  1. … 3 more files in changeset.
- Tcl idioms: simplify access to first character

  1. … 7 more files in changeset.
Improve robustness of "file delete" operations

  1. … 19 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 14 more files in changeset.
- tighten page contracts

  1. … 6 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 27 more files in changeset.
- replace onclick handler in assessment by event listener

- simplify and fix default handling

- replace onchange handlers in assessment by event listeners

- simplify default value handling

- pass doc(title) properly