Move classes into includes/

Change-Id: I308523aa764594798d72974fb79e19aef6c3f342
This commit is contained in:
Kunal Mehta 2018-02-08 22:23:07 -08:00
parent 9bb35aba53
commit 8e51ea4e3a
10 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,6 @@
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
<exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" />

View file

@ -27,14 +27,14 @@
"CategoryTreeMagic": "CategoryTree.i18n.magic.php"
},
"AutoloadClasses": {
"CategoryTreePage": "CategoryTreePage.php",
"CategoryTree": "CategoryTreeFunctions.php",
"CategoryTreeCategoryPage": "CategoryTreeCategoryPage.php",
"CategoryTreeCategoryViewer": "CategoryTreeCategoryViewer.php",
"CategoryTreeHooks": "CategoryTree.hooks.php",
"CategoryTreeMode": "CategoryTreeMode.php",
"CategoryTreeHidePrefix": "CategoryTreeHidePrefix.php",
"ApiCategoryTree": "ApiCategoryTree.php"
"CategoryTreePage": "includes/CategoryTreePage.php",
"CategoryTree": "includes/CategoryTree.php",
"CategoryTreeCategoryPage": "includes/CategoryTreeCategoryPage.php",
"CategoryTreeCategoryViewer": "includes/CategoryTreeCategoryViewer.php",
"CategoryTreeHooks": "includes/CategoryTreeHooks.php",
"CategoryTreeMode": "includes/CategoryTreeMode.php",
"CategoryTreeHidePrefix": "includes/CategoryTreeHidePrefix.php",
"ApiCategoryTree": "includes/ApiCategoryTree.php"
},
"ResourceModules": {
"ext.categoryTree": {