[rt-users] Deleting time from Due Date Format

2015-08-27 Thread Raymond Corbett
I know I can go to the locale settings to change formats. Currenly I am using the date format Thu, Aug 27, 2015 11:32:02 AM The problem is that we want our date format, most specifically Due Date, to simply be Thu, Aug 27, 2015 We do not want to see the time portion, so when we set a Due

Re: [rt-users] Set date format dd/mm/yy

2014-04-24 Thread Raymond Corbett
I edited our RT_SiteConfig.pm file, adding the following: Set($DateTimeFormat, { Format = 'LocalizedDateTime', Date = 1, Time = 0, DateFormat = 'date_format_short' }, ); In the hopes of not displaying the time in the due date field. But I am still getting: Thu Jun 05

Re: [rt-users] Set date format dd/mm/yy

2014-04-23 Thread Raymond Corbett
What file do I edit it order to change the date format. This is exactly what we want as well. -Original Message- From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Emmanuel Lacour Sent: Tuesday, April 08, 2014 3:43 AM To:

[rt-users] Please unsubscribe me

2013-12-02 Thread Raymond, Cynthia Jean
From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Wendi M. Sent: Monday, December 02, 2013 12:35 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] Custom Status Setup Problems I am running RT4 and trying to setup a new

[rt-users] Writing a custom condition for a script

2013-05-07 Thread Raymond Corbett
I was reading over the Scripts section of RT Essentials. As stated $self - TicketObj - status eq 'deleted'; Is true whenever the status is changed to deleted. Can someone point me the correct direction with a code line that would say: if the value of CustomFiled Retry is 2 Thanks

[rt-users] Accessing a Specific CustomField

2013-04-01 Thread Raymond Corbett
This line is working fine: my $CFs = $QueueObj-TicketCustomFields(); I am assuming it is pulling all Ticket Custom Fields What if only want to pull the Custom Field with the name of 'Show Tag'

[rt-users] RT 4.0.10 Queue not being created

2013-03-28 Thread Raymond Corbett
Using the following code in html file: /Ticket/Elements/EditCustomFields, %ARGS, QueueObj = $QueueObj, InTable = 1 /Ticket/Elements/EditTransactionCustomFields, %ARGS, QueueObj = $QueueObj, InTable = 1 %INIT my $Queue = $ARGS{Queue}; my $QueueObj = RT::Queue-new($session{'CurrentUser'});

[rt-users] Looks like you might have to hack this one (Bart)

2013-03-26 Thread Raymond Corbett
Getting closer Bart: As per: Looks like you might have to hack this one :S The callback you found is part of this line: form method=post action=%RT-Config-Get('WebPath')%/index.html % $m-callback(CallbackName = 'InFormElement'); I am getting closer. Looks promising. However when

[rt-users] Where are customfields stored

2013-03-26 Thread Raymond Corbett
Where are customfields stored? For example, if I create a custom field and name it Dev Code for exmample. Where does that customfield actually exist in the code base. Assuming I want to load a customfield, how would I identify it by name? For example the one I called Dev Code

[rt-users] Looking for correct place to put callback

2013-03-25 Thread Raymond Corbett
Stubborn I guess but I just keep refusing to give up. Bart offered this solution to me: Basically, get his callback which adds the CF's to the ticket update page and add it to your callback which will get loaded for the quick create box. The only thing I don't know is the name of the callback,

[rt-users] Custom selection pulldown in QuickCreate portal

2013-03-22 Thread Raymond Corbett
I have created a custom pull down selection in the QuickCreate portal after copying the original file over to \local I can select from one any number of Show Names in the list. Can anyone tell me how I can now save that data as custom field data to search on later. I am thinking the magic

[rt-users] Quick Create will not work after making a field mandatory

2013-03-20 Thread Raymond Corbett
We need to make a customfield mandatory. Once that is done, Quick Create will no longer work from the RT home page because there is no access to set that customfield. How does one get around this? This is what prompted my desperate search to find out how to create a customfield and imbed it

[rt-users] Code error following http://requesttracker.wikia.com/wiki/QuickTicket

2013-03-15 Thread Raymond Corbett
Found this link to help me put custom fields into the QuickCreate portlet. Followed all along well. Get the following error on compile. Anyone have any idea what I might be doing wrong. Line in question line 86 which reads var defaultQueue = '% $defaultQueue %'; }); var

Re: [rt-users] Code error following http://requesttracker.wikia.com/wiki/QuickTicket

2013-03-15 Thread Raymond Corbett
The link to the wiki is: http://requesttracker.wikia.com/wiki/QuickTicket#Add_custom_fields_to_portlet From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Raymond Corbett Sent: Friday, March 15, 2013 3:01 PM To: rt-users

