[Rt-commit] r3762 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Elements sbin

jesse at bestpractical.com jesse at bestpractical.com
Thu Sep 1 18:09:45 EDT 2005


Author: jesse
Date: Thu Sep  1 18:09:45 2005
New Revision: 3762

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/Footer
   rt/branches/QUEBEC-EXPERIMENTAL/sbin/extract-message-catalog
Log:
 r14215 at hualien:  jesse | 2005-09-01 13:48:01 -0400
  r13757 at hualien:  jesse | 2005-08-25 15:23:18 -0400
  RT-Ticket: 6934
  RT-Status: resolved
  RT-Update: correspond
  
  * A couple of patches to improve how localization extraction works from jfenal
  
 


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/Footer
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/Footer	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/Footer	Thu Sep  1 18:09:45 2005
@@ -51,11 +51,7 @@
 % }
 <& /Elements/Callback, %ARGS &>
 <div class="bpscredits">
-<&|/l,     '&#187;&#124;&#171;', 
-     $RT::VERSION, 
-     '2005', 
-    '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',
-&>[_1] RT [_2] Copyright 1996-[_3] [_4].</&><br>
+<&|/l,     '&#187;&#124;&#171;', $RT::VERSION, '2005', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&><br>
 % if (!$Menu) {
 <&|/l&>Distributed under version 2 <a href="http://www.gnu.org/copyleft/gpl.html"> of the GNU GPL.</a></&><br>
 <&|/l, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br>

Modified: rt/branches/QUEBEC-EXPERIMENTAL/sbin/extract-message-catalog
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/sbin/extract-message-catalog	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/sbin/extract-message-catalog	Thu Sep  1 18:09:45 2005
@@ -98,7 +98,7 @@
 
     local $/;
     return if ( -d $_ );
-    return if ( $File::Find::dir =~ 'lib/blib|lib/t/autogen|var|m4|local' );
+    return if ( $File::Find::dir =~ 'lib/blib|lib/t/autogen|var|m4|local|\.svn' );
     return if ( /\.po$|\.bak$|~|,D|,B$|extract-message-catalog$/ );
     return if ( /^[\.#]/ );
     return if ( -f "$_.in" );


More information about the Rt-commit mailing list