• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Reduce divergence between postgres and oracle codebase

    • -12
    • +1
    ./tcl/lang-catalog-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase, fix query

    • -13
    • +0
    ./www/admin/test/format-test-oracle.xql
    • -12
    • +0
    ./www/admin/test/format-test-postgresql.xql
    • -0
    • +10
    ./www/admin/test/format-test.xql
    • -13
    • +0
    ./www/admin/test/test-postgresql.xql
    • -0
    • +10
    ./www/admin/test/test.xql
Fix current_time, should have been current_timestamp

Reduce divergency between oracle and postgres codebase

    • -13
    • +0
    ./www/admin/test/timezone-oracle.xql
    • -12
    • +0
    ./www/admin/test/timezone-postgresql.xql
    • -0
    • +11
    ./www/admin/test/timezone.xql
Reduce divergence between oracle and postgres codebase

    • -31
    • +0
    ./tcl/lang-message-procs-oracle.xql
    • -29
    • +0
    ./tcl/lang-message-procs-postgresql.xql
Reduce divergency between postgres and oracle codebase

    • -18
    • +0
    ./www/admin/set-system-timezone-oracle.xql
    • -20
    • +0
    ./www/admin/set-system-timezone-postgresql.xql
    • -0
    • +17
    ./www/admin/set-system-timezone.xql
Reduce divergency between oracle and postgres codebase

Fix broken links

  1. … 10 more files in changeset.
normalize boolean expressions in ADP files

  1. … 14 more files in changeset.
normalize boolean expressions in ADP files

normalize boolean expressions in ADP files

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

    • -0
    • +52
    ./catalog/acs-lang.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.es_ES.ISO-8859-1.xml
    • -1
    • +53
    ./catalog/acs-lang.it_IT.ISO-8859-1.xml
  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 249 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
make sure, the message key in the comment is shown correctly in API browser

- fixing regexp for message key in group::new

- Introducing lang::util::message_key_regexp to avoid similar confusions in the future

- bump verison number of acs-lang to 5.9.1b4

- bump version number of acs-subsite to 5.9.1b5

  1. … 2 more files in changeset.