[freeside-commits] freeside/rt/etc RT_Config.pm, 1.3, 1.4 RT_Config.pm.in, 1.4, 1.5 RT_SiteConfig.pm, 1.12, 1.13 schema.Pg, 1.4, 1.5 schema.mysql, 1.1.1.5, NONE
Ivan,,,
ivan at wavetail.420.am
Thu Dec 31 06:00:00 PST 2009
- Previous message: [freeside-commits] freeside/rt/bin mason_handler.fcgi, 1.4, 1.5 mason_handler.scgi, 1.4, 1.5 mason_handler.svc, 1.3, 1.4 rt-crontool, 1.3, 1.4 rt-mailgate, 1.4, 1.5
- Next message: [freeside-commits] freeside/rt/html autohandler, 1.1.1.9, NONE index.html, 1.1.1.9, NONE l, 1.1.1.7, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv560/etc
Modified Files:
RT_Config.pm RT_Config.pm.in RT_SiteConfig.pm schema.Pg
Removed Files:
schema.mysql
Log Message:
merging 3.8.7!!!
--- schema.mysql DELETED ---
Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- RT_Config.pm.in 31 Dec 2009 12:44:07 -0000 1.4
+++ RT_Config.pm.in 31 Dec 2009 13:59:58 -0000 1.5
@@ -1,7 +1,3 @@
-#
-# WARNING: NEVER EDIT RT_Config.pm. Instead, copy any sections you want to change to RT_SiteConfig.pm
-# and edit them there.
-#
package RT;
@@ -15,486 +11,1220 @@
=cut
[...1936 lines suppressed...]
+
+=over 4
+
+=item C<$AlwaysUseBase64>
+
+Encode blobs as base64 in DB (?)
+
+=item C<$TicketBaseURI>
+
+Base URI to tickets in this system; used when loading (?)
+
+=item C<$UseCodeTickets>
+
+This option is exists for backwards compatibility. Don't use it.
+
+=back
+
+=cut
1;
Index: schema.Pg
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/schema.Pg,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- schema.Pg 16 Jan 2007 21:36:16 -0000 1.4
+++ schema.Pg 31 Dec 2009 13:59:58 -0000 1.5
@@ -283,6 +283,8 @@
);
+CREATE UNIQUE INDEX GroupMembers1 ON GroupMembers(GroupId, MemberId);
+
-- }}}
-- {{{ GroupMembersCache
@@ -364,7 +366,6 @@
CREATE UNIQUE INDEX Users1 ON Users (Name) ;
-CREATE INDEX Users2 ON Users (Name);
CREATE INDEX Users3 ON Users (id, EmailAddress);
CREATE INDEX Users4 ON Users (EmailAddress);
@@ -528,7 +529,7 @@
Type varchar(200) NULL ,
MaxValues integer NOT NULL DEFAULT 0 ,
Repeated integer NOT NULL DEFAULT 0 ,
- Pattern varchar(255) NULL ,
+ Pattern varchar(65536) NULL ,
LookupType varchar(255) NOT NULL ,
Description varchar(255) NULL ,
SortOrder integer NOT NULL DEFAULT 0 ,
Index: RT_SiteConfig.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_SiteConfig.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- RT_SiteConfig.pm 12 Jul 2009 23:22:06 -0000 1.12
+++ RT_SiteConfig.pm 31 Dec 2009 13:59:58 -0000 1.13
@@ -51,4 +51,5 @@
Set($MessageBoxWidth , 80);
+#Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));
1;
Index: RT_Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- RT_Config.pm 3 Aug 2007 22:43:51 -0000 1.3
+++ RT_Config.pm 31 Dec 2009 13:59:58 -0000 1.4
@@ -1,7 +1,3 @@
-#
-# WARNING: NEVER EDIT RT_Config.pm. Instead, copy any sections you want to change to RT_SiteConfig.pm
-# and edit them there.
-#
package RT;
@@ -15,472 +11,1220 @@
=cut
[...1921 lines suppressed...]
+
+=over 4
+
+=item C<$AlwaysUseBase64>
+
+Encode blobs as base64 in DB (?)
+
+=item C<$TicketBaseURI>
+
+Base URI to tickets in this system; used when loading (?)
+
+=item C<$UseCodeTickets>
+
+This option is exists for backwards compatibility. Don't use it.
+
+=back
+
+=cut
1;
- Previous message: [freeside-commits] freeside/rt/bin mason_handler.fcgi, 1.4, 1.5 mason_handler.scgi, 1.4, 1.5 mason_handler.svc, 1.3, 1.4 rt-crontool, 1.3, 1.4 rt-mailgate, 1.4, 1.5
- Next message: [freeside-commits] freeside/rt/html autohandler, 1.1.1.9, NONE index.html, 1.1.1.9, NONE l, 1.1.1.7, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list