• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
making sure creation of messages is recorded in audit table

making sure import_from_files proc does not produce error messages trying to find correct charsets for a locale if there are no files for that locale anyway

Use untrusted_user_id for user's locale preferences

adding check in import_from_files so that we don't attempt to find catalog files if there isn't even a catalog directory

making sure danish locale is temporarily enabled for testcase to pass

To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation

  1. … 6 more files in changeset.
removing annoying "not upgrading" message when importing catalog files

Kill the timestamp on the catalog files, it only causes confusion by CVS

Removed this file, it was empty

The with_catch logic was broken

Improved the documentation

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

  1. … 2 more files in changeset.
removing debug printouts

Commenting in check to make sure lang::catalog::import_from_all_files_and_cache is only run once

Removing hard coded dotlrn accidentally left in query selecting packages to load catalog files for. removing debug printout

moving functionality of proc lang::system::default_locale into proc lang::util::default_locale_from_lang and removing lang::system::default_locale

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

    • -0
    • +10
    ./lang-message-procs-postgresql.xql
    • -13
    • +417
    ./test/acs-lang-test-procs.tcl
Implemented accept-language content negotiation ; preserving timezones (used to use client-properties)

Fixing formatting ; caching default locale for language

Clarifying commments on lc_time_fmt ; implementing %Z for lc_time_fmt ; prevent variable interpolation for lc_get

Adding comments to try and make sense of the money formatting data

Fixing charsets for message catalog files ; import/export descriptions

Fixed bug #4: locale fallback

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

Added procs lc_time_conn_to_system and lc_time_system_to_conn

    • -0
    • +12
    ./localization-procs-postgresql.xql
Do the database-to-memory caching on startup without serving pages until that's done. Syncing from message catalog files can be done later

Comments on messages

  1. … 4 more files in changeset.
1. Added search for words in messages feature.

2. Added locale enable/disable feature

3. Cleaned up translation UI

4. Improved batch message edit

  1. … 37 more files in changeset.
changing localization data to be stored in the message catalog instead of in an nsv array so that those values can be set via a web interface instead of having to update a file

  1. … 22 more files in changeset.
adding italian locale