Jump to content

MediaWiki 1.44/wmf.22

From mediawiki.org
MediaWiki 1.44.0-wmf.21 Deployment of MediaWiki 1.44.0-wmf.22 to Wikimedia sites MediaWiki 1.44.0-wmf.23

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

Core changes

[edit]

Vendor

[edit]

Extensions

[edit]

3D

[edit]
  • git #da707cf0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

AbuseFilter

[edit]

AdvancedSearch

[edit]

AntiSpoof

[edit]
  • git #2b6544cd - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ApiFeatureUsage

[edit]
  • git #775c918f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ArticleCreationWorkflow

[edit]
  • git #814be35a - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #4c3b206c - tests: Replace MessageCache mock with MessageParser mock (T389442) by Umherirrender

ArticlePlaceholder

[edit]
  • git #1840d301 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #de25ff86 - Change WebRequest::getText to getVal in SidebarBeforeOutputHookHandler (T388474) by Umherirrender

AutoModerator

[edit]
  • git #9a27399f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

BetaFeatures

[edit]
  • git #32dc2970 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

BounceHandler

[edit]
  • git #fdf95314 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Calendar

[edit]
  • git #770b3c1b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Campaigns

[edit]
  • git #4be0f002 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CampaignEvents

[edit]
  • git #fb93fb50 - EventsListPager: avoid using OOUI to generate simple HTML (T388427) by Daimona Eaytoy
  • git #ca7af790 - TextWithIconWidget: return string instead of widget instance (T388451) by Daimona Eaytoy
  • git #4519d68d - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #fc5d5742 - Add user right to view private registrations (T376089) by Michelle
  • git #7f2cffaf - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #be6c0356 - Add context constructor parameter to EventsListPager (T388427) by Daimona Eaytoy
  • git #34d2a21b - Validate event page namespace when enabling registration (T387967) (T387972) by Daimona Eaytoy
  • git #40504b0a - Set proper merge strategy for CampaignEventsEventNamespaces by Daimona Eaytoy
  • git #355d3b48 - TimeZoneConverter: Avoid dependency on momentjs by Daimona Eaytoy
  • git #99a3c7b0 - SpecialInvitationList: Add missing special page group by Daimona Eaytoy

Capiunto

[edit]
  • git #cb6bb636 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CategoryTree

[edit]
  • git #45dda2fe - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CentralAuth

[edit]
  • git #0dd0eb4a - PopulateLocalAndGlobalIds: Don't set lu_local_id if we don't have a mapping... (T303590) by Reedy
  • git #e16e4e1f - Display username in account lock/hide success messages by Bartosz Dziewoński
  • git #a1e232e9 - Do not throw an exception after shared-domain login with no token (T362715) by Gergő Tisza
  • git #96e54cd4 - Do not start central login from the shared domain (T362715) by Gergő Tisza
  • git #c7adba77 - SpecialMultiLock: Minor cleanup by Reedy
  • git #10117fef - Replace ResourceLoader::makeConfigSetScript() with mw.config.set() (T36738) by Timo Tijhof
  • git #bf5e8838 - Rename 'requestId' parameter in GlobalVanishJob to avoid conflict (T389585) by Dreamy Jazz
  • git #6cea6058 - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #2d22c2c8 - Redirect credentials change pages to central domain (T362715) by Gergő Tisza
  • git #6f995578 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #88b5ab06 - Fix SUL3 login cohort logic (T384215) by Gergő Tisza
  • git #bc6ece86 - Allowlist Special:WikimediaDebug on the shared domain by Gergő Tisza
  • git #466b58ef - populateLocalAndGlobalIds.php: Fix rows with lu_local_id=0 or lu_global_id=0/null (T303590) by Reedy

CentralNotice

