Merge "jquery.tablesorter: Match clobbered iso dates and fix edgecases"
[lhc/web/wiklou.git] / includes / changes / OldChangesList.php
index 1bd78ca..4ce564d 100644 (file)
@@ -88,9 +88,7 @@ class OldChangesList extends ChangesList {
                } else {
                        $unpatrolled = $this->showAsUnpatrolled( $rc );
 
-                       if ( !$this->isCategorizationWithoutRevision( $rc ) ) {
-                               $this->insertDiffHist( $html, $rc, $unpatrolled );
-                       }
+                       $this->insertDiffHist( $html, $rc, $unpatrolled );
                        # M, N, b and ! (minor, new, bot and unpatrolled)
                        $html .= $this->recentChangesFlags(
                                array(
@@ -115,8 +113,6 @@ class OldChangesList extends ChangesList {
 
                if ( $rc->mAttribs['rc_type'] == RC_LOG ) {
                        $html .= $this->insertLogEntry( $rc );
-               } elseif ( $this->isCategorizationWithoutRevision( $rc ) ) {
-                       $html .= $this->insertComment( $rc );
                } else {
                        # User tool links
                        $this->insertUserRelatedLinks( $html, $rc );