< MediaWiki 1.34
![]() |
Deployment of MediaWiki 1.34.0-wmf.14 to Wikimedia sites | MediaWiki 1.34.0-wmf.15![]() |
The latest version (labeled "1.34.0-wmf.14") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 16 July 2019 (see the roadmap).
Core changes
- git #f095d0d7 - Linker: Force type Language for $lang in tocList and generateTOC by Fomafix
- git #23d06661 - resourceloader: Replace some Xml::encodeJs calls with RL's own encodeJson (task T32956) by Timo Tijhof
- git #9bee7ab8 - resourceloader: Remove support for 'object' in wgResourceModules (task T222637) by Timo Tijhof
- git #ae658ff2 - resourceloader: Add test coverage for WikiModule::getType by Timo Tijhof
- git #397a3ee0 - resourceloader: Clean up ResourceLoaderWikiModuleTest by Timo Tijhof
- git #cac26b71 - Remove $purgeBlobs parameter from LocalisationCacheRecache hook by Roan Kattouw
- git #8e28a4b8 - Add ImgAuthModifyHeaders hook to img_auth.php to modify headers by James Montalvo
- git #a53e5171 - resourceloader: Add unit tests for ResourceLoaderFilePath class methods by Derick Alangi
- git #d13b3d06 - Fix JS error in MessagePoster when (optional) options param not given by Roan Kattouw
- git #f70d2708 - Drop NS_IMAGE and NS_IMAGE_TALK, deprecated in 1.14 by James D. Forrester
- git #a8d26127 - Drop remnants of wgHtml5/wgJsMimeType/wgXhtmlDefaultNamespace support, killed in 1.22 by James D. Forrester
- git #530345a3 - Add success variables to message group and unify values (task T226795) by Volker E
- git #6c973b23 - rdbms: set QUERY_IGNORE_DBO_TRX flag in more places in DatabaseSqlite by Aaron Schulz
- git #ef381994 - rdbms: fix IDatabase::setLBInfo() handling of null and allow clearing keys by Aaron Schulz
- git #b3776efc - Add change-tags to MessagePoster (task T227161) by Sam Wilson
- git #a5a672b1 - resourceloader: Speed up dependency checks in structure/ResourcesTest (task T225730) by Timo Tijhof
- git #6284ed69 - tests: Move unit/languages to unit/includes/language (task T225756) by Timo Tijhof
- git #6778f737 - resourceloader: Remove register() 'object' use in OutputPageTest (task T222637) by Timo Tijhof
- git #951b3392 - objectcache: add regen_walltime metric to WANObjectCache::getWithSetCallback() by Aaron Schulz
- git #12f4ce87 - objectcache: make getMultiWith(Union)SetCallback() usage easier by Aaron Schulz
- git #1ab5a641 - Raise default reqTimeout in MultiHttpClient (task T226979) by Martin Urbanec
- git #ed1ab403 - When title contains only slashes, Title::getRootText() shouldn't return false (task T227816) by Martin Urbanec
- git #81d611a8 - Import PSR NullLogger instead of using absolute class references by Aaron Schulz
- git #149b5a01 - Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use (task T227376) by Aaron Schulz
- git #b72a0038 - objectcache: make BagOStuff::getMulti() preserve order and omit keys with missing segments by Aaron Schulz
- git #55301a4b - Removed deprecated WikiMap::getWikiIdFromDomain() method by Aaron Schulz
- git #7e647d2f - objectcache: fix race conditions in RedisBagOStuff::incr() by Aaron Schulz
- git #06f645c4 - Load GlobalFunctions.php to tests/phpunit/bootstrap.php (task T87781) by Amir Sarabadani
- git #43c78e83 - jobqueue: migrate root job deduplication to the WAN cache (task T227376) by Aaron Schulz
- git #c50202a9 - objectcache: only process cache non-LB connections in SqlBagOStuff by Aaron Schulz
- git #0848e904 - rdbms: fix some phpstorm warnings database classes by Aaron Schulz
- git #8423c127 - Move the showMissingArticle() cache from $wgMainStash to "db-replicated" (task T227376) by Aaron Schulz
- git #9d2ebacb - Setup: Remove $wgDebugPrintHttpHeaders option (task T189966) by Timo Tijhof
- git #4a83841f - upload: move UploadBase status store from $wgMainStash to "db-replicated" (task T227376) by Aaron Schulz
- git #2c046e1b - Split HttpTest and SessionTest to unit and integration (task T87781) by Amir Sarabadani
- git #54626e5c - Title: Title::getSubpage should not lose the interwiki prefix (task T227700) by daniel
- git #837f2d76 - storage: remove wfWikiId() call from RevisionStore::checkDatabaseDomain() by Aaron Schulz
- git #d322031d - rdbms: switch to AtEast warning suppression in Database classes by Aaron Schulz
- git #82fe641c - Setup: Make wfMemoryLimit() internal and simplify (task T189966) by Timo Tijhof
- git #6612e486 - Setup: Move mb_internal_encoding() call earlier (task T189966) by Timo Tijhof
- git #65f6a33a - objectcache: Document WANObjectCache statsd metrics (task T197849) by Timo Tijhof
- git #f72ae0f6 - Switch various LoadBalancer::getConnection() callers to getConnectionRef() by Aaron Schulz
- git #4067449a - Bring legacy/mediawiki.ui messages closer to Style Guide & ensure contrast (task T226795) by Volker E
- git #f3dbb9ce - Drop ChangePasswordForm hook, deprecated in 1.27 by James D. Forrester
- git #318306ed - rdbms: add ILoadBalancer::getReplicaResumePos method (task T224422) by Aaron Schulz
- git #95ccb2b9 - rdbms: better normalize and document constructor $params in Database by Aaron Schulz
- git #c3940d01 - Fix stale client caching of history pages with $wgShowUpdateMarker enabled by Aaron Schulz
- git #144324e1 - Update wikimedia/object-factory to 2.1.0 by Gergő Tisza
- git #41106688 - RedirectSpecialPage: handle interwiki redirects. (task T227700) by daniel
- git #d6dd6e4d - resourceloader: Remove use of object registering in test suites (task T222637) by Timo Tijhof
- git #611e2d55 - objectcache: move version numbers to the main wrapper in WANObjectCache by Aaron Schulz
- git #7710afe5 - Migrate various callers away from wfWikiId() to WikiMap by Aaron Schulz
- git #65648f55 - Add helper for HTTPFileStreamer header syntax by Gergő Tisza
- git #d4cb1968 - Reduce contention of getScopedLockAndFlush() callers by using the DB domain in the key by Aaron Schulz
- git #dce07b4c - Log errors in DeferredUpdates::handleUpdateQueue() by Aaron Schulz
- git #c351a9ca - rdbms: cleanup some Database error message wording for consistency by Aaron Schulz
- git #28484682 - rdbms: cleanup DatabaseSqlite::lock() error handling by Aaron Schulz
- git #8a4f27fe - installer: make SqliteInstaller set "synchronous" for the job queue DB like the other DBs by Aaron Schulz
- git #1f76570c - Add ResultWrapper/FakeResultWrapper tests (task T227665) by Aaron Schulz
- git #4147bd81 - Add help links to core special pages (task T227534) by DannyS712
- git #01a4a589 - resourceloader: Omit parameter 'lang' from image URLs when not vary by Fomafix
- git #1e9ed7ad - Move LanguageCodeTest from integration to unit by Amir Sarabadani
- git #c92d559d - Allow PHP version check to execute on older version of PHP (task T213893) by Bill Pirkle
- git #77e36362 - Release notes for ResultWrapper indexing change (task T227665) by Gergő Tisza
- git #383460af - objectcache: normalize BagOStuff method overriding pattern for *Multi() methods by Aaron Schulz
- git #bf7a06a2 - Release notes for deprecating User::getRights() and breaking User::$mRights by Gergő Tisza
- git #1758a572 - jobqueue: fix IDEA warnings in JobQueueRedis by Aaron Schulz
- git #598eb4db - mediawiki.dic: Remove Zero-related stuff by Max Semenik
- git #f588586e - Various fixes and simplifications to RefreshLinksJob::runTitle() by Aaron Schulz
- git #dda7a2c3 - Some fixes to page updater docs by Tim Starling
- git #b8b25149 - Allow PHP version check to execute on older versions of PHP (task T213893) by Bill Pirkle
- git #aaf8d302 - rdbms: avoid dbSchema() in Database::replaceLostConnection() and Database::__clone() (task T227708) by Aaron Schulz
- git #87c09681 - Html: Make linkButton() documentation less confusing by Roan Kattouw
- git #69ad84cf - Make MapCacheLRU::get() accept a default value and improve $maxAge default by Aaron Schulz
- git #316d2051 - Stop using wfDebugLog in LocalisationCache by Amir Sarabadani
- git #a4d4f376 - Normalize the code style of some ResultWrapper iteration loops by Aaron Schulz
- git #ebc8342d - Add NS_MEDIAWIKI to LinkCache::isCacheable() to help MessageBlobStore cache regeneration by Aaron Schulz
- git #3a3d117f - objectcache: use OPT_TCP_NODELAY for MemcachedPeclBagOStuff by Aaron Schulz
- git #12163690 - objectcache: remove inheritence from CachedBagOStuff by Aaron Schulz
- git #d3c2e4d3 - Update $wgMainStash comments and merge in those from a deprecated ObjectCache method by Aaron Schulz
- git #b530dca4 - User: support setting custom fields + array autocreation in non-existent field (task T227688) by Gergő Tisza
- git #881e17a0 - WatchedItemStore: Fix fatal when revision is deleted (task T226741) by Roan Kattouw
- git #77f4bab8 - Allow skins/extensions to define custom OOUI themes (task T100896) by Bartosz Dziewoński
- git #65b4b612 - objectcache: rename "slaveOnly" parameter to "replicaOnly" in SQLBagOStuff by Aaron Schulz
- git #6140d94f - PHPUnit bootstrap: less aggressive unsetting of globals (task T87781) by Kosta Harlan
- git #36c6b6d5 - Tests: Assert that integration tests are not in unit test directory (task T87781) by Kosta Harlan
- git #1ef6deed - Linker: Fix incorrect test added in Ib9816d8b (task T227656) by Brad Jorsch
- git #9bd93469 - build: Updating mediawiki/mediawiki-phan-config to 0.6.1 by James D. Forrester
- git #e8860191 - Make RouterTest extend MediawikiUnitTestCase and not integration by Amir Sarabadani
- git #786a7a16 - Pass in ServiceOptions to BlockManager by Thalia
- git #4b90befa - Tidy up conditions for applying a block from a cookie by Thalia
- git #574bed63 - Update OOUI to v0.33.2 (task T158708) (task T226780) (task T227040) (task T227275) by Volker E
- git #ff168c8c - Replace old URLs in SampleTest by Thalia
- git #da5f1240 - rdbms: make IDatabase::isReadOnly() return true for replica DBs managed by LoadBalancer by Aaron Schulz
- git #20a9c8d2 - bagostuff: optimize SqlBagOStuff and fix failing segmentation tests (task T113916) by Aaron Schulz
- git #a5c754f6 - rdbms: rename LoadMonitor "parent" field to "lb" by Aaron Schulz
Vendor
- git #ccc1a34f - Update wikimedia/object-factory to 2.1.0 by Gergő Tisza
- git #fb6c0f29 - Drop stil/gd-text, ZeroBanner no longer needs it (task T215745) by James D. Forrester
- git #8b635b28 - Update OOUI to v0.33.2 by Volker E
Extensions
3D
- git #0306c1ad - build: Updating npm dependencies by libraryupgrader
- git #70814596 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
AbuseFilter
- git #9937f8b0 - Remove extra file from parser tests by Daimona Eaytoy
- git #18d7d2ed - Start using AFPData::DNONE (task T204654) by Daimona Eaytoy
- git #a1203293 - build: Updating npm dependencies by libraryupgrader
- git #70a03755 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #7bc566e6 - Fix the regex for numbers, start deprecation of non-decimal numbers (task T212726) by Daimona Eaytoy
- git #fce600c3 - Fix bogus DB domain parameter in AbuseFilter::getCentralDB() (task T227613) by Aaron Schulz
ActiveAbstract
- git #fdc6066b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #990b9f2e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
AdvancedSearch
- git #dd25d573 - build: Alphabetize composer dependencies by WMDE-Fisch
- git #93d36525 - build: Updating dependencies by libraryupgrader
- git #8733ed18 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #58f047a9 - Add Sorting order section to Advanced Search panel (task T197525) by tzhelyazkova
AntiSpoof
- git #ebbe932c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #02b379bb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ApiFeatureUsage
- git #1d912dbd - build: Updating dependencies by libraryupgrader
- git #623c39c7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ArticleCreationWorkflow
- git #727fead0 - build: Updating dependencies by libraryupgrader
- git #77f040f7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ArticlePlaceholder
- git #70ccd167 - build: Updating npm dependencies by libraryupgrader
- git #041cebfb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Babel
- git #a7edd052 - build: Updating dependencies by libraryupgrader
- git #5ce95f3d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
BetaFeatures
- git #07956a23 - build: Updating dependencies by libraryupgrader
- git #64590383 - Split apihelp messages to a separate file (task T189982) by Amir Aharoni
- git #2a50a196 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
BounceHandler
- git #bdd472ee - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #3282e5b2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Calendar
- git #d1d673d6 - build: Updating dependencies by libraryupgrader
- git #bf1b5f70 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Campaigns
- git #d6ef0e26 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #ba47e09f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Capiunto
- git #6eb57e91 - build: Updating dependencies by libraryupgrader
- git #bd0e479e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CategoryTree
- git #ff68745b - build: Updating dependencies by libraryupgrader
- git #cc24940a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CentralAuth
- git #a5d6a18b - Add phan (task T189371) by Daimona Eaytoy
- git #9c95ee4c - Add phan taint-check plugin (task T189227) by Daimona Eaytoy
- git #47a37d72 - build: Updating dependencies by libraryupgrader
- git #3fad3ffd - Add underscore missing from I85dc95278ef086ddc12d3d55ffe8afcf89cc2b4a (task T225583) by DannyS712
- git #9d363370 - Delete Ruby Selenium tests (task T173989) (task T214382) (task T220035) by Željko Filipin
- git #f8ea814e - Add help link to Special:GlobalRenameRequest (task T225583) by DannyS712
CharInsert
- git #5d3d801d - build: Updating dependencies by libraryupgrader
- git #0e38fad2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CheckUser
- git #4d03505b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #53d22caf - Avoid using ArticleEditUpdatesDeleteFromRecentchanges hook by Aaron Schulz
- git #b33c24de - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CirrusSearch
- git #349c5547 - tests: Remove zerowiki, closed by Max Semenik
- git #245964aa - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #7b8009be - Remove CirrusSearchRequestSet code (task T226436) by Andrew Otto
- git #e1deb4b3 - Log failing RedirectsAndIncomingLinks searches (task T227691) by Erik Bernhardson
- git #8c05b343 - RedirectsAndIncomingLinks: succeede or fail, but not both (task T227691) by Erik Bernhardson
- git #4cf427e9 - Add FetchPhaseConfigBuilder (task T190130) by David Causse
Cite
- git #8b442be7 - build: Updating dependencies by libraryupgrader
- git #00c31ffc - Split apihelp messages to a separate file (task T189982) by Amir Aharoni
- git #bceb94ca - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CiteThisPage
- git #2ebabc76 - build: Updating dependencies by libraryupgrader
- git #a7e28432 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Citoid
- git #a5cfba3d - Dialogs: Use close flag for close actions (task T225021) by Ed Sanders
- git #5d19b0e5 - build: Updating dependencies by libraryupgrader
- git #ebbeb70e - Add wikibase module (task T196353) by mvolz
- git #49376a35 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
cldr
- git #d466ba49 - build: Updating dependencies by libraryupgrader
- git #1627d826 - Update README to use wfLoadExtension by Fomafix
- git #9d21e923 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Cognate
- git #720a7bf4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CodeEditor
- git #7ef50bcb - build: Updating dependencies by libraryupgrader
- git #fd3f2bd2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CodeMirror
- git #dd036600 - build: Updating dependencies by libraryupgrader
- git #3f695ac9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CodeReview
- git #39a49a77 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #15c94657 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CollaborationKit
- git #e7729ae6 - Remove non-existing showRedlink optiong being passed to mw.widgets.TitleSearchWidget by James D. Forrester
- git #3fbdca65 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Collection
- git #9c0b610c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #17ed09c1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #782d8fb2 - CollectionProposals.php: Fix count(): Parameter must be an array or an object that implements Countable (task T227407) by Reedy
CommonsMetadata
- git #59af70a9 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #976613e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ConfirmEdit
- git #4575c2cc - build: Updating dependencies by libraryupgrader
- git #2c829419 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CongressLookup
- git #825f3b13 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #854f11e1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ContactPage
- git #13427027 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #9ade4ca6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ContentTranslation
- git #94b9d780 - Move DateManipulatorTest.php to the new unit test structure by Amir Sarabadani
- git #aecf456e - Fix debugBar styling by Ed Sanders
- git #dfb7fcba - Update Wikibase client resource module by Amir Sarabadani
- git #46936316 - Fix context inheritance by Ed Sanders
- git #07e5d5e9 - Fix indentation in mw.cx.TargetArticle by petarpetkovic
- git #eddb3168 - Don't generate HTML for segments when copying (task T220495) by Ed Sanders
- git #6c0e5ed7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ContributionTracking
- git #5e8760da - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #7b90299d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
CreditsSource
- git #7fb2f41b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #b1def5e9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Dashiki
- git #9f427580 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #69fed7fe - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Disambiguator
- git #e6bb5d94 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #fa89c646 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #a6a8a4ea - Add help links to special pages (task T226938) by DannyS712
DismissableSiteNotice
- git #715674b4 - build: Updating dependencies by libraryupgrader
- git #949eea7a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
DonationInterface
- git #678c435e - Guard against duplicate WmfFramework alias by Elliott Eggleston
- git #3c4189cc - Add form_variants dir to DonationInterface by Elliott Eggleston
- git #45bb88f9 - Use POST for donation api by Elliott Eggleston
- git #d6be4075 - Turn on Ingenico Connect ResultSwitcherTest by Elliott Eggleston
- git #78f975da - Add RecurringConversion interface (task T216560) by Elliott Eggleston
- git #c730c30e - Donation API Base: Bring Amazon in (task T216560) by Elliott Eggleston
- git #63514a0b - Donation API base: make $adapter a class property (task T216560) by Elliott Eggleston
- git #eb1fc6d6 - Base class for Donation APIs: step one (task T216560) by Elliott Eggleston
- git #75ef730c - Replace Ingenico Connect yaml symlinks with copies (task T225839) by Elliott Eggleston
- git #0e37d7b8 - Log line for showing recurring conversion ask (task T216560) by Elliott Eggleston
- git #2b40ffc7 - Recurring conversion: wire up close and 'no' buttons (task T216560) by Elliott Eggleston
DoubleWiki
- git #d48e6eda - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #cd68caf1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
DynamicSidebar
- git #26e7682f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #b939aeea - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
EUCopyrightCampaign
- git #51d38259 - build: Updating dependencies by libraryupgrader
- git #fa1a615e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Echo
- git #e6e75415 - MentionInSummaryPresentationModel: Fix PHP error (task T226681) by Roan Kattouw
- git #7a27d13a - Move unit tests, round II by Amir Sarabadani
- git #4bf8a673 - build: Updating dependencies by libraryupgrader
- git #795b87d5 - Change polling rate when document not visible (task T227501) by shivanshbindal9
- git #1c93cba7 - Move unit tests to the new structure by Amir Sarabadani
- git #1b2c8eeb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #d6e740ac - Add mediawiki.jqueryMsg as a dependency to ext.echo.init (task T225259) by shivanshbindal9
- git #67246b98 - Stop autoloading test classes by Amir Sarabadani
Elastica
- git #37291b7a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #cd53bb97 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ElectronPdfService
- git #58532291 - build: update dev dependecies in package.json by WMDE-Fisch
- git #0056b0d8 - build: Alphabetize composer dependencies by WMDE-Fisch
- git #34740eb0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
EntitySchema
- git #e0af51a7 - build: Updating npm dependencies by libraryupgrader
- git #77b73cff - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
EventBus
- git #8cc64195 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #d0ffc736 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
EventLogging
- git #e7e2ff5c - build: Updating dependencies by libraryupgrader
- git #9b29f14a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ExtensionDistributor
- git #0901dfe2 - build: Updating dependencies by libraryupgrader
- git #f03db582 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ExternalGuidance
- git #c48434ce - build: Updating dependencies by libraryupgrader
- git #7ea645da - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
FeaturedFeeds
- git #d946768a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #2c45f6d7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #ad2fe5c2 - Split apihelp messages to a separate file (task T189982) by Amir Aharoni
FileExporter
- git #a13491c0 - build: Alphabetize composer dependencies by WMDE-Fisch
- git #ef5e0150 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #2ea3d656 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
FileImporter
- git #c2671fb5 - build: Alphabetize composer dependencies by WMDE-Fisch
- git #9757c572 - build: Updating dependencies by libraryupgrader
- git #05bd86e1 - Fix bug involving file renaming and centralauth cleanup/delete (task T225617) (task T227390) by Andrew Kostka
- git #5f6fc881 - Add a link to the imported file in the delete/edit summary (task T227358) by Andrew Kostka
- git #a6a1920a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
FlaggedRevs
- git #dae7c2ea - build: Updating dependencies by libraryupgrader
- git #60773819 - Add help links to special pages (task T226938) by DannyS712
- git #1ef59261 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Flow
- git #b677d5c7 - ReferenceClarifier: Fix "Unknown $objectType: post-summary" errors (task T151391) by Roan Kattouw
- git #b5af966b - Speculative fix for undefined index error in ChangesListFormatter (task T205191) by Roan Kattouw
- git #6cee201d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #020ae45f - Move unit tests to the new structure by Amir Sarabadani
- git #0b229ed7 - Stop autoloading test classes by Amir Sarabadani
- git #eafe5ce3 - Add phan (task T224759) by Daimona Eaytoy
FundraiserLandingPage
- git #f4d026f7 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #3a44c0e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
FundraisingTranslateWorkflow
- git #9102375f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #71371f4f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Gadgets
- git #28bc89ad - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #8f714aef - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GeoCrumbs
- git #f18ad43e - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #f171d9e8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GeoData
- git #278670f2 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #58b0f91b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #3b4bb869 - Stop supporting ParserOutput::geoData magicField by David Causse
GettingStarted
- git #5fdc18e8 - Delete Ruby Selenium tests (task T180224) (task T214382) (task T220035) by Željko Filipin
- git #012e2bcc - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GlobalBlocking
- git #66a20829 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #8887c414 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GlobalCssJs
- git #09bd6972 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #dbf81967 - tests: Add basic test for GlobalSiteModuleTest::getGroup by Timo Tijhof
- git #80e44d18 - tests: Minor clean up in GlobalModuleTest and GlobalSiteModuleTest by Timo Tijhof
- git #1da2f364 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GlobalPreferences
- git #12a6588e - build: Use standard name in eslint config by Kunal Mehta
- git #8f0964f5 - build: Updating dependencies by libraryupgrader
- git #ee6f3ad2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GlobalUsage
- git #dd475e2c - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #9946c2ae - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GlobalUserPage
- git #69ac9cc3 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #085ea699 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GoogleNewsSitemap
- git #fa97d69f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #0d51c2d0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Graph
- git #fcda4eb4 - build: Updating dependencies by libraryupgrader
- git #9d5af2ba - build: Modernise linters by James D. Forrester
- git #cf80f43e - Drop dangerous wgGraphIsTrusted option, never used by James D. Forrester
- git #ee1853a5 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GrowthExperiments
- git #fa166b83 - Homepage: Styling tweaks for start module mobile summary (task T227109) by Roan Kattouw
- git #c64157dd - Mentor: Fix parsing of empty mentor description (task T227535) by Roan Kattouw
- git #a97bcbc4 - Allow posting questions to Flow pages (task T212433) by Stephane Bisson
- git #a31b1390 - Add icon to desktop headers (task T227762) by Kosta Harlan
- git #d5ef8512 - build: Updating dependencies by libraryupgrader
- git #1868786b - Trim question in QuestionPoster's constructor (task T227945) by Martin Urbanec
- git #cd458961 - Remove unneeded use statement by Stephane Bisson
- git #1f71fcb8 - Impact: mobile preview: padding between text and icon (task T225560) by Stephane Bisson
- git #738b37fb - Impact: fix no pageviews icon tooltip style (task T227819) by Stephane Bisson
- git #e38d047b - Set help panel question storage preference (task T220753) by Kosta Harlan
- git #b5c51909 - Make {{GENDER:}} actually work in GuidedTour messages (task T227289) by Roan Kattouw
- git #64c75d3c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #bfa81bf6 - Homepage: Use 2x2 grid for mobile summary of start module (task T227109) by Roan Kattouw
- git #79d4c2fe - Fix accidentally working LESS for ConfirmEmail (task T222848) by Kosta Harlan
- git #2dd0ce39 - Add tests for freetext test feature flag (task T226039) by Kosta Harlan
GuidedTour
- git #35464fd6 - build: Updating dependencies by libraryupgrader
- git #af936881 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
GWToolset
- git #5caa8ad2 - build: Updating dependencies by libraryupgrader
- git #569db065 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ImageMap
- git #e02f5389 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #bdaa9407 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
InputBox
- git #91191771 - build: Updating dependencies by libraryupgrader
- git #14424a9a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Insider
- git #b0688cae - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #09290101 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
intersection
- git #0a07ea63 - build: Updating dependencies by libraryupgrader
- git #d384746e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Interwiki
- git #fe5303a4 - build: Updating dependencies by libraryupgrader
- git #bfc8a018 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
InterwikiSorting
- git #3d3665ed - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Jade
- git #9138da68 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #47890a0e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Josa
- git #59fbfc40 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #176e9c2a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
JsonConfig
- git #a4983e0f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Kartographer
- git #23b20f37 - build: Updating dependencies by libraryupgrader
- git #06f24ce9 - Split apihelp messages to a separate file (task T189982) by Amir Aharoni
- git #1eebc42c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LabeledSectionTransclusion
- git #5e0006db - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #f5c33a3c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LandingCheck
- git #4cb34f62 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #bcd2b9e0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LdapAuthentication
- git #a2d07d01 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #22016f60 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Linter
- git #3021acbd - build: Updating dependencies by libraryupgrader
- git #da03b3f8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LiquidThreads
- git #6f8d8813 - build: Updating dependencies by libraryupgrader
- git #2d881ede - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Listings
- git #fdbb8063 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #1354eec7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LocalisationUpdate
- git #840c432f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #04d0f985 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
LoginNotify
- git #07c228fc - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #6883dca1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MapSources
- git #f4f14b25 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #b8fdb101 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MassMessage
- git #ae62893b - build: Updating dependencies by libraryupgrader
- git #3d384d9b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #7bb53f9d - Add help links to special pages (task T226938) by DannyS712
Math
- git #ccc6a0cb - build: Updating dependencies by libraryupgrader
- git #85d7f039 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MobileApp
- git #df4c8e86 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #d75755a0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MobileFrontend
- git #6afd79de - EditorOverlayBase: Fix spinner icon (task T228096) by Bartosz Dziewoński
- git #f6b0a1b0 - Fix truncating text with ellipsis in overlay headers (task T228096) by Bartosz Dziewoński
- git #13886435 - Do not diff generated files in resources/dist/ by Bartosz Dziewoński
- git #96ba4794 - Remove special message variables and unify message appearance (task T228022) by Volker E
- git #a6ecc98f - Move parsing responsibilities from Page.js into PageHTMLParser.js (task T193077) by Nicholas Ray
- git #fbb1b160 - Bundlesizes are outdated - update! by jdlrobson
- git #dbc5e66b - Pass through section=0 to VE (task T227897) by Ed Sanders
- git #0a94f761 - 🐛 Bug: Fix the toggling of the search overlay clear icon by Nicholas Ray
- git #743a6bf9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #3a04d3b1 - Remove mention of Zero by Max Semenik
- git #bd1b16ff - Get rid of toHtmlString and simplify overlay header construction by jdlrobson
- git #4968e83e - Convert Page.js to ES6 class (task T193077) by Nicholas Ray
- git #7781d2e5 - Stop varying by X-CS (task T187716) by Max Semenik
- git #62a79cc5 - Do not automatically mark notifications on mobile as read (task T220979) by jdlrobson
- git #5ec6a500 - Drop Icon and Button partial usages outside those classes (task T149909) by jdlrobson
MultimediaViewer
- git #d4b61852 - Selenium: do not run selenium-MultimediaViewer Jenkins job on macOS (task T214389) (task T220035) by Željko Filipin
- git #c480f7a7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
NavigationTiming
- git #16dfa95f - build: Updating dependencies by libraryupgrader
- git #00685034 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Newsletter
- git #45bddc1f - build: Updating dependencies by libraryupgrader
- git #356a89c2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 and make pass by James D. Forrester
NewUserMessage
- git #ab96b520 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #2766c866 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Nuke
- git #8e9a3bbe - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #87a1230c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
OATHAuth
- git #b4c81d45 - build: Updating dependencies by libraryupgrader
- git #142bda91 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
OAuth
- git #4a6777e4 - build: Updating dependencies by libraryupgrader
- git #77313178 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #a6ec212b - Allow separating OAuth and per-wiki session storage. (task T227696) by Bill Pirkle
- git #1de417eb - Do not rely on array autocreation for custom User properties (task T227688) by Gergő Tisza
OpenStackManager
- git #d69467a2 - build: Updating dependencies by libraryupgrader
- git #ef574e76 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ORES
- git #6029d4ee - build: Updating dependencies by libraryupgrader
- git #e2be5c72 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #cef8bb59 - Add help links to special pages (task T226938) by DannyS712
PageAssessments
- git #3846c8ab - build: Updating dependencies by libraryupgrader
- git #460f85fb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PagedTiffHandler
- git #a6a9e721 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #012b4024 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PageImages
- git #7d93ee1f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #2187e20b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PageTriage
- git #f6ea1e61 - Remove Hooks::formatTemplateName(), unused by Max Semenik
- git #86d5f72e - Add pagetriage change-tag to talk page messages (task T226789) by Sam Wilson
- git #ec0a9836 - build: Updating dependencies by libraryupgrader
- git #4e2267f3 - Correct the name of the pagetriage tag name message by JJMC89
- git #eb37aa3d - Remove jquery.effects by Roan Kattouw
- git #84eede84 - Add help link to Special:NewPagesFeed (task T224816) by DannyS712
- git #11a62e84 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #feb41e38 - Separate mark as review/unreview and send message to page creator workflows (task T207442) by hmonroy
- git #04d06a84 - Simplify Hooks::shouldShowNoIndex() (task T226189) by Kunal Mehta
- git #dd50f74f - Merge module 'ext.pageTriage.models' into 'ext.pageTriage.util' (task T221269) by Timo Tijhof
PageViewInfo
- git #b5d948ff - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #b1d4c6d4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ParserFunctions
- git #61828f3b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #e085eca7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ParsoidBatchAPI
- git #26ca1fd1 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #d255f26e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PdfHandler
- git #96fa538a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #cab621ed - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PerformanceInspector
- git #7ceba180 - build: Updating dependencies by libraryupgrader
- git #2c7ebcb6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Petition
- git #77b67488 - build: Updating dependencies by libraryupgrader
- git #46a0324a - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Poem
- git #5d96cf23 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #d4e9fb68 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
PoolCounter
- git #ef3efc0b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #5c4e10ae - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Popups
- git #85084a44 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ProofreadPage
- git #715b66b7 - build: Updating dependencies by libraryupgrader
- git #a8a27d75 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #bb7f1755 - Add phan (task T224758) by Daimona Eaytoy
PropertySuggester
- git #0ef01ab8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
QuickSurveys
- git #4e7ea653 - build: Updating dependencies by libraryupgrader
- git #f932f4fa - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Quiz
- git #3284b1aa - build: Updating dependencies by libraryupgrader
- git #7b830b29 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ReadingLists
- git #cdda9408 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #93c5aa10 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
RelatedArticles
- git #e1490b3f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Renameuser
- git #a411fa19 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
RevisionSlider
- git #65faa456 - build: Alphabetize composer dependencies by WMDE-Fisch
- git #01737414 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
RSS
- git #cd9e5840 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #2542193c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SandboxLink
- git #77465ba8 - build: Updating dependencies by libraryupgrader
- git #e3f6f311 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Score
- git #8ca7109b - build: Updating dependencies by libraryupgrader
- git #433b4b3e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Scribunto
- git #93092698 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SearchExtraNS
- git #8796967c - build: Updating dependencies by libraryupgrader
- git #cd5c9fea - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SecurePoll
- git #892b66db - build: Updating dependencies by libraryupgrader
- git #73308a3b - Make phan-taint-check plugin pass (task T205972) by Daimona Eaytoy
- git #5f1dc63c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #a803b621 - Use ResultWrapper::numRows() instead of internal field access (task T227620) by Aaron Schulz
Sentry
- git #f8d26bfa - build: Updating dependencies by libraryupgrader
- git #7ce1a3d2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
ShortUrl
- git #c254c3cc - build: Updating dependencies by libraryupgrader
- git #f2634670 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SiteMatrix
- git #118043d5 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #f3a53ace - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SkinPerPage
- git #def2d399 - build: Updating dependencies by libraryupgrader
- git #b4fcb5bb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SpamBlacklist
- git #a0e6c32f - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #a72c0f33 - Abandon EventLogging instrumentation (task T162365) by Dan Andreescu
- git #3f6da90c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SubPageList3
- git #01d04ac9 - build: Updating dependencies by libraryupgrader
- git #da0eb90c - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SubpageSortkey
- git #a391315e - build: Updating dependencies by libraryupgrader
- git #2f835873 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
SyntaxHighlight_GeSHi
- git #c83d43c8 - build: Updating dependencies by libraryupgrader
- git #36e03d2e - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TemplateData
- git #f273d154 - build: Updating dependencies by libraryupgrader
- git #cc8b0b5e - Set back/close flags on dialog by Ed Sanders
- git #9366ac18 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TemplateSandbox
- git #51588318 - build: Updating dependencies by libraryupgrader
- git #171e35ea - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #b6ef5185 - Add help links to special pages (task T226938) by DannyS712
TemplateStyles
- git #a9b68311 - build: Updating dependencies by libraryupgrader
- git #ba07d9c0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TemplateWizard
- git #5d376106 - build: Updating dependencies by libraryupgrader
- git #681ee79b - Fix dialog actions by Ed Sanders
- git #36e1a799 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TextExtracts
- git #ed0f255d - build: Updating dependencies by libraryupgrader
- git #b39beef5 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Thanks
- git #f10a6818 - build: Updating dependencies by libraryupgrader
- git #003172c1 - SECURITY: Do not let users thank for a log entry if actor was deleted (task T224240) by Martin Urbanec
- git #ba50cab9 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TimedMediaHandler
- git #435e8764 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #86cc93b2 - build: Migrate eslint exclusions to .eslintignore by Kunal Mehta
- git #e4afa863 - Add help links to special pages (task T226938) by DannyS712
- git #1e16e31c - Get language names from core module 'mediawiki.language.names' by Fomafix
- git #3d76181f - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #702a2b2a - TimedText: Add a audio captioning plugin for video.js (task T121387) by Derk-Jan Hartman
timeline
- git #49197c3c - build: Updating dependencies by libraryupgrader
- git #d641fd34 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TitleBlacklist
- git #ba40cb6e - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #9490d3df - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TocTree
- git #5ab87560 - build: Updating dependencies by libraryupgrader
- git #c3048c17 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TorBlock
- git #164ef223 - build: Updating dependencies by libraryupgrader
- git #27f401ad - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #1de471d9 - Convert getExitNodes() from $wgMainStash to the WAN cache (task T227376) by Aaron Schulz
Translate
- git #651c7068 - build: Updating dependencies by libraryupgrader
- git #10bb7f32 - Cleanups for extension registration work (task T87985) by Adam Wight
- git #f241aeed - Remove unused global variable $wgTranslateCC (task T214356) by abijeet
- git #5fe08bb2 - Stop using deprecated shell executor by Adam Wight
- git #7a28e66a - Move wfAddNamespace into a dedicated source file by Adam Wight
- git #905a8547 - Registration: translation service config (task T87985) by Adam Wight
- git #1d26cccd - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #1821c6f6 - Remove unused prop description in ApiQueryMessageGroups by Niklas Laxström
- git #2d94ef95 - Move special pages to dedicate group (task T227393) by DannyS712
TranslationNotifications
- git #3a706224 - build: Updating dependencies by libraryupgrader
- git #c8d5d1a1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TrustedXFF
- git #00ceecdd - build: Updating dependencies by libraryupgrader
- git #26ee3ca1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
TwoColConflict
- git #91b02c3c - build: Alphabetize composer dependencies by WMDE-Fisch
- git #435911f2 - build: Updating dependencies by libraryupgrader
- git #6bbfaaee - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
UniversalLanguageSelector
- git #cc4c09ed - build: Updating dependencies by libraryupgrader
- git #2b1d17ac - Update jquery.uls from upstream by MarcoAurelio
- git #b08de1c0 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
UploadsLink
- git #9f42e2b5 - build: Updating dependencies by libraryupgrader
- git #d13b3e71 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
UploadWizard
- git #0acc0be8 - build: Updating dependencies by libraryupgrader
- git #66ba6ef0 - Remove Image-reviewer group from extension.json (task T228073) by Martin Urbanec
- git #6ebc64f1 - UploadWizardCampaign: Stop using deprecated ObjectCache::getMainWANInstance() by James D. Forrester
- git #ebc9dc8b - Use parseDom() instead of parse() wherever possible by Bartosz Dziewoński
- git #02d97096 - uw.ValidationMessageElement: Fix error messages with buttons/links (task T227871) by Bartosz Dziewoński
- git #d9945647 - Don't load EL schemas by Matthias Mullie
- git #e2e69db1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
UrlShortener
- git #9c1673e4 - build: Updating dependencies by libraryupgrader
- git #33d75227 - Add "help" button to Special:UrlShortener (task T224861) by DannyS712
- git #7bbcadcb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
UserMerge
- git #f40dae3a - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #eb7964b4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
VipsScaler
- git #42882c64 - build: Updating dependencies by libraryupgrader
- git #ac800c61 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
VisualEditor
- git #ef3906b8 - build: Updating dependencies by libraryupgrader
- git #c958ea38 - Add number of images to gallery context by Ed Sanders
- git #377ed366 - Add validation to feedback to internal links by Ed Sanders
- git #fba9585d - Add validation feedback to external link (task T227899) by Ed Sanders
- git #d8b6509d - Update VE core submodule to master (e16b98e25) (task T228070) by James D. Forrester
- git #57317a20 - Make page title the target title (task T193132) by tcreusc
- git #f259bb9c - MWSaveDialog: Use close flag for close actions, move 'back' button (task T225021) (task T227049) (task T227857) by Bartosz Dziewoński
- git #18472d84 - Follow-up Id330efac: Only hide the welcome dialog on mobile by James D. Forrester
- git #cde7946b - MobileArticleTarget: Don't show the welcome dialog (task T227670) by Bartosz Dziewoński
- git #ea66017b - Remove non-existing showRedlink from ve.ui.MWInternalLinkAnnotationWidget by Niklas Laxström
- git #9aca5ab8 - build: Upgrade phan-taint-check-plugin from 1.5.0 to 2.0.1 by James D. Forrester
Wikibase
- git #4e53f89f - bridge: Get current data for Wikidata entity (task T227185) by Michael Große
- git #4579424d - bridge: Add http-status-codes and @types/jquery npm modules (task T227185) by Michael Große
- git #0bcfd320 - Show number of statements and external identifiers on page information for entities (task T224842) by Amir Sarabadani
- git #dfb1ccb6 - Add test directories to client+lib AutoloadNamespaces (task T172368) by Lucas Werkmeister
- git #445a53ee - Move classes in Elastic/ subdirectory to \Elastic subnamespace (task T172368) by Lucas Werkmeister
- git #04d9989a - Fix namespaces of Fake{LoadBalancer,LBFactory} (task T172368) by Lucas Werkmeister
- git #ed049eb5 - Fix up Iec0fe4be7a2781d9b91c72dc3f51528fee2817ce by Amir Sarabadani
- git #5ce18ad6 - bridge: Add click-handling for links by Michael Große
- git #dc8cf52b - Bump wikibase-api to HEAD by Amir Sarabadani
- git #c4f2152d - Reduce number of client RL modules (task T203696) by Amir Sarabadani
- git #142eebae - Add tests for referenceview tabs; fix bug by mvolz
- git #a6ae1d35 - bridge: Introduce Services (task T227181) by bitPogo
- git #00d5cdd9 - bridge: EntityRepository interface (task T227191) by bitPogo
- git #dcd0f584 - bridge: Introduce Statements datamodel (task T227181) (task T227191) by bitPogo
- git #5693a22c - bridge: Integrate the new selector class (task T227177) by Michael Große
- git #c65e4c49 - bridge: use class instance to select spans (task T227177) by Michael Große
- git #c844de47 - Introduce store (task T227181) by bitPogo
- git #8ee71fbe - Remove PSR-4-compliant parts from repo and client (task T172368) by Amir Sarabadani
- git #6be1640f - Remove PSR-4-compliant parts from lib/autoload.php (task T172368) by Amir Sarabadani
- git #fcacb18f - bridge: add .nvmrc by Lucas Werkmeister
- git #34322cf5 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.2 by James D. Forrester
- git #d9992701 - Add ADR explaning the change to ChangeOp design. (task T220696) by alaasarhan
- git #d96c581f - bridge: don't forbid es6 methods in eslint (task T227318) by Michael Große
- git #2145ca42 - Add FallbackLabelDescriptionLookup interface by Lucas Werkmeister
- git #025a3af1 - Remove compatibility class aliases (task T172368) by Lucas Werkmeister
- git #f2c8031a - Make conflict detection more strict (task T217243) by Amir Sarabadani
WikibaseCirrusSearch
- git #3a3066e5 - build: Updating lodash to 4.17.14 by libraryupgrader
- git #acee722d - Support new factory_method format in query builder profile (task T216429) by David Causse
- git #15781b2b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikibaseLexeme
- git #25b609d3 - Avoid handling repo hooks when repo is disbaled (task T227504) by Amir Sarabadani
- git #74365c44 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #75b22afa - Add baserevid to wblremovesense API module (task T225073) by Amir Sarabadani
WikibaseLexemeCirrusSearch
- git #ac1b97d8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikibaseMediaInfo
- git #8c6fabcb - Add Wikidata links to statement UI elements (task T227230) by Eric Gardner
- git #1b690694 - Index captions as description field rather than label (task T226722) by Cormac Parle
- git #a82a65de - Confirmation msg for 'remove all' on File page (task T224249) by Cormac Parle
- git #63a181ec - selenium: Remove test for Special:Version by Timo Tijhof
- git #fb3d2a5e - Create base before-/afterEach to contruct test environment by Matthias Mullie
- git #b56f4b09 - Better guard against missing data (task T227798) by Matthias Mullie
- git #68ac535a - Add Selenium tests targeting Beta Commons (task T219815) by Eric Gardner
- git #ac87d5bb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikibaseQualityConstraints
- git #f41943c5 - build: Updating npm dependencies by libraryupgrader
- git #79ee9460 - Update var name to latest `@colorError` by Volker E
- git #1c12970c - build: Upgrade phan-taint-check-plugin from 1.4.0 to 2.0.1 by Daimona Eaytoy
- git #9fa2f7ef - Stop using JsonFileEntityLookup in ConnectionChecker tests (task T204704) by Lucas Werkmeister
- git #75475db6 - Remove EntityLookup from services that don’t need it by Lucas Werkmeister
Wikidata.org
- git #052c171a - build: Updating dependencies by libraryupgrader
- git #398e9d5d - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikidataPageBanner
- git #14312bcb - build: Updating dependencies by libraryupgrader
- git #fb312db8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikiEditor
- git #2bdd0aa0 - build: Updating dependencies by libraryupgrader
- git #bc3c7cb6 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
- git #d2e683f2 - Add arrow-up as indicator for the pinned menu by Fomafix
wikihiero
- git #36a49c79 - build: Updating dependencies by libraryupgrader
- git #b4fa8971 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikiLove
- git #4ed12bd4 - build: Updating dependencies by libraryupgrader
- git #752ee1cb - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaBadges
- git #5649b235 - build: Updating dependencies by libraryupgrader
- git #38369b37 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaEditorTasks
- git #861adc30 - build: Updating dependencies by libraryupgrader
- git #e3dac18b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaEvents
- git #1a82c69d - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #c692beb8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaIncubator
- git #11c9ecb2 - build: Updating dependencies by libraryupgrader
- git #9748e2f1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaMaintenance
- git #55700f5b - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #f9ed3fe5 - CreateHumanReadableProjectNameFiles: Remove Zero by Max Semenik
- git #01a810ad - Remove fixJobQueueExplosion.php by Timo Tijhof
- git #14c164b2 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
WikimediaMessages
- git #07ae9676 - build: Updating dependencies by libraryupgrader
- git #8387bfcf - Remove undeployed zerowiki by Max Semenik
- git #b80df2e7 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
XAnalytics
- git #993a5ea9 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #34dc85a8 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Skins
CologneBlue
- git #f4954fee - build: Updating dependencies by libraryupgrader
- git #081a2ec4 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
EUCopyrightCampaignSkin
- git #344876ab - build: Updating dependencies by libraryupgrader
- git #ce6b7777 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MinervaNeue
- git #331df226 - Make Minerva use new PageHTMLParser.js and refactored Page.js (task T193077) by Nicholas Ray
- git #b5c66588 - Add phan (task T133664) by Daimona Eaytoy
- git #a82ca2fc - Restrict AMC scripts and styles to AMC mode (task T227929) by jdlrobson
- git #6df395f1 - Guard against undefined config variable (task T225423) by jdlrobson
- git #0fa35053 - QA: Update search browser test selector by jdlrobson
- git #34b38188 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
MonoBook
- git #6c53b601 - Use media queries rather than manual checks for mobile hacks (task T227916) by Bartosz Dziewoński
- git #3f52a179 - Fix funny Echo integration when mobile hack kicks in after using the icons (task T227916) by Bartosz Dziewoński
- git #4c4efadf - When the personal bar doesn't fit, make overflowing links usable (task T226875) by Bartosz Dziewoński
- git #664fbbfc - build: Updated composer dependencies by MarcoAurelio
- git #f4a17ce8 - build: Update npm dependencies by MarcoAurelio
- git #14755014 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Modern
- git #30908110 - build: Updating dependencies by libraryupgrader
- git #abd51753 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Nostalgia
- git #25f8e4f0 - build: Updating dependencies by libraryupgrader
- git #5059e3a1 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Timeless
- git #0af674db - Kill some more stupid padding and add some comments (task T197057) by Isarra
- git #655b109b - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Vector
- git #7cc8756e - build: Updating dependencies by libraryupgrader
- git #ac812a88 - build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 by James D. Forrester
Total Changes
646 Changes in 189 repos by 58 authors
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.