[rt-devel] RT-3.0.9 overview.

Jesse Vincent jesse at bestpractical.com
Mon Mar 15 13:07:22 EST 2004


On Mar 15, 2004, at 12:59 PM, Ruslan U. Zakirov wrote:
> Didn't try it.
> I think that this patch incomplete.

> select count(1) from Users where Lang is null or Lang = '';
> +----------+
> | count(1) |
> +----------+
> |    31274 |
> +----------+
> What language setting do they get?

They get whatever language Locale::Maketext autodetects.



> IMHO
> 1) we should introduce RT::DefaultLang. That admins who support only 
> one lang with RT could select local lang.

Yes, for testing purposes, I didn't include this in the patch I asked 
you to test.
>

> But I've tested another approach: update Users set Lang = 'en' where 
> id = 1 or id = 10;

That's very, very hacky and exactly what I was trying to avoid :/




More information about the Rt-devel mailing list