wiki.techinc.nl/includes
Reedy f15c605d16 ComposerHookHandler: Tweak handling of composer 2 and wikimedia/composer-merge-plugin
Only throw exception if composer 2 is run, and 1.x of
wikimedia/composer-merge-plugin is still installed

Bug: T266419
Change-Id: I55fda5e554ade8df309076eff6b60332dde524f5
2021-03-11 04:04:38 +00:00
..
actions Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
api Comments: use only // instead of more 2021-03-10 15:05:57 +00:00
auth Hard deprecate AuthManager::singleton 2021-03-07 14:30:22 +01:00
block Fixed typo "paramaters" 2021-03-10 22:37:58 +05:30
cache Use static closures where safe to use 2021-02-11 00:13:52 +00:00
changes Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
changetags Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
collation Use static closures where safe to use 2021-02-11 00:13:52 +00:00
compat
composer ComposerHookHandler: Tweak handling of composer 2 and wikimedia/composer-merge-plugin 2021-03-11 04:04:38 +00:00
config build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
content resourceloader: Add wikimedia/minify package and remove local copies 2021-02-24 21:03:02 +00:00
context docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
dao Introduce helper WikiAwareEntityTrait 2021-02-08 13:49:50 -06:00
db Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
debug Language: Turn public properties into Getters in LanguageConverter based hierarchy 2021-02-03 15:17:42 +02:00
deferred docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
diff Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
edit
editpage Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
exception Allow PermissionError to be constructed with a PermissionStatus 2021-03-01 21:11:57 +00:00
export Use static closures where safe to use 2021-02-11 00:13:52 +00:00
externalstore
filebackend Use static closures where safe to use 2021-02-11 00:13:52 +00:00
filerepo ActorNormalization should require a DB connection. 2021-03-10 21:43:49 +01:00
gallery Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
historyblob Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Hook phpcs: remove some unneeded suppressions 2021-02-17 16:16:24 +00:00
HookContainer Merge "Fix documentation for hook error in UserCanSendEmailHook" 2021-03-10 16:54:43 +00:00
htmlform OOUIHTMLForm: Remove IE8 fallback code 2021-02-24 15:33:11 -08:00
http Use static closures where safe to use 2021-02-11 00:13:52 +00:00
import WikiImporter: Minor code style changes 2021-02-08 00:09:15 +00:00
installer Merge "Drop MysqlUpdater::doUserGroupsUpdate()" 2021-03-10 12:31:58 +00:00
interwiki Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
jobqueue JobQueue: Fix grammar in documentation 2021-03-10 13:53:43 +00:00
json build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
language Add converter for the Talysh language (tly) 2021-02-17 13:49:36 +00:00
libs Merge "Fix various typos" 2021-03-10 18:15:13 +00:00
linkeddata Document HttpError to help taint-check 2020-12-12 00:06:00 +01:00
linker Define equality for PageIdentity and LinkTarget 2021-01-19 23:07:37 +00:00
logging Convert RecentChange::doMarkPatrolled to Authority 2021-03-03 20:23:56 -07:00
mail Use static closures where safe to use 2021-02-11 00:13:52 +00:00
media Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Message
Navigation PrevNextNavigationRenderer: readability cleanup 2020-11-22 14:03:15 +00:00
objectcache Merge "objectcache: remove ObjectCache::detectLocalServerCache() method" 2021-03-08 05:57:14 +00:00
page PageUpdater: use UserIdentity where possible 2021-03-09 18:28:39 +01:00
pager Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ParamValidator/TypeDef TitleDef: document return value as LinkTarget, not TitleValue 2020-11-06 17:07:14 -08:00
parser Merge "Make ParserOptionsTest work on PHP<7.4.9 with opcache enabled" 2021-03-02 20:21:23 +00:00
password
Permissions Fix doc for hook error in GetUserPermissionsErrorsExpensiveHook 2021-03-07 12:36:19 +01:00
poolcounter Introduce RevisionOutputCache 2020-12-14 16:50:28 +00:00
preferences Merge "URL encode the username passed to prefs-user-downloaddata-help-message" 2021-02-24 21:19:30 +00:00
profiler Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
rcfeed
registration Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
resourceloader Merge "resourceloader: Allow modules to mark themselves as ES6-only" 2021-03-07 02:56:03 +00:00
Rest Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
Revision ActorNormalization should require a DB connection. 2021-03-10 21:43:49 +01:00
revisiondelete Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
revisionlist Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
search SearchNearMatcher: don't create WikiPage for bad titles. 2021-03-03 20:38:59 +01:00
session Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
shell Use Shellbox for Shell::command() etc. 2021-02-05 21:51:58 +11:00
site Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
skins Merge "Use getHTMLTitle instead of getDisplayTitle" 2021-03-10 11:26:55 +00:00
sparql Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
specialpage Convert second batch of special pages to authority 2021-03-04 15:37:59 -07:00
specials Merge "Allow blocked users to access Special:ResetTokens" 2021-03-10 18:48:28 +00:00
Storage PageUpdater: use UserIdentity where possible 2021-03-09 18:28:39 +01:00
templates
tidy Don't apply French spacing in raw text elements 2021-02-16 19:26:29 -05:00
title Escape wikitext in the title in invalid title error messages 2021-02-22 15:33:32 +01:00
upload Rename Authority::getPerformer() to ::getUser() 2021-03-04 12:45:28 -07:00
user Merge "ActorNormalization should require a DB connection." 2021-03-10 22:05:17 +00:00
utils Use static closures where safe to use 2021-02-11 00:13:52 +00:00
watcheditem Hard deprecate WatchedItem::getUser in favor of ::getUserIdentity 2021-02-26 03:29:45 -05:00
widget
xml Don't accept empty option group names for dropdown elements 2021-02-19 17:04:35 +01:00
.htaccess
ActorMigration.php Merge "ActorNormalization should require a DB connection." 2021-03-10 22:05:17 +00:00
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Autopromote.php
BadFileLookup.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
CategoriesRdf.php
Category.php Improve docs about @param/@return object $row to stdClass 2020-11-13 00:08:21 +01:00
CategoryViewer.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
CommentStore.php Turn CommentStore::$tempTables into a constant 2021-02-16 09:42:30 +01:00
CommentStoreComment.php
ConfiguredReadOnlyMode.php
ContentSecurityPolicy.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
DefaultSettings.php Merge "resourceloader: Allow modules to mark themselves as ES6-only" 2021-03-07 02:56:03 +00:00
Defines.php PHPVersionCheck: Complain about known-bad versions above minimum 2021-02-25 15:17:21 +00:00
DeprecatedGlobal.php DeprecatedGlobal: remove unneeded phpcs suppression 2021-02-16 16:30:43 +00:00
DerivativeRequest.php
DevelopmentSettings.php Ensure that the legacy wikitext editor is preferred by default 2021-01-12 12:30:02 +01:00
DummyLinker.php
EditPage.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Emptiable.php Creating an interface to check for emptiness of an object 2021-02-19 21:56:21 +00:00
EventRelayerGroup.php
ExtensionInfo.php
FauxRequest.php Implement FauxRequest::getPostValues() 2020-11-27 09:38:08 +01:00
FauxResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
FeedUtils.php Merge "FeedUtils: Update regex to match classes appropriately, and test" 2020-12-16 18:15:42 +00:00
FileDeleteForm.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForeignResourceManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForkController.php
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
HeaderCallback.php HeaderCallback: Remove pre-caching of WebRequest::getRequestId 2021-03-10 18:29:55 +00:00
Hooks.php Hooks: Map dash character to underscore when generating hook names 2021-01-26 15:37:29 +00:00
Html.php Revert "message boxes: Use CSS classes adhering to class naming scheme" 2021-01-25 16:31:08 +00:00
Linker.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
LinkFilter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ListToggle.php
MagicWord.php
MagicWordArray.php MagicWordArray: mark ::get*Regex*() as @internal, add some options 2020-11-25 12:46:47 -05:00
MagicWordFactory.php
MediaWiki.php Add $wgChronologyProtectorStash and improve $wgMainStash comments 2021-03-01 20:34:34 +00:00
MediaWikiServices.php Make actor services usable with object factory. 2021-02-24 00:11:07 +00:00
MediaWikiVersionFetcher.php
MergeHistory.php Chain MutableRevisionRecord method calls 2021-01-20 20:52:22 +00:00
MovePage.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MWGrants.php
MWNamespace.php
MWTimestamp.php
NoLocalSettings.php
OrderedStreamingForkController.php
OutputHandler.php Comments: use only // instead of more 2021-03-10 15:05:57 +00:00
OutputPage.php Merge "Convert second batch of special pages to authority" 2021-03-08 22:33:53 +00:00
PageProps.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PathRouter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PHPVersionCheck.php Make ParserOptionsTest work on PHP<7.4.9 with opcache enabled 2021-03-02 13:03:58 +11:00
Pingback.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ProtectionForm.php field descriptors in HTMLForm must have keys 2021-02-19 01:17:02 +01:00
ProxyLookup.php
RawMessage.php
ReadOnlyMode.php
Revision.php Use Authority for revision audience where possible 2021-02-24 10:56:50 -07:00
ServiceWiring.php ActorMigration: remove unused UserFactory 2021-03-10 14:30:12 +00:00
Setup.php Comments: use only // instead of more 2021-03-10 15:05:57 +00:00
SiteConfiguration.php
SiteStats.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
SiteStatsInit.php
Status.php Convert WikiPage to authority. 2021-02-27 00:50:07 +00:00
StreamFile.php Remove deprecated StreamFile methods 2020-11-22 04:31:33 +00:00
StubObject.php Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
StubUserLang.php
TemplateParser.php
TemplatesOnThisPageFormatter.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Title.php Clean up Title deprecated methods of mediawiki core 2021-02-28 21:08:11 +02:00
TitleArray.php
TitleArrayFromResult.php
TitleFactory.php
TrackingCategories.php
WebRequest.php Merge "WebRequest: Document magic argument on WebRequest::getValues" 2021-02-11 03:41:09 +00:00
WebRequestUpload.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
WebResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
WebStart.php MWLBFactory: rename magic HTTP header for opting out of sqlite write lock 2021-02-04 13:24:25 -05:00
WikiMap.php WikiMap: typo fix in comment 2020-12-21 13:15:48 -05:00
WikiReference.php