Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/192351
Change subject: Move special page MathSearch ...................................................................... Move special page MathSearch * avoid too many pages in the root folder Change-Id: Ifd6741e46615947324dbb6e5d319ae02b0bb6518 --- M MathSearch.php R includes/special/SpecialMathSearch.php 2 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MathSearch refs/changes/51/192351/1 diff --git a/MathSearch.php b/MathSearch.php index 2885773..4f5e683 100644 --- a/MathSearch.php +++ b/MathSearch.php @@ -38,7 +38,7 @@ $dir = dirname( __FILE__ ) . '/'; $wgAutoloadClasses['MathSearchHooks'] = $dir . 'MathSearch.hooks.php'; -$wgAutoloadClasses['SpecialMathSearch'] = $dir . 'SpecialMathSearch.php'; +$wgAutoloadClasses['SpecialMathSearch'] = $dir . '/includes/special/SpecialMathSearch.php'; $wgAutoloadClasses['FormulaInfo'] = $dir . 'FormulaInfo.php'; $wgAutoloadClasses['MathObject'] = $dir . 'MathObject.php'; $wgAutoloadClasses['MathQueryObject'] = $dir . 'MathQueryObject.php'; diff --git a/SpecialMathSearch.php b/includes/special/SpecialMathSearch.php similarity index 100% rename from SpecialMathSearch.php rename to includes/special/SpecialMathSearch.php -- To view, visit https://gerrit.wikimedia.org/r/192351 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifd6741e46615947324dbb6e5d319ae02b0bb6518 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MathSearch Gerrit-Branch: master Gerrit-Owner: Physikerwelt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
