[Rt-commit] r13195 - in rt/branches/3.8-TESTING: . etc

kyoki at bestpractical.com kyoki at bestpractical.com
Thu Jun 12 00:36:36 EDT 2008


Author: kyoki
Date: Thu Jun 12 00:36:36 2008
New Revision: 13195

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/etc/RT_Config.pm.in
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css

Log:
 r22784 at nyx:  kyoki | 2008-06-11 21:40:22 -0400
 fixed explanation for using MasonX::Profiler


Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.8-TESTING/etc/RT_Config.pm.in	Thu Jun 12 00:36:36 2008
@@ -1006,7 +1006,7 @@
 for debugging, eg. profiling individual components with:
 
     use MasonX::Profiler; # available on CPAN
-    @MasonParameters = (preamble => 'my $p = MasonX::Profiler->new($m, $r);');
+    Set(@MasonParameters, (preamble => 'my $p = MasonX::Profiler->new($m, $r);'));
 
 =cut
 

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket-lists.css	Thu Jun 12 00:36:36 2008
@@ -162,6 +162,7 @@
 padding-bottom: 1em;
 }
 
+ 
 /* full-page ticket lists */
 #body>table.ticket-list {
     margin-bottom: 2em;


More information about the Rt-commit mailing list