Jump to content

MediaWiki 1.33/wmf.21

From mediawiki.org
MediaWiki 1.33.0-wmf.20 Deployment of MediaWiki 1.33.0-wmf.21 to Wikimedia sites MediaWiki 1.33.0-wmf.22

The latest version (labeled "1.33.0-wmf.21") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 12 March 2019 (see the roadmap).

Core changes

[edit]
  • git #a08fc9ee - Improve documentation of the PageContentLanguage hook (task T214358) by Niklas Laxström
  • git #ba764503 - Remove deprecated ParserOutput::legacyOptions by Aaron Schulz
  • git #bc80791f - resourceloader: Reword and expand doc comment about FileModule "packageFiles" by Krinkle
  • git #e0b5e483 - OutputPage: Use $this->getUser() by Fomafix
  • git #cfda5e7e - Streamline code involving .= string concatenations by Thiemo Kreuz
  • git #59f4c323 - Bump minimum SQLite version to 3.8.0 by Max Semenik
  • git #276bf4a7 - Avoid using stale data for revision visibility and actor data (task T216159) by Bill Pirkle
  • git #a6bd784b - ProtectionForm: Add type hint to ::showLogExtract() header by Derick Alangi
  • git #73f29466 - Remove a few method_exists() checks by Max Semenik
  • git #a0370fe3 - mediawiki.cookie: Export config via packageFiles by Aaron Schulz
  • git #d459d8de - maintenance: Replace deprecated global $wgParser with getParser() service by Derick Alangi
  • git #e073c261 - installer: Remove redundant $key variable by Timo Tijhof
  • git #3e40bc1d - Add sanity check to notifyUpdatesForRevision() for $oldRev by Aaron Schulz
  • git #770ee823 - installer: Code augmentation in wfInstallerMain function by Derick Alangi
  • git #301973d1 - Fix the order of the parameters for htmlform-title-badnamespace by mainframe98
  • git #41822a6b - installer: Get WebRequest in mw-config via RequestContext by Krinkle
  • git #3643883a - Remove suppress of PhanRedefineFunctionInternal by Umherirrender
  • git #236e6ae1 - jobqueue: allow direct server configuration arrays to JobQueueDB by Aaron Schulz
  • git #39a79151 - Installer: Fix an obsolete comment by Max Semenik
  • git #e8c7108e - mediawiki.cookie: Move file to its own directory by Timo Tijhof
  • git #7dc2f399 - Make HTMLCacheUpdateJob avoid waiting on replication for no reason by Aaron Schulz
  • git #2de481de - Make PurgeJobUtils::invalidatePages avoid waiting on replication for no reason by Aaron Schulz
  • git #31ae2472 - SVGMetadataExtractorTest: remove method existence test by Max Semenik
  • git #d04da19a - Make addIdentifierQuotes part of IDatabase (task T216348) by Aaron Schulz
  • git #b9568e64 - objectcache: Use constant for $ttl param default in WANObjectCache::set() by Timo Tijhof
  • git #1e9db557 - Remove $wgMediaInTargetLanguage (task T205040) by Max Semenik
  • git #9d5e2fd7 - Move class RangeDifference to own file by Umherirrender
  • git #518a6279 - Remove `list-style-type` declaration from elements.css (task T151100) by Volker E
  • git #bfd7f1aa - rdbms: optimize Database::selectDomain() to avoid extra queries by Aaron Schulz
  • git #3dc6b84a - resourceloader: Omit default 'debug=false' from load.php urls by Krinkle
  • git #b14ab776 - resourceloader: Separate context from extraQuery in ClientHtmlTest by Krinkle
  • git #ba03d8f3 - Move CacheDependency classes to own files by Umherirrender
  • git #9fe2e8eb - objectcache: remove BagOStuff::modifySimpleRelayEvent() by Aaron Schulz
  • git #74be3a01 - objectcache: move ERR_* constants to IExpiringStore by Aaron Schulz
  • git #833c4b4e - jquery.tablesorter: Optimise getElementSortKey() code by Timo Tijhof
  • git #11ce0ab9 - Move class HistoryPager to own file by Umherirrender
  • git #441711ed - jquery.tablesorter: Remove dead node check in getElementSortKey() by Bartosz Dziewoński
  • git #9a4a7542 - resourceloader: Replace ResourceLoaderDebug config use with context (task T32956) by Timo Tijhof
  • git #d515f784 - Move class JobQueueAggregatorNull to own file by Umherirrender
  • git #80da67d6 - Add @var to class properties to clarify types by Umherirrender
  • git #a6a05adb - Block: Explicit convert Message to string by Fomafix
  • git #200c722d - Remove deprecated Language::markNoConversion by Fomafix
  • git #61c53912 - Convert a few call_user_func*() calls to native PHP syntax by Max Semenik
  • git #8b4ca713 - build: Remove failing HHVM test from Travis CI config by Timo Tijhof
  • git #5f8bb38f - rdbms: undeprecate DBReplicationWaitError to align with current use by Aaron Schulz
  • git #ebd13438 - objectcache: remove obsolete code from SqlBagOStuff::handleWriteError() by Aaron Schulz
  • git #6ba61568 - NamespaceMultiselectWidget: Allow filtering by namespace ID or label (task T216078) by Moriel Schottlender
  • git #46e5b28e - UserTest: correctly reset fake time (task T216631) by Stephane Bisson
  • git #5dd409cd - objectcache: add $flags argument to BagOStuff::delete() by Aaron Schulz
  • git #84cc936a - objectcache: fix comment typo for addBusyCallback() by Aaron Schulz
  • git #33a06450 - Introducing User::getLatestEditTimestamp() (task T216631) by Sbisson
  • git #b00852c9 - Add @var to Pager classes by Umherirrender
  • git #cc329a5b - Update PHPDoc types in several maintenance scripts and related by Umherirrender
  • git #6a38e16b - Update OOUI to v0.30.4 (task T92026) (task T145674) (task T206729) (task T213884) (task T216780) (task T217014) (task T217213) (task T217381) (task T217790) by James D. Forrester
  • git #f17c2976 - Use short assignment operator in PHP by Fomafix
  • git #96657099 - Report logs for each individual test failure (task T217489) by Erik Bernhardson
  • git #52400140 - Do not bother with WAN cache set options for immutable text blob keys by Aaron Schulz
  • git #46db79ba - Make IndexPager query direction code more readable by Aaron Schulz
  • git #fe1ef392 - Use the .= operator to concatenate a var with another by Derick Alangi
  • git #1e4bf352 - Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries by Aaron Schulz
  • git #249c9d63 - resourceloader: Remove wgAvailableSkins from mw.config (task T217772) by Krinkle
  • git #f74efe7f - ActiveUsersPager: Fix ordering and return 0-action users (task T217525) by Brad Jorsch
  • git #cb15755e - Normalize use of "INNER JOIN" to "JOIN" in database queries by Aaron Schulz
  • git #0dc015c8 - Make ApiStashEdit use a separate key for the parser output due to size (task T204742) by Aaron Schulz
  • git #bcf563ef - objectcache: add metrics for WAN cache deletes and check key touches/resets by Aaron Schulz
  • git #c6ca1cf3 - Add help text to "partial" and "sitewide" options on Special:Block (task T213101) by Thalia
  • git #194bdc09 - resourceloader: Remove ResourceLoaderMaxQueryLength from mw.config by Timo Tijhof
  • git #1476e999 - resourceloader: Use local var for getConfig() calls in StartUpModule by Timo Tijhof
  • git #95da4e0d - Title: Minor clean up for stricter checks, casting style, and doc types by D3r1ck01
  • git #a912c5ce - Make LinksUpdate::getPropertyDeletions private by Aaron Schulz
  • git #25fefbfc - user_group, the nonexistent table that keeps on giving (task T199474) by Jack Phoenix
  • git #62050909 - Revert "Convert MultiHttpClient to use Guzzle" (task T202352) (task T217733) by Antoine Musso
  • git #d9202405 - Add more documentation to DeferredUpdates::doUpdates by Aaron Schulz
  • git #285a50ca - resourceloader: Minor clean up in saveFileDependencies() by Timo Tijhof
  • git #69d4b694 - Remove various references to cURL in code comments (task T137926) by Timo Tijhof
  • git #72207a0c - Fix a rather fatal typo in rebuildrecentchanges.php by Jack Phoenix
  • git #0ccc6920 - API: Avoid duplicate logs to api-feature-usage by Brad Jorsch
  • git #1e048a08 - Convert MultiHttpClient to use Guzzle (task T202352) by Aaron Schulz
  • git #c6f34408 - resourceloader: Remove addModuleScripts, and deprecate getModuleScripts. (task T188689) by Krinkle
  • git #3c3073d6 - resources: Provide the moment gom-Latn i18n to gom as well (task T191339) by James D. Forrester
  • git #8cddd03a - Clear cached HTML artifacts by Jdlrobson
  • git #a574f4c0 - Block Special pages only if the user is sitewide blocked (task T209097) by Dbarratt
  • git #e6021abc - ApiQueryLogEvents: Add IGNORE INDEX to avoid MariaDB optimizer bug (task T71222) by Brad Jorsch
  • git #9ba30e60 - Specify licence of mediawiki ontology.owl (task T216842) by Greta Doçi
  • git #7c12727f - Stash WatchedItem changes so that the jobs run from the queue (task T188801) by Aaron Schulz
  • git #bc2a712a - Check normalization rules of usernames during signup (task T63416) by Bartosz Dziewoński
  • git #ab4feff3 - Hard deprecate MWNamespace::canTalk() by Max Semenik
  • git #1aaa08bf - Fix HeaderCallback failing on headers without a colon (task T216086) by Thiemo Kreuz
  • git #d5b2a162 - Fix small typos by Shreyas Minocha
  • git #fda5c640 - logging: Start using LinkTarget & UserIdentity in ManualLogEntry by Thiemo Kreuz
  • git #c2a3556a - Added Id to the input box (task T208800) by Wolverine17
  • git #cf568ba8 - Linker: Use RequestContext::getMain()->getLanguage() instead of $wgLang by Fomafix