[rt-users] Consistant Error when Using Reminders

2013-03-13 Thread Raymond Corbett
Having admin rights I don't have any problem with creating reminders. However, everyone else does. Example: Ticket #32 exists. User selects the Ticket and has the metadata page displayed. Using the Reminder portal they create a reminder. On their home page they consistently get the error

[rt-users] Dev mode question

2013-03-13 Thread Raymond Corbett
Quick question on Dev mode in RT. Now that we are rolling out RT in the facility. Does Dev mode allow me to work on RT doing tweaks, adding new fields, making changes to users right etc. without upsetting or disturbing things on the release that people are interacting with? And if so, how

[rt-users] Error message on reminders

2013-03-12 Thread Raymond Corbett
We have a ticket that is owned by me, Ray Corbett Logged in as Ray Corbett I selected the ticket and set a Reminder. That reminder displays in my Reminder Portal. All is good. Question 1: 1: User Reza logs in.He was viewing that ticket and made a reply to it. All is good. He has some

[rt-users] Mail being sent out when a reminder is set

2013-03-12 Thread Raymond Corbett
When a user sets a Reminder, RT is sending out mail with the Subject line set to whatever description was used in the Reminder. Example Tue Mar 12 11:36:23 2013: Request 68 was acted upon. Transaction: Ticket created by rcorbett Queue: Lego_Tech_Notes Subject: Reza will be on

[rt-users] do reminders create a new ticket?

2013-03-12 Thread Raymond Corbett
Upon looking a bit farther, it seems as though setting a reminder, creates a new ticket? Our ticket is id# 31 When I set a reminder, RT sent mail out as I mentioned before saying Ticket created by rcorbett and provided the url to the ticket as:

[rt-users] Misunderstanding in regards to reminders

2013-03-12 Thread Raymond Corbett
My sincere apologies. It seems we misunderstood what reminders could do and what they were actually for. We had thought they could perhaps be used to set a reminder for example that additional information was needed, and were sort of a reminder to a user in regards to a ticket. I believe

[rt-users] Charts not available

2013-03-07 Thread Raymond Corbett
When attempting to use charts, I get the message Graphical Charts are not Available. Are there additional plug ins or anything needed to use the Chart feature. RT 4.0.10 [ARC]http://www.arcproductions.com/ Ray Corbett Technology Projects Manager p: 416.682.5200 x5232 | f: 416.682.5209

[rt-users] Using Configuration - Theme

2013-03-07 Thread Raymond Corbett
To work well with our browser, I made a change to the following css file: Rt4/share/html/NoAuth/css/aileron/nav.css I commented the width statement out as shown in the code snippit below. Line 154 actually . #topactions button, #topactions select, #topactions input{ padding-top: 0em;

[rt-users] Editing header on interface

2013-03-06 Thread Raymond Corbett
Morning all, Does anyone know where the file lives, that I might edit or other patch to: 1.Move the New Ticket in over to the left a bit. 2. Increase the width of the Pull Down Selection menu that selects the Queues to create the new ticket in. Our Queue names are a bit long

[rt-users] Help with Cod Addition