[edit]
  • git #e809a44d - Do not show banners when custom site scripts are disallowed (T373737) (T373738) by Gergő Tisza
  • git #8a3561af - CentralNoticeHooks: Some very minor cleanup by Reedy
  • git #ca1a289f - .phpcs.xml: Disable last exclusion by Reedy
  • git #d8d1dd10 - More compact code with the fn() callable syntax (T389261) by thiemowmde
  • git #79a8a24b - tests: Minor cleanup (primarily covers) by Reedy
  • git #6e38b00d - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #c0953d87 - CNDatabasePatcher: Drop migration code from REL1_24 by Reedy
  • git #2131fc60 - CampaignLog: Don't risk passing null into explode() (T389020) by James D. Forrester
  • git #d7e347d9 - ApiCentralNoticeLogs Handle $value being null in sanitizeText (T388900) by Reedy
  • git #c8b0fcd9 - Drop unused code related to sanitizeText methods by thiemowmde
  • git #d4e8969f - Remove 'temporary' client-side config unused since 2017 by Elliott Eggleston
  • git #df6fe8d1 - CentralNoticeCampaignLogPager: Handle fields that can default to null (T388468) by Reedy
  • git #c92b270b - Drop trivial PHPDocs that just repeat the code by thiemowmde
  • git #7d2a9a60 - Use more modern ??= syntax and such by thiemowmde
  • git #e9f6ecd4 - Tweaks to CN specific css to better support dark mode. (T367189) by sedddon
  • git #9f66332b - Clean up handling of tmplog_comment and notlog_comment (T388322) by Reedy

CharInsert

[edit]
  • git #2888f035 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Chart

[edit]

CheckUser

[edit]
  • git #5c7438bb - ipReveal.test: Clear pre-revealed users after each test by Thalia
  • git #a09cbe88 - globalcontributions: Use CSS classes for user links (T388377) by Héctor Arroyo
  • git #4cbee8f6 - Avoid use of OutputPage::parserOptions() by C. Scott Ananian
  • git #e4f22592 - tests: Remove await from spawnSync call by Umherirrender
  • git #ccb7aebf - styles: Harden design token usage in calculations (T389234) by Volker E.
  • git #4d3644b9 - extension.json: Mark as requiring MW 1.44.0 (T370083) by Reedy
  • git #5dcf077c - GlobalContributions: Do not look up permissions for registered target (T389187) by Thalia
  • git #3d910ca2 - GlobalContributionsPagerTest: De-duplicate getting new pager by Thalia
  • git #cbe09890 - Fix typo in GlobalContributionsPagerTest data provider key by Thalia
  • git #44b0cf88 - GlobalContributions: Use separate tools message for IP ranges (T385942) by Máté Szabó
  • git #0ae2f038 - selenium: use createAndPromote.php to create test account (T385449) by Máté Szabó

ChessBrowser

[edit]
  • git #e7bab365 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CirrusSearch

[edit]
  • git #bb3195f8 - Expect null from WikiPage::getRedirectTarget (T389525) by Erik Bernhardson
  • git #9c11e955 - Correctly report OpenSearch/Elasticsearch to Special:Version (T388686) by Erik Bernhardson
  • git #8196e9ca - Produce weighted_tags to mediawiki.cirrussearch.page_weighted_tags_change.v1 (T375821) by David Causse
  • git #7bc2b01f - tests: Remove redundant WANObjectCache override by Timo Tijhof
  • git #bb199e39 - selenium: Await isExisting in async test (T389536) by Umherirrender
  • git #226d7854 - Remove scripts by David Causse
  • git #83e62361 - Remove outdated CI related configuration by Erik Bernhardson
  • git #027d3bc1 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #553d9214 - Don't build a document for redirects (T385571) by Erik Bernhardson

Cite

[edit]

CiteThisPage

[edit]
  • git #dcb9120d - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #7afc388a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Citoid

[edit]
  • git #daf2d36f - build: Remove unneeded phpcs disable by Umherirrender
  • git #2fd0f9f6 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CodeEditor

