I'm meeting 2 problems with locales:
- date format doesn't work anymore in all applications (appears blank though it is stored correctly)
- localization doesn't work anymore either (probably a "value" related problem inside the database, and it's probably linked with the problem above)
All of these with the latest git.
Here's what the log says:
- Code: Select all
af923 -- none -- - 2012-08-21T14:28:31+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::950 given localeString 'auto'
af923 -- none -- - 2012-08-21T14:28:31+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::959 session value: fr
af923 -- none -- - 2012-08-21T14:28:31+00:00 INFO (6): Tinebase_Core::setupUserLocale::989 Setting user locale: fr
af923 -- none -- - 2012-08-21T14:28:31+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::1001 Setting CTYPE locale from "C" to "en_US.UTF8".
And then:
- Code: Select all
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::950 given localeString 'auto'
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 DEBUG (7): Tinebase_Translation::getLocale::196 given localeString 'auto'
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 DEBUG (7): Tinebase_Translation::getLocale::208 'en' is not supported, checking fallback
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 DEBUG (7): Tinebase_Translation::getLocale::231 selected locale: 'en'
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 INFO (6): Tinebase_Core::setupUserLocale::989 Setting user locale: en
a27e7 -- none -- - 2012-08-21T14:29:05+00:00 DEBUG (7): Tinebase_Core::setupUserLocale::1001 Setting CTYPE locale from "C" to "en_US.UTF8".
I *think* it may be a bug in the values. Maybe you have renamed "en" to "en_US" or something a little while back and my database didn't get updated.
Should I open a bug?


