• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 12 more files in changeset.
regenerated documentation

  1. … 42 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. … 68 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 11 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

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

  1. … 5 more files in changeset.
remove conditions, which are always true

remove parens

    • -2
    • +2
    ./www/admin/edit-localized-message.tcl
modernize code

simplify code and make it more consistent

  1. … 5 more files in changeset.
fix more typos

  1. … 5 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-4.1-4.7d2.sql
  1. … 5 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 41 more files in changeset.
Fix even more typos

  1. … 29 more files in changeset.
fix for bug #808: language list always sorted by english names

make sure to log errors in the error.log

scalability improvement: keep result of lc_time_fmt_compile in (lock-free) per-thread cache rather than in the util_memoize cache

Reduce stress on util_memoize_cache by removing the - by far - most often reused

item in the cache (apm_package_installed_p_not_cached ref-timezones). Instead,

we fall back to the (per-thread) caching of apm_package_id_from_key.

Fix current date UTC query

add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -0
    • +1
    ./www/admin/message-conflict-resolve.tcl
    • -0
    • +1
    ./www/admin/message-conflict-revert.tcl
    • -2
    • +2
    ./www/admin/translator-mode-toggle.tcl
  1. … 18 more files in changeset.
Fix extra parenthesys

make sure to call ad_script_abort after ad_return

  1. … 13 more files in changeset.
Use "ad_try" instead of "with_catch"

    • -9
    • +11
    ./www/admin/message-usage-include.tcl
  1. … 1 more file in changeset.
whitespace cleanup

    • -133
    • +133
    ./tcl/localization-procs.tcl
    • -90
    • +90
    ./tcl/test/acs-lang-test-procs.tcl
  1. … 6 more files in changeset.
Use "ad_try" instead of "with_catch"

    • -28
    • +26
    ./tcl/test/acs-lang-test-procs.tcl
    • -18
    • +18
    ./www/admin/edit-localized-message.tcl
Fix typos

prefer literal in adp axpressions

Reduce divergencies between oracle and postgres codebase

    • -31
    • +0
    ./www/admin/message-list-oracle.xql
    • -29
    • +0
    ./www/admin/message-list-postgresql.xql
    • -0
    • +24
    ./www/admin/message-list.xql