• last updated 53 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve behavior in error cases. When the request fails early, "ad_context_node_list" might return

an empty list, such that "lindex ... 1" will fail

improve spelling and deactivate changes that were probably needed only for Firefox 2

  1. … 9 more files in changeset.
improve spelling

  1. … 14 more files in changeset.
fix potential overquoting in breadcrums (main site name)

improve comments

  1. … 10 more files in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

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

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

  1. … 29 more files in changeset.
Whitespace cleanup

Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

  1. … 2 more files in changeset.
make spelling of names more consistent

  1. … 5 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
modermize tcl

modernize tcl

  1. … 3 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Move deprecated procs into deprecated-procs.tcl

  1. … 10 more files in changeset.
Fix more typos

  1. … 11 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
- Simplify code

Comment out obsolete code

Don't put empty site node folders into the breadcrumbs (that is, site nodes not having a package underneath)

Commented out obsolete and broken proc

- replace onchange handlers in widget code by event listeners

- prefer subst over double quotes to reduce quoring hell

  1. … 1 more file in changeset.
- adding nonce values to script tags

  1. … 11 more files in changeset.
- generalize hostname and port splitting in order to support IP-literal notation of RFC 3986

  1. … 1 more file in changeset.
- prefer braces around sql statements

  1. … 3 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.