[freeside-commits] freeside/rt/etc RT_Config.pm.in, 1.1.1.6, 1.1.1.6.2.1 schema.mysql, 1.1.1.4, 1.1.1.4.4.1

Ivan,,, ivan at wavetail.420.am
Mon Mar 3 15:07:40 PST 2008


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv10370/etc

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	RT_Config.pm.in schema.mysql 
Log Message:
merge in rt 3.4.6.  *gulp*!

Index: schema.mysql
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/schema.mysql,v
retrieving revision 1.1.1.4
retrieving revision 1.1.1.4.4.1
diff -u -d -r1.1.1.4 -r1.1.1.4.4.1
--- schema.mysql	15 Oct 2005 09:11:19 -0000	1.1.1.4
+++ schema.mysql	3 Mar 2008 23:07:37 -0000	1.1.1.4.4.1
@@ -58,7 +58,6 @@
   PRIMARY KEY (id)
 ) TYPE=InnoDB;
 
-CREATE UNIQUE INDEX Links1 ON Links (Base, Target, Type) ;
 CREATE INDEX Links2 ON Links (Base,  Type) ;
 CREATE INDEX Links3 ON Links (Target,  Type) ;
 CREATE INDEX Links4 ON Links (Type,LocalBase);

Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.1.1.6
retrieving revision 1.1.1.6.2.1
diff -u -d -r1.1.1.6 -r1.1.1.6.2.1
--- RT_Config.pm.in	17 Oct 2006 08:51:01 -0000	1.1.1.6
+++ RT_Config.pm.in	3 Mar 2008 23:07:37 -0000	1.1.1.6.2.1
@@ -391,6 +391,11 @@
 
 Set($MaxInlineBody, 13456);
 
+# By default, RT shows newest transactions at the bottom of the ticket
+# history page, if you want see them at the top set this to '0'.
+
+Set($OldestTransactionsFirst, '1');
+
 # $MyTicketsLength is the length of the owned tickets table on the
 # front page. For some people, the default of 10 isn't big enough
 # to get a feel for how much work needs to be done before you get



More information about the freeside-commits mailing list