[edit]
  • git #c8271150 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CodeMirror

[edit]
  • git #28c9fde5 - CodeMirrorWikiEditor: include all fields in logging that WikiEditor does (T373710) by MusikAnimal
  • git #f30e758d - CodeMirrorKeymap: Make Ctrl-y work for Undo on all platforms (T365072) (T380913) by MusikAnimal
  • git #77436116 - Break out initialize() into more override-able interface methods (T389441) by MusikAnimal
  • git #c22148d6 - CodeMirror: Dispatch transactions to EditorState when re-enabling (T389441) by MusikAnimal
  • git #c927ff37 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #ee21f2eb - Merge namespace configs to DefaultPreferences, add support for model (T383550) by MusikAnimal

Cognate

[edit]
  • git #fb81e33b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CommunityConfiguration

[edit]
  • git #c316f6fc - tests: Remove redundant WANObjectCache override by Timo Tijhof
  • git #4ab93755 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #2de8c8a1 - fix(EditSummaryDialog): fix invalid prop type String by Sergio Gimeno

CommunityRequests

[edit]
  • git #6dfd672a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Collection

[edit]
  • git #6287915c - build: Update MediaWiki requirement to 1.44 by James D. Forrester

CommonsMetadata

[edit]
  • git #718bbbc7 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #6bc64d1c - tests: Adjust hack to use namespaced LocalFile by Umherirrender

ConfirmEdit

[edit]
  • git #4fa882a0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #44f9bbb3 - HTMLHCaptchaField: Remove use of RequestContext::getMain() by Reedy
  • git #a7709014 - hCaptcha: Add flag for Enterprise mode (T388966) by Reedy

ContactPage

[edit]
  • git #d7234672 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ContentTranslation

[edit]

CreditsSource

[edit]
  • git #5ee12842 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Dashiki

[edit]
  • git #d9721399 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Disambiguator

[edit]
  • git #4693fd26 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

DiscussionTools

[edit]
  • git #f6080046 - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #596caffb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

DismissableSiteNotice

[edit]
  • git #453fa391 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

DonationInterface

[edit]
  • git #418397a4 - Remove boleto_hibrido from Gravy dLocal config (T385014) by Jack Gleeson
  • git #48003d10 - Revert "Remove address fields for ACH in checkout flow" by Cstone
  • git #474fcf19 - Handle non numbers (and .,) in Firefox and Safari (T389066) by cstone
  • git #3abef424 - Remove return value from FiscalNumber::getClientSideValidation by Umherirrender
  • git #382c867c - Remove address fields for ACH in checkout flow (T387758) by wfan

Echo

[edit]
  • git #aea7a55d - selenium: Await isExisting and waitForDisplayed in async test (T389536) by Umherirrender
  • git #a9795bcf - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #e0bdef44 - Add logging to help figure unserialization issues (T388725) by Michael Große
  • git #57e44ef2 - Hooks: Deduplicate alert/message badge code, allow combined badge by Bartosz Dziewoński

Elastica

[edit]
  • git #a83cc63e - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ElectronPdfService

[edit]
  • git #fdfad37d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

EntitySchema

[edit]
  • git #e0264d43 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #4bd2056c - Use WikibaseEntitySearcher instead of WikibasePrefixSearcher by Jakob Warkotsch

EventBus

[edit]
  • git #95a37abb - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #cd313858 - JobExecutor: Activate wrapping span (T389331) by Máté Szabó
  • git #58dc6aba - JobExecutor: Use MWExceptionHandler::CAUGHT_BY_ENTRYPOINT when logging by Bartosz Dziewoński

EventLogging

[edit]
  • git #fd06f9bb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

EventStreamConfig

[edit]
  • git #db150ae9 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ExtensionDistributor

[edit]
  • git #81c35d0c - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ExternalGuidance

[edit]
  • git #14ec9590 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

FeaturedFeeds

[edit]
  • git #5d852c52 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

