MediaWiki 1.32/wmf.19
MediaWiki 1.32.0-wmf.18 | Deployment of MediaWiki 1.32.0-wmf.19 to Wikimedia sites | MediaWiki 1.32.0-wmf.20 |
The latest version (labeled "1.32.0-wmf.19") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 28 August 2018 (see the roadmap).
Core changes
edit- git #3624259e - Set migration stages in RevisionStoreDbTestBase by Tim Starling
- git #c804a0b5 - Improve logging in MediaWikiTestCase by Tim Starling
- git #08dba3de - Remove PhanUndeclaredStaticMethod from blacklist by Krinkle
- git #19f4db30 - resourceloader: Simplify addEmbeddedCSS by using object refs (T202703) by Timo Tijhof
- git #5a9d2231 - resourceloader: Don't defer discovery of critical request via rIC() (T192623) by Timo Tijhof
- git #e5912535 - resourceloader: Optimise several map-like objects with Object.create(null) by Krinkle
- git #e4676f42 - Use StaticArrayWriter in LCStoreStaticArray (T200626) by Krinkle
- git #8a3bdfc6 - Support nested arrays in StaticArrayWriter (T200626) by Krinkle
- git #d269e1d9 - resourceloader: Restore mw.loader.store update postponing logic (T202598) by Roan Kattouw
- git #6504e230 - Make interwiki transclusion use the WAN cache (T189702) by Aaron Schulz
- git #86e68468 - Remove semicolon after class declaration by Umherirrender
- git #8ee45c99 - rdbms: make LBFactorySingle/LoadBalancerSingle set the local domain from the connection by Aaron Schulz
- git #f915b868 - API: Update examples to avoid MCR deprecation (T202909) by Brad Jorsch
- git #313237cb - Replace underscores with spaces in DeletedContribs form by Daimona Eaytoy
- git #2d35c4e9 - objectcache: Improve WANObjectCache doc for update strategies by Krinkle
- git #ef663e19 - Allow admins to delete user JS/CSS pages (T200176) by Gergő Tisza
- git #2ed7bdc4 - Require editsitecss/editsitejs for editing raw messages (T45646) by Gergő Tisza
- git #34e4e810 - Make warning about deprecated SlotDiffRenderer wrapper less noisy (T202686) by Gergő Tisza
- git #a072e254 - Restore passing of triggering user in edit updates (T200119) by Gergő Tisza
- git #150f1a39 - Swap arguments of Title::makeName to fix Special:Export (T202817) by Krinkle
- git #e856b663 - resourceloader: Remove unused code from mw.loader.register() by Timo Tijhof
- git #2c7ff994 - resourceloader: Remove redundant calls to getState() in mw.loader.enqueue() by Timo Tijhof
- git #07d8fded - resourceloader: Remove redundant check in mw.loader.store for Opera 12 by Timo Tijhof
- git #8bc2f852 - resourceloader: Remove unused code in private mw.loader#enqueue() by Timo Tijhof
- git #2912873a - parser: Simplify code for {{#int:}} if the message doesn't exist by Kunal Mehta
- git #0a07c389 - Make MysqlInstaller check if DB exists in a cleaner way by Aaron Schulz
- git #54a976d5 - mediawiki.user: Small perf tweak for generateRandomSessionId (T201124) by Krinkle
- git #2fca6bc4 - resourceloader: Micro-optimise mw.loader.register version string setting by Krinkle
- git #e3db33c6 - Throw exception when nothing to clone in CloneDatabase by Aaron Schulz
- git #341f3ec3 - resourceloader: Correct @param doc for mw.loader.state() (T127328) by Timo Tijhof
- git #e0d4610f - API: Remove duplicate i18n messages from I700edfa7 by Brad Jorsch
- git #b7ed1129 - Fix DifferenceEngine revision loading logic (T201218) (T202454) by Gergő Tisza
- git #11e81ef6 - resourceloader: Optimise several map-like objects with Object.create(null) by Timo Tijhof
- git #4b4afe7c - Avoid joins when reading MCR revisions. (T198561) by James D. Forrester
- git #29c80322 - mediawiki.user: Increase entropy of random token generator (T201124) by Jdlrobson
- git #7f3c102a - resourceloader: Implement mw.inspect 'time' report (T133646) by Roan Kattouw
- git #2c7e4adc - Don't reset name tables between test runs. (T198561) by daniel
- git #a9033efb - MCR: Add temporary web UI mcrundo action (T200216) by Gergő Tisza
- git #76312961 - Prepare DiffRenderer to changed parameters for wikidiff2 1.8.0 (T194272) by WMDE-Fisch
- git #1ab2f7a5 - ApiComparePages: Update for MCR (T200569) (T183823) (T185723) by Gergő Tisza
- git #a3160cee - rdbms: make schema/prefix handling more consistent in LoadBalancer by Aaron Schulz
- git #1c7797ee - docs: Remove Doxyfile searching for .php5 and upper-case file extensions by Timo Tijhof
- git #63de0fc6 - filebackend: Use $tmpDirectory instead of wfTempDir() by Timo Tijhof
- git #eee43858 - Fix typo in formDescriptor array (T202550) by Umherirrender
- git #5799b2f0 - Make sure we don't try to use a deleted rev ID. (T202032) by Brad Jorsch
- git #5a430cdc - OOUIfy CheckMatrix in PHP and JS (T199946) by Bartosz Dziewoński
- git #7f68979b - Replace some wfMessage by ContextSource::msg by Umherirrender
- git #e6a75d80 - API: Catch Errors as well as Exceptions (T202416) by Brad Jorsch
- git #f2f82dcb - The BlobStoreFactory constructor needs an LBFactory (T202483) by Tim Starling
- git #8053bc9e - rdbms: fix a few IDEA warnings in Database by Aaron Schulz
- git #2b5e59fa - rdbms: fix IDEA warnings in DatabaseMssql.php by Aaron Schulz
- git #41a37d14 - rdbms: make Database::open() protected by Aaron Schulz
- git #ab94b635 - Improve test coverage for ApiStashEdit by James D. Forrester
- git #65b6faa5 - mediawiki.user: Rename stickyRandomId to getPageviewToken (T201124) by Krinkle
- git #2d947311 - mediawiki.inspect: Remove redundant code for old Opera by Krinkle
- git #d20f2466 - Add a maintenance script to add a Change Tag by Reedy
- git #abe264e9 - ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag() by Reedy
- git #dd8cced9 - maintenance: Add maintenance script for managing foreign resources by Krinkle
- git #504707af - jquery.accessKeyLabel: Optimise by using mw.message().plain() (T202357) by Krinkle
- git #90acd0ed - Replace "Bug37714" by "T39714" by Fomafix
- git #9f86db20 - resources: Move non-jquery files from /resources/lib/jquery to /resources/lib (T193826) by Krinkle
- git #1031825f - benchmarks: Minor cleanup for strtr benchmark by Krinkle
- git #63b20035 - TitleFormatter: Implement fbc144965315 and unify prefix logic (T165149) by Kunal Mehta
- git #d0f56e87 - Optimize TitleFormatter::getPrefixedText() to Title performance (T201801) by Kunal Mehta
- git #d370c51d - Paranoia, escape image alignment parameters before outputting. by Brian Wolff
- git #7b01567b - Expand documentation about options in HTMLForm by Umherirrender
- git #f7ca65da - Disable warning about direct text table access for now (T201164) by daniel
- git #55875bcd - maintenance: Move backup.inc to a regular php class file (T184782) by Timo Tijhof
- git #68babea3 - Skin: Avoid redirect=no for links to non-redirects by Legoktm
Vendor
edit- git #801367f5 - Add test directories from lint whitelist to gitignore (T202984) by Gergő Tisza
- git #758c679b - Update wikimedia/css-sanitizer to 2.0.0 (T197617) by Gergő Tisza
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #8094a49d - Generate upload variables using new prefixes (T173889) by Daimona Eaytoy
- git #66318915 - Use === operator with strpos by Daimona Eaytoy
- git #078e9a3d - Improve tests for the AbuseFilter class (T201193) by Daimona Eaytoy
- git #b46a4336 - Remove hex numbers from Ace highlight by Daimona Eaytoy
- git #0e2ae113 - Improve parser coverage (T201193) by Daimona Eaytoy
- git #85393631 - Filter AbuseLog by triggering action (T187971) by Matěj Suchánek
- git #03b52c2b - Remove unused function and improve unit test by Daimona Eaytoy
- git #90260eda - Add _age variables to tests by Daimona Eaytoy
- git #447d434e - Improve code coverage (T201193) by Daimona Eaytoy
- git #e8a4517d - Improve Ace syntax highlight by Huji
- git #e1865fca - Add page_age variable to AbuseFilter (T30844) by Matěj Suchánek
- git #d35c4275 - Add missing @covers tag (T201193) by Daimona Eaytoy
- git #4399be93 - Use OOUI infusion for the change tags field in ViewEdit by Daimona Eaytoy
- git #83ccb376 - Make Ace config pass eslint by Daimona Eaytoy
- git #e5262951 - Add a placeholder for the no-js changetags input field by Daimona Eaytoy
- git #2fc44e9d - Focus the Ace editor after having added text from dropdown (T202480) by Daimona Eaytoy
- git #cd30d514 - Add deprecated variables to PHPUnit tests (T173889) by Daimona Eaytoy
- git #66774b8d - Show an extract of suppression log for Special:AbuseLog (T200645) by Daimona Eaytoy
- git #c962203a - Raise tolerance for time-related unit tests to 10 seconds (T202073) by Daimona Eaytoy
- git #6bc630cf - Add aliases for "_text" and "article_" variables (T173889) by Daimona Eaytoy
- git #4f3b020f - Improve code coverage for AbuseFilterParser (T201193) by Daimona Eaytoy
ActiveAbstract
edit- git #2ed9b73b - Configure phan-taint-check-plugin by Kunal Mehta
AdvancedSearch
editNo changes for AdvancedSearch
AntiSpoof
edit- git #17dbf23d - Fix common typos in code (T201491) by Zoranzoki21
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #0cc9a948 - Start showing warning for deprecated PHP entry point by Umherirrender
Babel
editNo changes for Babel
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
edit- git #6b65d592 - Remove deprecated UsageException fallback code by Umherirrender
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
edit- git #da87cf24 - Add @coversNothing to unit tests by Umherirrender
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #06cccb13 - Remove deprecated UsageException fallback code by Umherirrender
CharInsert
edit- git #5aa6adba - Start showing warning for deprecated PHP entry point by Fomafix
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #2789fed3 - Enable Esperanto Analysis Chain (T202173) by Tjones
- git #6c495d93 - Use wfLoadExtension by David Causse
- git #c5ac8440 - Fix common typos in code (T201491) by Zoranzoki21
- git #f1f6937e - Add @covers to unit tests (T195134) by Umherirrender
- git #d5c0d9ab - Remove @suppress PhanDeprecated* by Umherirrender
- git #3b8aff2f - Remove foundationwiki url (T199812) by Krinkle
Cite
edit- git #b7eed36a - Start showing warning for deprecated PHP entry point by Fomafix
- git #1d687e23 - Use the dir parameter only from the full definition of a named ref tag (T196827) by Arlo Breault
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
edit- git #11a8cbfb - Add new languages used by Wikidata, not in CLDR by Raymond
Cognate
editNo changes for Cognate
CodeEditor
edit- git #b1f56765 - Start showing warning for deprecated PHP entry point by Umherirrender
- git #e8fbe62e - Make use of new WikiEditor 2010 toggle tool (T198781) by James D. Forrester
CodeMirror
edit- git #d5124e29 - Make use of new WikiEditor 2010 toggle tool (T198781) by Derk-Jan Hartman
CodeReview
edit- git #8e0b391d - Add @covers to unit tests (T195135) by Legoktm
CollaborationKit
edit- git #d65bd757 - Add phan-taint-check-plugin by Umherirrender
Collection
edit- git #d9dab2d1 - Fix "elment" typo (T201491) by Zoranzoki21
- git #058ddc33 - Escape 'pipe-separator' message by Kunal Mehta
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #6e7c48e6 - Fix "Suceeded" typo in code (T201491) by Zoranzoki21
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #b9a97130 - Replace styleAnchor with upstream updateClasses method by Nikerabbit
- git #78d4a61c - Display dialog when user session expires (T200646) by jenkins-bot
- git #e22ed82b - Remove some jQuery.each usages by jenkins-bot
- git #69917646 - Fix unordered list margins (T202441) by jenkins-bot
- git #38b51d01 - Use upstream onClick handler in ve.ce.CXLinkAnnotation by Ed Sanders
- git #bb3901dc - Replace 'redirects: 1' with 'redirects: true' by jenkins-bot
- git #ff9ce278 - Fix validation condition (T202342) by jenkins-bot
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
DisableAccount
editNo changes for DisableAccount
Disambiguator
editNo changes for Disambiguator
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #e6c0b1c4 - Disable personal info fields when opening iframes (T201962) by Elliott Eggleston
- git #9144cf6c - build: Add jakub-onderka/php-console-highlighter (T170312) by Ejegg
- git #3211b3f1 - build: Update mediawiki/minus-x to 0.3.1 by Ejegg
- git #47db9fee - Update SmashPig by Elliott Eggleston
- git #81404dfb - Add missing whitespaces found by phpcs by Ejegg
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
edit- git #a01ebbc0 - Fix page-linked notifications (T200119) by Roan Kattouw
- git #00dfbd1a - Fix common typos in code (T201491) by Zoranzoki21
- git #2cd8d9d0 - Split long lines over 140 chars by Umherirrender
- git #a5ececbb - Initialize $success (T202672) by Stephane Bisson
- git #2b0929a4 - Don't send email notifs to blocked users if $wgBlockDisablesLogin is true (T199993) by Roan Kattouw
- git #516eeda1 - Remove count() of null value by Umherirrender
- git #a0ad95b6 - Split long lines over 200 chars by Umherirrender
- git #e89206ce - Explicit convert Message objects when used as string by Umherirrender
- git #eefeb6d0 - Drop $wgNotificationSender, written to but never configurable (T200390) by James D. Forrester
EducationProgram
edit- git #8f48cae3 - Fix common typos in code (T201491) by Zoranzoki21
- git #01d86a15 - Add @coversNothing to unit integration tests by Umherirrender
- git #caff6c9a - Fix escaping of messages used in html by Umherirrender
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #b5111329 - Revert "Use getCauseAgent() instead of getTriggeringUser()" by Catrope
- git #6a8275f3 - Use getCauseAgent() instead of getTriggeringUser() by Roan Kattouw
- git #bfb7ae1a - Fix typo of "Substitute" in README by addshore
EventLogging
edit- git #20449aec - Use core's mw.user.getPageviewToken() internally (T201124) by Krinkle
- git #c209548d - Revert "New: add mw.eventLog.getPageviewToken()" by Jdlrobson
ExtensionDistributor
editNo changes for ExtensionDistributor
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
editNo changes for FileImporter
FlaggedRevs
edit- git #9b4890d8 - Fix common typos in code (T201491) by Zoranzoki21
- git #31d1548a - Add @covers to unit tests (T195138) by Legoktm
- git #79657fa1 - Follow-up 413e11e2f: Skip CurrentRevisionCallback if not stabilized (T202659) by Roan Kattouw
- git #9ede0342 - Fix incorrect return value in CurrentRevisionCallback (T202580) by Bartosz Dziewoński
- git #ec676efb - Fix escaping of messages used in html by Umherirrender
Flow
edit- git #81972397 - Don't create user in read DB during unit test. by Addshore
- git #5c116b53 - Fix common typos in code (T201491) by Zoranzoki21
- git #129c064d - Split long lines over 155 chars by Umherirrender
- git #3b285ba2 - Split long lines over 170 chars by Umherirrender
- git #e11457c2 - Start showing warning for deprecated PHP entry point by Umherirrender
- git #f88c6fc3 - Replace some wfMessage by ContextSource::msg by Umherirrender
- git #00e3afc3 - Work around exception in DifferenceEngine::showDiffStyle() (T202454) by Roan Kattouw
- git #1112101b - Split long lines over 200 chars by Umherirrender
- git #5c11731c - Remove deprecated UsageException fallback code by Umherirrender
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
edit- git #207ca48b - Configure phan-taint-check-plugin by Kunal Mehta
Gadgets
edit- git #7201979d - Start showing warning for deprecated PHP entry point by Fomafix
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
edit- git #c82f71a7 - Add @covers to unit test by Umherirrender
Graph
editNo changes for Graph
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
edit- git #9e9fabf9 - Start showing warning for deprecated PHP entry point by Fomafix
GlobalPreferences
edit- git #f8839631 - Get content language from service by Fomafix
- git #1f0be329 - Add CheckMatrix to the enable/disable of local exceptions (T199946) by Moriel Schottlender
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
GuidedTour
editNo changes for GuidedTour
GWToolset
edit- git #3c115f75 - Do not use GWTException::getMessage as raw html by Umherirrender
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
edit- git #5e337b3c - Fix "seperated" typo in code (T201491) by Zoranzoki21
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
JADE
editNo changes for JADE
Josa
editNo changes for Josa
JsonConfig
edit- git #878bb6b0 - Fix license notices (T202469) by Yuri Astrakhan
- git #444687e9 - Mark some raw HTML messages (T200997) by Gergő Tisza
Kartographer
edit- git #bd03fd4d - Add @covers to unit test (T195143) by Legoktm
- git #b01ddd40 - Remove deprecated UsageException fallback code by Umherirrender
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
edit- git #17bb44fb - Fix 'retreiv' typo (T201491) by Zoranzoki21
Linter
editNo changes for Linter
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
edit- git #97bbd18b - Use accurate count when budling multiple login failure warnings (T194385) by Gergő Tisza
MapSources
editNo changes for MapSources
MassMessage
edit- git #14372c17 - Remove deprecated UsageException fallback code by Umherirrender
Math
editNo changes for Math
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #f6df654f - Hygiene: fix typo in local variable by jdlrobson
- git #9d71af36 - Fix common typos in code (T201491) by Jdlrobson
- git #8bf1000b - Update MobileFrontend to use newer ESLint pattern by Alangi Derick
- git #31e5aebc - Section headings should exclude table of contents heading (T202651) by jdlrobson
- git #9900a37b - Cleanup logic in overlay show/hide by Ed Sanders
- git #629ae19f - Eslint: forbid use of done, always and fail (T188937) by jdlrobson
- git #74ea2b73 - Replace .done/.fail/.always with .then/.catch in mobile editor (T188937) by Jdlrobson
- git #f00b404e - Replace .done/.fail with .then/.catch in PageGateway Test (T188937) by Nicholas Ray
- git #6fba8cee - Replace .done/.fail/.always with .then/.catch in TalkOverlay et al. (T188937) by Nicholas Ray
- git #e29bfdfa - Remove toast-style error messaging from source editor overlay (T197499) by Jan Drewniak
- git #4915cea7 - Explicit convert Message objects when used as string by Umherirrender
- git #461ee047 - Add phan-taint-check-plugin by Umherirrender
MultimediaViewer
edit- git #007e161a - Fix "the the" typo in mmv.provider.GuessedThumbnailInfo.js file (T201491) by Zoranzoki21
- git #05d08741 - Start showing warning for deprecated PHP entry point by Fomafix
NavigationTiming
edit- git #d9324324 - Use of stickyRandomId is deprecated by jdlrobson
Newsletter
edit- git #84e154a8 - Fix "the the" typo in Newsletter.php file (T201491) by Zoranzoki21
- git #b30f212b - Update deprecated UsageException to ApiUsageException by Umherirrender
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OAuth
edit- git #719c8000 - Replace some wfMessage by ContextSource::msg by Umherirrender
- git #602d46f1 - Remove deprecated UsageException fallback code by Umherirrender
OATHAuth
edit- git #f6073e0a - Fix "seperated" typo in code (T201491) by Zoranzoki21
ORES
editNo changes for ORES
OpenStackManager
edit- git #f5712054 - Split id from h2 element by Umherirrender
PagedTiffHandler
edit- git #db40f099 - Fix 'retreiv' typo (T201491) by Zoranzoki21
PageAssessments
editNo changes for PageAssessments
PageImages
editNo changes for PageImages
PageTriage
edit- git #3c73b88c - Add user group for copyvio bots (T201073) by Roan Kattouw
- git #b107b864 - Fix common typos in code (T201491) by Zoranzoki21
- git #f29c714f - Allow deferred writes on GET for pages with missing metadata (T202815) by Kosta Harlan
- git #177de844 - Rearrange page metadata (T202161) by Stephane Bisson
- git #b35c1bf7 - Make sort filter independent between npp and afc (T202458) by Stephane Bisson
- git #6f234909 - "Predicted issues" becomes "Potential issues" (T201070) by Stephane Bisson
- git #6f7985a6 - Update 'ptrp_deleted' when any of the deletion category is present (T202582) by Stephane Bisson
- git #9ca9f2a4 - Show copyvio hint and link to report in feed (T201070) by Stephane Bisson
PageViewInfo
edit- git #731d09e9 - Fix "succes" typo in includes/CachedPageViewService.php (T201491) by Zoranzoki21
ParserFunctions
editNo changes for ParserFunctions
ParserMigration
editNo changes for ParserMigration
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
edit- git #ce39016c - Remove daemon, moved into a separate repository (T201223) by Kunal Mehta
Popups
edit- git #27cfa1ce - Start showing warning for deprecated PHP entry point by Fomafix
ProofreadPage
edit- git #f0587a90 - Fix casing of Html::rawElement by Umherirrender
PropertySuggester
edit- git #212ad955 - build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 by Umherirrender
QuickSurveys
edit- git #fbe2e241 - QuickSurveys uses getPageviewToken by jdlrobson
Quiz
edit- git #869cfc39 - Add @covers to unit tests (T195158) by Legoktm
ReadingLists
edit- git #d5bcd4c0 - Add @covers to unit tests (T195159) by Legoktm
RelatedArticles
editNo changes for RelatedArticles
RelatedSites
editNo changes for RelatedSites
Renameuser
editNo changes for Renameuser
RevisionSlider
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Scribunto
editNo changes for Scribunto
Score
editNo changes for Score
SearchExtraNS
editNo changes for SearchExtraNS
SecurePoll
editNo changes for SecurePoll
Sentry
editNo changes for Sentry
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
edit- git #760df43e - Add @covers to unit test (T195163) by Legoktm
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
edit- git #bc1422b7 - Ignore subsequent similarly-named parameters when extracting (T193265) by Sam Wilson
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
edit- git #17756c44 - Hoist selectors for html and body element (T197617) by Gergő Tisza
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
edit- git #832d0ff7 - Remove use of deprecated UsageException by Umherirrender
Thanks
edit- git #8ca5464a - Security: Disable thank when the user is globally blocked (T151910) by Roan Kattouw
- git #98139179 - Reword thanks confirmation (T159302) by Stephane Bisson
- git #f8d82481 - Suppress taint-check-plugin issue by Umherirrender
TimedMediaHandler
edit- git #2b8b7aca - Drop or inline some pointless config options (T60082) by James D. Forrester
- git #0aedc45c - Move all ResourceLoader vars into the TMH namespace by James D. Forrester
- git #b799e9c2 - Kill mw.load pointless accessor by James D. Forrester
- git #c3298517 - Menu regression fix by Brion Vibber
- git #964efe5b - Fix regression breaking captioning in mwembed mode by Brion Vibber
- git #ad0c67ac - Add @covers to unit tests by Umherirrender
- git #7ba7ebdd - Move all TMH ResourceLoader vars into the static registration by James D. Forrester
- git #abc51e0f - Stop trying to set 'EmbedPlayer.WebPath' by James D. Forrester
- git #74747b37 - extension.json: Don't try to describe just four of the 60+(!) items in MwEmbedModuleConfig by James D. Forrester
- git #1c437cad - extension.json: Fix typo in TmhUseBetaFeatures description by James D. Forrester
- git #3b0cbce8 - Use LinkRenderer to build links by Umherirrender
timeline
edit- git #5287a2a5 - Add @covers to unit test (T195170) by Legoktm
TitleBlacklist
edit- git #9c963456 - Fix common typos in code (T201491) by Zoranzoki21
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #6f191f43 - Remove jQuery.inArray and jQuery.trim usages by jenkins-bot
- git #cc2ae6e7 - Fix common typos in code (T201491) by Zoranzoki21
- git #5a9ef2ed - Replace jQuery.proxy with Function.prototype.bind by jenkins-bot
- git #d9ec0566 - Use LinkBatch in Special:AggregateGroups (T201819) by Amire80
- git #d0b9853a - fallback-graphs.php: Improve output by jenkins-bot
- git #285e72cb - Remove CompatibleLinkRenderer trait by jenkins-bot
- git #3b420371 - Conditionally register sandbox related API modules (T176561) by jenkins-bot
- git #f6e461ad - Add missing language name parameter to apierror-translate-language-disabled by jenkins-bot
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #4fd3d7c5 - Track newlines between paragraphs separately (T202402) by WMDE-Fisch
- git #85bee60f - Add an intro tour (T195713) by WMDE-Fisch
- git #42dafe5e - Fix alignment of selection box by WMDE-Fisch
UniversalLanguageSelector
edit- git #5a1da4db - Remove jQuery.inArray usages by jenkins-bot
- git #54a3313e - Remove jQuery.grep usages by petarpetkovic
- git #6ce67b8d - Use JS native methods for array manipulations by petarpetkovic
- git #cd32adcb - Remove deprecated PHP entry point by Fomafix
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #d13c1a43 - Fix category multiwidget with default entries (T202760) by Matthias Mullie
- git #df0c2ee6 - build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 by Umherirrender
UrlShortener
edit- git #8f7d7f00 - Add aliases for Bosnian and Croatian, fix 'retreiv' typo in UrlShortenerUtilis.php (T201491) (T202681) by Zoranzoki21
- git #1b0b0bc1 - Fix @license tags in php file by Umherirrender
UserMerge
edit- git #fa80a325 - Add @covers to unit test (T195167) by Legoktm
VipsScaler
edit- git #246cf08b - Fix "a a" typo in VipsScaler_body.php file (T201491) by Zoranzoki21
- git #3e2eaae3 - Add @covers to unit test by Umherirrender
VisualEditor
edit- git #1703cc63 - Move link styling into overridable method for CX by Ed Sanders
- git #d15094c2 - Update VE core submodule to master (7443791cf) by Ed Sanders
- git #7bf56a3b - Update VE core submodule to master (e69a4a07c) (T202514) by Ed Sanders
- git #e67f8709 - Fixup Ie40baad: Avoid triggering surfaceReady when adding dummy surface by Ed Sanders
- git #07e05c79 - Cleanup: Get rid of surfaceReady callback by Ed Sanders
- git #01433dc3 - Configure phan-taint-check-plugin by Kunal Mehta
- git #0f81aae1 - Template dialog: Lazy resize multiline text inputs on first focus (T134814) (T200834) by Ed Sanders
- git #8f49bb39 - WelcomeDialog: Check at least one editor is available (T201928) by Ed Sanders
- git #f4ad3217 - Update VE core submodule to master (2f4c0537e) (T201870) by James D. Forrester
- git #26f64297 - TemplateStyles support (T197563) by Esanders
- git #2ee76a4d - Update VE core submodule to master (874470c1b) (T197563) (T202525) by Ed Sanders
- git #11b9816c - Update VE core submodule to master (a8116266a) (T178780) by James D. Forrester
Wikibase
edit- git #a0ea2fd8 - Introduce LatestRevisionIdResult (T112658) (T192462) by WMDE-leszek
- git #d0a0c6c9 - Fix common typos in code (T201491) by Zoranzoki21
- git #e6c0dfe6 - Add internal assertions to ensure the code works correctly (T196882) by Aleksey Bekh-Ivanov (WMDE)
- git #2da2d126 - Fix suggestion cache offset bug by jk
- git #4760cc05 - EntityParserOutputGenerator: Update @param documentation by Fomafix
- git #9fb86e53 - Add documentation about JavaScript hooks (T169775) by Addshore
- git #f2a90d40 - Make EntityMetaTagsCreatorTestCase::provideTestGetMetaTags abstract by Jakob Warkotsch
- git #fdce7a66 - Handle mcrundo action (T200216) by Addshore
- git #cec950bf - [docs] Refreshed list of validator messages by Addshore
- git #fbde5775 - Pass IDBAccessObject flag to RevisionStore in WikiPageEntityRevisionLookup (T202706) by addshore
- git #909bba79 - phpdoc for Item Merging exceptions by addshore
- git #9c4d8e2b - Include EntityMetaTags in EntityParserOutputGenerator (T195386) by Tarrow
- git #4618777a - Fix ClientSiteLinkTitleLookupTest count(null) warning by Addshore
- git #26ca5169 - Add documentation for wikibase:hasViolationForConstraint (T192567) by Addshore
- git #a29b7501 - Introduce EntityMetaTags and make configurable for entity types (T195386) by addshore
- git #df7923a5 - Introduce entity suggestions hook (T199672) by Jonas Kress (WMDE)
- git #0fb9e8dd - Fix 'retreiv' typo (T201491) by Zoranzoki21
- git #a6554592 - MergeChangeOpsFactory: rename (T199314) by Pablo Grass
- git #da5345fc - Mark some Wikibase API parameters as required (T202492) by Matěj Suchánek
- git #304d3c63 - Extract WikibaseContentLanguages in lib/ by Addshore
- git #6b82bac4 - StatementsMerger: allow reuse (T199314) by Pablo Grass
- git #1dc784c7 - Add API to query content languages (T198202) by Addshore
- git #003175af - Fix example for wbremovequalifiers (T202493) by Matěj Suchánek
- git #9b1029e0 - DumpEntities::finalSetup Don't get WikibaseRepo instance (T202452) by Marius Hoch
WikibaseLexeme
edit- git #73a4c03e - Don't try to select entity when the input is empty (T201000) by Amir Sarabadani
- git #001abbc7 - Load WikibaseLexeme service definitions on repo & client (T202912) by Addshore
- git #2f7026f7 - phpunit: import used traits by Pablo Grass
- git #06c6ee4c - Configure phan-taint-check-plugin by Kunal Mehta
- git #8f638cc4 - Integration test for LexemeMetaTags (T195386) by Addshore
- git #10308d68 - Don’t fall back to arbitrary languages for glosses (T201000) by Addshore
- git #83fb5171 - LexemeHandlerTest: rm unused vars by Pablo Grass
- git #c472dd61 - Introduce LexemeMetaTags and use in repo entity definitions by Thomas Arrow
- git #c10edbcf - Flip supportsRedirects switch for Lexemes (T202713) by Jakob Warkotsch
- git #703aceb9 - Remove message wikibaselexeme-language-lexical-category-value (T199649) by Matěj Suchánek
- git #22f2839e - Wire sense deserialization into LexemeChangeOpDeserializer (T196298) by Amir Sarabadani
- git #ed4cea46 - Add SenseListChangeOpDeserializer (T196298) by Amir Sarabadani
- git #18f8812c - Add ChangeOpsSensesEdit (T196298) by Amir Sarabadani
- git #605c531b - Register lexicographical content languages (T198202) by Lucas Werkmeister
WikibaseQuality
editNo changes for WikibaseQuality
WikibaseQualityConstraints
edit- git #b3210e32 - Remove staged rollout code for gadget by Jonas Kress (WMDE)
- git #7bea1445 - Remove WikibaseRepo reference from constructor on the maintenance script (T202646) by Addshore
- git #966c11fb - Do not include core file inside unit tests by Lucas Werkmeister
- git #f57eccce - Add OneOfConstraint suggestions (T199672) by Jonas Kress (WMDE)
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #7ccbaa35 - Fix "the the" typo (T201491) by Zoranzoki21
- git #a24d4748 - Fix missing 'find' icon, now called 'articleSearch' by James D. Forrester
- git #17b772e3 - Use 'reference' instead of 'book' icon (T202463) by Volker E
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
Wikidata.org
editNo changes for Wikidata.org
WikimediaEvents
edit- git #e4104bde - Remove RecentChangesClicks schema and JS by Roan Kattouw
- git #0694e34b - ReadingDepth test should accept a boolean field for sample groups. (T191532) by Jan Drewniak
- git #db9a6125 - Restore function bodies for supportsBeacon and supportsNavigationTiming by jdlrobson
- git #70e11b06 - Refactor readingDepth to exit early for incompatible browsers (T202518) by Jan Drewniak
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
edit- git #b6aff488 - Call ->setDB() in various places (T197866) by Reedy
WikimediaMessages
edit- git #affd12de - Fix AWB link (T202908) by JJMC89
- git #2320a876 - Mark some raw HTML messages (T200997) by jenkins-bot
- git #f9aef922 - Localize error message about missing interface-admin rights (T190015) by jenkins-bot
- git #ee89a221 - Fix casing of Html class by jenkins-bot
XAnalytics
editNo changes for XAnalytics
ZeroBanner
edit- git #6f3a7f9c - Replace some wfMessage by ContextSource::msg by Umherirrender
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
edit- git #6d877928 - Fix common typos in code (T201491) by Jdlrobson
- git #ae19031f - Log sectionNumbers in PageIssues schema (T202098) by Jdlrobson
- git #ee36bcfc - Don't send issuesSeverity given that's an event default by jdlrobson
- git #60dd426e - Make edit click handling consistent (T202786) by Jdrewniak
- git #0830e80c - Hide section edit icons when unable to edit (T197497) by jdlrobson
- git #af89d945 - Forbid use of done/always/fail (T188937) by Jdlrobson
- git #3c494e04 - On tablet, issues boxes shouldn't take up full screen (T202512) by jdlrobson
- git #56a10c40 - Make Deferreds promise compatible (T188937) by jdlrobson
- git #73131b7b - Hygiene: move page issue overlay to distinct file (T191528) by Stephen Niedzielski
- git #65f2e5ef - getPageToken now defined in core (T201124) by Krinkle
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
editNo changes for Vector
Total Changes
edit331 Changes in 81 repos by 64 committers