devunt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/137887

Change subject: Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types
......................................................................

Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types

Follow-up I0f17c4d16 and bug 63775

Change-Id: Ibcd3e0b9c604210f12874fe53b045cc22baa728a
---
M SpecialSimpleChanges.php
1 file changed, 1 insertion(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SimpleChanges 
refs/changes/87/137887/1

diff --git a/SpecialSimpleChanges.php b/SpecialSimpleChanges.php
index 4bf2f72..9993ea2 100644
--- a/SpecialSimpleChanges.php
+++ b/SpecialSimpleChanges.php
@@ -101,11 +101,7 @@
                        $classes = array();
                        $changeLine = false;
 
-                       // Ignore everything other than actual changes to pages
-                       // Moved pages (very very old, not supported anymore)
-                       if( $rc->mAttribs['rc_type'] == RC_MOVE || 
$rc->mAttribs['rc_type'] == RC_MOVE_OVER_REDIRECT ) {
-                       // Log entries
-                       } elseif( $rc->mAttribs['rc_log_type'] ) {
+                       if( $rc->mAttribs['rc_log_type'] ) {
                        // Log entries (old format) or log targets, and special 
pages
                        } elseif( $rc->mAttribs['rc_namespace'] == NS_SPECIAL ) 
{
                        // Regular entries

-- 
To view, visit https://gerrit.wikimedia.org/r/137887
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcd3e0b9c604210f12874fe53b045cc22baa728a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SimpleChanges
Gerrit-Branch: master
Gerrit-Owner: devunt <dev...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to