wiki.techinc.nl/includes
2024-09-03 10:14:46 +00:00
..
actions Merge "Clarify Action::requiresWrite() and ApiBase::isWriteMode() comments" 2024-08-26 18:21:06 +00:00
api Merge "api: Avoid assignment in condition in ApiLogin" 2024-09-03 10:10:23 +00:00
auth auth: Add missing documentation to class properties 2024-09-01 11:27:45 +02:00
block Fix some typos 2024-08-18 18:59:44 +02:00
cache Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
Category Add double-px-category tracking category for deprecated image size syntax 2024-08-29 17:54:38 -04:00
changetags Merge "Allow change tags to have help links in separate messages" 2024-08-23 17:36:57 +00:00
collation collation: Add type declaration for RemoteIcuCollation class properties 2024-09-01 11:47:57 +02:00
CommentFormatter Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
CommentStore Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
composer Consolidate Maintenance 'includes' code in one place 2024-08-11 18:09:08 +02:00
config
content Provide previous parse results to parser when rendering 2024-08-23 17:41:55 -04:00
context Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
dao
db
debug Replace gettype() with get_debug_type() in debug/log/test output 2024-07-31 19:33:57 +02:00
deferred Merge "deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks" 2024-08-23 21:11:33 +00:00
diff Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
edit Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
editpage Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
exception exception: Use const for MWExceptionHandler::$fatalErrorTypes 2024-09-01 13:24:03 +02:00
export
ExternalLinks Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
externalstore
Feed Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
filebackend
filerepo Merge "filerepo: Remove unused LocalFileMoveBatch::$archive" 2024-09-01 17:07:13 +00:00
gallery Add double-px-category tracking category for deprecated image size syntax 2024-08-29 17:54:38 -04:00
historyblob Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
Hook Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
HookContainer auth: Add AuthManagerVerifyAuthentication hook 2024-08-26 23:57:31 +00:00
Html html: Add param-taint annotation to Html::errorBox 2024-08-22 01:15:59 +02:00
htmlform Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
http Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
import
installer Localisation updates from https://translatewiki.net. 2024-09-03 09:04:05 +02:00
interwiki Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
jobqueue Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
json Replace gettype() with get_debug_type() in debug/log/test output 2024-07-31 19:33:57 +02:00
language Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
languages Add Haryanvi language (bgc) 2024-08-28 14:12:16 +00:00
libs StreamFile: Support streaming webp from thumb_handler.php 2024-09-03 14:39:04 +08:00
linkeddata
linker Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
logging logging: Hard-deprecate LogFormatter::newFromRow/newFromEntry 2024-07-29 20:29:25 +00:00
mail Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
media Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
Message Merge "Message: Throw on invalid newFromSpecifier() params instead of ignoring" 2024-08-22 08:31:41 +00:00
Navigation
objectcache objectcache: make SqlBagOStuff correctly ignore DBO_DEFAULT 2024-08-07 19:17:39 -07:00
Output StreamFile: Support streaming webp from thumb_handler.php 2024-09-03 14:39:04 +08:00
OutputTransform Ensure that isParsoidContent is initialized in OutputTransformPipeline 2024-08-26 23:42:30 +00:00
page page: Remove unused ImageHistoryList::$repo 2024-09-02 23:23:53 +02:00
pager Remove Y2K38 limit from reverse chronology pager 2024-08-24 23:33:54 +02:00
ParamValidator/TypeDef
parser Add missing phpdoc param in SiteConfig 2024-09-02 12:31:01 +03:00
password
Permissions Permissions: Avoid assignment in condition in PermissionManager 2024-09-01 00:03:29 +02:00
poolcounter Provide previous parse results to parser when rendering 2024-08-23 17:41:55 -04:00
preferences PasswordReset: remove $wgAllowRequiringEmailForResets feature flag 2024-08-28 00:55:43 +02:00
profiler
recentchanges recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/ 2024-08-29 03:51:40 +01:00
registration Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
RenameUser RenameUser: Make RenameUserJob use commitAndWaitForReplication() 2024-08-30 00:52:35 +00:00
Request
ResourceLoader ResourceLoader: Avoid assignment in condition in ForeignResoureManager 2024-08-31 22:04:01 +00:00
Rest Merge "Rest: Reduce code duplication in ConditionalHeaderUtil" 2024-09-03 05:15:58 +00:00
Revision Provide previous parse results to parser when rendering 2024-08-23 17:41:55 -04:00
revisiondelete Replace deprecated LogFormatter::newFromRow/newFromEntry 2024-07-29 22:26:41 +02:00
revisionlist
search search: Replace IResultWrapper::fetchObject()/next() with foreach loop 2024-08-31 23:58:02 +02:00
session Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
Settings Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
shell
site Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
SiteStats
skins Merge "Make "View contributions" menu item the default, instead of "Contribute"" 2024-09-02 11:32:43 +00:00
sparql
specialpage Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
specials Merge "qunit: Support 'component' param on Special:JavaScriptTest" 2024-09-02 19:17:18 +00:00
Status Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
Storage Merge "objectcache: Consolidate WRITE_PRUNE_SEGMENTS into WRITE_ALLOW_SEGMENTS" 2024-08-12 16:16:10 +00:00
StubObject Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
templates
tidy
title title: Use const for NamespaceInfo::$alwaysCapitalizedNamespaces 2024-09-01 12:06:28 +02:00
upload upload: Use const for UploadBase::$safeXmlEncodings 2024-09-01 20:22:51 +02:00
user PasswordReset: remove $wgAllowRequiringEmailForResets feature flag 2024-08-28 00:55:43 +02:00
utils Merge "utils: Add missing documentation to class properties" 2024-09-01 15:19:10 +00:00
watchlist Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
widget
WikiMap
xml Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
.htaccess
AutoLoader.php recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/ 2024-08-29 03:51:40 +01:00
BootstrapHelperFunctions.php Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
config-schema.php Merge "Add option to sort categories in OutputPage" 2024-08-29 17:03:13 +00:00
DefaultSettings.php
Defines.php
DevelopmentSettings.php DevelopmentSettings: Enable temp user autocreation 2024-07-25 16:43:10 +03:00
EntryPointEnvironment.php
GlobalFunctions.php Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
MainConfigNames.php Merge "Add option to sort categories in OutputPage" 2024-08-29 17:03:13 +00:00
MainConfigSchema.php title: Use const for NamespaceInfo::$alwaysCapitalizedNamespaces 2024-09-01 12:06:28 +02:00
MediaWiki.php
MediaWikiEntryPoint.php Merge "entrypoint: Do not add new headers when headers were already sent." 2024-08-09 07:36:46 +00:00
MediaWikiServices.php remove @internal from getStatsFactory() 2024-08-27 22:52:34 +00:00
PHPVersionCheck.php
ServiceWiring.php Merge "Migrate ParserOutputAccess metrics to statslib" 2024-08-23 21:39:21 +00:00
Setup.php Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
SetupDynamicConfig.php
WebStart.php