freeside/FS/FS Conf.pm,1.110,1.111

ivan ivan at pouncequick.420.am
Sat Nov 27 11:09:49 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv31344/FS/FS

Modified Files:
	Conf.pm 
Log Message:
ticket system integration framework and skin RT

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Conf.pm	26 Nov 2004 09:08:35 -0000	1.110
+++ Conf.pm	27 Nov 2004 19:09:46 -0000	1.111
@@ -1320,6 +1320,14 @@
     'select_enum' => [ 'generic', 'artera_turbo', ],
   },
 
+  {
+    'key'         => 'ticket_system',
+    'section'     => '',
+    'description' => 'Ticketing system integraiton.  <b>RT_Internal</b> uses the built-in RT ticketing system (use <code>make create-rt</code> to create the necessary tables).  <b>RT_Libs</b> uses the built-in RT libraries to access an RT installation in a separate database (local or remote).  <b>RT_External</b> uses RT\'s XML interface and RTx::Atom to access an RT installation in a separate database (local or remote).',
+    'type'        => 'select',
+    'select_enum' => [ '', qw(RT_Internal RT_Libs RT_External) ],
+  },
+
 );
 
 1;




More information about the freeside-commits mailing list