FileExporter

[edit]
  • git #5d29bdb0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

FileImporter

[edit]
  • git #9182440f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

FlaggedRevs

[edit]
  • git #d8b8fbd5 - Add ParserOptions to OutputPage::addParserOutput() (T350626) by C. Scott Ananian
  • git #da6e5e63 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Flow

[edit]

FundraisingTranslateWorkflow

[edit]
  • git #598a7c94 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Gadgets

[edit]

GeoCrumbs

[edit]
  • git #43b76f14 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GeoData

[edit]
  • git #01310d73 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalBlocking

[edit]
  • git #cdd20433 - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #1b876c3d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalCssJs

[edit]
  • git #ce31a83b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalPreferences

[edit]
  • git #32040c28 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalUsage

[edit]
  • git #0aa2fa32 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalUserPage

[edit]
  • git #b458beeb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GlobalWatchlist

[edit]
  • git #5cfbfd43 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GoogleNewsSitemap

[edit]
  • git #55ab31e9 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Graph

[edit]
  • git #f609b971 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

GrowthExperiments

[edit]
  • git #22c9629a - Fix HomepageHooksTests not run in unit test suite by Erik Bernhardson
  • git #1a0de27c - metrics(statslib): actually send data on missing suggestions (T389522) by Michael Große
  • git #3d5ff5eb - fix(Mentorship): add stacktrace to logged error about no mentors (T386864) by Michael Große
  • git #a15a0aba - styles: Harden design token usage in calculations (T389234) by Volker E.
  • git #eafc8f54 - i18n(CommunityUpdates): add help-text to explain format of CTA link by Michael Große
  • git #1fb59989 - statslib(Impact): fix invalid label value for render_mode (T382003) by Sergio Gimeno
  • git #cc7b6bce - Fix invalid label values in Prometheus metrics by Cyndy
  • git #a627230d - feat(SurfacingStructuredTasks): increase max edit cap to 100 (T388622) by Sergio Gimeno
  • git #bb278d09 - Add tests for CommunityStructuredMentorProvider/Writer (T384229) by Cyndy
  • git #723176c3 - fix(Homepage): don't throw a js-error without EventLogging (T387544) by Michael Große
  • git #ec4c4555 - analytics(GrowthExperimentsInteractionLogger): add edit_count to the event data (T388622) by Sergio Gimeno
  • git #639436b7 - fix: show i18n copy for tag `mentor list change` (T387555) by Michael Große
  • git #2f3ec90a - refactor(MobileOverlay): use View.make instead of extending class (T381627) by Sergio Gimeno
  • git #55c01004 - fix(CommunityUpdates): prevent image repeat by Sergio Gimeno
  • git #543762b5 - Rename SelectWithTextInputWidget to AdaptiveSelectWidget (T388502) by Cyndy
  • git #8c5a3878 - fix: only depend on CirrusSearch if image suggestions are enabled (T386690) by Michael Große
  • git #e0f61f1e - fix(NewcomerTask): realign pulsating dot on edit (T388602) by Michael Große
  • git #735fcd03 - feat(CommunityUpdates): set a white background in night mode based on config (T387737) by Sergio Gimeno

GuidedTour

[edit]
  • git #d0d52caa - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ImageMap

[edit]
  • git #2345cdfc - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ImageSuggestions

[edit]
  • git #7ccf752c - build: Update MediaWiki requirement to 1.44 by James D. Forrester

InputBox

[edit]
  • git #72f29928 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Insider

[edit]
  • git #41ab85e6 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

intersection

[edit]
  • git #51f7f6e6 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Interwiki

[edit]
  • git #9566373f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

InterwikiSorting

[edit]
  • git #6d8e52ba - build: Update MediaWiki requirement to 1.44 by James D. Forrester

IPInfo

[edit]
  • git #9eb2edef - build: Update MediaWiki requirement to 1.44 by James D. Forrester