Vendor

[edit]

Extensions

[edit]

3D

[edit]
  • git #471522e3 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

AbuseFilter

[edit]

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]

No changes for ArticlePlaceholder

Babel

[edit]
  • git #1f1e530c - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta

BetaFeatures

[edit]

No changes for BetaFeatures

BounceHandler

[edit]
  • git #cab86667 - Use php null coalesce operator ?? by Umherirrender

Calendar

[edit]

Campaigns

[edit]

No changes for Campaigns

Capiunto

[edit]
  • git #96aa06d2 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #7565af09 - Add phan by Umherirrender
  • git #ecf8a353 - Rename unit tests to match class name by Umherirrender

CategoryTree

[edit]
  • git #71ee5861 - Avoid use of func_get_args() by Kunal Mehta
  • git #60884c60 - Stop manually messing with caching HTTP headers by MaxSem

CentralAuth

[edit]
  • git #2dd47cdc - Change ResultWrapper to IResultWrapper by Umherirrender
  • git #e486a153 - Do not parse HTML title attribute (task T217734) by Matěj Suchánek
  • git #c3115487 - Remove call of undeclared methods in Special:MergeAccount by Umherirrender
  • git #850d3e1f - Add current username to centralauth-login-error-locked for {{GENDER: by MarcoAurelio

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

