[Rt-commit] rt branch, 4.2/fixup-version-history, repushed

Jim Brandt jbrandt at bestpractical.com
Wed Jul 24 14:45:16 EDT 2013


The branch 4.2/fixup-version-history was deleted and repushed:
       was 706ca4fd765494ad21f7d0a7fc5c2958a7d0bd3a
       now 541d9b7d406485861e02a11d71347f394e8bc8cb

1:  884b153 = 1:  884b153 Hide upgrade history from global attributes on config page
2:  706ca4f ! 2:  541d9b7 Updates to initial display of RT upgrade history
    @@ -74,17 +74,17 @@
     +my $upgrade_history = RT->System->UpgradeHistory;
     +my @packages = ('RT', sort grep { $_ ne 'RT' } keys %$upgrade_history);
     +
    -+if ( not scalar @{$upgrade_history->{'RT'}} ){
    -+    push @{$upgrade_history->{'RT'}},
    ++if ( not $upgrade_history->{'RT'} ){
    ++    $upgrade_history->{'RT'} = [
     +        { stage => 'after',
    -+          action => 'upgrade',
    -+          type => 'No upgrade history found',
    ++          action => 'No upgrade history found',
    ++          type => 'individual upgrade',
     +          timestamp => '',
     +          from => 'N/A',
     +          to => 'N/A',
     +          rt_version => '',
     +          upgrade_id => '1',
    -+        };
    ++        }];
     +}
      
     -% my $upgrade_history = RT->System->UpgradeHistory;



More information about the Rt-commit mailing list