[freeside-commits] freeside/rt/etc RT_SiteConfig.pm,1.7,1.8

Ivan,,, ivan at wavetail.420.am
Wed Jun 20 15:58:11 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail:/tmp/cvs-serv14221/etc

Modified Files:
	RT_SiteConfig.pm 
Log Message:
add QuickCreateLong option, part of merging spiritone RT changes

Index: RT_SiteConfig.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_SiteConfig.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- RT_SiteConfig.pm	20 Jun 2007 22:35:55 -0000	1.7
+++ RT_SiteConfig.pm	20 Jun 2007 22:58:08 -0000	1.8
@@ -16,6 +16,10 @@
 
 #Set( $rtname, 'example.com');
 
+# These settings should have been inserted by the initial Freeside install.
+# Somtimes you may want to change domain, timezone, or freeside::URL later,
+# everything else should probably stay untouched.
+
 $RT::rtname = '%%%RT_DOMAIN%%%';
 $RT::Organization = '%%%RT_DOMAIN%%%';
 
@@ -28,15 +32,16 @@
 $RT::WebFallbackToInternal = 1; #no
 $RT::WebExternalAuto = 1;
 
-$RT::MyTicketsLength = 10;
-
 $RT::URI::freeside::IntegrationType = 'Internal';
 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';
 
 Set($DatabaseHost   , '');
 
-#perl 5.8.0 - 5.8.2 experiment
-#@EmailInputEncodings = qw(iso-8859-1 us-ascii utf-8); # unless (@EmailInputEncodings);
-#Set($EmailOutputEncoding , 'iso-8859-1');
+# These settings are user-editable.
+
+$RT::MyTicketsLength = 10;
+$RT::QuickCreateLong = 0; #set to true to cause quick ticket creation to
+                          #redirect to the "long" ticket creation screen
+                          #instead of just creating a ticket with the subject.
 
 1;



More information about the freeside-commits mailing list