• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed version info from catalog file code as was TIP'd ages ago, which

will make merging much easier in the future. I had en_US and de_DE installed

so the catalogs for these languages in core have been exported and don't

have version numbers. The rest of the packages and locales for core and

dotlrn will be exported from the translation server as part of our release

process and will get fixed up then.

  1. … 15 more files in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Minor bugfix to make sure that the parameter is found even when upgrading the packages

Fixing two things I forgot

  1. … 2 more files in changeset.
Introduced (from AIMS product by Quest) the KeepLocalTranslations Parameter which allows anyone to keep their local changes even if the merge function believes the local change should be overwritten. A conflict is raised in this case. Additionally made sure we cannot register a message to a non existent package_key. Also be a little bit more conservative when deleting message keys (so they can only be deleted from the main locale, otherwise only unregistered

  1. … 12 more files in changeset.
Mark as Selected the current locale in the select_locale widget

  1. … 1 more file in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 323 more files in changeset.
Nima's commit overwrote a bunch of my changes, and other peoples too! Apparently

he didn't merge, but overwrote! NO!

  1. … 8 more files in changeset.
Local changes at Mannheim. Mostly merging catalog files

  1. … 36 more files in changeset.
Set the charset from the locale for the content-type meta information. This

wasn't being tracked in ad_conn, nor cached by acs-lang, nor used by

lrn-master. It's now tracked in ad_conn, cached by acs-lang, and used

properly by lrn-master.

  1. … 3 more files in changeset.
Zen project: add ID attribute for select_locales widget

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 360 more files in changeset.
First round of oacs-5-3 merge to HEAD commits

  1. … 95 more files in changeset.
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
Added a doc block to this proc.

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.