Re: [rt-users] Bug: Special Characters in Ticket Subject

2010-01-29 Thread Nehmer Torben
Hello Kevin, we are running RT 3.8.7 (from Debian Packages) together with PostgreSQL 8.4.1 in a German environment. There are some patches in 3.8-trunk (the merge of the another_utf8_rework branch) that should resolve this issue. Thanks for the quick answer. Out of curiosity, when can we

[rt-users] Creating Group and giving Rights.

2010-01-29 Thread JJussi
Hi to list, (I'm not very good Perl programmer, so this question may be (too) simple) I can create group easily: my $group = new RT::Group($RT::SystemUser); my $gid = $group-CreateUserDefinedGroup( Name = $vars{nimi}, Description = $vars{kuvaus}, ); To give

Re: [rt-users] Creating Group and giving Rights.

2010-01-29 Thread Hoogstraten, Ton
JJussi, If I look at the code quickly I'd say you need $principal there you defined with RT::Principal. Please correct me if I'm wrong. Cheers, Ton -Original Message- From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of JJussi

Re: [rt-users] Asset Tracker on a new install of RT

2010-01-29 Thread Brenner, Martin
After sleeping on it, I realized I needed to change the system.pm file in the build directory not the one that gets overwritten on every make install Just for anyone out there searching for an answer to this: You can use this thread http://www.gossamer-threads.com/lists/rt/users/88272 But keep

[rt-users] MailPlugins -problem..

2010-01-29 Thread JJussi
Hi list.. if I set at RT_SiteConfig.pm Set(@MailPlugins, 'Auth::DomainAsQueue'); System runs that DomainAsQueue fine, BUT after that I runs Auth::MailFrom - plugin... How I can prevent that happened? -- JJussi ___

[rt-users] WYSIWYG composer height not considered ?

2010-01-29 Thread Robert Grasso
Hello, I am setting up RT 3.8.7 on CentOS 5.4. It works correctly so far. There seems to be a small problem : if I enable the FCKeditor, and if I change the WYSIWYG composer height in some user preferences, this customized height does not seem to be taken into account; I have to change the

Re: [rt-users] Error With FASTCGI

2010-01-29 Thread James Moseley
You still haven't provided your apache config nor detailed your configuration flags used during installation. Can't really help much until you provide that information. On Jan 29, 2010, at 1:53 AM, pcsyst...@free.fr wrote: Hello, I installed with RT Perl works fine then I installed RT with

Re: [rt-users] MailPlugins -problem..

2010-01-29 Thread JJussi
Hi! I managed to solve problem.. I just needed to return RT::CurrentUser object... What is some how stupid, because filter is just checking that is it legal to past current message forward (filter returns value -1..1). If system works other ways fine, why system cannot continue work as it was

[rt-users] pt_BR message templates translation

2010-01-29 Thread Daniel Araujo Melo
Hi all,I'm a new RT user and searching for a pt_BR message templates translation. I found some entries at pt_BR.po related with initialData, but most of the messages templates are in english.Anyone can help me pointing the translation or what am i missing?I'd like to contribute with the pt_BR