IPReputation

[edit]
  • git #a3922578 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Josa

[edit]
  • git #a873d841 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

JsonConfig

[edit]
  • git #d0da35f2 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

LabeledSectionTransclusion

[edit]
  • git #8aef8964 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

LandingCheck

[edit]
  • git #43d73e62 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Linter

[edit]
  • git #0bc94c49 - Add ParserOptions to OutputPage::addParserOutput() (T350626) by C. Scott Ananian
  • git #607465ba - build: Update MediaWiki requirement to 1.44 by James D. Forrester

LiquidThreads

[edit]
  • git #ba81f995 - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #adcf9ee6 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

LoginNotify

[edit]
  • git #8924d517 - Migrate metrics from Graphite to Prometheus (T359381) by Tiziano Fogli
  • git #065c6285 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MapSources

[edit]
  • git #995cb712 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MassMessage

[edit]
  • git #d2ab573b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Math

[edit]

MediaModeration

[edit]
  • git #8e8166c8 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MediaSearch

[edit]
  • git #141986c7 - Use `wikimedia/client` instead of `client-es6` by Ed Sanders
  • git #cd774bad - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #3a19c0b5 - Check that request url is set in SpecialMediaSearch (to unbreak tests) (T384632) by Umherirrender
  • git #99c6fb87 - Use separate indicators and add identify on Special:MediaSearch by Umherirrender

MetricsPlatform

[edit]
  • git #87dab42d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MobileApp

[edit]
  • git #d83c4593 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MobileFrontend

[edit]
  • git #0ebadc9e - Replace call_user_func with dynamic function call by Umherirrender
  • git #a075fa22 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MultimediaViewer

[edit]
  • git #cd6e2ae1 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
[edit]
  • git #d8415f96 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

NearbyPages

[edit]
  • git #f46317a2 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

NetworkSession

[edit]
  • git #2d62613a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Newsletter

[edit]
  • git #4b196e82 - Add ParserOptions to OutputPage::addParserOutput() (T350626) by C. Scott Ananian
  • git #9b6dacd8 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

NewUserMessage

[edit]
  • git #2d9d65ea - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Nuke

[edit]
  • git #eae62987 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

OATHAuth

[edit]
  • git #57ab6693 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

OAuth

[edit]
  • git #ae0d8df0 - build: Remove redundant require-dev on wikimedia/testing-access-wrapper by James D. Forrester
  • git #16711caf - ClientRepository: Throw NormalizedException rather than InvalidArgumentException (T389524) by Reedy
  • git #8f228a3b - ClientRepository: Add single quotes around $clientIdentifier in validateClient (T389524) by Reedy
  • git #e0b1fd20 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

OAuthRateLimiter

[edit]
  • git #773f30ae - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ORES

[edit]
  • git #c3f04136 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PageAssessments

[edit]
  • git #2318bb8d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PagedTiffHandler

[edit]
  • git #97ef593b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PageImages

[edit]
  • git #d23130d0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PageNotice

[edit]
  • git #7bfcbbcd - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #8f262566 - Remove margins for page notices by BlankEclair

PageTriage

[edit]
  • git #6eec5fa5 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PageViewInfo

[edit]
  • git #82d03b17 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ParserFunctions

[edit]
  • git #0f2e5469 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ParserMigration

[edit]
  • git #b89c491d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

PdfHandler

[edit]
  • git #e754c4ab - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Phonos

[edit]
  • git #6e0c80b6 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Poem

[edit]

Popups

[edit]
  • git #1a7939ef - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ProofreadPage

[edit]

PropertySuggester

[edit]
  • git #b8ef76fb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

QuickSurveys

[edit]
  • git #b8c45a59 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Quiz

[edit]
  • git #599b422f - refactor: Replace dynamic method call with static one by Tacsipacsi
  • git #9139799a - Replace call_user_func with dynamic function call by Umherirrender
  • git #34035066 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #b4b694ac - MediaWiki messages: Camel case to lower case (T200252) by flutters

