[Rt-commit] rt branch, 4.6/core-rightinspector, repushed

Michel Rodriguez michel at bestpractical.com
Mon Sep 16 10:19:47 EDT 2019


The branch 4.6/core-rightinspector was deleted and repushed:
       was 1106776eefd9a0574980aeebdb910b4b02414ada
       now 82e2a6abb26d1e56917537579ec30130d773ce67

1: b2694e4f0 ! 1: 392cadc31 Cored RT::Extension::RightsInspector
    @@ -13,47 +13,6 @@
                }
          ],
          'elevator-light' => [qw{popper.min.js bootstrap.min.js bootstrap-select.min.js bootstrap-combobox.js}],
    -
    -diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
    -deleted file mode 100644
    ---- a/etc/RT_SiteConfig.pm
    -+++ /dev/null
    -@@
    --use utf8;
    --
    --# Any configuration directives you include  here will override
    --# RT's default configuration file, RT_Config.pm
    --#
    --# To include a directive here, just copy the equivalent statement
    --# from RT_Config.pm and change the value. We've included a single
    --# sample value below.
    --#
    --# If this file includes non-ASCII characters, it must be encoded in
    --# UTF-8.
    --#
    --# This file is actually a perl module, so you can include valid
    --# perl code, as well.
    --#
    --# The converse is also true, if this file isn't valid perl, you're
    --# going to run into trouble. To check your SiteConfig file, use
    --# this command:
    --#
    --#   perl -c /path/to/your/etc/RT_SiteConfig.pm
    --#
    --# You must restart your webserver after making changes to this file.
    --#
    --
    --# You may also split settings into separate files under the etc/RT_SiteConfig.d/
    --# directory.  All files ending in ".pm" will be parsed, in alphabetical order,
    --# after this file is loaded.
    --
    --Set( $rtname, 'example.com');
    --
    --# You must install Plugins on your own, this is only an example
    --# of the correct syntax to use when activating them:
    --#     Plugin( "RT::Authen::ExternalAuth" );
    --
    --1;
     
     diff --git a/lib/RT/Interface/Web/MenuBuilder.pm b/lib/RT/Interface/Web/MenuBuilder.pm
     --- a/lib/RT/Interface/Web/MenuBuilder.pm
    @@ -1281,8 +1240,6 @@
          white-space: normal;
      }
     +
    -+
    -+
     +#rights-inspector .loading {
     +    display: none;
     +}
    @@ -1290,7 +1247,6 @@
     +#rights-inspector.error .results {
     +    color: red;
     +    font-weight: bold;
    -+    
     +}
     +
     +#rights-inspector.awaiting-first-result .results {
    @@ -1346,7 +1302,6 @@
     +#rights-inspector .results .result .revoke {
     +    padding-top: .3em;
     +}
    -+
     +
     +#rt-help-text kbd {
     +    color: #111;
2: 1106776ee = 2: 82e2a6abb Improve look for the dark theme



More information about the rt-commit mailing list