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

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

v 0.5 - Remove deprecated PHP entry point

Change-Id: I7254697634f05f126ae22a4e40b6c3a469862eb6
---
D GlobalNotice.php
M extension.json
2 files changed, 1 insertion(+), 32 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalNotice 
refs/changes/66/334466/1

diff --git a/GlobalNotice.php b/GlobalNotice.php
deleted file mode 100644
index 04b9513..0000000
--- a/GlobalNotice.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/**
- * GlobalNotice -- global (undismissable) sitenotice for wiki farms
- *
- * @file
- * @ingroup Extensions
- * @version 0.4
- * @author Misza <mi...@shoutwiki.com>
- * @author Jack Phoenix <j...@shoutwiki.com>
- * @copyright Copyright © 2010 Misza
- * @copyright Copyright © 2010-2015 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:GlobalNotice Documentation
- */
-
-// Extension credits that will show up on Special:Version
-$wgExtensionCredits['other'][] = array(
-       'name' => 'GlobalNotice',
-       'version' => '0.4',
-       'author' => array( 'Misza', 'Jack Phoenix' ),
-       'descriptionmsg' => 'globalnotice-desc',
-       'url' => 'https://www.mediawiki.org/wiki/Extension:GlobalNotice',
-       'license-name' => 'GPL-2.0+',
-);
-
-$wgMessagesDirs['GlobalNotice'] = __DIR__ . '/i18n';
-
-$wgAutoloadClasses['GlobalNotice'] = __DIR__ . '/GlobalNotice.class.php';
-
-$wgHooks['SiteNoticeAfter'][] = 'GlobalNotice::onSiteNoticeAfter';
-//$wgHooks['EditPage::showEditForm:initial'][] = 
'GlobalNotice::displayNoticeOnEditPage';
\ No newline at end of file
diff --git a/extension.json b/extension.json
index 5ee2dce..60d06c4 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "GlobalNotice",
-       "version": "0.4",
+       "version": "0.5",
        "author": [
                "Misza",
                "Jack Phoenix"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7254697634f05f126ae22a4e40b6c3a469862eb6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalNotice
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