[Rt-commit] rt branch, 4.6/remove-deprecated-code, repushed

Jim Brandt jbrandt at bestpractical.com
Fri Feb 7 17:16:44 EST 2020


The branch 4.6/remove-deprecated-code was deleted and repushed:
       was 57d700491642c486d30462402e4696b8cab50d24
       now 798d91bc263f873e29990bcde58a0014e250734b

-:  ------- > 1: 89404b4bfd Bump to RT 5
1: 57d7004916 ! 2: ca1bbbc58a Remove deprecated code that was marked to be removed in 4.6
    @@ -140,24 +140,6 @@
      RT::Base->_ImportOverlays();
      
      1;
    -
    -diff --git a/lib/RT/SearchBuilder.pm b/lib/RT/SearchBuilder.pm
    ---- a/lib/RT/SearchBuilder.pm
    -+++ b/lib/RT/SearchBuilder.pm
    -@@
    -         : $self->Table
    -     ;
    - 
    --    if ( $table and $ARGS{FIELD} and my $instead = $deprecated{ lc $table }{ lc $ARGS{'FIELD'} } ) {
    --        RT->Deprecated(
    --            Message => "$table.$ARGS{'FIELD'} column is deprecated",
    --            Instead => $instead, Remove => '4.6'
    --        );
    --    }
    --
    -     unless ( exists $ARGS{CASESENSITIVE} or (exists $ARGS{QUOTEVALUE} and not $ARGS{QUOTEVALUE}) ) {
    -         if ( $ARGS{FIELD} and $ARGS{'OPERATOR'} !~ /IS/i
    -             && $table && $check_case_sensitivity{ lc $table }{ lc $ARGS{'FIELD'} }
     
     diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
     --- a/share/html/Admin/CustomFields/Modify.html
    @@ -231,3 +213,4 @@
     -    Instead => 'QueueList',
     -);
     -</%INIT>
    +
-:  ------- > 3: bdc768591e Update UPGRADING references to 5.0
-:  ------- > 4: 798d91bc26 Document removals



More information about the rt-commit mailing list