Move classes into includes/

Change-Id: I24d0b37d49337efd35d12adf6adbfc403e81fa50
This commit is contained in:
Kunal Mehta 2018-02-15 14:35:32 -08:00
parent 0ad0c6a1f1
commit 843434f64d
10 changed files with 7 additions and 8 deletions

View file

@ -4,7 +4,6 @@
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamComment" />
<exclude name="MediaWiki.Commenting.MissingCovers.MissingCovers" />
<exclude name="MediaWiki.Files.ClassMatchesFilename.NotMatch" />
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" />
<exclude name="Squiz.Scope.MethodScope.Missing" />
<exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment"/>

View file

@ -46,13 +46,13 @@
]
},
"AutoloadClasses": {
"TitleBlacklist": "TitleBlacklist.list.php",
"TitleBlacklistEntry": "TitleBlacklistEntry.php",
"TitleBlacklistHooks": "TitleBlacklist.hooks.php",
"TitleBlacklistAuthenticationRequest": "TitleBlacklistAuthenticationRequest.php",
"TitleBlacklistPreAuthenticationProvider": "TitleBlacklistPreAuthenticationProvider.php",
"Scribunto_LuaTitleBlacklistLibrary": "TitleBlacklist.library.php",
"ApiQueryTitleBlacklist": "api/ApiQueryTitleBlacklist.php"
"TitleBlacklist": "includes/TitleBlacklist.php",
"TitleBlacklistEntry": "includes/TitleBlacklistEntry.php",
"TitleBlacklistHooks": "includes/TitleBlacklistHooks.php",
"TitleBlacklistAuthenticationRequest": "includes/TitleBlacklistAuthenticationRequest.php",
"TitleBlacklistPreAuthenticationProvider": "includes/TitleBlacklistPreAuthenticationProvider.php",
"Scribunto_LuaTitleBlacklistLibrary": "includes/Scribunto_LuaTitleBlacklistLibrary.php",
"ApiQueryTitleBlacklist": "includes/api/ApiQueryTitleBlacklist.php"
},
"ResourceModules": {
"mediawiki.api.titleblacklist": {