• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer '{}' to '[list]' when creating empty lists

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

  1. … 68 more files in changeset.
improve documentation

  1. … 10 more files in changeset.
Rework variable assignment (set -> lassign)

Fix typos

  1. … 10 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 1 more file in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

Whitespace changes

remove conditions, which are always true

  1. … 2 more files in changeset.
modernize tcl

fix typo in file name

    • -0
    • +100
    ./bulk-install.tcl
Fix typos

  1. … 23 more files in changeset.
strengthen page contracts

  1. … 8 more files in changeset.
fix typoCVS: ----------------------------------------------------------------------

Use consistently ad_script_abort after ad_return_error.

  1. … 32 more files in changeset.
add ad_script_abort after connection-closing commands to make termination intent explicit

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

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

  1. … 13 more files in changeset.
Reduce number of swallowing catches

  1. … 1 more file in changeset.
User ad_try instead of with_catch

Fix typos

  1. … 2 more files in changeset.
Modernize code: get rid of deprecated cals in .xql file and use API rather than homebrew SQL calls

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 77 more files in changeset.
Remove usage of apm_package_version.version_name_greater stored procedure in favor of apm_version_names_compare proc, because their logics conflict

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

  1. … 7820 more files in changeset.
Don't assume a Unix OS when exec'ing commands

  1. … 1 more file in changeset.
Return an error if dependency is missing.

This happens if the (info file of the) required package is not present.

This solution is a bit dirty, but better than throwing the tcl error

"no such variable: spec_file"

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 42 more files in changeset.
Improve robustness of file operations against names starting with a "-"

  1. … 8 more files in changeset.
harden page contract