[Rt-commit] r3722 - in rt/branches/3.4-RELEASE: . html/Elements sbin
jesse at bestpractical.com
jesse at bestpractical.com
Thu Aug 25 15:25:28 EDT 2005
Author: jesse
Date: Thu Aug 25 15:25:28 2005
New Revision: 3722
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/Footer
rt/branches/3.4-RELEASE/sbin/extract-message-catalog
Log:
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/3.4-RELEASE/html/Elements/Footer
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/Footer (original)
+++ rt/branches/3.4-RELEASE/html/Elements/Footer Thu Aug 25 15:25:28 2005
@@ -51,11 +51,7 @@
% }
<& /Elements/Callback, %ARGS &>
<div class="bpscredits">
-<&|/l, '»|«',
- $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, '»|«', $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/3.4-RELEASE/sbin/extract-message-catalog
==============================================================================
--- rt/branches/3.4-RELEASE/sbin/extract-message-catalog (original)
+++ rt/branches/3.4-RELEASE/sbin/extract-message-catalog Thu Aug 25 15:25:28 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