2013-03-06 Thread Raymond Corbett
I found this post in regards to RT3 I want to use it in RT 4.0.10 but just a bit afraid of breaking things. So could someone verify what I am going to try is correct? Original post: One way to solve this is to create a dummy queue caled **SELECT QUEUE (it will appear at the top of your

Re: [rt-users] Help with Cod Addition

2013-03-06 Thread Raymond Corbett
...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Raymond Corbett Sent: Wednesday, March 06, 2013 9:48 AM To: rt-users@lists.bestpractical.com Subject: [rt-users] Help with Cod Addition I found this post in regards to RT3 I want to use it in RT 4.0.10 but just a bit

Re: [rt-users] Help with Cod Addition

2013-03-06 Thread Raymond Corbett
Of Kevin Falcone Sent: Wednesday, March 06, 2013 11:25 AM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Help with Cod Addition On Wed, Mar 06, 2013 at 03:33:46PM +, Raymond Corbett wrote: Looks like no code edit or addition is necessary in RT 4.0.10 Just created

[rt-users] (no subject)

2013-03-05 Thread Raymond Corbett
We are using RT 4.0.10 I wander if anyone else gets this behavior. which confuses some of our users... The Drop Down Selection menu beside the New ticket In widget button doesn't maintain the selection. For example let's say there are 6 queues there, queue_1, queue_2 , queue_3

[rt-users] Code change causing load error Help!

2013-02-26 Thread Raymond Corbett
Rt4/share/html/Elements/QuickCreate The default owner is Meand we wanted to change that to nobody Original code in file: select type=select name=Owner option value=%$session{'CurrentUser'}-id% selected=selected%|lMe//option option value=%RT-Nobody-id%%loc('Nobody')%/option /select Tried

Re: [rt-users] Code change causing load error Help!

2013-02-26 Thread Raymond Corbett
=selected%loc('Nobody')%/option /select [cid:image002.png@01CE140D.81F376F0] From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Raymond Corbett Sent: Tuesday, February 26, 2013 10:02 AM To: rt-users@lists.bestpractical.com Subject: [rt-users

[rt-users] Changing Default Values in RT

2013-02-22 Thread Raymond Corbett
Is there a file that one can edit the changes/sets the default values in RT. The field we specifically want to change are right now is: Quick Ticket Creation Owner defaults to 'Me'We would like the default to be 'Nobody' [ARC]http://www.arcproductions.com/ Ray Corbett Technology

[rt-users] Suppressing RT System itself entries in Ticket History

2013-02-22 Thread Raymond Corbett
Is there a way to suppress the display of the RT System itself entries in Ticket Display? The ones such asThe RT System itself - Outgoing email recorded [ARC]http://www.arcproductions.com/ Ray Corbett Technology Projects Manager p: 416.682.5200 x5232 | f: 416.682.5209 Arc Productions

Re: [rt-users] Suppressing RT System itself entries in Ticket History

2013-02-22 Thread Raymond Corbett
, February 22, 2013 4:29 PM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Suppressing RT System itself entries in Ticket History On Fri, Feb 22, 2013 at 09:04:20PM +, Raymond Corbett wrote: Is there a way to suppress the display of the RT System itself entries in Ticket Display

[rt-users] Changing Font Colour

2013-02-21 Thread Raymond Corbett
Wandering if it is possible to change font colours at all. I have a case where there are three separate group searches in the Saved Searches portal. There are the group titles if you will such as Dept1's saved searches, Dept2's saved searches etc. Then there are three defined searches in

[rt-users] Global settings for portals on RT at a Glance

2013-02-21 Thread Raymond Corbett
No problem setting the global look of RT at a Glance for all users. My question. How can one globally change the Display Columns in the portal Newest Unowned Tickets? By default the columns are id, subject, queue, satus, created relative, take I would like to add the column for 'Created

[rt-users] Dashboard Sort on a Global Basis

2013-02-21 Thread Raymond Corbett
RT at a Glance is displaying our custom Dashboards fine. But as has been mentioned before they are listed by ID. We need to have them sorted alphabetically. I found the thread below. Will this sort the Dashboards on a Global basis for display on our Global RT at a Glance page? The

[rt-users] Missing Predefined Search Portal

2013-02-15 Thread Raymond Corbett
We installed RT 4.0.10 and all was working fine Suddenly this morning on the RT at a Glance page the My Tickets Portal is missing. In it's place is the text Predefined search My Tickets not found. If I select the Edit option in the large Available selection list on the far left of the

[rt-users] Custom Portals or Panes

2013-02-15 Thread Raymond Corbett
Can one create custom Portals such as the ones the Gui provides for MyTickets and Unowned Tickets and have them listed in the selection lists where one edits dashboards? General procedure? Or files to look at to see how these are coded? I would want them editable, having a edit button in

[rt-users] Dashboard Custom Configurations

2013-02-14 Thread Raymond Corbett
Hello all, I am new to RT but really enjoying it.I wander if this is possible to set up. To make explanation easy lets say I have 3 Departments called: * Dept 1 * Dept 2 * Dept 3 I create three new Dashboards and call them Dept 1, Dept 2 and Dept 3

Re: [rt-users] Dashboard Custom Configurations

2013-02-14 Thread Raymond Corbett
@lists.bestpractical.com Subject: Re: [rt-users] Dashboard Custom Configurations On Thu, Feb 14, 2013 at 04:37:50PM +, Raymond Corbett wrote: 1) The Quick Search Portal list only Dept 1 Queues. Currently it lists all Queues Or list only a particular Queues that I want it to rather then all Queues

[rt-users] users not receiving random password with new auto-reply template

2011-09-21 Thread Raymond Norton
I am using the following auto reply template, expecting new users to receive a generated, random password. The ticket is created, but passwords are not generated. I am using version 3.8 on Ubuntu. Subject: AutoReply: {$Ticket-Subject} Greetings, This message has been automatically generated

Re: [rt-users] users not receiving random password with new auto-reply template

2011-09-21 Thread Raymond Norton
You don't say what you found in your logs, and you really want to specify your full RT version -kevin OK.. I am using version 3.8 on Ubuntu 11.04. I installed it via: apt-get update; apt-get install rt3.8-apache2 rt3.8-clients rt3.8-db-mysql request-tracker3.8 fetchmail I have logging

Re: [rt-users] users not receiving random password with new auto-reply template

2011-09-21 Thread Raymond Norton
Here is a debug log from a ticket submission of the new user: http://pastebin.com/zvhbqUBz RT Training Sessions (http://bestpractical.com/services/training.html) * Chicago, IL, USA September 26 27, 2011 * San Francisco, CA, USA October 18 19, 2011 * Washington DC, USA October 31

Re: [rt-users] SQL syntax error when creating database

2011-09-13 Thread Raymond Norton
BTW your command output implies that your DatabaseName is unset. I started over and have gotten past the database error. It seems it was not picking up on the name because of a typo (just guessing). Thank you RT Training Sessions (http://bestpractical.com/services/training.html) *

Re: [rt-users] SQL syntax error when creating database

2011-09-12 Thread Raymond Norton
Yes, I am attempting to install packaged version 3.8 for Ubuntu on 11.04 64 bit mysql Ver 14.14 Distrib 5.1.54, for debian-linux-gnu (x86_64) using readline 6.2 LogToScreen did not provide anymore verbose error messages. It appears you're using one of the packaged versions of RT? You

[rt-users] SQL syntax error when creating database

2011-09-09 Thread Raymond Norton
I am getting the following error when attempting to create the database: sudo /usr/sbin/rt-setup-database --action init --dba root --prompt-for-dba-password In order to create or update your RT database, this script needs to connect to your mysql instance on localhost as root Please specify

[rt-users] Can't load RT_SiteConfig.pm

2011-09-07 Thread Raymond Norton
I'm using the following howto: http://requesttracker.wikia.com/wiki/HowToInstallRequestTracker3.8OnUbuntu11.04 When I attempt to create the database, I get the error below. I found another conversation on the issue that indicated it was a permission issue. The file is owned by root and

Re: [rt-users] Trying to install mod_perl

2010-05-19 Thread raymond
HI, does perl.load exists in /etc/apache2/mods-enabled# or in your main httpd.conf ? raymond On Tue, 18 May 2010, borngunn...@aol.com wrote: I have remove it and successfully reinstall it without the messages that showed up. Apache still keeps failing with the following error

Re: [rt-users] Trying to install mod_perl

2010-05-18 Thread raymond
Hi, have you tried to rename or remove /root/.cpan/build/mod_perl-1.31-OqZLsX than try reinstall. raymond Running make for G/GO/GOZER/mod_perl-1.31.tar.gz   Has already been unwrapped into directory /root/.cpan/build/mod_perl-1.31-OqZLsX On Mon, 17 May 2010, borngunn...@aol.com

Re: [rt-users] Segmentation Fault - RT3.8.4 - Apache2

2009-08-07 Thread raymond
Hi Curtisb, I'll give that a shot and see what happens. I'll up it to the latest and see what happens raymond This has been known to occur with some versions of DBD:mysql. I believe the latest versions fix this; I'm currently using 3.0008. raym...@pilotsupplies.com wrote: Hi, ubuntu

[rt-users] Segmentation Fault - RT3.8.4 - Apache2

2009-08-06 Thread raymond
SetHandler perl-script PerlHandler RT::Mason #PerlResponseHandler RT::Mason /Location /VirtualHost -- Regards, Raymond Wong Personal motto: P.E.A.C.E Enjoy the present Assert your goals Champion peace Entrust others ___ http

[rt-users] unable to view attachment

2009-08-05 Thread raymond
be some kind of permission. I looked at the permissions but don't know where it is applied. appreciate any assistance! -- Regards, Raymond Wong Personal motto: P.E.A.C.E Enjoy the present Assert your goals Champion peace Entrust others

Re: [rt-users] unable to view attachment

2009-08-05 Thread raymond
or something else. raymond On Wed, 5 Aug 2009, Kevin Falcone wrote: On Wed, Aug 05, 2009 at 11:11:31AM -0700, raym...@pilotsupplies.com wrote: Hi, unprivileged user create ticket, priviledged helpdesk user reply with ticket, with attachment unpriviled user received email with attachment

Re: [rt-users] problem creating a user

2009-08-05 Thread raymond
or you may do a configuration, users, Find all users whose User Id select doesn'tmatch * to see every all. raymond On Wed, 5 Aug 2009, Drew Barnes wrote: Search based on email address. The UI only shows privileged users. On 8/5/09 2:47 PM, Christopher M. Hobbs cho

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-08-01 Thread raymond
Hi, Ok. thanx! raymond On Sat, 1 Aug 2009, Ruslan Zakirov wrote: I didn't know you have mysql 4.0, on this version there is no such option. So your dmp is correct. On Sat, Aug 1, 2009 at 2:13 AM, raym...@pilotsupplies.com wrote: Hi Ruslan, I finally got some time to export old server

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-31 Thread raymond
exact syntax in mysql's docs. It's important or you can break every binary attachment. mysql -u root -p rt3 oldrt3.2.2.db.sql mysql --default-charset=binary -u root -p rt3 oldrt3.2.2.db.sql raymond On Wed, 29 Jul 2009, Ruslan Zakirov wrote: Then you missed one step. You have

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-30 Thread raymond
is running mysql 5.0.75-0ubuntu10.2 raymond On Wed, 29 Jul 2009, Ruslan Zakirov wrote: On Wed, Jul 29, 2009 at 9:21 PM, raym...@pilotsupplies.com wrote: Hi, Thank you for the suggestion. I'll give that a shot. This is a migration from an old box running 3.2.2 to a  new server which

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-29 Thread raymond
to the new server running rt 3.8.4 mysql -u root -p rt3 oldrt3.2.2.db.sql raymond On Wed, 29 Jul 2009, Ruslan Zakirov wrote: Then you missed one step. You have to upgrade DB first from 3.2.2 to 3.7.89 first. It's `rt-setup-database --action update ...` command described in more details

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-29 Thread raymond
HI, I'll give it another shot with the required options. Thank you! raymond On Wed, 29 Jul 2009, Ruslan Zakirov wrote: On Wed, Jul 29, 2009 at 9:21 PM, raym...@pilotsupplies.com wrote: Hi, Thank you for the suggestion. I'll give that a shot. This is a migration from an old box

Re: [rt-users] RT 3.8.4 Apache2 Segmentation Fault

2009-07-28 Thread raymond
Hi, don't know if it makes a difference or not, it happens on both a physcal box and also on a vmware esx4 box. raymond On Mon, 27 Jul 2009, raym...@shell2.pilotsupplies.com wrote: Hi, ubuntu 9.04 Xeon Processor 4GB memory LDAP AD authentication windows 2003 upgrade from 3.2.2

[rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-28 Thread raymond
:/usr/local/src/rt-3.8.4/etc/upgrade# vi mysqlupgrade.sql #ALTER TABLE ObjectCustomFields # DEFAULT CHARACTER SET utf8; #ALTER TABLE ObjectCustomFieldValues # DEFAULT CHARACTER SET utf8; -- Regards, Raymond Wong Personal motto: P.E.A.C.E Enjoy the present Assert your goals Champion peace

Re: [rt-users] Table 'rt3.ObjectCustomFields' doesn't exist

2009-07-28 Thread raymond
Hi Ruslan, My apologies. I was upgrading from 3.2.2 raymond On Tue, 28 Jul 2009, Ruslan Zakirov wrote: Why do you even need mysqlupgrade.sql if it's fresh install? On Tue, Jul 28, 2009 at 10:13 PM, raym...@pilotsupplies.com wrote: ubuntu vmware esx4i with ubuntu 9.04 4GB of memory

[rt-users] RT 3.8.4 Apache2 Segmentation Fault

2009-07-27 Thread raymond
Hi, ubuntu 9.04 Xeon Processor 4GB memory LDAP AD authentication windows 2003 upgrade from 3.2.2 to 3.8.4 everthing appears to be ok. server is running RT3 and nothing else. Problem: When there is a period of inactivity, particular for a few hours, and when a user logs back in, the apache

[rt-users] Pubcookie, RT 3.8.0, cookies getting mangled?

2008-07-28 Thread Richmond, Raymond
/rt3'); Set($LogToFileNamed , rt.log);#log to rt.log Set($WebExternalAuth , 1); Set($WebFallbackToInternalAuth, true); Set($WebExternalAuto, 0); 1; -- -- Raymond Richmondphone:(780)492-9327 Team Lead, Network Operations Group fax:(780)492-1729 AICT

[rt-users] RT 3.8.0 and WebExternalAuth failing.

2008-07-23 Thread Richmond, Raymond
for Successful login when I fall back to internal auth. Any ideas? -- -- Raymond Richmondphone:(780)492-9327 Team Lead, Network Operations Group fax:(780)492-1729 AICT email:[EMAIL PROTECTED] 103A General Services Building Edmonton, Alberta Canada T6G 2H1