CirrusSearch

[edit]

Cite

[edit]

No changes for Cite

CiteThisPage

[edit]
  • git #045259a4 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #687af3d4 - Make SpecialCiteThisPage use setInterfaceMessage() option for parse() calls by Aaron Schulz

Citoid

[edit]

cldr

[edit]

Cognate

[edit]

CodeEditor

[edit]
  • git #60f5dd35 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

CodeMirror

[edit]
  • git #37b49bfd - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders
  • git #9c04302f - Use 'wikiEditor-toolbar-doneInitialSections' as trigger by Ed Sanders
  • git #41817291 - Wait for DOM ready before querying DOM by Fomafix
  • git #ebd382f0 - Make Special:JavaScriptTest pass on Webkit and on Firefox by Fomafix

CodeReview

[edit]

CollaborationKit

[edit]

Collection

[edit]
  • git #246912e1 - Use php null coalesce operator ?? by Umherirrender

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]

No changes for ConfirmEdit

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]

No changes for ContentTranslation

ContributionTracking

[edit]

No changes for ContributionTracking

CreditsSource

[edit]

No changes for CreditsSource

Dashiki

[edit]

No changes for Dashiki

Disambiguator

[edit]
  • git #b06ce6f5 - Add missing use statement by Umherirrender
  • git #a42a4453 - Move file DisambiguatorHooks to match filename by Umherirrender

