• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework array idioms in dict idioms where appropriate, avoid unsetting arrays via pattern matching

tcl9 changes in regression test: "2000-00-00 00:00:00" is not a valid date anymore

tcl9 changes in regression test: fix read of latin1 file with wrong encoding

merge from oacs-5-10

    • -1
    • +416
    ./acs-lang-localization-procs.tcl
  1. … 8093 more files in changeset.
file lang-widget-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./lang-widget-procs.tcl
file lang-util-procs.tcl was initially added on branch oacs-5-10.

file locale-procs.tcl was initially added on branch oacs-5-10.

file lang-catalog-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./lang-catalog-procs.tcl
fix typos

rework test cases, make tested procs explicit

Fix typo or this file would not load

improve testcases by removing useless expr commands

  1. … 17 more files in changeset.
improve spelling

  1. … 12 more files in changeset.
Delete thread cache variable as well when setting a new locale and use this corrected api to repair broken test

  1. … 1 more file in changeset.
modernize code

whitespace cleanup

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

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

  1. … 7832 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2546 more files in changeset.
file acs-lang-localization-procs.tcl was initially added on branch oacs-5-8.

    • -0
    • +0
    ./acs-lang-localization-procs.tcl
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Test cases for lang-message-procs

    • -0
    • +33
    ./acs-lang-message-procs.tcl
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
adding the procs flag to the localize test case

merge the changes between 5.0.3 and 5.0.4 to head

  1. … 249 more files in changeset.
Added categories to the automated test(s).

  1. … 10 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Lars helped fix the check that variable in non-en_US messages are also in the corresponding en_US message. Replacing old get_missing_embedded_vars proc with the new get_embedded_vars proc and adding a bunch of test cases

  1. … 1 more file in changeset.
cleanup and renaming of import/export procs in lang::catalog namespace. Now there are really only two public procs to know about: lang::catalog::import and lang::catalog::export. Updating all invocations of the procs and test cases. Adding proc lang::message::unregister for deleting message keys - used in test case teardown.

  1. … 10 more files in changeset.
making the util_replace_temporary_tags_with_lookups test case pass again. Wrapping case in rollback. Some cleanup in the tested proc

  1. … 1 more file in changeset.