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

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


v 1.3.2 - Remove deprecated PHP entry point

Change-Id: Idebcef869e59f9cf3f77052588796e3d326f2f18
---
D WikiCategoryTagCloud.php
M extension.json
2 files changed, 1 insertion(+), 53 deletions(-)

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



diff --git a/WikiCategoryTagCloud.php b/WikiCategoryTagCloud.php
deleted file mode 100644
index 971b0cd..0000000
--- a/WikiCategoryTagCloud.php
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
-/**
- * Wiki Category Tag Cloud
- *
- * @file
- * @ingroup Extensions
- * @author Daniel Friesen (http://danf.ca/mw/)
- * @version 1.3
- *
- * Derived from: YetAnotherTagCloud http://orangedino.com
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
- */
-
-$wgExtensionCredits['parserhook'][] = array(
-       'name' => 'Wiki Category Tag Cloud',
-       'version' => '1.3.1',
-       'author' => array( '[http://danf.ca/mw/ Daniel Friesen]', 'Jack 
Phoenix' ),
-       'descriptionmsg' => 'wikicategorytagcloud-desc',
-       'url' => 
'https://www.mediawiki.org/wiki/Extension:WikiCategoryTagCloud',
-);
-
-// ResourceLoader support for MediaWiki 1.17+
-$wgResourceModules['ext.wikicategorytagcloud'] = array(
-       'styles' => 'ext.wikicategorytagcloud.css',
-       'localBasePath' => __DIR__,
-       'remoteExtPath' => 'WikiCategoryTagCloud',
-       'position' => 'top'
-);
-
-$wgAutoloadClasses['WikiCategoryTagCloud'] = __DIR__ . 
'/WikiCategoryTagCloud.class.php';
-
-// i18n
-$wgMessagesDirs['WikiCategoryTagCloud'] = __DIR__ . '/i18n';
-
-// Avoid unstubbing $wgParser too early on modern (1.12+) MW versions, as per 
r35980
-$wgHooks['ParserFirstCallInit'][] = 'WikiCategoryTagCloud::register';
-
-// Hooked function
-$wgHooks['PageContentSave'][] = 'WikiCategoryTagCloud::invalidateCache';
\ No newline at end of file
diff --git a/extension.json b/extension.json
index 0134de8..2ab5bfc 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "Wiki Category Tag Cloud",
-       "version": "1.3.1",
+       "version": "1.3.2",
        "author": [
                "[http://danf.ca/mw/ Daniel Friesen]",
                "Jack Phoenix"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idebcef869e59f9cf3f77052588796e3d326f2f18
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiCategoryTagCloud
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>
Gerrit-Reviewer: Daniel Friesen <dan...@nadir-seen-fire.com>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Umherirrender <umherirrender_de...@web.de>
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