• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Fixed bug #941: lang::conn::timezone fails when not connected

  1. … 1 more file in changeset.
making sure danish locale is temporarily enabled for testcase to pass

Removed this file, it was empty

The with_catch logic was broken

making danish, french, and finnish enabled by default, fixing Tcl API tests

  1. … 3 more files in changeset.
Added queries to deal with descriptions

  1. … 4 more files in changeset.
honoring the accept-language HTTP header in the locale negotiation (right before we resort to system locale). Lars added test case for system package setting

  1. … 2 more files in changeset.
changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563

    • -0
    • +208
    ./acs-lang-test-init.tcl
  1. … 17 more files in changeset.
adding timezone support, adding auditing of edited messages, adding package scoped locale preference and package scoped locale

    • -0
    • +220
    ./acs-lang-test-procs.tcl
  1. … 39 more files in changeset.
adding a charset proc, a proc that checks that embeddded variables in messages are not messed up by translators, fixed regexp bug in the adp message catalog proc, removed caching mistake - we would reload the cache on every request (we were all wondering why our server was so slow...:-))

  1. … 4 more files in changeset.
adding translator mode with translation links, adding support for interpolated variables in adp files, bugfixes, removing site-wide locale from the change locale page

  1. … 8 more files in changeset.
Splitting up the message keys into package_key and message_key in the datamodel, adding a message key table, changing format of catalog files to be xml based, cleaning up tcl API and its documentation, adding acs-automated-testing tests that test some catalog and message TCL procs

    • -0
    • +132
    ./acs-lang-test.tcl
  1. … 32 more files in changeset.