freeside/rt/etc RT_SiteConfig.pm,1.2,1.3
Kristian Hoffmann
khoff at pouncequick.420.am
Thu Mar 10 17:34:33 PST 2005
Update of /home/cvs/cvsroot/freeside/rt/etc
In directory pouncequick:/tmp/cvs-serv2432/rt/etc
Modified Files:
RT_SiteConfig.pm
Log Message:
Reorganized RT->Freeside integration to support Internal (single RT/Freeside database) and XMLRPC interfaces.
All the UI stuff is handled the same either way.
Integration type is changed by setting $RT::URI::freeside::IntegrationType to either 'Internal' or 'XMLRPC' in your RT_SiteConfig.pm.
Index: RT_SiteConfig.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_SiteConfig.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- RT_SiteConfig.pm 8 Apr 2004 12:00:05 -0000 1.2
+++ RT_SiteConfig.pm 11 Mar 2005 01:34:30 -0000 1.3
@@ -10,4 +10,6 @@
$RT::WebFallbackToInternal = 1; #no
$RT::WebExternalAuto = 1;
+$RT::URI::freeside::IntegrationType = 'Internal';
+
1;
More information about the freeside-commits
mailing list