[rt-users] RT4 Articles documentation

2011-07-27 Thread Simon Walter
Hi all, I'm unable to find much documentation regarding Articles in RT4. I know RTFM was integrated into RT itself. It seems some of the functionality has changed. There is some information here about RTFM http://requesttracker.wikia.com/wiki/RTFM and some of it applies to RT4. The website

Re: [rt-users] Problem with making a custom scrip

2011-07-27 Thread Bart
Hi, I've finished the scrip with my initial purpose, which was to set the ticket type (incident, problem or change) along with the priority (1 to 5) and based on those two values set the SLA field (from the SLA plugin/addon). The result is listed below, this basically does the following: -

Re: [rt-users] Tuning RT4

2011-07-27 Thread john s.
Hello Jeffry Due to your really large RT Environment... I have tested rt 4.0.0.1 and rt 3.8.9 only with a few user and tickets .. maybe rt 4 can handle large rt instances much better than rt 3.8.8 and by the othe one is vice versa? so if this isn't the case could you post your config

Re: [rt-users] View queue via the web w/o ticket creation ability

2011-07-27 Thread omaisz-takács dániel
Hi Kevin, This account would be used by the regular staff to view the queue and see if their particular ticket has been worked on or view the other queue submission (IT transparency-YAY L). So this account would be the requestor of all these tickets? This is not much info about your RT usage

Re: [rt-users] Tuning RT4

2011-07-27 Thread Ruslan Zakirov
On Wed, Jul 27, 2011 at 6:46 AM, Jeff Fearn jfe...@redhat.com wrote: On 07/26/2011 11:32 PM, Kevin Falcone wrote: I'll note that on a system with 25K users, that page takes about .3 to render for me (without switching to autocomplete). The owner list is less concerned with User size and more

Re: [rt-users] View queue via the web w/o ticket creation ability

2011-07-27 Thread Ruslan Zakirov
Hi, If this user has no queues he can create tickets in then probably this button shouldn't be displayed at all. Is it the case? On Tue, Jul 26, 2011 at 11:16 PM, Kevin Garfield Robinson kevg...@umd.edu wrote: Thank you very much Kevin; that did the trick.  Quick question, is there a way for

Re: [rt-users] Problem with making a custom scrip

2011-07-27 Thread Ruslan Zakirov
On Wed, Jul 27, 2011 at 11:59 AM, Bart b...@pleh.info wrote: I've finished the scrip with my initial purpose, which was to set the ticket type (incident, problem or change) along with the priority (1 to 5) and based on those two values set the SLA field (from the SLA plugin/addon). The result

Re: [rt-users] View queue via the web w/o ticket creation ability

2011-07-27 Thread Kevin Garfield Robinson
Yes, probably it shouldn't be displayed if the user doesn't have the permission, the current queue box next to it does show up empty, however it produces an RT Error page when clicked. -Original Message- From: ruslan.zaki...@gmail.com [mailto:ruslan.zaki...@gmail.com] On Behalf Of

Re: [rt-users] RT3 - Custom Field search box in at a glance

2011-07-27 Thread Ruslan Zakirov
Hi, Take a look into index.html where that input box is processed initially. There is a callback to analyze string and implement custom action. Want to note that RT4 has better abstraction of simple search and it's easier to implement a new syntax there. On Wed, Jul 27, 2011 at 8:41 AM, Stijn

Re: [rt-users] Missing Menu on Left

2011-07-27 Thread James Zuelow
Original Message From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Wednesday, July 20, 2011 2:51 PM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Missing Menu on Left On Wed, Jul 20, 2011 at

[rt-users] Custom field format validation without being mandatory

