Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198083

Change subject: Update $wgAutoloadClasses
......................................................................

Update $wgAutoloadClasses

Some new classes have been introduced but never got added to
$wgAutoloadClasses. That causes MediaWiki core 'structure' test suite to
fail because entries are missing.

Change-Id: Ib671be5ea675e293a6c6ac43ec74990594a12db3
---
M Cargo.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/83/198083/1

diff --git a/Cargo.php b/Cargo.php
index c5bcb45..0591f98 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -76,6 +76,7 @@
 $wgAutoloadClasses['CargoDeleteCargoTable'] = $dir . 
'/specials/CargoDeleteTable.php';
 $wgSpecialPages['ViewData'] = 'CargoViewData';
 $wgAutoloadClasses['CargoViewData'] = $dir . '/specials/CargoViewData.php';
+$wgAutoloadClasses['ViewDataPage'] = $dir . '/specials/CargoViewData.php';
 $wgSpecialPages['CargoExport'] = 'CargoExport';
 $wgAutoloadClasses['CargoExport'] = $dir . '/specials/CargoExport.php';
 $wgAutoloadClasses['CargoPageValuesAction'] = $dir . 
'/CargoPageValuesAction.php';
@@ -91,7 +92,11 @@
 $wgAutoloadClasses['CargoOLFormat'] = $dir . '/formats/CargoOLFormat.php';
 $wgAutoloadClasses['CargoTemplateFormat'] = $dir . 
'/formats/CargoTemplateFormat.php';
 $wgAutoloadClasses['CargoOutlineFormat'] = $dir . 
'/formats/CargoOutlineFormat.php';
+$wgAutoloadClasses['CargoOutlineRow'] = $dir . 
'/formats/CargoOutlineFormat.php';
+$wgAutoloadClasses['CargoOutlineTree'] = $dir . 
'/formats/CargoOutlineFormat.php';
 $wgAutoloadClasses['CargoTreeFormat'] = $dir . '/formats/CargoTreeFormat.php';
+$wgAutoloadClasses['CargoTreeFormatNode'] = $dir . 
'/formats/CargoTreeFormat.php';
+$wgAutoloadClasses['CargoTreeFormatTree'] = $dir . 
'/formats/CargoTreeFormat.php';
 $wgAutoloadClasses['CargoEmbeddedFormat'] = $dir . 
'/formats/CargoEmbeddedFormat.php';
 $wgAutoloadClasses['CargoCSVFormat'] = $dir . '/formats/CargoCSVFormat.php';
 $wgAutoloadClasses['CargoJSONFormat'] = $dir . '/formats/CargoJSONFormat.php';
@@ -114,6 +119,7 @@
 $wgAutoloadClasses['CargoFilterValue'] = $dir . 
'/drilldown/CargoFilterValue.php';
 $wgAutoloadClasses['CargoDrilldownUtils'] = $dir . 
'/drilldown/CargoDrilldownUtils.php';
 $wgAutoloadClasses['CargoDrilldown'] = $dir . 
'/drilldown/CargoSpecialDrilldown.php';
+$wgAutoloadClasses['CargoDrilldownPage'] = $dir . 
'/drilldown/CargoSpecialDrilldown.php';
 $wgSpecialPages['Drilldown'] = 'CargoDrilldown';
 
 // User rights

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib671be5ea675e293a6c6ac43ec74990594a12db3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to