wiki.techinc.nl/includes
2021-06-07 09:26:52 +00:00
..
actions InfoAction: minor cleanup 2021-06-02 18:32:06 -07:00
api Localisation updates from https://translatewiki.net. 2021-06-07 08:40:36 +02:00
auth Edit the documentation of SessionProvider, AbstractAuthenticationProvider::init 2021-06-02 12:25:02 +03:00
block Fix deprecation warnings in DatabaseBlock 2021-06-04 15:44:59 +00:00
cache Add TransactionProfiler::silenceForScope() 2021-05-16 18:19:53 +02:00
changes Hard deprecate RecentChange::getPerformer() 2021-06-02 11:29:06 +03:00
changetags Fix call to non-existent var 2021-05-18 18:45:11 +00:00
collation Use static closures where safe to use 2021-02-11 00:13:52 +00:00
compat
composer Update Legoktm's email address 2021-05-02 05:39:37 +00:00
config Remove unused default values from class properties 2021-05-12 13:44:28 +02:00
content Hard deprecate ContentHandler::cleanupHandlersCache() 2021-06-02 15:17:52 +00:00
context RequestContext: add @param documentation to setAuthority() 2021-05-09 23:18:48 +00:00
dao DBAccessBase: do not document as both stable and deprecated 2021-06-02 14:11:35 +00:00
db Remove unused PatchFileLocation trait 2021-06-02 06:56:33 +00:00
debug rdbms: cleanup getServer() and connection parameter fields in Database 2021-05-05 19:44:02 +00:00
deferred Remove WikiPage from SearchUpdate 2021-06-01 16:05:09 +00:00
diff Replace RecentChange::getPerformer with RecentChange::getPerformerIdentity 2021-05-27 11:45:17 +03:00
edit
editpage Update Legoktm's email address 2021-05-02 05:39:37 +00:00
exception Replace deprecated uses of PermissionManager with GroupPermissionsLookup 2021-05-26 05:47:21 +00:00
export Deprecate File::getUser in favor of File::getUploader 2021-06-02 09:06:09 -07:00
externalstore Silence transaction profiler warnings in ExternalStoreDB::fetchBlob() 2021-05-16 18:25:57 +02:00
filebackend Hard deprecate FileBackendGroup::singleton() and ::destroySingletons() 2021-05-04 21:03:41 +02:00
filerepo Reapply "LocalFile: don't use dynamic property assignment when loading from the DB" 2021-06-07 15:01:30 +10:00
gallery Use some more neutral language 2021-04-18 16:49:36 +01:00
historyblob Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
Hook Merge "ParserTestTablesHook: do not document as both stable and deprecated" 2021-06-02 19:28:44 +00:00
HookContainer Merge "ParserTestTablesHook: do not document as both stable and deprecated" 2021-06-02 19:28:44 +00:00
htmlform Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName"" 2021-05-31 16:01:36 +03:00
http build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
import Fix 'instances' typo 2021-06-03 01:15:43 +02:00
installer Localisation updates from https://translatewiki.net. 2021-06-07 08:40:36 +02:00
interwiki Use @deprecated annotation on hook interfaces, not functions 2021-05-17 23:00:40 +02:00
jobqueue Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables 2021-05-14 12:40:34 -07:00
json build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
language Merge "Add type hint to constructor of LanguageConverter" 2021-06-07 02:39:29 +00:00
libs Localisation updates from https://translatewiki.net. 2021-06-07 08:40:36 +02:00
linkeddata Document HttpError to help taint-check 2020-12-12 00:06:00 +01:00
linker Pass PageReference as possible parameter to LinkRenderer methods 2021-05-10 16:01:27 -04:00
logging Use $wgEnablePartialActionBlocks feature flag for block list and block log 2021-06-02 06:51:15 +02:00
mail Use ::class for class name 2021-04-08 21:17:42 +02:00
media Replace usage of custom File properties 2021-05-27 18:48:06 +10:00
Message
Navigation PrevNextNavigationRenderer: readability cleanup 2020-11-22 14:03:15 +00:00
objectcache objectcache: add last-modified token field to objectcache table 2021-05-18 20:06:37 -07:00
page Remove some User typehints that are just passthrough 2021-06-02 20:41:30 -07:00
pager Use some more neutral language 2021-04-18 16:49:36 +01:00
ParamValidator/TypeDef Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName"" 2021-05-31 16:01:36 +03:00
parser FileRepo::findFile - support Authority 2021-05-26 19:01:12 -07:00
password
Permissions Replace deprecated uses of PermissionManager with GroupPermissionsLookup 2021-05-26 05:47:21 +00:00
poolcounter Add comment to fall-through cases in switch 2021-04-15 17:31:12 +00:00
preferences preferences: Replace tab with space after opening parentheses 2021-06-06 20:46:10 +02:00
profiler Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
rcfeed rcfeed: Remove reference assignment 2021-04-27 11:14:41 +02:00
registration Fix array order for array_replace_recursive merge strategy 2021-05-23 13:29:35 -04:00
resourceloader ResourceLoaderSkinModule: Deprecated feature keys should be mapped 2021-06-02 17:37:49 +00:00
Rest Merge "Make REST CORS allowed headers respect site configuration." 2021-06-02 14:44:15 +00:00
Revision Merge "Use null coalecing operators everywhere consistenctly." 2021-06-04 15:31:52 +00:00
revisiondelete ArchivedFile: replace ::getUser methods with ::getUploader 2021-06-04 12:07:07 -07:00
revisionlist Using RevisionListBase::getPage instead of calling $title directly 2021-05-13 20:59:27 +00:00
search Remove comments that repeat the code 2021-06-02 08:03:09 +00:00
session Merge "Use null coalecing operators everywhere consistenctly." 2021-06-04 15:31:52 +00:00
shell Use Shellbox for Shell::command() etc. 2021-02-05 21:51:58 +11:00
site Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
skins Merge "Skin: Remove duplicated code" 2021-06-03 01:23:53 +00:00
sparql Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
specialpage NewPagesPager: remove unused UserFactory 2021-05-28 00:59:06 +00:00
specials ArchivedFile: replace ::getUser methods with ::getUploader 2021-06-04 12:07:07 -07:00
Storage Remove comments that repeat the code 2021-06-02 08:03:09 +00:00
templates Don't use classes error, success and warning outside parser 2021-04-27 17:11:14 +02:00
tidy docs: Fix @var comments to use doc comment syntax 2021-04-29 22:48:52 +00:00
title Remove unused default values from class properties 2021-05-12 13:44:28 +02:00
upload Deprecate File::getUser in favor of File::getUploader 2021-06-02 09:06:09 -07:00
user Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
utils Fix Extract typo 2021-05-20 19:42:27 +01:00
watcheditem Migrate WatchedItemQueryService to Authority 2021-05-26 17:38:16 +00:00
watchlist Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
widget Remove comments that repeat the code 2021-06-02 08:03:09 +00:00
xml ProtectionForm: Use XmlSelect::parseOptionsMessage where appropriate 2021-05-25 18:44:51 +00:00
.htaccess
ActorMigration.php Deprecate legacy actor migration keys 2021-05-03 15:14:06 +10:00
ActorMigrationBase.php Split a base class out of ActorMigration 2021-05-03 15:14:06 +10:00
AjaxDispatcher.php build: Enable phan-taint-check-plugin and suppress issues 2020-12-30 19:02:22 +01:00
AjaxResponse.php
AutoLoader.php Add a JobQueueGroupFactory service 2021-05-07 06:50:29 +00:00
BadFileLookup.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
CategoriesRdf.php
Category.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07: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 Remove comments that repeat the code 2021-06-02 08:03:09 +00:00
DefaultSettings.php Soft deprecate ContentHandler::getContentText() 2021-05-17 17:59:28 +00:00
Defines.php Defines.php: Drop obsolete Anti-lock flags 2021-06-03 07:14:03 +01:00
DeprecatedGlobal.php DeprecatedGlobal: remove unneeded phpcs suppression 2021-02-16 16:30:43 +00:00
DerivativeRequest.php Create FauxRequestUpload to fake uploads in tests 2021-04-06 23:10:43 +02:00
DevelopmentSettings.php resourceloader: Remove support for $wgLegacyJavaScriptGlobals 2021-04-19 22:54:43 +00:00
DummyLinker.php
EditPage.php Merge "Use null coalecing operators everywhere consistenctly." 2021-06-04 15:31:52 +00: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 Remove backward compatibility $_FILES from FauxRequest::getUpload 2021-05-16 18:27:35 +00:00
FauxRequestUpload.php Create FauxRequestUpload to fake uploads in tests 2021-04-06 23:10:43 +02: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 Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ForeignResourceManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ForkController.php ForkController: Throw more meaningful error for missing PHP extensions 2021-04-17 22:21:15 +01:00
FormOptions.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
GitInfo.php
GlobalFunctions.php Merge "Remove comments that repeat the code" 2021-06-02 10:06:20 +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 Linker: remove support for Revision parameters 2021-05-04 19:20:12 +00: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 TransactionProfiler::silenceForScope() 2021-05-16 18:19:53 +02:00
MediaWikiServices.php WikiImporter: inject services 2021-05-24 23:10:07 +02:00
MediaWikiVersionFetcher.php
MergeHistory.php Convert MergeHistory to PageIdentity 2021-05-13 20:35:17 -07:00
MovePage.php Remove some unneeded uses of full User objects 2021-05-22 03:58:25 +00:00
MWGrants.php MWGrants: Reduce logic duplication 2021-03-13 20:04:09 +00:00
MWNamespace.php
MWTimestamp.php Split TimeCorrection parser into separate class 2021-05-07 10:43:09 -07:00
NoLocalSettings.php
OrderedStreamingForkController.php
OutputHandler.php Reapply Content-Length deferred updates patches 2021-04-08 09:25:56 +00:00
OutputPage.php Stop logging and md5'ing if the file does not exist 2021-05-21 14:31:17 -04:00
PageProps.php PageProps: be prepared that PageIdentity is not proper title 2021-05-19 12:50:26 -07:00
PathRouter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
PHPVersionCheck.php Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
Pingback.php Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables 2021-05-14 12:40:34 -07:00
ProtectionForm.php ProtectionForm: Use XmlSelect::parseOptionsMessage where appropriate 2021-05-25 18:44:51 +00:00
ProxyLookup.php ProxyLookup: inject hook container 2021-03-30 18:46:53 +00:00
RawMessage.php
ReadOnlyMode.php
Revision.php Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables 2021-05-14 12:40:34 -07:00
ServiceWiring.php DefaultPreferencesFactory: inject a UserGroupManager 2021-06-02 19:06:27 +00:00
Setup.php Merge "Setup: Move LBFactory::setRequestInfo() to service wiring" 2021-04-27 05:02:13 +00:00
SiteConfiguration.php
SiteStats.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
SiteStatsInit.php Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
Status.php Convert WikiPage to authority. 2021-02-27 00:50:07 +00:00
StreamFile.php Use more neutral or alternative language 2021-03-20 19:47:18 +00:00
StubObject.php Improve documentation about object to be stdClass or specific type 2020-11-20 14:47:56 +00:00
StubUserLang.php Remove StubUserLang::findVariantLink 2021-05-15 12:51:26 -07:00
TemplateParser.php
TemplatesOnThisPageFormatter.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
Title.php Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables 2021-05-14 12:40:34 -07:00
TitleArray.php Remove the TitleArrayFromResult hook 2021-06-02 13:48:30 +00:00
TitleArrayFromResult.php
TitleFactory.php Introduce PageReference 2021-04-13 23:32:20 +02:00
TrackingCategories.php
WebRequest.php Merge "Create FauxRequestUpload to fake uploads in tests" 2021-05-15 12:20:38 +00:00
WebRequestUpload.php Create FauxRequestUpload to fake uploads in tests 2021-04-06 23:10:43 +02:00
WebResponse.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
WebStart.php Merge "WebStart: Avoid conditionally declared functions in this file" 2021-03-12 03:00:18 +00:00
WikiMap.php WikiMap: typo fix in comment 2020-12-21 13:15:48 -05:00
WikiReference.php