[Rt-commit] rt branch, 4.2/drop-logo-size, repushed

Alex Vandiver alexmv at bestpractical.com
Wed Jul 9 15:09:44 EDT 2014


The branch 4.2/drop-logo-size was deleted and repushed:
       was 980b86007d2d756ac48d5961035cd74bfa0a56e0
       now 95530402fc3f85e813a3736ef40e96c1f6af356f

1:  980b860 ! 1:  9553040 Drop the ineffective logo height and width configurations
    @@ -1,6 +1,6 @@
     Author: Alex Vandiver <alexmv at bestpractical.com>
     
    -    Drop the unused logo height and width configurations
    +    Drop the ineffective logo height and width configurations
         
         The $LogoImageHeight and $LogoImageWidth configurations were only output
         on the <img> tag if the stock BPS logo was in use.  Additionally,
    @@ -15,7 +15,25 @@
         ...which overrides explicit height="..." and width=".." attributes.
         
         Remove the configuration options which thus do not actually control
    -    anything.  Fixes I#26827.
    +    anything.
    +    
    +    Fixes: I#26827
    +
    +diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
    +--- a/docs/UPGRADING-4.2
    ++++ b/docs/UPGRADING-4.2
    +@@
    + duplicate notifications. This Scrip Action is not used in any default
    + Scrips at this time.
    + 
    ++=head1 UPGRADING FROM 4.2.6 AND EARLIER
    ++
    ++The C<$LogoImageHeight> and C<$LogoImageWidth> configuration options
    ++have been overridden by CSS since 4.0.0, and thus did not affect
    ++display.  They have been removed, and setting them will trigger an
    ++informational message that setting them is ineffective.
    ++
    + =cut
     
     diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
     --- a/etc/RT_Config.pm.in



More information about the rt-commit mailing list