ReadingLists

[edit]

RealMe

[edit]
  • git #98b7da7a - build: Update MediaWiki requirement to 1.44 by James D. Forrester
[edit]
  • git #b2e4e4a5 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ReportIncident

[edit]
  • git #3231d5ef - build: Update MediaWiki requirement to 1.44 by James D. Forrester

RevisionSlider

[edit]

RSS

[edit]
  • git #92b460d7 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
[edit]
  • git #440abcf4 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Score

[edit]
  • git #77244e20 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Scribunto

[edit]
  • git #619ef096 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SearchExtraNS

[edit]
  • git #1bd31a93 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SearchVue

[edit]
  • git #1fcaa923 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SecureLinkFixer

[edit]
  • git #f1df8c31 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #6c33e362 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SecurePoll

[edit]
  • git #635f7c1f - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #7c9d0d1f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

ShortUrl

[edit]
  • git #ba25a7e0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SimilarEditors

[edit]
  • git #3f08b4fb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SiteMatrix

[edit]
  • git #eea5e856 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SpamBlacklist

[edit]
  • git #1c6303fa - build: Update MediaWiki requirement to 1.44 by James D. Forrester

StopForumSpam

[edit]
  • git #a810936b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SubPageList3

[edit]
  • git #1738d21e - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SubpageSortkey

[edit]
  • git #4ce68246 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

SyntaxHighlight_GeSHi

[edit]
  • git #d194cd51 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TemplateData

[edit]
  • git #8f330899 - Add modules/README.md for generated JS docs (T378063) by Sam Wilson
  • git #646f932e - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #00eed052 - Favorites: Rename SearchResult to TemplateMenuItem (T377951) by Sam Wilson
  • git #eeb062ee - ext.templateData.templateDiscovery: Tidy Special Page by TheresNoTime
  • git #0fe91218 - ext.templateData.templateDiscovery: Validate favorites on load (T388116) by TheresNoTime
  • git #50ce6f23 - ext.templateData.templateDiscovery: Filter non-template results (T388555) by TheresNoTime
  • git #da9c4ce2 - Add template list below the template search input (T377951) by Sam Wilson

TemplateSandbox

[edit]
  • git #dccbca87 - Add ParserOptions to OutputPage::addParserOutput() (T350626) by C. Scott Ananian
  • git #811a159c - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TemplateStyles

[edit]
  • git #3d240cf0 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #9be4ab56 - tests: Change link tags to self-closed tags to pass tests by Umherirrender

TemplateWizard

[edit]
  • git #8fd4524e - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TextExtracts

[edit]
  • git #01ee320b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Thanks

[edit]

TheWikipediaLibrary

[edit]
  • git #104c895d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TimedMediaHandler

[edit]
  • git #8f60f088 - Add support for read new of file schema (T383496) by Amir Sarabadani
  • git #935a1f24 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

timeline

[edit]
  • git #3d2134eb - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TitleBlacklist

[edit]
  • git #0e389439 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TocTree

[edit]
  • git #5e2600d5 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TorBlock

[edit]
  • git #34251909 - Switch use of deprecated wfExpandUrl to UrlUtils (T319340) by James D. Forrester
  • git #1c24573e - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Translate

[edit]
  • git #06b46073 - Fix documentation for PageTitleRenamer::$map by Umherirrender
  • git #ac3ec6ae - Change argument on LogFormatter::makePageLinkWithText to not-null by Umherirrender
  • git #a103e0d2 - Handle null from WebRequest::getRawVal in PageTranslationSpecialPage by Umherirrender
  • git #f6a2382b - Remove null coalesce operator in MessageIndex by Umherirrender
  • git #0ca7c3da - Remove ineffective TOC-setting code (T350626) by C. Scott Ananian
  • git #859b0610 - Enable alias support to unbreak phan after Job was namespaced (T389698) by C. Scott Ananian
  • git #03966726 - Use a local variable for null check in UpdateMessageJob by Umherirrender
  • git #eafaaea1 - AggregateGroupRefresh: Align entity selector and button vertically (T373171) by Abijeet
  • git #b47cf742 - Document null for definitions in WikiPageMessageGroup by Umherirrender
  • git #68130097 - Pass array for empty attributes in TranslationStatsSpecialPage by Umherirrender