DismissableSiteNotice

[edit]
  • git #1b092a0f - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #1bd93308 - Add phan by Umherirrender
  • git #5e79af5a - Move file DismissableSiteNoticeHooks to match filename by Umherirrender

DonationInterface

[edit]

DoubleWiki

[edit]
  • git #0f7e927b - Use php null coalesce operator ?? by Umherirrender

DynamicSidebar

[edit]

No changes for DynamicSidebar

EUCopyrightCampaign

[edit]

No changes for EUCopyrightCampaign

Echo

[edit]

Elastica

[edit]
  • git #cb92585f - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

ElectronPdfService

[edit]

EventBus

[edit]

No changes for EventBus

EventLogging

[edit]
  • git #18d0c541 - Use isset instead of array_key_exists to check for params (task T215442) by Andrew Otto
  • git #1fc52e3a - Remove unneeded argument from JsonSchemaContentHandler::__construct by Umherirrender
  • git #54bc684c - Avoid use of func_get_args() by Krinkle
  • git #f0acdf18 - Declare class properties for JsonTreeRef class by Umherirrender

ExtensionDistributor

[edit]
  • git #9f292a39 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #94599d0d - Add phan by Umherirrender
  • git #c8726610 - Rename maintenance class to match filename by Umherirrender

ExternalGuidance

[edit]
  • git #72945404 - mw.externalguidance.special/createpage: Avoid deprecated View.$ (task T216264) by Bartosz Dziewoński
  • git #7e0c0b40 - Improve PHPUnit tests for SpecialExternalGuidanceTest::class by Derick Alangi

FeaturedFeeds

[edit]
  • git #5d6b3ea2 - Use php null coalesce operator ?? by Umherirrender

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]

No changes for FileImporter

FlaggedRevs

[edit]

Flow

[edit]
  • git #d05b4894 - Factor out base-url attribute transformation into static methods by Kosta Harlan
  • git #c8cda712 - Conversion\Utils: Work around DOMDocument serialization bug (task T217766) by Roan Kattouw
  • git #93614d1e - Api: Remove use of deprecated method getExamples() by Derick Alangi
  • git #ff2f08cb - Mark flaky API Flow tests as broken (task T210921) by Krinkle
  • git #bf923d8a - Don't override message and stack trace for UnknownWorkflowIdException (task T217330) by Roan Kattouw
  • git #16b1cdfb - FlowException: Don't HTML-escape in getPageTitle() by Roan Kattouw
  • git #ac14f6e9 - eslint: Update eslint-config-wikimedia 0.11.0 by Ed Sanders

FundraiserLandingPage

[edit]

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]

No changes for Gadgets

GeoCrumbs

[edit]
  • git #2dca1a71 - Rename hook class to contain word "Hooks" by Umherirrender

GeoData

[edit]
  • git #b13ce6b8 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta

GettingStarted

[edit]

No changes for GettingStarted

GlobalBlocking

[edit]

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]
  • git #f0407b55 - build: Update eslint-config-wikimedia to 0.11.0 by Ed Sanders

GlobalUsage

[edit]
  • git #4fcccbc0 - Simplify ternary operator by using ?: by Umherirrender
  • git #ea9c32dc - Make insertLinks() avoid waiting on replication for no reason by Aaron Schulz

GlobalUserPage

[edit]

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

Graph

[edit]
  • git #29a5a15a - Use php null coalesce operator ?? by Umherirrender
  • git #3f2194f6 - Rename file Hooks to match filename by Umherirrender

GrowthExperiments

[edit]

GuidedTour

[edit]

No changes for GuidedTour

GWToolset

[edit]

ImageMap

