[MediaWiki-commits] [Gerrit] mediawiki...Kartographer[master]: Switch to PSR-4 autoloader

2017-12-15 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/398607 )

Change subject: Switch to PSR-4 autoloader
..


Switch to PSR-4 autoloader

Change-Id: Ic8981db04ea04bfc4e4e63e51b419e9e28b33d1a
---
M extension.json
1 file changed, 2 insertions(+), 16 deletions(-)

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



diff --git a/extension.json b/extension.json
index 22e5095..1bfae5d 100644
--- a/extension.json
+++ b/extension.json
@@ -22,22 +22,8 @@
"SpecialPages": {
"Map": "Kartographer\\SpecialMap"
},
-   "AutoloadClasses": {
-   "Kartographer\\ApiQueryMapData": "includes/ApiQueryMapData.php",
-   "Kartographer\\ApiSanitizeMapData": 
"includes/ApiSanitizeMapData.php",
-   "Kartographer\\CoordFormatter": "includes/CoordFormatter.php",
-   "Kartographer\\DataModule": "includes/DataModule.php",
-   "Kartographer\\DataModuleLinks": "includes/DataModuleLinks.php",
-   "Kartographer\\Hooks": "includes/Hooks.php",
-   "Kartographer\\SimpleStyleParser": 
"includes/SimpleStyleParser.php",
-   "Kartographer\\SpecialMap": "includes/SpecialMap.php",
-   "Kartographer\\State": "includes/State.php",
-   "Kartographer\\Tag\\MapFrame": "includes/Tag/MapFrame.php",
-   "Kartographer\\Tag\\MapLink": "includes/Tag/MapLink.php",
-   "Kartographer\\Tag\\TagHandler": "includes/Tag/TagHandler.php",
-   "Kartographer\\Projection\\EPSG3857": 
"includes/Projection/EPSG3857.php",
-   "Kartographer\\Projection\\SphericalMercator": 
"includes/Projection/SphericalMercator.php",
-   "Kartographer\\Projection\\Transformation": 
"includes/Projection/Transformation.php"
+   "AutoloadNamespaces": {
+   "Kartographer\\": "includes/"
},
"APIModules": {
"sanitize-mapdata": "Kartographer\\ApiSanitizeMapData"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8981db04ea04bfc4e4e63e51b419e9e28b33d1a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Kartographer
Gerrit-Branch: master
Gerrit-Owner: MaxSem 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki...Kartographer[master]: Switch to PSR-4 autoloader

2017-12-15 Thread MaxSem (Code Review)
MaxSem has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/398607 )

Change subject: Switch to PSR-4 autoloader
..

Switch to PSR-4 autoloader

Change-Id: Ic8981db04ea04bfc4e4e63e51b419e9e28b33d1a
---
M extension.json
1 file changed, 2 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Kartographer 
refs/changes/07/398607/1

diff --git a/extension.json b/extension.json
index 22e5095..1bfae5d 100644
--- a/extension.json
+++ b/extension.json
@@ -22,22 +22,8 @@
"SpecialPages": {
"Map": "Kartographer\\SpecialMap"
},
-   "AutoloadClasses": {
-   "Kartographer\\ApiQueryMapData": "includes/ApiQueryMapData.php",
-   "Kartographer\\ApiSanitizeMapData": 
"includes/ApiSanitizeMapData.php",
-   "Kartographer\\CoordFormatter": "includes/CoordFormatter.php",
-   "Kartographer\\DataModule": "includes/DataModule.php",
-   "Kartographer\\DataModuleLinks": "includes/DataModuleLinks.php",
-   "Kartographer\\Hooks": "includes/Hooks.php",
-   "Kartographer\\SimpleStyleParser": 
"includes/SimpleStyleParser.php",
-   "Kartographer\\SpecialMap": "includes/SpecialMap.php",
-   "Kartographer\\State": "includes/State.php",
-   "Kartographer\\Tag\\MapFrame": "includes/Tag/MapFrame.php",
-   "Kartographer\\Tag\\MapLink": "includes/Tag/MapLink.php",
-   "Kartographer\\Tag\\TagHandler": "includes/Tag/TagHandler.php",
-   "Kartographer\\Projection\\EPSG3857": 
"includes/Projection/EPSG3857.php",
-   "Kartographer\\Projection\\SphericalMercator": 
"includes/Projection/SphericalMercator.php",
-   "Kartographer\\Projection\\Transformation": 
"includes/Projection/Transformation.php"
+   "AutoloadNamespaces": {
+   "Kartographer\\": "includes/"
},
"APIModules": {
"sanitize-mapdata": "Kartographer\\ApiSanitizeMapData"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8981db04ea04bfc4e4e63e51b419e9e28b33d1a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Kartographer
Gerrit-Branch: master
Gerrit-Owner: MaxSem 

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