[freeside-commits] freeside/rt/etc RT_SiteConfig.pm, 1.14, 1.15 RT_Config.pm, 1.4, 1.5 RT_Config.pm.in, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Sat Jan 9 15:37:01 PST 2010
Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail.420.am:/tmp/cvs-serv3780/etc
Modified Files:
RT_SiteConfig.pm RT_Config.pm RT_Config.pm.in
Log Message:
add a "freeside2.1" stylesheet to isolate our skinning changes
Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- RT_Config.pm.in 31 Dec 2009 13:59:58 -0000 1.5
+++ RT_Config.pm.in 9 Jan 2010 23:36:59 -0000 1.6
@@ -778,6 +778,9 @@
3.4-compat A 3.4 compatibility stylesheet to make RT look
(mostly) like 3.4
+This bundled distibution of RT also includes (enabled by default):
+ freeside2.1 Integration with Freeside
+
This value actually specifies a directory in F<share/html/NoAuth/css/>
from which RT will try to load the file main.css (which should
@import any other files the stylesheet needs). This allows you to
@@ -786,7 +789,7 @@
=cut
-Set($WebDefaultStylesheet, 'web2');
+Set($WebDefaultStylesheet, 'freeside2.1');
=item C<$UsernameFormat>
Index: RT_SiteConfig.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_SiteConfig.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- RT_SiteConfig.pm 3 Jan 2010 03:07:29 -0000 1.14
+++ RT_SiteConfig.pm 9 Jan 2010 23:36:58 -0000 1.15
@@ -40,9 +40,9 @@
# These settings are user-editable.
-#old, RT 3.4 style (deprecated, useless):
-#$RT::MyTicketsLength = 10;
-#NEW, RT 3.6 style (uncomment to use):
+Set($WebDefaultStylesheet, 'freeside2.1');
+
+#uncomment to use
#Set($DefaultSummaryRows, 10);
#does this do anything in RT 3.8??
Index: RT_Config.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- RT_Config.pm 31 Dec 2009 13:59:58 -0000 1.4
+++ RT_Config.pm 9 Jan 2010 23:36:59 -0000 1.5
@@ -670,7 +670,7 @@
=cut
Set(%GnuPGOptions,
- homedir => 'var/data/gpg',
+ homedir => '/opt/rt3/var/data/gpg',
# URL of a keyserver
# keyserver => 'hkp://subkeys.pgp.net',
@@ -724,7 +724,7 @@
=cut
Set($LogToFile , undef);
-Set($LogDir, 'var/log');
+Set($LogDir, '/opt/rt3/var/log');
Set($LogToFileNamed , "rt.log"); #log to rt.log
=item C<$LogStackTraces>
@@ -778,6 +778,9 @@
3.4-compat A 3.4 compatibility stylesheet to make RT look
(mostly) like 3.4
+This bundled distibution of RT also includes (enabled by default):
+ freeside2.1 Integration with Freeside
+
This value actually specifies a directory in F<share/html/NoAuth/css/>
from which RT will try to load the file main.css (which should
@import any other files the stylesheet needs). This allows you to
@@ -786,7 +789,7 @@
=cut
-Set($WebDefaultStylesheet, 'web2');
+Set($WebDefaultStylesheet, 'freeside2.1');
=item C<$UsernameFormat>
More information about the freeside-commits
mailing list