[rt-users] RT Perl dependencies (CentOS 5)

2011-06-02 Thread Ram Moskovitz
Hey folks, First let me say RT is a good tool - thanks! I've been playing with 4.0 in my development environment and am preparing to push it out to production. I've a few issues I'm working through including: 1) CC requirement - it seems that RT 4's configure wants a C compiler but we do not

[rt-users] Native FullText Search in mysql

2011-11-02 Thread Ram Moskovitz
Hey folks, Looks like MySQL has FTS built in : http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html Is this supported by RT 4.0x? Thanks! RT Training Sessions (http://bestpractical.com/services/training.html) * Barcelona, Spain November 28 29, 2011

Re: [rt-users] Native FullText Search in mysql

2011-11-02 Thread Ram Moskovitz
Never mind... looks likt it's MyISAM only :( On Wed, Nov 2, 2011 at 11:59 AM, Ram Moskovitz ram0...@gmail.com wrote: Hey folks, Looks like MySQL has FTS built in : http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html Is this supported by RT 4.0x? Thanks! RT Training

[rt-users] REST user

2011-11-04 Thread Ram Moskovitz
Hi all, I'm using the REST interface as a gateway between my web-app and RT. It's pretty close to done - the one thing I'm having a problem with is assuming the requestor's identity when adding correspondence. By way of example: 1 User logs in to web-app and fills out a support request form 2

[rt-users] REST user

2011-11-05 Thread Ram Moskovitz
On Fri, Nov 04, 2011 at 05:37:25PM +, Ram Moskovitz wrote: I'm using the REST interface as a gateway between my web-app and RT. It's pretty close to done - the one thing I'm having a problem with is assuming the requestor's identity when adding correspondence. By way of example: 1

[rt-users] REST

2011-11-07 Thread Ram Moskovitz
I'm using the REST interface as a gateway between my web-app and RT. It's pretty close to done - the one thing I'm having a problem with is assuming the requestor's identity when adding correspondence. By way of example: 1 User logs in to web-app and fills out a support

Re: [rt-users] rt-users Digest, Vol 92, Issue 15

2011-11-08 Thread Ram Moskovitz
On Mon, Nov 07, 2011 at 08:14:13PM +, Ram Moskovitz wrote: I can have the web-app login as the user via the REST interface in theory. Currently the users are auto-created and unprivileged - does that have to change? You just have to ensure that they have sufficient rights, probably

Re: [rt-users] rt-users Digest, Vol 92, Issue 53

2011-11-30 Thread Ram Moskovitz
Date: Wed, 30 Nov 2011 12:44:23 +0100 From: Bart b...@pleh.info To: rt-users rt-users@lists.bestpractical.com Subject: Re: [rt-users] The RT Wiki - Restructure (start using categories?) Message-ID: cab2d3rakg39ni-3g3h-r0ewteltgsep+djaalk87mlhhwbp...@mail.gmail.com

[rt-users] Upgrade path from 4.0.2 - 4.0.4

2011-12-14 Thread Ram Moskovitz
Date: Wed, 14 Dec 2011 15:41:12 +0400 From: Ruslan Zakirov r...@bestpractical.com To: Ram Moskovitz ram0...@gmail.com Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Upgrade path from 4.0.2 - 4.0.4 Message-ID: CAMOxC8uZmQARQ_ApR3kYEXHq3F+ouyAkGLepqz=ssgs-wte

[rt-users] Full Text Search on mysql 5.6.4 off the shelf

2011-12-28 Thread Ram Moskovitz
From the mysql 5.6.4 release notes: MySQL Server 5.6.4 (Milestone Release) is a new version of the world's most popular open source database. MySQL now supports FULLTEXT indexes for InnoDB tables. http://forums.mysql.com/read.php?3,506409,506409 I can't get this release onto a production box,

[rt-users] Automation

2012-01-09 Thread Ram Moskovitz
Our office RT4 installation is humming a long. Training is going reasonably well. Now for some automation... We have a few very common requests that come in - folks looking for a particular report. I'd like to add a link somewhere in RT (perhaps on the Basics page or a new page instead of Basics?)

[rt-users] Filter by requestor email domain

2012-01-25 Thread Ram Moskovitz
Hey there, I'm looking to not auto-reply on create to inbound emails from a certain domain ( anyth...@example.com and even anyth...@sd.example.com). I suppose the right way to go about this is via user defined condition in the global scrip for autoreply on create. I have steps 1 and 3.. what's

Re: [rt-users] Filter by requestor email domain

2012-02-02 Thread Ram Moskovitz
an autoreply when someone sends an e-mail, in our case we don't like the autoreply mails when we manually create a ticket (e.g. via quick create). Hope this helps. -- Bart Op 25 januari 2012 21:02 schreef Ram Moskovitz ram0...@gmail.com het volgende: Hey there, I'm looking to not auto-reply

Re: [rt-users] Filter by requestor email domain

2012-02-03 Thread Ram Moskovitz
schreef Ram Moskovitz ram0...@gmail.com het volgende: Thanks Bart, That looks good. I'm having an issue with it though - I need to match against a regexp for the exception list.. I added an entry like '*@ example.com' to @exceptionlist and rt is still sending out create confirmations. What