TranslationNotifications

[edit]
  • git #1ce2bc89 - maintenance: Check for filerevision contributions in UnsubscribeInactiveUsers (T383496) by Amir Sarabadani
  • git #d7df4b60 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TrustedXFF

[edit]
  • git #914d308a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

TwoColConflict

[edit]
  • git #bfd644d3 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
[edit]
  • git #a68505a9 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

UploadWizard

[edit]

UrlShortener

[edit]
  • git #2c43616f - build: Update MediaWiki requirement to 1.44 by James D. Forrester

VueTest

[edit]
  • git #756d6347 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

VipsScaler

[edit]
  • git #dc038a54 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

VisualEditor

[edit]

WebAuthn

[edit]
  • git #a690407d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Wikibase

[edit]

WikibaseCirrusSearch

[edit]

WikibaseLexeme

[edit]
  • git #e24d14fc - Add @inheritDoc to functions and enable documentation sniff by Umherirrender
  • git #4822a700 - Improve function documentation by Umherirrender
  • git #a817beec - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #8eb364ce - Add type declaration to ApiError::asApiMessage and implementation by Umherirrender
  • git #8843f77d - Add return value to MergingException::getApiErrorCode and implementation by Umherirrender
  • git #e96d77b6 - Remove return from EntityPatcherStrategy::patchEntity implementation by Umherirrender

WikibaseLexemeCirrusSearch

[edit]
  • git #d8c9b6bc - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #edd2e814 - Use WikibaseEntitySearcher instead of WikibasePrefixSearcher by Jakob Warkotsch

WikibaseMediaInfo

[edit]
  • git #4ac73604 - Add ParserOptions to OutputPage::addParserOutput() (T350626) by C. Scott Ananian
  • git #b05a4374 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #f5da5bd1 - styles: unify Less imports with extension by Volker E.
  • git #b87dc361 - Remove obsolete BC code for parser cache by Dylan F

WikibaseQualityConstraints

[edit]
  • git #6a2058a8 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #3b345ef1 - Migrate all SparqlHelper.php methods to statslib (T387022) by Andrew McAllister

Wikidata.org

[edit]
  • git #e29f24aa - tests: Remove redundant WANObjectCache override by Timo Tijhof
  • git #8956122a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikiEditor

[edit]
  • git #9690021b - build: Update MediaWiki requirement to 1.44 by James D. Forrester

wikihiero

[edit]
  • git #d2f0d29a - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikiLambda

[edit]
  • git #44235994 - selenium: Await waitForDisplayed in async test (T389536) by Umherirrender
  • git #e5ba6715 - Add ParserOptions to OutputPage::addParserOutputContent() (T350626) by C. Scott Ananian
  • git #babf7403 - i18n: Provide five messages for the wikifunctions.org sidebar (T389497) by James D. Forrester
  • git #25f14612 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #671ad79d - [VE WikifunctionsCall]: Add CdxSelect field for enums (T387368) by Daphne Smit
  • git #f94cb169 - Provide an initial integration into the MediaWiki title search experience (T262088) by James D. Forrester
  • git #3dcb2381 - Update function-schemata sub-module to HEAD (c17a559) (T314342) (T383806) by James D. Forrester
  • git #e495e245 - FunctionCallHandlerTest: Re-enable testExecute_simpleIf by James D. Forrester
  • git #b4347526 - WikifunctionsUsageUpdateJob: Exit in non-client mode, as the tables won't exist by James D. Forrester
  • git #8c664e08 - tests: Cover ZPersistentObject::getDescription when null by James D. Forrester
  • git #05408ef1 - tests: Cover ZPersistentObject::isValid by James D. Forrester

