SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401430 )

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

Remove deprecated PHP entry point

This deprecated PHP entry point has been existing since
2 September 2016 [1], which is more than enough time for
third-parties to migrate to using the newer loading system
(extension.json).

SportsTeams is currently in a experimental state anyways.
It's time for this PHP entry point to be removed.

[1]: Ic6aac7b1f630d123b2be1d2fd5078909cacb907a

Change-Id: Ie3c254b9f29628822078d946d12ba5bd6bd1519e
---
D SportsTeams.php
1 file changed, 0 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SportsTeams 
refs/changes/30/401430/1

diff --git a/SportsTeams.php b/SportsTeams.php
deleted file mode 100644
index 288cd73..0000000
--- a/SportsTeams.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * SportsTeams extension -- provides networking functionality
- *
- * @file
- * @ingroup Extensions
- * @author Aaron Wright <aaron.wri...@gmail.com>
- * @author Ashish Datta <ash...@setfive.com>
- * @author David Pean <david.p...@gmail.com>
- * @author Jack Phoenix
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
- * @link https://www.mediawiki.org/wiki/Extension:SportsTeams Documentation
- */
-if ( function_exists( 'wfLoadExtension' ) ) {
-       wfLoadExtension( 'SportsTeams' );
-       $wgMessagesDirs['SportsTeams'] =  __DIR__ . '/i18n';
-       wfWarn(
-               'Deprecated PHP entry point used for SportsTeams extension. 
Please use wfLoadExtension instead, ' .
-               'see https://www.mediawiki.org/wiki/Extension_registration for 
more details.'
-       );
-       return;
-} else {
-       die( 'This version of the SportsTeams extension requires MediaWiki 
1.25+' );
-}
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3c254b9f29628822078d946d12ba5bd6bd1519e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SportsTeams
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>

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

Reply via email to