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

Change subject: Cleanup extension.json
......................................................................

Cleanup extension.json

Use tabs to indent
Fix indent
Use https for linking to mediawiki.org

Change-Id: Ibc3c5469da596b4f01df650eadf81ba0b4cca610
---
M CategoryWatch.php
M extension.json
2 files changed, 31 insertions(+), 31 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CategoryWatch 
refs/changes/31/359631/1

diff --git a/CategoryWatch.php b/CategoryWatch.php
index 0f94a00..e576d63 100644
--- a/CategoryWatch.php
+++ b/CategoryWatch.php
@@ -4,7 +4,7 @@
  * CategoryWatch extension
  * - Extends watchlist functionality to include notification about membership 
changes of watched categories
  *
- * See http://www.mediawiki.org/Extension:CategoryWatch for installation and 
usage details
+ * See https://www.mediawiki.org/Extension:CategoryWatch for installation and 
usage details
  * See http://www.organicdesign.co.nz/Extension_talk:CategoryWatch for 
development notes and disucssion
  *
  * @file
@@ -100,7 +100,7 @@
        
        /**
         * the proper hook for save page request.
-        * @see 
http://www.mediawiki.org/wiki/Manual:Hooks/PageContentSaveComplete
+        * @see 
https://www.mediawiki.org/wiki/Manual:Hooks/PageContentSaveComplete
         * @param $article Article edited
         * @param $user User who edited
         * @param $content Content New article text
diff --git a/extension.json b/extension.json
index 210c00d..194d628 100644
--- a/extension.json
+++ b/extension.json
@@ -1,32 +1,32 @@
 {
-    "name": "CategoryWatch",
-    "version": "1.2.2, 2011-12-03",
-    "author": "[http://www.organicdesign.co.nz/User:Nad User:Nad]",
-    "url": "http://www.mediawiki.org/wiki/Extension:CategoryWatch";,
-    "descriptionmsg": "categorywatch-desc",
-    "license-name": "GPL-2.0+",
-    "type": "other",
-    "AutoloadClasses": {
-        "CategoryWatch": "CategoryWatch.php"
-    },
-    "ExtensionFunctions": [
-        "CategoryWatch::wfSetupCategoryWatch"
-    ],
-    "ExtensionMessagesFiles": {
-        "CategoryWatch": "CategoryWatch.i18n.php"
-    },
-    "Hooks": {
-        "PageContentSave":[
-           "CategoryWatch::onPageContentSave"
+       "name": "CategoryWatch",
+       "version": "1.2.2, 2011-12-03",
+       "author": "[http://www.organicdesign.co.nz/User:Nad User:Nad]",
+       "url": "https://www.mediawiki.org/wiki/Extension:CategoryWatch";,
+       "descriptionmsg": "categorywatch-desc",
+       "license-name": "GPL-2.0+",
+       "type": "other",
+       "AutoloadClasses": {
+               "CategoryWatch": "CategoryWatch.php"
+       },
+       "ExtensionFunctions": [
+               "CategoryWatch::wfSetupCategoryWatch"
        ],
-        "PageContentSaveComplete":[
-           "CategoryWatch::onPageContentSaveComplete"
-       ]
-    },
-    "config": {
-        "CategoryWatchNotifyEditor": true,
-        "CategoryWatchUseAutoCat": false,
-        "CategoryWatchUseAutoCatRealName": false
-    },
-    "manifest_version": 1
+       "ExtensionMessagesFiles": {
+               "CategoryWatch": "CategoryWatch.i18n.php"
+       },
+       "Hooks": {
+               "PageContentSave": [
+                       "CategoryWatch::onPageContentSave"
+               ],
+               "PageContentSaveComplete": [
+                       "CategoryWatch::onPageContentSaveComplete"
+               ]
+       },
+       "config": {
+               "CategoryWatchNotifyEditor": true,
+               "CategoryWatchUseAutoCat": false,
+               "CategoryWatchUseAutoCatRealName": false
+       },
+       "manifest_version": 1
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc3c5469da596b4f01df650eadf81ba0b4cca610
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CategoryWatch
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

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

Reply via email to