WikiLove

[edit]
  • git #cb3be103 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaApiPortalOAuth

[edit]
  • git #515b15dc - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaBadges

[edit]
  • git #88aa1438 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #1d29b290 - tests: Remove WikimediaBadgesBundleSizeTest by Umherirrender

WikimediaCampaignEvents

[edit]
  • git #f2dc56c7 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaEditorTasks

[edit]
  • git #2b04c5c4 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaEvents

[edit]
  • git #fbbeffb7 - wikimediaEvents.xLab module: Remove Experimentation Lab's first test (T383801) by Santiago Faci
  • git #5910078d - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #3a990c04 - Remove unused per-page A/B test functionality by Sam Smith

WikimediaIncubator

[edit]
  • git #94eb0942 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaMaintenance

[edit]
  • git #b083e30e - build: Update MediaWiki requirement to 1.44 by James D. Forrester

WikimediaMessages

[edit]
  • git #5741af11 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #5382c876 - GlobalContributions: Add new message override for IP range tools (T385942) by Máté Szabó

Wikistories

[edit]

XAnalytics

[edit]
  • git #4d31ec71 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Skins

[edit]

CologneBlue

[edit]
  • git #77c77d57 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

MinervaNeue

[edit]

Modern

[edit]

MonoBook

[edit]
  • git #01eab079 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Nostalgia

[edit]
  • git #92037a31 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Timeless

[edit]
  • git #f7336455 - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Vector

[edit]
  • git #c269cc44 - build: Update MediaWiki requirement to 1.44 by James D. Forrester
  • git #27ebfdb9 - Fix flaky QUnit test (T253993) by Tim Starling
  • git #47a22218 - Constants: Remove unused WEB_AB_TEST_ARTICLE_ID_FACTORY_SERVICE constant by Sam Smith

WikimediaApiPortal

[edit]
  • git #bd2b465d - build: Update MediaWiki requirement to 1.44 by James D. Forrester

Misc

[edit]

VisualEditor/VisualEditor

[edit]
  • git #ff601545 - Add tests in ElementLinearData and LinearData by Ed Sanders
  • git #6af8ead0 - ElementLinearData: Rename getAnnotatedRangeFrom(Selection -> Range) by Ed Sanders
  • git #257cc2e8 - Instrument tool usage (T388589) by David Lynch
  • git #9c83b98b - ClipboardHandler tests: Compare HTML with equalDomElements by Ed Sanders
  • git #ba550d79 - Debug node attributes by Adam Wight
  • git #9029f75c - Remove ve.init.Platform#getMediaSources by Ed Sanders
  • git #2473e7a9 - Tests: Remove unused 'events' test in TransactionProcessor by Ed Sanders
  • git #93219a17 - Use simple annotation comparison in preview and diffs (T344927) by Ed Sanders
  • git #23e1f540 - Add broken test for comparable link change (T344927) by Ed Sanders
  • git #683cb998 - Introduce ve.dm.DiffAnnotation by Ed Sanders
  • git #b27d9e0e - Add unit tests for del/ins annotations by Ed Sanders
  • git #f5831361 - ve.dm.Convert: Move variable declarations inline by Ed Sanders
  • git #ed74f1b2 - ve.collab: fix remote selection logic (T387989) by David Chan
  • git #c18a1c1f - SelectionManager: Update selections using SurfaceFragments (T387456) by Ed Sanders

No changes

[edit]
  • Babel
  • FundraiserLandingPage
  • Kartographer
  • UniversalLanguageSelector
  • WikidataPageBanner
  • Wikisource
  • cldr

Total changes

[edit]

591 Changes in 196 repos by 90 authors