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

Alex Vandiver alexmv at bestpractical.com
Thu Jul 17 16:03:50 EDT 2014


The branch 4.2/deprecate-notice-logo-size was deleted and repushed:
       was 8375b91927226862d19851c5d6aee9cb8d1c7d8f
       now 567d66ebd9ccda8ea4a06509f78af3948121d4af

1:  fd34dfb = 1:  fd34dfb Allow ->Deprecated to take a loglevel
2:  8375b91 ! 2:  567d66e Note that LogoImageHeight and LogoImageWidth were pointless and removed
    @@ -12,13 +12,13 @@
     +    LogoImageHeight => {
     +        Deprecated => {
     +            LogLevel => "info",
    -+            Message => "The LogoImageHeight option did not affect display; the option has been removed.",
    ++            Message => "The LogoImageHeight configuration option did not affect display, and has been removed; please remove it from your RT_SiteConfig.pm",
     +        },
     +    },
     +    LogoImageWidth => {
     +        Deprecated => {
     +            LogLevel => "info",
    -+            Message => "The LogoImageWidth option did not affect display; the option has been removed.",
    ++            Message => "The LogoImageWidth configuration option did not affect display, and has been removed; please remove it from your RT_SiteConfig.pm",
     +        },
     +    },
      );



More information about the rt-commit mailing list