[edit]

InputBox

[edit]
  • git #2147fbfa - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

Insider

[edit]
  • git #57bafccd - Rename hook class to contain word "Hooks" by Umherirrender
  • git #0a411fa9 - Avoid use of func_get_args() by Kunal Mehta

intersection

[edit]
  • git #d5e2d27a - Use variadic args for IDatabase::buildLike by Umherirrender

Interwiki

[edit]

InterwikiSorting

[edit]

No changes for InterwikiSorting

JADE

[edit]

No changes for JADE

Josa

[edit]
  • git #c0457894 - Rename hook class to contain word "Hooks" by Umherirrender

JsonConfig

[edit]

No changes for JsonConfig

Kartographer

[edit]
  • git #3356b55a - VE: Remove unnecessary setMode call by Bartosz Dziewoński
  • git #11554b21 - Remove use of deprecated ParserOutput::getModuleScripts() by Bartosz Dziewoński
  • git #7e87ea18 - ve.ce.MWMapsNode: Avoid deprecated OOUI this.$ by Bartosz Dziewoński

LabeledSectionTransclusion

[edit]
  • git #22f1b57e - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #03c37b20 - Add phan by Umherirrender
  • git #cd2f4210 - Move file LabeledSectionTransclusion to match filename by Umherirrender

LandingCheck

[edit]

No changes for LandingCheck

LdapAuthentication

[edit]
  • git #c318f7da - Remove calls to no-longer-imeplemented methods after I2eeaeed1 by Brad Jorsch
  • git #1b9fd1fd - Follow-up 2a9d1c27: Stop referring to the now-killed AuthPlugin class (task T217692) by James D. Forrester

Linter

[edit]
  • git #ed092434 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta
  • git #baa1b847 - Add phan by Umherirrender
  • git #e47e4717 - Move sql file into own folder by Umherirrender
  • git #e649f302 - Fix type of LintError->templateInfo by Umherirrender

LiquidThreads

[edit]

Listings

[edit]
  • git #c60a12bb - Move file Listings to match filename by Umherirrender

LocalisationUpdate

[edit]
  • git #e6e56daa - build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 by Umherirrender

LoginNotify

[edit]

No changes for LoginNotify

MapSources

[edit]

MassMessage

[edit]
  • git #22e7d073 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta
  • git #dbc6d1d4 - Code improvements for files in includes/ root directory by Krinkle

Math

[edit]
  • git #1c79c4a2 - Avoid use of func_get_args() by Kunal Mehta
  • git #328e2f2c - Use ::class for class name resolution by Umherirrender

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]
  • git #03789943 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

OpenStackManager

[edit]

ORES

[edit]

No changes for ORES

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]

PageTriage

[edit]

PageViewInfo

[edit]
  • git #43a0f6f8 - Use php null coalesce operator ?? by Umherirrender
  • git #5255a3d8 - Pass bool to Status::setResult by Umherirrender

ParserFunctions

[edit]

No changes for ParserFunctions

ParsoidBatchAPI

[edit]
  • git #e8b967f7 - Use php null coalesce operator ?? by Umherirrender

PdfHandler

[edit]

No changes for PdfHandler

PerformanceInspector

[edit]

No changes for PerformanceInspector

Petition

[edit]

No changes for Petition

Poem

[edit]
  • git #613f6f68 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta

PoolCounter

[edit]

No changes for PoolCounter

Popups

[edit]
  • git #3915dd16 - Remove unused parameter by Stephen Niedzielski
  • git #4803a717 - Change delay for ReferencePreviews to 150ms (task T215420) by Stephen Niedzielski
  • git #e32fc491 - Add some missing newlines to separate PHP code better by WMDE-Fisch
  • git #b3dd38c8 - Build: synchronize Webpack config with MobileFrontend by Stephen Niedzielski
  • git #b6c1ea3f - Minor code optimizations in SVG files by VolkerE
  • git #bffa3178 - Clean up PHPDoc documentation tags for constants by Thiemo Kreuz

ProofreadPage

[edit]

No changes for ProofreadPage

PropertySuggester

[edit]

No changes for PropertySuggester

QuickSurveys

