MediaWiki 1.32/wmf.7
MediaWiki 1.32.0-wmf.6 | Deployment of MediaWiki 1.32.0-wmf.7 to Wikimedia sites | MediaWiki 1.32.0-wmf.8 |
The latest version (labeled "1.32.0-wmf.7") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 5 June 2018 (see the roadmap).
Core changes
edit- git #2a38174f - ExternalUserNames: Update partly incomplete documentation (T192376) by Thiemo Kreuz
- git #aa01aa99 - Sync RELEASE-NOTES-1.31 with REL1_31' by Krinkle
- git #96d25f6b - resourceloader: Remove support for Module::getModifiedTime() and getModifiedHash() (T94074) by Timo Tijhof
- git #7271d50b - Deprecate $wgDBmysql5 (T196185) by Kunal Mehta
- git #0a715c85 - makeCollapsible: Reduce duplicate code for adding eventhandlers by Derk-Jan Hartman
- git #817049ec - Begin introducing PHP 5.6 variadic parameters where appropriate by Max Semenik
- git #ba7af6f5 - Restore section IDs on Special:EditWatchlist (T194503) by Jforrester
- git #03583f7a - Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals (part 2) by Jforrester
- git #0313128b - Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals by Jforrester
- git #4d5b2473 - build: Updating mediawiki/mediawiki-codesniffer to 20.0.0 by James D. Forrester
- git #c84083e4 - Make archive.ar_rev_id unique (T193180) by Gergő Tisza
- git #0a1144fb - Make cleanupSpam.php query for http and https (T186795) by Reedy
- git #f8afbb65 - Remove outdated comment by Fomafix
- git #7a730a6f - objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0 (T196125) by Aaron Schulz
- git #fb513300 - rdbms: include client ID hash in ChronologyProtector cookies (T194403) (T190082) by Aaron Schulz
- git #c9339ba5 - installer: Don't allow setting $wgDBmysql5 (T196185) by Kunal Mehta
- git #6ebd5fd3 - Add language support for Batak Mandailing (btm) (T195940) by MarcoAurelio
- git #acace9a0 - objectcache: add setMockTime() method to BagOStuff/WANObjectCache by Aaron Schulz
- git #13f7232b - objectcache: make RedisBagOStuff pass all tests by Aaron Schulz
- git #2ecb2c94 - Use wikimedia/xmp-reader library (T100922) by Kunal Mehta
- git #6a45c007 - Kill non namespaced ScopedCallback by Reedy
- git #0cb8cf20 - Upgrade wikimedia/scoped-callback to 2.0.0 by Kunal Mehta
- git #9e3d7c14 - clientpool: refactor Redis authentication error handling (T191927) by Aaron Schulz
- git #82ad0a2b - Use makeLink instead of makeKnownLink on Special:WhatLinksHere (T195933) by Legoktm
- git #4f32c9fe - Follow-up If8dfdaf1, I1c5eee3f: Don't assume INTL_ICU_VERSION exists on Special:Version by James D. Forrester
- git #d5cde754 - installer: Hide binary/utf-8 charset option from users (T196092) by Kunal Mehta
- git #9befbd38 - Revert "Strip soft hyphens (U+00AD) from title" by James D. Forrester
- git #722ff7b1 - Revert "Strip Unicode 6.3.0 directional formatting characters from title" by James D. Forrester
- git #5b2dd855 - RCFilters: Add an opt-out preference for filters on watchlist (T195431) by Catrope
- git #0123e91f - Remove renamed .inc files from phan config by Umherirrender
- git #a930bf7d - Remove deprecated global $parserMemc and wfGetParserCacheStorage by Timo Tijhof
- git #8c116df0 - docs: Update for deprecated $parserMemc by Timo Tijhof
- git #1f017f29 - Make linkshere-related messages backward compatible (T189860) by Daimona Eaytoy
- git #72f2e984 - Exit maintenance script with non-zero status if execute() returns false by Tim Starling
- git #25503cf0 - Maintenance script to wrap the mysql binary by Tim Starling
- git #657a6b24 - Use PHP7 constant expression instead of a magic number by Max Semenik
- git #bb52950f - Remove workaround for PHP bug 66021 (PHP < 5.5.12) by MaxSem
- git #485f66f1 - Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient by James D. Forrester
- git #b191e5e8 - Use PHP 7 '<=>' operator in 'sort()' callbacks by James D. Forrester
- git #4fd27f00 - Use PHP 5.6 '**' operator instead of 'pow()' function by James D. Forrester
- git #52b0799e - Use PHP 5.6 constant expressions for some bitfield constants by James D. Forrester
- git #1599337b - PHPSessionHandler: Drop now-pointless return methods for PHP5 compat. by James D. Forrester
- git #575504ed - PhpHttpRequest: Drop back-compat code for PHP 5.5 and before by James D. Forrester
- git #65c610a9 - rcfilters: Stop the "Live updates" button animation from affecting text rendering (T181338) by Bartosz Dziewoński
- git #224864eb - registration: Initialize PSR-4 namespaces at same stage as normal autoloader (T195783) by Kunal Mehta
- git #5fe159de - jquery.lengthLimit: Fix 'cut'/'paste' event handling (T64319) by Bartosz Dziewoński
- git #59a9ec51 - resourceloader: Create mediawiki.base.js and move mw.inspect to it (T192623) by Timo Tijhof
- git #5f8a94a0 - resourceloader: Improve coverage of ResourceLoader::respond() by Timo Tijhof
- git #540538eb - Special:Preferences/reset: Always use OOUI not the deprecated vform (T195977) by Jforrester
- git #f15beb8b - Update OOUI to v0.27.1 by Jforrester
- git #f0d74cc2 - resourceloader: Remove use of $.params in mediawiki.js (T192623) by Krinkle
- git #174f0d28 - Message: Only clear message cache when set language is different by Krinkle
- git #0b5ed025 - rdbms: do not silently rollback empty transactions on error by Aaron Schulz
- git #6b6c7155 - Fix PreferencesForm alias by Reedy
- git #ab85b173 - Add @deprecated tags to DatabaseBase (T195576) by Reedy
- git #1cee41b9 - Call Database::timestamp in some tests (T195807) by Umherirrender
- git #765370a6 - Add @deprecated tags to various class_alias calls (T195576) by Kunal Mehta
- git #b5e6da43 - Don't autoload classes in AutoloadStructureTest (T195823) by Kunal Mehta
- git #9c387f50 - Record a log entry on page creation (T12331) by Kaldari
- git #e7d14247 - OutputPage: Remove 'X-UA-Compatible' header (was for IE8-10 JS compat) (T27378) by Krinkle
- git #d741d0d9 - Split ApiUsageException and UsageException to class per file by Reedy
- git #5522a7a9 - Split ApiMessage to class per file by Reedy
- git #8880a251 - rdbms: make runOnTransactionIdleCallbacks() reset DBO_TRX on exceptions by Aaron Schulz
- git #7b2182d9 - preferences: Preserve Status from saveFormData() in submitForm() (T191933) by Timo Tijhof
- git #55211908 - MediaSearch widget: Bring in ApiResultsQueue tests from upstream by Ed Sanders
- git #ce6ae6ad - ResourceLoaderLessVarFileModule: Add parameter 'lessMessages' by Fomafix
- git #e7e4e705 - Add a simple .editorconfig (T172959) by Legoktm
Vendor
edit- git #2d118873 - Add wikimedia/xmp-reader 0.5.1 (T100922) by Kunal Mehta
- git #619a86d8 - Upgrade wikimedia/scoped-callback to 2.0.0 by Kunal Mehta
- git #41a9c9d6 - Re-apply "Update OOUI to v0.27.1" by James D. Forrester
- git #2d870135 - Updated php-vuejs-templating to 1.0.2 (T195359) by Addshore
- git #b28f2434 - Revert "Update OOUI to v0.27.1" by Jforrester
- git #ea4deabe - Update OOUI to v0.27.1 by James D. Forrester
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #94f3bc67 - Use PHP7 ?? operator by Max Semenik
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #ed194b58 - Revert "Temporarily remove DeepCategory qunit tests to see if ci passes successfully." by Tonina Zhelyazkova
- git #64bfa04f - Remove flipping behavior of indicator arrow (T190147) by Tim Eulitz
- git #b6c5fba1 - Temporarily remove DeepCategory qunit tests to see if ci passes successfully. by tzhelyazkova
- git #55757df2 - Remove hint about possible deepcat unavailability (T195954) by Tim Eulitz
- git #d243c91d - Hide "Remember selection" from anon users (T189502) by Tim Eulitz
- git #bd7e7bed - Make randomly failing browser tests less flaky by Thiemo Kreuz (WMDE)
- git #db9ed1d2 - Update file searching behavior in regards to the namespace bar (T191524) by tzhelyazkova
- git #f53b59fc - Un-break the field layout (T182125) by Gabriel Birke
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
editNo changes for ArticlePlaceholder
Babel
editNo changes for Babel
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
edit- git #47ed02e1 - Update tests to not use real host names by Timo Tijhof
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #7b3834ac - Convert Special:GlobalUsers to OOUI (T193245) by Jayprakash12345
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #95b97c1a - Fix typo in assertion message by David Causse
- git #cc5960fa - Force filtering keywords to be FilterQueryFeature (T195788) by David Causse
- git #99e5a820 - Add support for filtering keywords (T195788) by David Causse
- git #d655073b - Add support for boosting keywords (T195305) by David Causse
Cite
edit- git #6c38c009 - Add preview mode converter tests by Ed Sanders
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
editNo changes for cldr
Cognate
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
edit- git #f9736529 - Disable ULS when CodeMirror is on (T194102) by Max Semenik
CodeReview
editNo changes for CodeReview
CollaborationKit
editNo changes for CollaborationKit
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #108d00b8 - Links: Fetch the title pair from source language wiki for text selection (T191007) by jenkins-bot
- git #12f3ba3e - Connect issue card and target title (T190804) (T190805) by jenkins-bot
- git #dd6d9f54 - CX2: Don't save sections while restoring a draft (T193161) 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 #e1d3c8bc - Minor version bump, add authors by Elliott Eggleston
- git #904767bb - API call to tokenize old GC recurring (T169357) by Ejegg
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
edit- git #d0714b29 - NotifUser: Simplify function signatures for getNotificationCount() and friends by Krinkle
- git #fa21b7b0 - NotifUser: Un-merge getMemcKey() and getGlobalMemcKey() by Roan Kattouw
- git #1fec0793 - NotifUser: Remove $dbSource parameter from resetNotificationCount() by Catrope
- git #0edd96da - NotifUser: Add a doc comment for getForeignCount() by Catrope
- git #5935a637 - NotifUser: Simplify timestamp comparisons in getForeignTimestamp() too by Catrope
- git #d90e2d10 - NotifUser: Redo caching strategy for multi-DC compatibility (T164860) by Roan Kattouw
- git #0f7afb1e - Convert SpecialHelpMenuWidget to a customised DropdownWidget (T178387) by Ed Sanders
- git #bd2f39ca - Fix config documentation by Esanders
- git #5c33f929 - CachedList: Use getWithSetCallback() (T164860) by Catrope
- git #32b82fa1 - NotifUser: Make resetNotificationCount() default to DB_MASTER by Catrope
- git #54412949 - UnreadWikis: Check the actual object we're about to call a method on by Aaron Schulz
- git #e29d1253 - UserNotificationGateway: Add getDB() method by Aaron Schulz
- git #0483c5ff - EchoHooks: Fix copypasta in link to documentation page by Aaron Schulz
- git #6cdebeb6 - tests: Delete the rspec tests by Roan Kattouw
- git #b3b97207 - build: Extend 'svgmin' options and move to 'minify' task (T185596) by James D. Forrester
- git #e20d0aaf - EventPresentationModel::factory: Force type Language for $language by Fomafix
- git #d1ef3a95 - build: Updating mediawiki/mediawiki-codesniffer to 20.0.0 by libraryupgrader
- git #9de02857 - Replace .parent with .super by Ed Sanders
- git #3b4be7b6 - NotificationItemWidgets: Remove property setting duplicated from parents by Ed Sanders
EducationProgram
editNo changes for EducationProgram
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #5e818a16 - Add debug/info logging about start/finish of the job execution. (T195858) by Petr Pchelko
EventLogging
editNo changes for EventLogging
ExtensionDistributor
editNo changes for ExtensionDistributor
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
edit- git #6274cd6b - Remove unused configuration options regarding wikitext replacements by Thiemo Kreuz
- git #4dade443 - Make side-effect of ExternalUserNames::applyPrefix() more obvious (T192376) by Thiemo Kreuz (WMDE)
- git #5e9e78bb - Always use plain username for file revisions (T192376) by Thiemo Kreuz (WMDE)
- git #3f9906cf - Add test for CommonsHelperConfigParser (T194129) by Thiemo Kreuz (WMDE)
- git #fba031e2 - Use default 'imported' prefix when prefix empty (T192376) by Thiemo Kreuz
- git #684884b8 - Add test for WikiTextContentValidator (T194132) by WMDE-Fisch
- git #c82bda07 - Extract normalization of mobile URLs to separate class by Thiemo Kreuz
- git #70cd7f50 - Make WikiTextConversions comparisons case-insensitive (T194132) by Thiemo Kreuz
- git #c870c05b - Add basic logging to SiteTableSourceInterWikiLookup (T192376) by Thiemo Kreuz (WMDE)
- git #5b62d509 - Add basic happy test for CommonsHelperConfigRetriever (T193615) by Thiemo Kreuz
- git #2670b930 - Forbid the import of a file that contains a blocked Category/Template (T194132) by Thiemo Kreuz
- git #41070fb7 - Extract category and template information from CommonsHelper's config files (T193615) (T194129) by Thiemo Kreuz
- git #4974027d - Add external username handling (T192376) by WMDE-Fisch
- git #362e8582 - Add interface to allow interwiki references (T192376) by WMDE-Fisch
- git #e74c5ce6 - Fix title validating tests by WMDE-Fisch
- git #af159398 - Favor assertSame in phpunit tests by WMDE-Fisch
- git #b15390f3 - Replace copied CSS values with LESS variable names by Thiemo Kreuz
- git #cf28b1f9 - Add test for DuplicateFileRevisionChecker (T190290) by Thiemo Kreuz
FlaggedRevs
edit- git #40595575 - Fix bad index names (T196139) by Brad Jorsch
Flow
edit- git #d121a8ab - Add more @covers tags in not so obvious cases (T195139) by Krinkle
- git #590271d2 - Add @covers tags for all abstract base classes by Thiemo Kreuz
- git #7f474677 - Add missing @covers tags to test classes in all trivial cases (T195139) by Thiemo Kreuz (WMDE)
- git #1a8906b0 - Add @covers tags to Flow's PHPUnit tests (T195139) by Catrope
FundraiserLandingPage
edit- git #1477d1cf - Parse EL sample rate URL param as number (T195908) by Andrew Green
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
editNo changes for Gadgets
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
edit- git #e04eb378 - [cirrus] Add support for FilterQueryFeature (T195788) by EBernhardson
- git #f534d65d - [cirrus] Implement BoostFunctionFeature (T195305) by David Causse
GettingStarted
editNo changes for GettingStarted
Graph
editNo changes for Graph
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
edit- git #26a3097a - ResourceLoaderGlobalUserModule: Use $context->getUserObj() instead of manually by Krinkle
GlobalPreferences
edit- git #d196b8b1 - Parameterize debug log entry (T196305) by Kunal Mehta
- git #328f3462 - Don't type hint PreferencesFormPreSave hook against PreferencesForm (T196023) by Kunal Mehta
- git #8c53e6dd - Use context->msg instead of global function by Jforrester
- git #3a0dc8fe - Ensure non-OOUI scripts are loaded on special page by Jforrester
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
GuidedTour
editNo changes for GuidedTour
GWToolset
edit- git #c45e8252 - Stop including partner-template-name in job params (T192946) by Matthias Mullie
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
JADE
edit- git #ed24cacc - Don't use *.json for intentionally invalid JSON file (T195343) by Kunal Mehta
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
edit- git #423c58b0 - Update wikimedia-mapdata to latest (0159e39) (T140083) by Michael Holloway
- git #14c2c1fb - TagHandler: Add test for broken array_unique behavior fixed before by Thiemo Kreuz (WMDE)
- git #8dfe5a08 - Add language input to maps dialog (T193659) by Esanders
- git #3e7cab58 - Update map language in VE rendering when it changes (T193659) by Esanders
- git #0200e751 - Simplify State::$data to always be an associative array by Thiemo Kreuz (WMDE)
- git #4256a911 - Override MinervaNeue Multiple_image hack for map display (T192251) by Moriel Schottlender
- git #69efcdac - Standardize focus appearance of leaflet buttons by Volker E
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MapSources
editNo changes for MapSources
MassMessage
editNo changes for MassMessage
Math
edit- git #9b2ba59a - Move icons to RL image module and generate variants (T196050) by Ed Sanders
- git #aa2c4cf9 - Improve tests coverage for MathMathML by Physikerwelt
- git #c1c4e42c - Improve tests coverage for MathFormatter by Physikerwelt
- git #4156f1c9 - Remove dead texvc code from the math extension (T195871) by Moritz Schubotz (physikerwelt)
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #27f0f9b7 - Avoid call to Overlay.hide by jdlrobson
- git #878a5720 - QA: Drop failing test from beta cluster build (T195850) by jdlrobson
- git #49be29a5 - Remove unused gray-triangle icon (T194098) by Jdlrobson
- git #53776b8e - Reliably refresh the page after an edit by jdlrobson
- git #52a3d005 - Verify that data['pageprops'] exists before using it (T195872) by Pmiazga
MultimediaViewer
editNo changes for MultimediaViewer
MwEmbedSupport
editNo changes for MwEmbedSupport
NavigationTiming
editNo changes for NavigationTiming
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OAuth
edit- git #6d44afbf - Avoid SpecialPageFactory redirect of Special:OAuth (T196102) by Brad Jorsch
OATHAuth
editNo changes for OATHAuth
ORES
edit- git #7729a550 - Make ScoreParser aggregate wp10 predictions (T194297) by Amir Sarabadani
- git #c7834a10 - Do not retry RevisionNotFound job failures (T196076) by Amir Sarabadani
- git #ae742730 - Don't autoload all tests, just the helpers that we need (T196070) by Kunal Mehta
- git #72824431 - Make aggregation of score results possible so they take less rows (T194297) by Amir Sarabadani
OpenStackManager
editNo changes for OpenStackManager
PagedTiffHandler
editNo changes for PagedTiffHandler
PageAssessments
editNo changes for PageAssessments
PageImages
editNo changes for PageImages
PageTriage
edit- git #9e20e4b3 - Add mainspace pages moved from other namespaces outside of Special:MovePage to page curation queue (T155289) by Kaldari
- git #fb44f539 - Temporary fix for RfD template bug (T194826) by Kaldari
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
ParserMigration
editNo changes for ParserMigration
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
edit- git #57b8c36e - Use librarized XMPReader class and minor cleanup by Kunal Mehta
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
edit- git #1f6bce0d - No <br /> tag after <hr /> tag to avoid extra space (T124144) by Gopavasanth
PoolCounter
editNo changes for PoolCounter
Popups
edit- git #a782b7b7 - Update setting icon (T193058) by jdlrobson
- git #f444c15a - Restore stylelinting by Jdlrobson
- git #79daacb2 - Coalesce and cleanup use of `then` blocks (T190141) by jdlrobson
ProofreadPage
edit- git #1ff743a7 - Separate MediaWiki messages for summary (T57340) by Candalua
- git #5d9dafc1 - Extract complex condition in standalone isValidInterval method by Sébastien Santoro
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
edit- git #44c06c60 - Make survey description optional (T195284) by Gilles Dubuc
Quiz
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo changes for RelatedArticles
RelatedSites
editNo changes for RelatedSites
Renameuser
editNo changes for Renameuser
RevisionSlider
edit- git #33b2b584 - Remove dependencies on deprecated modules 'mediawiki.api.*' by WMDE-Fisch
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
editNo changes for SpamBlacklist
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #64ad66c8 - s/@gropu/@group/ by Reedy
- git #12c2cc0f - Correctly bundle thanks notifications for logs (T192041) by Matěj Suchánek
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #3cb639ac - TranslateYamlTest: Assert before using output by Reedy
- git #a875c7ee - Implement a workaround for phpyaml float formatting issue (T194656) by Amire80
- git #e4f89b99 - refresh-translatable-pages.php: add JobQueue option (T195347) by jenkins-bot
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UnicodeConverter
editNo changes for UnicodeConverter
UniversalLanguageSelector
edit- git #c0e39672 - Update jquery.ime from upstream by jenkins-bot
- git #fa5e448b - Update jquery.uls from upstream by jenkins-bot
UploadsLink
editNo changes for UploadsLink
UploadWizard
editNo changes for UploadWizard
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #a7049dac - Update language variant node to use new invisible icon API (T195887) by Jforrester
- git #d3fd979d - Paste conversion dialog shouldn't be escapable by David Lynch
- git #b049a82e - ApiResponseCache: Add a check for data.query before accessing redirects by Santhosh Thottingal
- git #21f526bf - mw.trackSubscriber: Remove action.init.timing value (T160315) by Krinkle
- git #a7f5a76b - build: Introduce eslint-plugin-qunit by Ed Sanders
- git #4f456b14 - Disconnect surface model history listener when tearing down (T195775) by Bartosz Dziewoński
- git #d3824dee - DesktopArticleTarget: Section-scroll as part of restoring the page (T194631) by David Lynch
- git #d4841abb - ApiVisualEditor: Defensively check that query prop revisions returns arrays (T193718) by Esanders
- git #27d0634a - ApiResponseCache: Support redirects data processing by Santhosh Thottingal
Wikibase
edit- git #66c7e5dd - Pop PHP version according to the current Mediawiki compatibility by Aleksey Bekh-Ivanov (WMDE)
- git #69d1c5fe - Order results of EntityUsageTable::getPagesUsing() based on eu_page_id (T179007) by Amir Sarabadani
- git #5b7a5a06 - Set direction based on the language (T195415) by eranroz
- git #b4fb82e0 - Cast $wgMaxArticleSize to int by Lucas Werkmeister
- git #a15902a9 - Re-Add number of entities accessed to "Parser profiling data" (T195982) by Marius Hoch
- git #10c51731 - Introduce EntityLinkFormatterFactory for use with LinkBegin hook. (T195382) by Jakob Warkotsch
- git #4babbe69 - Stop selecting term_entity_type (T195485) by Amir Sarabadani
- git #75571584 - [cirrus] Add support for FilterQueryFeature (T195788) by David Causse
- git #1061a373 - Remove numeric entity ID assertions from TermSqlIndex (T195841) by Lucas Werkmeister
- git #d0c4707f - Use type Language for EchoEventPresentationModel::factory by Fomafix
WikibaseLexeme
edit- git #593caded - Make Lexeme_talk namespace have lowercase T (T195497) by Thomas Arrow
- git #b4d0766d - Representation language: Add aria-invalid (T193636) by Pablo Grass
- git #3aef0506 - Prevent lexeme link formatter from breaking for unknown lexemes (T195382) by Jakob Warkotsch
- git #94a05527 - Encapsulate Lemma validation logic via composition by Aleksey Bekh-Ivanov (WMDE)
- git #35cf0c22 - Representation language: Pre-existing bind syntax (T193636) by Pablo Grass
- git #dafd7077 - Removed "development maintenance" tools by Addshore
- git #f637bab0 - Defined serializer-factory callback for forms. (T192149) (T195110) by Addshore
- git #bc922534 - Form representations: Prevent redundant langugages (T193636) by Pablo Grass
- git #02d43eb5 - Show lemma on Special:AllPages (T195382) by Leszek Manicki
- git #73c71fbf - Add placeholder text for grammatical features input (T193604) by Jakob Warkotsch
- git #fbf44360 - Only add repo-specific entity type definition elements in Repo context (T195615) by Leszek Manicki
- git #18c97c39 - Only run onCirrusSearchProfileService if repo is enabled (T195615) by addshore
- git #fb297e80 - Do not register Lexeme namespaces in CanonicalNamespaces on clients (T195615) by addshore
- git #d9277cf7 - Add @covers tags for Add/Change/RemoveFormDiff to FormDifferTest by Thiemo Kreuz (WMDE)
- git #b1a80aed - Added development setup instructions using Docker to README by Leszek Manicki
- git #af78a4d6 - Eris tests: use pinned version by Aleksey Bekh-Ivanov (WMDE)
- git #34a55dbc - Increase minimum PHP version by WMDE-leszek
- git #d4eb6b66 - ItemSelectorWidgetField: prevent autocomplete (T191526) by Aleksey Bekh-Ivanov (WMDE)
- git #db0c6cfe - Allow formatting lexeme ids having language and lexical category without labels (T195860) by Jakob Warkotsch
- git #5bf5cb72 - Require php-vuejs-templating 1.0.2 (T195359) by WMDE-leszek
- git #4c5b18e1 - Add Lexeme data to getTextForSearchIndex (T195912) by WMDE-leszek
- git #54c80b01 - Adjusted namespaces and files names to be PSR-4-compliant (T195823) by WMDE-leszek
WikibaseQuality
editNo changes for WikibaseQuality
WikibaseQualityConstraints
edit- git #3ae30d39 - Add ResultsSource and auxiliary services to ConstraintReportFactory (T190933) by Lucas Werkmeister
- git #0e8f1350 - Add 'citation needed' constraint (T195052) by Amir Sarabadani
- git #093a7112 - Fix tests after TimeAdjustableWANObjectCache was removed by Leszek Manicki
- git #ef06aad6 - Adjusted namespaces of test classes to comply with AutoLoaderStructureTest by Leszek Manicki
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
editNo changes for WikiEditor
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
Wikidata.org
editNo changes for Wikidata.org
WikimediaEvents
editNo changes for WikimediaEvents
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
edit- git #e650606e - RCFilters: Add guided tour for Watchlist, with instant opt-out (T195427) by Roan Kattouw
- git #bcf6cc3a - Add eslint and make pass by Krinkle
XAnalytics
editNo changes for XAnalytics
ZeroBanner
editNo changes for ZeroBanner
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
edit- git #e91295a5 - Fix action!=edit opening the editor (T196150) by David Lynch
- git #ee9ec002 - Don't turn off listening to reference clicks (T191086) by Jdlrobson
- git #8f0e1022 - Remove special `font-size` treatment of VE overlay (T195791) by Volker E
- git #64849101 - Allow type Language for $lang of doEditSectionLink by Jdlrobson
- git #03a7b57a - Edit infobox style to properly position captions (T193881) by Jan Drewniak
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #70b5f249 - Fix condition for 'emptyPortlet' class (T196026) by Bartosz Dziewoński
Vector
edit- git #feca6b27 - Remove unused margin/padding override for '#mw-head h3' by Bartosz Dziewoński
- git #0a0ddcc5 - Align tabs and search input font-size by Krinkle
Total Changes
edit242 Changes in 45 repos by 70 committers