jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334458 )

Change subject: v 0.4.2 - Remove deprecated PHP entry point
......................................................................


v 0.4.2 - Remove deprecated PHP entry point

Change-Id: I7cb46147ca847981e5b98d0a910ee6d0a657fb48
---
D AutomaticBoardWelcome.php
M extension.json
2 files changed, 1 insertion(+), 33 deletions(-)

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



diff --git a/AutomaticBoardWelcome.php b/AutomaticBoardWelcome.php
deleted file mode 100644
index ac9b5a3..0000000
--- a/AutomaticBoardWelcome.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-/**
- * Automatic Board Welcome -- automatically posts a welcome message on new
- * users' user boards on account creation.
- * The message is sent by a randomly-chosen administrator (one who is a member
- * of the 'sysop' group).
- *
- * @file
- * @ingroup Extensions
- * @version 0.4.1
- * @date 14 May 2016
- * @author Jack Phoenix <j...@countervandalism.net>
- * @license http://en.wikipedia.org/wiki/Public_domain Public domain
- */
-
-// Extension credits that will show up on Special:Version
-$wgExtensionCredits['other'][] = array(
-       'path' => __FILE__,
-       'name' => 'Automatic Board Welcome',
-       'version' => '0.4.1',
-       'author' => 'Jack Phoenix',
-       'descriptionmsg' => 'automaticboardwelcome-desc',
-       'url' => 
'https://www.mediawiki.org/wiki/Extension:Automatic_Board_Welcome',
-);
-
-$wgAutomaticBoardWelcomeAutowelcomeAutocreated = false;
-
-$wgMessagesDirs['AutomaticBoardWelcome'] = __DIR__ . '/i18n';
-
-$wgAutoloadClasses['AutomaticBoardWelcome'] = __DIR__ . 
'/AutomaticBoardWelcome.class.php';
-
-$wgHooks['LocalUserCreated'][] = 
'AutomaticBoardWelcome::sendUserBoardMessageOnRegistration';
\ No newline at end of file
diff --git a/extension.json b/extension.json
index 04d1fae..7930d95 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "Automatic Board Welcome",
-       "version": "0.4.1",
+       "version": "0.4.2",
        "author": "Jack Phoenix",
        "license-name": "CC0-1.0",
        "url": "https://www.mediawiki.org/wiki/Extension:AutomaticBoardWelcome";,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cb46147ca847981e5b98d0a910ee6d0a657fb48
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AutomaticBoardWelcome
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
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