[edit]

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]

No changes for RelatedArticles

Renameuser

[edit]
  • git #1388b5f9 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta
  • git #f49e7329 - RenameuserSQL: Close the atomic section before the early return (task T217807) by Brad Jorsch

RevisionSlider

[edit]
  • git #724cae3c - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]
  • git #35d1ee13 - Use php null coalesce operator ?? by Umherirrender

Scribunto

[edit]

No changes for Scribunto

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecurePoll

[edit]

Sentry

[edit]

No changes for Sentry

ShortUrl

[edit]

No changes for ShortUrl

SiteMatrix

[edit]
  • git #67373055 - Use php null coalesce operator ?? by Umherirrender

SkinPerPage

[edit]

No changes for SkinPerPage

SpamBlacklist

[edit]

SubPageList3

[edit]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]
  • git #207172de - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta

TemplateData

[edit]
  • git #5ef52872 - Use php null coalesce operator ?? by Umherirrender

TemplateSandbox

[edit]

No changes for TemplateSandbox

TemplateStyles

[edit]
  • git #a2187ec4 - Use php null coalesce operator ?? by Umherirrender

TemplateWizard

[edit]

No changes for TemplateWizard

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

TimedMediaHandler

[edit]

timeline

[edit]
  • git #4a399a27 - Use php null coalesce operator ?? by Umherirrender

TitleBlacklist

[edit]
  • git #84f30fd4 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by Kunal Mehta

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]

No changes for TorBlock

Translate

[edit]
  • git #3645adf8 - Add link to PageMigration when page is marked for translation (task T178642) by abijeet
  • git #71a519df - Revert "TranslateUtils: Avoid use of deprecated class Revision" by jenkins-bot

TranslationNotifications

[edit]

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

No changes for TwoColConflict

UniversalLanguageSelector

[edit]
  • git #fbf3f3b2 - build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 by Umherirrender
[edit]

No changes for UploadsLink

UploadWizard

[edit]

No changes for UploadWizard

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

VipsScaler

[edit]

No changes for VipsScaler

VisualEditor

[edit]

Wikibase

[edit]

WikibaseCirrusSearch

[edit]
  • git #964e98e0 - build: Updating mediawiki/mediawiki-phan-config to 0.5.0 by libraryupgrader
  • git #55be110a - Port integration test from Wikibase (task T190022) by Stanislav Malyshev
  • git #5e79941c - Add implementation of search hit handlers (task T190022) by Stanislav Malyshev
  • git #40be2061 - Replace string boolean with actual boolean by Erik Bernhardson
  • git #0502e9d2 - Sync fix with Wikibase codebase by Stanislav Malyshev
  • git #d9433395 - Add unit test asserting incaption: alias exists by Erik Bernhardson
  • git #73a74abe - Add incaption alias to InLabelFeature by Erik Bernhardson
  • git #4683871a - Use PLURAL for languages by Stanislav Malyshev

WikibaseLexeme

[edit]

WikibaseMediaInfo

[edit]

WikibaseQualityConstraints

[edit]

No changes for WikibaseQualityConstraints

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEvents

[edit]

No changes for WikimediaEvents

WikimediaIncubator

[edit]
  • git #3d26c893 - Update PageContentLanguage hook handler by Niklas Laxström

WikimediaMaintenance

[edit]

WikimediaMessages

[edit]
  • git #65746c4b - Follow-up I6a5352d0: add GENDER support to centralauth-login-error-locked by MarcoAurelio
  • git #10a611ee - Use Special:EmailUser as well for easier contact by MarcoAurelio

XAnalytics

[edit]

No changes for XAnalytics

ZeroBanner

[edit]

No changes for ZeroBanner

ZeroPortal

[edit]

No changes for ZeroPortal

Skins

[edit]

CologneBlue

[edit]

No changes for CologneBlue

EUCopyrightCampaignSkin

[edit]

No changes for EUCopyrightCampaignSkin

MinervaNeue

[edit]

MonoBook

[edit]

No changes for MonoBook

Modern

[edit]

No changes for Modern

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]

No changes for Vector

Total Changes

[edit]

343 Changes in 98 repos by 75 committers