[Rt-commit] rt branch, 4.0/new-logos, created. rt-4.0.24-42-g93893e7

Jim Brandt jbrandt at bestpractical.com
Tue Apr 11 11:08:04 EDT 2017


The branch, 4.0/new-logos has been created
        at  93893e7c91412bd97d2aaebf5b9ecc3ba55aa6f6 (commit)

- Log -----------------------------------------------------------------
commit 3f1c4349e3f24035c968ea5febccfec860a7f606
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Apr 11 10:51:08 2017 -0400

    Add new Request Tracker logo

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 76511d2..9c23574 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -997,7 +997,7 @@ This can also be configured via the web UI.
 
 =cut
 
-Set($LogoURL, RT->Config->Get('WebImagesURL') . "bpslogo.png");
+Set($LogoURL, RT->Config->Get('WebImagesURL') . "request-tracker-logo.png");
 
 =item C<$LogoLinkURL>
 
diff --git a/share/html/Elements/Logo b/share/html/Elements/Logo
index 568832d..166a454 100644
--- a/share/html/Elements/Logo
+++ b/share/html/Elements/Logo
@@ -80,7 +80,7 @@ if ($user_logo) {
 
 if ($OnlyCustom
     and not $user_logo
-    and ($ARGS{LogoURL}||RT->Config->Get('LogoURL')) =~ /bpslogo\.png$/)
+    and ($ARGS{LogoURL}||RT->Config->Get('LogoURL')) =~ /request-tracker-logo\.png$/)
 {
     return;
 }
diff --git a/share/html/NoAuth/images/request-tracker-logo.png b/share/html/NoAuth/images/request-tracker-logo.png
new file mode 100644
index 0000000..b3cd021
Binary files /dev/null and b/share/html/NoAuth/images/request-tracker-logo.png differ

commit 93893e7c91412bd97d2aaebf5b9ecc3ba55aa6f6
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Apr 11 11:07:44 2017 -0400

    Update alt and title to reflect logo change

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 9c23574..09d6dc5 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1014,7 +1014,7 @@ will be passed through C<loc> for localization.
 
 =cut
 
-Set($LogoAltText, "Best Practical Solutions, LLC corporate logo");
+Set($LogoAltText, "Request Tracker logo");
 
 =item C<$LogoImageHeight>
 
diff --git a/share/html/Elements/Footer b/share/html/Elements/Footer
index af4adf1..c54a5bf 100644
--- a/share/html/Elements/Footer
+++ b/share/html/Elements/Footer
@@ -49,7 +49,7 @@
   <hr class="clear" />
 </div>
 % $m->callback( %ARGS );
-<div id="footer">
+<div id="footer" title="Best Practical Solutions, LLC, copyright and logo">
 % if ($m->{'rt_base_time'}) {
   <p id="time"><span><&|/l&>Time to display</&>: <%Time::HiRes::tv_interval( $m->{'rt_base_time'} )%></span></p>
 %}

-----------------------------------------------------------------------


More information about the rt-commit mailing list