Re: [rt-users] Reqest Tracker CentOS 5.3 setup

2009-05-07 Thread jul
By the way what do you mean by : I only see in text mode ? HTML is text :) wouldn't you have 404 http errors too ? I mean wouldn't apache fail to serve some js / images ? wouldn't you be missing some aliases in your apache configuration scripts ? If you mean you lack images, then it means yo

[rt-users] RTx-BecomeUser extension and RT 3.8.x ?

2009-05-07 Thread L B
Hello, Anyone has this extension working on a RT 3.8.x ? -- L.B. ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: sa...@bestpractical.com Discover RT's hidden secr

[rt-users] open tickets for certain domain-email-adresses

2009-05-07 Thread Violetta J. Wawryk
Hi, we have a queue in our RT that nobody should see except the Queue-Admins. But we need about 100 Users to open Tickets via email in that queue, their email-addresses have all the same domain name. Since the Users can change it would be to much hassle to look through all the users again and

[rt-users] adding button to ticket page

2009-05-07 Thread prescott
What is the proper way to customize rt to add a button into a ticket so I can perform an outside function? What I want to do is to have a label printer print a address label from a ticket. This would be done when the staff person is adding the ticket. this should not be done for all tickets, and

[rt-users] "delete" Button in Ticket view.

2009-05-07 Thread Frederic Jaeckel
Hi, is it possible to get the "delete" Button back int the Ticket View like in rt 3.6.*? It was so handy in the upper right where "Open","Take"... is placed. :) Best regards, Frederic Jaeckel signature.asc Description: PGP signature ___ http://lists.b

[rt-users] Autogenerating a password for requestors

2009-05-07 Thread Thomas Klausner
Hi! I've got a slightly complex question (at least to me..) and I haven't been able to come up with s solution after lots of googling, trying stuff from the wiki, etc. My bigger goal is to set up RT so that requestors get an email notifying them of their ticket id etc aftre creation. If they a

Re: [rt-users] "delete" Button in Ticket view.

2009-05-07 Thread David O'Callaghan
On 07/05/09 13:45, Frederic Jaeckel wrote: > is it possible to get the "delete" Button back int the Ticket View like > in rt 3.6.*? It was so handy in the upper right where "Open","Take"... > is placed. :) > +1 for this suggestion. Alternatively, is there a quick way to implement this feature m

Re: [rt-users] "delete" Button in Ticket view.

2009-05-07 Thread Drew Barnes
Should be a simple callback in Elements/Tabs I would think. Or just a local mod to Elements/Tabs for the not-as-clean route. David O'Callaghan wrote: > On 07/05/09 13:45, Frederic Jaeckel wrote: > >> is it possible to get the "delete" Button back int the Ticket View like >> in rt 3.6.*? It w

Re: [rt-users] "delete" Button in Ticket view.

2009-05-07 Thread Bill Davis
David O'Callaghan wrote: On 07/05/09 13:45, Frederic Jaeckel wrote: is it possible to get the "delete" Button back int the Ticket View like in rt 3.6.*? It was so handy in the upper right where "Open","Take"... is placed. :) +1 for this suggestion. Alternatively, is

Re: [rt-users] "delete" Button in Ticket view.

2009-05-07 Thread Jesse Vincent
On Thu, May 07, 2009 at 02:45:43PM +0200, Frederic Jaeckel wrote: > Hi, > > is it possible to get the "delete" Button back int the Ticket View like > in rt 3.6.*? It was so handy in the upper right where "Open","Take"... > is placed. :) As far as I know, no such thing was ever built into RT 3.

Re: [rt-users] Autogenerating a password for requestors

2009-05-07 Thread allen+rtlist
> My bigger goal is to set up RT so that requestors get an email > notifying them of their ticket id etc aftre creation. If they are new > users, they should get a autocreated password. > > There is a page in the wiki on this > http://wiki.bestpractical.com/view/AutogeneratedPassword > > This works

[rt-users] rt command line, to see all tickets updated yesterday.

2009-05-07 Thread Jeff Palmer
Hello, I'm trying to use the rt command line to get a list of all tickets that were modified yesterday. I currently have: rt ls -t ticket "Queue = 'Support' AND Status != 'rejected' AND LastUpdated = '2009-05-06" It seems simple enough, but apparently the query is larger than I had an

Re: [rt-users] Autogenerating a password for requestors

2009-05-07 Thread Thomas Klausner
Hi! On Thu, May 07, 2009 at 10:44:01AM -0700, allen+rtl...@crystalfontz.com wrote: > # CHANGED NEXT 3 LINES TO TEST REQUESTOR INSTEAD OF CREATOR > # SO THAT WILL EMAIL REQUESTOR A PASSWORD WHEN STAFF CREATES > # THE TICKET IN WEB INTERFACE Worked like a charm, thanks a lot! -- #!/usr/bin/perl

Re: [rt-users] Autogenerating a password for requestors

2009-05-07 Thread Tom Lahti
>> # CHANGED NEXT 3 LINES TO TEST REQUESTOR INSTEAD OF CREATOR >> # SO THAT WILL EMAIL REQUESTOR A PASSWORD WHEN STAFF CREATES >> # THE TICKET IN WEB INTERFACE > > Worked like a charm, thanks a lot! Yikes! If I called someone and made a request via the phone and they emailed a password for some

Re: [rt-users] rt command line, to see all tickets updated yesterday.

2009-05-07 Thread Ruslan Zakirov
On Thu, May 7, 2009 at 9:57 PM, Jeff Palmer wrote: > Hello, > > > > I’m trying to use the rt command line to get a list of all tickets that were > modified yesterday.  I currently have: > > > > rt ls -t ticket "Queue = 'Support' AND Status != 'rejected' AND LastUpdated > = '2009-05-06" > > > > It

Re: [rt-users] Reqest Tracker CentOS 5.3 setup

2009-05-07 Thread ty chan
I am sure about debugging with Firebug. please see below my rt3.conf file as below: [r...@rt conf.d]# cat rt3.conf #LoadModule fcgid_module modules/mod_fcgid.so # Sane place to put sockets and shared memory file SocketPath run/mod_fcgid SharememPath run/fcgid_shm Alias /rt/NoAuth/images/ /opt/rt

Re: [rt-users] Reqest Tracker CentOS 5.3 setup

2009-05-07 Thread jmoseley
You need to uncomment the LoadModule line and add: AddHandler fcgid-script fcg fcgi fpl This assumes you have installed mod_fcgid from CentOS's yum respository and are not trying to use mod_perl or mod_fastcgi. James Moseley

Re: [rt-users] Reqest Tracker CentOS 5.3 setup

2009-05-07 Thread ty chan
Ok, rt3.conf looks like as below: [r...@rt conf.d]# cat rt3.conf LoadModule fcgid_module modules/mod_fcgid.so # Use FastCGI to process .fcg .fcgi & .fpl scripts # Don't do this if mod_fastcgi is present, as it will try to do the samei thing AddHandler fcgid-script fcg fcgi fpl # Sane place t