jenkins-bot has submitted this change and it was merged.

Change subject: Remove deprecated PHP entry point
......................................................................


Remove deprecated PHP entry point

Bug: T140007
Change-Id: I227f7bb5df5a485c5121b903873d36725128ac7e
---
D SpamDiffTool.php
1 file changed, 0 insertions(+), 40 deletions(-)

Approvals:
  Jack Phoenix: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SpamDiffTool.php b/SpamDiffTool.php
deleted file mode 100644
index f519774..0000000
--- a/SpamDiffTool.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-/**
- * SpamDiffTool extension -- provides a basic way of adding new entries to the
- * Spam Blacklist from diff pages
- *
- * @file
- * @ingroup Extensions
- * @author Travis Derouin <tra...@wikihow.com>
- * @author Alexandre Emsenhuber
- * @author Jack Phoenix <j...@countervandalism.net>
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
- * @link https://www.mediawiki.org/wiki/Extension:SpamDiffTool Documentation
- */
-
-$wgSpamBlacklistArticle = 'Project:Spam_Blacklist';
-
-$wgExtensionCredits['antispam'][] = array(
-       'path' => __FILE__,
-       'name' => 'SpamDiffTool',
-       'version' => '1.1',
-       'license-name' => 'GPL-2.0+',
-       'author' => array( 'Travis Derouin', 'Alexandre Emsenhuber', 'Jack 
Phoenix' ),
-       'descriptionmsg' => 'spamdifftool-desc',
-       'url' => 'https://www.mediawiki.org/wiki/Extension:SpamDiffTool',
-);
-
-$wgResourceModules['ext.spamdifftool.styles'] = array(
-       'styles' => 'ext.spamdifftool.css',
-       'localBasePath' => __DIR__,
-       'remoteExtPath' => 'SpamDiffTool',
-       'position' => 'top'
-);
-
-$wgMessagesDirs['SpamDiffTool'] = __DIR__ . '/i18n';
-$wgExtensionMessagesFiles['SpamDiffToolAlias'] = __DIR__ . 
'/SpamDiffTool.alias.php';
-
-$wgSpecialPages['SpamDiffTool'] = 'SpamDiffTool';
-$wgAutoloadClasses['SpamDiffTool'] = __DIR__ . '/SpamDiffTool.body.php';
-$wgAutoloadClasses['SpamDiffToolHooks'] = __DIR__ . '/SpamDiffToolHooks.php';
-$wgHooks['DiffViewHeader'][] = 'SpamDiffToolHooks::onDiffViewHeader';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I227f7bb5df5a485c5121b903873d36725128ac7e
Gerrit-PatchSet: 10
Gerrit-Project: mediawiki/extensions/SpamDiffTool
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: IAlex <coderev...@emsenhuber.ch>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to