• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Fixed bug #2952:   as thousands separator

Forgot to add this file before commiting 5.3 fix for bug #2931

file lang-widget-procs.tcl was added on branch oacs-5-3 on 2006-11-03 20:48:22 +0000

Fixed bug #2931 (brought to HEAD from oacs-5-2)

  1. … 1 more file in changeset.
Fixed bug #2931 ...

file lang-widget-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./lang-widget-procs.tcl
Make sure acs-translations do not privide an error message if the language key is missing

Test cases for lang-message-procs

    • -0
    • +33
    ./test/acs-lang-message-procs.tcl
Made the check for a message key in hashes (i.e. #package_key.message_key#)

more robust by only recognizing it if both parts, separated by a ".", exists.

This reduces the odds of random text between hashes being mistaken for a

key and throwing a "missing key" error.

fixing bug #2905

fixing 2905

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 718 more files in changeset.
typo in error message.

Added procedure to create edit url for message keys

It does not make sense to export acs-translations at all because the object_ids are different from site tot site

added support to support user_id when setting locale

added order statement

added user_id switch when setting locale

Added get_locale_options

Added lang::util::convert_to_i18n made optional (depending on the installation of acs-translations)

Added procedure to get all locales

Added procedure to retrieve all locales known in the system

Fixed two bugs (in my opinion) as the procedure was doing two entirely different things when called with a user_id or without.

added localize_list_of_lists util proc

Added procedure to transform a string into an I18N version of itself (so it can be translated).

Backed out last commit, as the procedure already existed and is called lang::util::localize ...

Added procedure to convert messages in #message_key# syntax to something that can be used in select boxes. This is necessary due to the fact thatwe are storing message_keys e.g. with "pretty_name" directly in the database.

Added namespace eval to avoid start-up failure