2011-07-27 Thread Edward Frye
How can I setup a custom field validation and have if so that it can be blank, OR match my regular expression Currently I have: (?#-MM-DD HH:mm:ss)^[12]\d{3}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$ Really what I guess what I think I'm looking for is /(^[12]\d{3}-\d{2}-\d{2}

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Shawn M Plummer
Sorry for the delay in responding to this. They are compatible, but it's entirely possible that you have some crufty user data. Do you already have a user whose Name and EMailAddress are both n...@geneseo.edu ? I do not. If you log in as this user, can RT-Authen-ExternalAuth find and

[rt-users] Can't call method Id without a package or object reference

2011-07-27 Thread mattbookpro
I have searched high and low all over Google to solve this issue with no luck. This is a fresh install and the error I'm getting is during make initialize-database. I have followed all the instructions completely and accurately (and multiple times). Your help is hugely, greatly appreciated.

Re: [rt-users] Installation Error

2011-07-27 Thread mattbookpro
The easiest way I found to do this is by running: perl -MCPAN -e shell you'll be at a prompt that looks similar to: cpan[1] At this point run install package_name for each of the missing dependencies. For example: install Data::ICal This prompt is case sensitive, so make sure it matches

Re: [rt-users] Missing Menu on Left

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 09:04:22AM -0800, James Zuelow wrote: Original Message From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Wednesday, July 20, 2011 2:51 PM To: rt-users@lists.bestpractical.com

Re: [rt-users] View queue via the web w/o ticket creation ability

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 09:59:39AM -0400, Kevin Garfield Robinson wrote: Yes, probably it shouldn't be displayed if the user doesn't have the permission, the current queue box next to it does show up empty, however it produces an RT Error page when clicked. I'm not sure how hard that would be

Re: [rt-users] RT4 Articles documentation

2011-07-27 Thread Kevin Falcone
On Tue, Jul 26, 2011 at 09:50:49PM -0900, Simon Walter wrote: I'm unable to find much documentation regarding Articles in RT4. I know RTFM was integrated into RT itself. It seems some of the functionality has changed. There is some information here about RTFM

Re: [rt-users] RT couldn't store your session when moving to a new server

2011-07-27 Thread Kevin Falcone
On Tue, Jul 26, 2011 at 03:06:25PM -0700, Lee Hughes wrote: I've read many threads on this issue but none of the suggestions have worked for me. I'm trying to move an existing 3.6.5 database to a new server to set up a sandbox for testing the 4.x upgrade. I have 3.6.5 installed and

Re: [rt-users] Can't call method Id without a package or object reference

2011-07-27 Thread Ruslan Zakirov
On Thu, Jul 28, 2011 at 12:57 AM, mattbookpro matthew.for...@temple.edu wrote: I have searched high and low all over Google to solve this issue with no luck. This is a fresh install and the error I'm getting is during make initialize-database. I have followed all the instructions completely

Re: [rt-users] Can't call method Id without a package or object reference

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 01:57:05PM -0700, mattbookpro wrote: [root@pts1 rt-4.0.1]# make initialize-database /usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib sbin/rt-setup-database --action init --prompt-for-dba-password Subroutine _InitSQL

Re: [rt-users] Custom field format validation without being mandatory

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 11:59:44AM -0700, Edward Frye wrote: How can I setup a custom field validation and have if so that it can be blank, OR match my regular expression Currently I have: (?#-MM-DD HH:mm:ss)^[12]\d{3}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$ Really what I

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 04:13:07PM -0400, Shawn M Plummer wrote: Sorry for the delay in responding to this. They are compatible, but it's entirely possible that you have some crufty user data. Do you already have a user whose Name and EMailAddress are both n...@geneseo.edu ?

Re: [rt-users] Can't call method Id without a package or object reference

2011-07-27 Thread Ruslan Zakirov
On Thu, Jul 28, 2011 at 1:48 AM, Ruslan Zakirov r...@bestpractical.com wrote: Either cleanup your system or the following patch to prevent loading of overlay files. I can not promisse patch would fix all issues. We discussed the patch and decided that it does more harm than good. Even if

Re: [rt-users] RT 4.0.1 Custom Field - Wikitext box not saving all data.

2011-07-27 Thread Scott
On 07/26/2011 09:10 AM, Kevin Falcone wrote: On Mon, Jul 25, 2011 at 06:48:16PM -0500, Scott wrote: On 07/25/2011 06:15 PM, Kevin Falcone wrote: select * from CustomFields where Name = 'CF Name'; ID NAME TYPE RENDERTYPE MAXVALUES

Re: [rt-users] RT 4.0.1 Custom Field - Wikitext box not saving all data.

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 05:37:27PM -0500, Scott wrote: I logged in to rt with the other users' browser (on their pc) and was able to to add several lines of text. I then asked another power user to try to add a line of data and she was able as well (all the lines were preserved).

Re: [rt-users] RT 4.0.1 Custom Field - Wikitext box not saving all data.

2011-07-27 Thread Scott
On 07/27/2011 05:43 PM, Kevin Falcone wrote: On Wed, Jul 27, 2011 at 05:37:27PM -0500, Scott wrote: I logged in to rt with the other users' browser (on their pc) and was able to to add several lines of text. I then asked another power user to try to add a line of data and she was

Re: [rt-users] how to access content for an attachment in scrip?

2011-07-27 Thread Jennings, Barbara
Just checking John, if this worked. We have a problem with attachments as well - we are not able to search for non-text attachments. The search just won't return anything that is non-text. Barbara Jennings Sandia National Laboratories - Albuquerque Organization 6924 - NISAC Support

Re: [rt-users] ExternalAuth - is there a way to assign groups based on

2011-07-27 Thread Jennings, Barbara
We are also interested in learning if this capability is possible. Barbara Jennings Sandia National Laboratories - Albuquerque Organization 6924 - NISAC Support (505)845-8554 bjje...@sandia.gov 2011 Training: http://bestpractical.com/services/training.html

Re: [rt-users] RT 4.0.1 Custom Field - Wikitext box not saving all data.

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 05:49:02PM -0500, Scott wrote: On 07/27/2011 05:43 PM, Kevin Falcone wrote: On Wed, Jul 27, 2011 at 05:37:27PM -0500, Scott wrote: I logged in to rt with the other users' browser (on their pc) and was able to to add several lines of text. I then asked

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Shawn M Plummer
On Jul 27, 2011, at 5:40 PM, Kevin Falcone wrote: You've left off a number of useful debugging messages from CanonicalizeUserInfo which came right before this. Without those, it's hard to tell what's going on I set $LogToSyslog to debug in RT_Config and tried again. Is this what you were

Re: [rt-users] LDAPImport bug with RT-Authen-ExternalAuth

2011-07-27 Thread Kevin Falcone
On Wed, Jul 27, 2011 at 07:48:11PM -0400, Shawn M Plummer wrote: On Jul 27, 2011, at 5:40 PM, Kevin Falcone wrote: You've left off a number of useful debugging messages from CanonicalizeUserInfo which came right before this. Without those, it's hard to tell what's going on I set

Re: [rt-users] Tuning RT4

2011-07-27 Thread Jeff Fearn
On 07/27/2011 06:38 PM, john s. wrote: Hello Jeffry Due to your really large RT Environment... I have tested rt 4.0.0.1 and rt 3.8.9 only with a few user and tickets .. maybe rt 4 can handle large rt instances much better than rt 3.8.8 and by the othe one is vice versa? so if this isn't