![]() |
Deployment of MediaWiki 1.32.0-wmf.13 to Wikimedia sites | MediaWiki 1.32.0-wmf.14![]() |
The latest version (labeled "1.32.0-wmf.13") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 17 July 2018 (see the roadmap).
Core changes
- git #3648e568 - Revert "Convert Title::getTitleCache() to using MapCacheLRU" (task T199763) by Krinkle* git #51edd7e9 - Cached HTML/JS shouldn't show two toggle links (task T195053) by Timo Tijhof
- git #36f84edc - WebRequest: Fix flaky testGetElapsedTime test case (task T199764) by Timo Tijhof
- git #d469f538 - Parser: Remove style and script tags' content from TOC (task T198618) by Brad Jorsch
- git #acab3167 - Sync up with Parsoid parserTests.txt by Arlo Breault
- git #b4c86148 - Convert LinkCache to using MapCacheLRU by Krinkle
- git #6e09d07b - Set role=button on TOC show/hide checkbox (task T195053) by VolkerE
- git #31372c61 - In PathRouterTest use @dataProvider where possible by Tim Starling
- git #6a17d6b3 - Temporarily skip broken Selenium test (task T199644) by Daimona Eaytoy
- git #aa6a22a5 - Localize MW core namespaces to Santali (task T198404) by MarcoAurelio
- git #0ed71cb0 - New 'OutputPageAfterGetHeadLinksArray' hook, allowing extensions to modify the return value of OutputPage#getHeadLinksArray by Jack Phoenix
- git #358b2d1d - Pass $opts by reference to subscribers of 'SpecialSearchPowerBox' hook to allow them to modify it by Brian Wolff
- git #ec7dfb4a - filebackend: switch callers from ProcessCacheLRU to MapCacheLRU by Aaron Schulz
- git #6986130f - Convert ChangesList to using MapCacheLRU by Krinkle
- git #563026ac - Convert PasswordReset to using MapCacheLRU by Krinkle
- git #50386d43 - Clean up docs around $wgUseSharedUploads (task T25122) by Timo Tijhof
- git #1b5ed078 - tests: Add a doc test for release notes' existence and line length by Kunal Mehta
- git #0818070c - Accept BCP 47 codes as aliases for nonstandard variants by C. Scott Ananian
- git #11b90976 - Hard deprecate support for Parsoid v1 API (task T100681) by James D. Forrester
- git #fe504a47 - Revert "Pedantic strict equals." (task T199504) by Daniel Kinzler
- git #8380f017 - Ensure LanguageCode::bcp47() returns a valid BCP 47 language code (task T34483) (task T106367) (task T120847) by C. Scott Ananian
- git #7e7e84a5 - Hard-deprecate ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
- git #c6810d74 - Deprecate ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
- git #1afcb645 - rcfilters: Fix filter menu checkbox alignment after OOUI v0.27.5 release (task T199466) by James D. Forrester
- git #ce9f5c25 - Put <dt>/<dd>/<li> in the always-suppressing category of doBlockLevels by Arlo Breault
- git #5a7f860b - <ins>/<del> elements can be phrasing or flow (task T17491) by Arlo Breault
- git #42f844e0 - selenium: create edit for RecentChanges through GUI (task T199446) by Pablo Grass
- git #9d35884e - Use func_num_args() in MapCacheLRU::clear() for sanity by Aaron Schulz
- git #e4adfdc4 - Add test for PageArchive::getPreviousRevision by daniel
- git #ee750cc6 - [PageArchive] Fetch ar_rev_id instead of ar_id by David Causse
- git #5eca3ca4 - mediawiki.page.gallery: Various clean up and minor optimisations (task T88654) by Timo Tijhof
- git #9c166a83 - installer: Add missing new-line after "comment fields are up to date" by Timo Tijhof
- git #83164669 - Don't throw E_NOTICEs about undefined properties (task T199494) by Jack Phoenix
- git #aea721b8 - Let 'shows page creation' test be skipped (task T198137) by Kunal Mehta
- git #2a0e4825 - Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length by James D. Forrester
- git #b24fafd6 - Pedantic strict equals. by Umherirrender
- git #6255eb51 - Fix populateContentTables.php with no rows by Reedy
- git #93fc424f - StringUtils: Deprecate Replacer classes by Kunal Mehta
- git #43b0e87a - Mention MariaDB first, before MySQL in installer. by Brian Wolff
- git #06dc7d01 - Mark InnoDB as recomended in the installer. by Kunal Mehta
- git #14f377b2 - Sync up with Parsoid parserTests.txt by Arlo Breault
- git #b8779134 - objectcache: make BagOStuff::mergeViaLock() timeout more sensible (task T198239) by Aaron Schulz
- git #89b21847 - Start working on phan-taint-check warnings. Fix minor escaping issues. by Brian Wolff
- git #32d8dd04 - objectcache: minor fix to MultiWriteBagOStuff::doWrite() (task T198239) by Krinkle
- git #267d99fa - Convert numerous UNIQUE INDEX to PRIMARY KEY (task T198811) by Reedy
- git #b2101d72 - Rename index type_action to log_type_action (task T51199) by Reedy
- git #cb57179a - Deprecate specialized file errors in OutputPage and fix escaping by Brian Wolff
- git #1abbc386 - Update OOUI to v0.27.5 by James D. Forrester
- git #2b363541 - RCFilters: Explicitly set the default highlight color to null (task T199144) by Sbisson
- git #88f46962 - Use $lang->hasVariants() instead of count( $lang->getVariants() ) > 1 by Umherirrender
- git #9fed3f0f - Add config to use change_tag_def table for Special:Tags (task T199334) by Amir Sarabadani
- git #7a25cd38 - Convert Title::getTitleCache() to using MapCacheLRU by Aaron Schulz
- git #9b512505 - objectcache: make CachedBagOStuff implement makeKeyInternal() by Aaron Schulz
- git #c974d0cd - objectcache: avoid direct "bag" field references in CachedBagOStuff by Aaron Schulz
- git #6cce704d - rdbms: fix value of ChronologyProtector::POSITION_COOKIE_TTL (task T194403) by Reedy
- git #72f1866b - Add new 'ArticleShowPatrolFooter' hook to allow extensions to decide if the [mark as patrolled] link should not be shown by Jack Phoenix
- git #8943c222 - Use a closure instead of PathRouterPatternReplacer by Tim Starling
- git #874f5f7f - Expand the default watchlist time from 3 to 7 days (task T194414) by James D. Forrester
- git #6ebf86ba - SpecialChangeEmail: Log email changes (task T151415) by Reedy
- git #6866cfec - Simplify PHP by using ?? and ?: by Aaron Schulz
- git #64520765 - Replace redundant Assert calls with native typehint by Krinkle
- git #b4ffe54c - In RevisionStore, use DB_MASTER when READ_LATEST is set. (task T198869) by daniel
- git #9eff263e - rdbms: add IDatabase::lockForUpdate() convenience method by Aaron Schulz
- git #11b032f6 - mediawiki.language: Combine with 'mediawiki.language.data' and 'mediawiki.language.init' by James D. Forrester
- git #8be7d844 - Use master when fetching revision to base a null-revison on. (task T198869) by daniel
- git #d5713fc6 - Run populateContentTables.php from update.php (task T197818) by Brad Jorsch
- git #fc21cbc4 - mediawiki.api: Simplify mw.Api constructor by Krinkle
- git #bbba25e0 - mw.special.preferences: Prevent invisible accessibility hint from affecting content (task T195986) by Bartosz Dziewoński
- git #fc19e120 - List deleted revisions in well defined order by daniel
- git #4943c74a - [MCR] Make PageArchive aware of MCR (task T194015) by daniel
- git #8664804e - Implement makeKeyInternal() for ReplicatedBagOStuff/MultiWriteBagOStuff by Aaron Schulz
- git #38756eae - Special:Log: Convert to HTMLForm (task T117737) by Prateek Saxena
- git #25d81fc7 - mediawiki.inspect: Add headings to console and use console.group() by Timo Tijhof
- git #0120f525 - Special:PasswordReset: Make the user field a user lookahead field, not just text by James D. Forrester
- git #131132d7 - Replace use of deprecated Language::truncate() (task T197492) by C. Scott Ananian
- git #b93394bd - Hard deprecate Language::truncate() (task T197492) by C. Scott Ananian
- git #8885b548 - WebReponse: Use values altered in 'WebResponseSetCookie' hook (task T198525) by Brad Jorsch
- git #68527cf4 - Hide TOC with CSS instead of JavaScript (task T195053) by Fomafix
- git #3f2db720 - shell.php: prevent permission error by Gergő Tisza
- git #8879544c - RELEASE-NOTES-1.32: Re-wrap to 80 chars again by James D. Forrester
- git #be266087 - Don't armor french spaces before punctuation followed by word characters (task T197902) by C. Scott Ananian
Vendor
- git #8a33a828 - Update OOUI to v0.27.5 by James D. Forrester
- git #38a095be - Added psr/simple-cache 1.0.1 (task T198857) by Aleksey Bekh-Ivanov (WMDE)
Extensions
3D
No changes for 3D
AbuseFilter
- git #dd0569c0 - Fix extension doc for AbuseFilterPrivateLog by Daimona Eaytoy
- git #78c755fb - Remove obsolete comment from abusefilter.tables.pg.sql (task T199506) by Matěj Suchánek
- git #3e1a9636 - Simplify AbuseFilter::addLogEntries by Matěj Suchánek
- git #df346b39 - Remove and replace an argument in AbuseFilter::addLogEntries by Matěj Suchánek
- git #adc06f40 - Use isset instead of empty+strlen when checking disallow parameters by Daimona Eaytoy
- git #6a971333 - Add the user action to warn key (task T199621) by Daimona Eaytoy
- git #d390144c - Add the log ID as API param for query abuselog (task T36731) by Daimona Eaytoy
- git #0815fc6a - Update LogPage to ManualLogEntry by Daimona Eaytoy
- git #b8a2225b - Warn the user to re-attempt save if edit token didn't match by Daimona Eaytoy
- git #8cec6a06 - Simplify how we convert builder values array for OOUI by Daimona Eaytoy
- git #f93134a4 - Unbreak reverting 'degroup' action by Daimona Eaytoy
- git #90128480 - Wrap error messages in Html::errorBox by Daimona Eaytoy
- git #da2a14ad - Revert "Change message transformation method" by Daimona Eaytoy
- git #f016c6c9 - Fix minor issues around by Daimona Eaytoy
- git #7a642808 - Add phpunit tests for all exception thrown in the parser by Daimona Eaytoy
ActiveAbstract
No changes for ActiveAbstract
AdvancedSearch
- git #42612a1b - Improve screenreader compatibility (task T181488) by Tim Eulitz
- git #a20a35c7 - Improve docstring of ImageDimensionInput by Gabriel Birke
- git #042f9147 - Update loading placeholder height as of OOUI 0.27.3 (task T189028) by Thiemo Kreuz
AntiSpoof
No changes for AntiSpoof
ApiFeatureUsage
No changes for ApiFeatureUsage
ArticleCreationWorkflow
No changes for ArticleCreationWorkflow
ArticlePlaceholder
No changes for ArticlePlaceholder
Babel
No changes for Babel
BetaFeatures
- git #e5da0113 - Apply WCAG 2.0 level AA conformant green to feature user count (task T199205) by Volker E
BounceHandler
No changes for BounceHandler
Calendar
No changes for Calendar
Campaigns
No changes for Campaigns
Capiunto
No changes for Capiunto
CategoryTree
No changes for CategoryTree
CentralAuth
- git #d1eff79a - Consistently treat "centralauth-admin-nonexistent" as wikitext (task T199476) by Marius Hoch
CharInsert
No changes for CharInsert
CheckUser
No changes for CheckUser
CirrusSearch
- git #038aedb1 - Selenium: use wdio-mediawiki NPM package (task T188742) by Željko Filipin
- git #17345e57 - Order packages in package.json (task T188742) by Željko Filipin
- git #e9354dbd - Remove `^` from package.json (task T188742) by Željko Filipin
- git #1bfa2811 - Simplify CirrusSearch\Version by Erik Bernhardson
- git #d046755f - Add term_freq and remove id_hash_mod from CirrusSearchWikimediaExtraPlugin by EBernhardson
- git #3841dce9 - Don't use deprecated `mediawiki.api.messages` (task T196802) by James D. Forrester
- git #0ccc14cb - tests/Jenkins: Drop loading MwEmbedHandler, it's a no-op by James D. Forrester
- git #58b29e79 - Selenium: Create selenium-daily NPM script (task T193244) (task T188742) by Željko Filipin
Cite
No changes for Cite
CiteThisPage
No changes for CiteThisPage
Citoid
No changes for Citoid
cldr
No changes for cldr
Cognate
No changes for Cognate
CodeEditor
No changes for CodeEditor
CodeMirror
No changes for CodeMirror
CodeReview
No changes for CodeReview
CollaborationKit
No changes for CollaborationKit
Collection
No changes for Collection
CommonsMetadata
No changes for CommonsMetadata
ConfirmEdit
- git #5b7a36a5 - Clean up some phpcs problems by Krinkle
CongressLookup
No changes for CongressLookup
ContactPage
- git #1ae72a8d - Allow a contact page to require users to be logged in to use it (task T199249) by Reedy
ContentTranslation
- git #cb419759 - Register messages used in ext.cx.source (task T199380) by Petar.petkovic
- git #23de78f3 - Fix colors on CX1 (task T199503) by Petar.petkovic
- git #efc8e31d - Correct the check if saved section has validations by Petar.petkovic
- git #91f621db - Fix "last update" timestamp for translations (task T162211) by petarpetkovic
ContributionTracking
- git #ddf79aa9 - Get rid of extra check / set on DB globals (task T195814) by Elliott Eggleston
- git #677b4811 - DB settings default to null (task T195814) by Elliott Eggleston
CreditsSource
No changes for CreditsSource
Dashiki
No changes for Dashiki
DisableAccount
No changes for DisableAccount
Disambiguator
No changes for Disambiguator
DismissableSiteNotice
No changes for DismissableSiteNotice
DonationInterface
- git #952194aa - Revert bad translatewiki update by Elliott Eggleston
- git #24b8563b - List 'variant' as allowed API param by Elliott Eggleston
- git #cb478c5d - Fix Ingenico FormChooser settings by Elliott Eggleston
DoubleWiki
No changes for DoubleWiki
DynamicSidebar
No changes for DynamicSidebar
Echo
No changes for Echo
EducationProgram
No changes for EducationProgram
Elastica
No changes for Elastica
ElectronPdfService
No changes for ElectronPdfService
EventBus
- git #c36754af - Properly handle null content format. by Petr Pchelko
EventLogging
No changes for EventLogging
ExtensionDistributor
No changes for ExtensionDistributor
FeaturedFeeds
No changes for FeaturedFeeds
FileExporter
No changes for FileExporter
FileImporter
- git #d51fb755 - Test unedited/edited requests separately in ImporterComponentTest (task T190826) by WMDE-Fisch
- git #9b234440 - Add ImporterComponentTest case for 1 file revision (task T190826) by Thiemo Kreuz
- git #0690db9f - Remove unused WebResponse variable from a test by Thiemo Kreuz
- git #4c15b2a9 - Add @var docs to TestingAccessWrappers by Thiemo Kreuz
- git #ade625c0 - Cleanup phpunit tests by WMDE-Fisch
- git #0bc487e5 - Add integration test for FileRevisionFromRemoteUrl (task T197681) by WMDE-Fisch
- git #5e4b548e - Add public getter for WikiRevision in operations classes by WMDE-Fisch
- git #155d13cf - Remove templates as indicated by the config files (task T198711) by WMDE-Fisch
- git #51a51333 - Add ImporterComponentTest (task T190826) by Andrew Kostka
- git #45d72b36 - Bring back initial null revision and move all changes to the next revision (task T198681) by WMDE-Fisch
- git #36f841a4 - Do not bind against Message class where not necessary by Thiemo Kreuz
- git #5464c5d4 - Reduce code duplication in CommonsHelperConfigParser by Thiemo Kreuz
- git #ab8074fd - Add missing test cases to CommonsHelperConfigParserTest (task T198317) by Thiemo Kreuz
- git #0b11d7fd - Replace localized headings with Wikimedia Commons syntax (task T198317) by Thiemo Kreuz
- git #477b1acf - Relax template parser return format (task T198711) by Thiemo Kreuz
- git #285c8010 - Clean-up and fix bad validation in CommonsHelperConfigParser by Thiemo Kreuz
- git #3935d020 - Introduce WikiPageFactory to make Importer testable (task T190826) by Thiemo Kreuz (WMDE)
FlaggedRevs
- git #85515dde - Fix compat with old local overrides for 'revreview-sadv-reviewing-c', 'revreview-sadv-reviewing-p' (task T196104) by Bartosz Dziewoński
- git #8e7bf85f - Minor cleanups to BagOStuff::merge() calls by Aaron Schulz
Flow
No changes for Flow
FundraiserLandingPage
- git #6ee1dd98 - Update redirects to CH chapter donate page (task T196403) by Elliott Eggleston
FundraisingTranslateWorkflow
No changes for FundraisingTranslateWorkflow
Gadgets
No changes for Gadgets
GeoCrumbs
No changes for GeoCrumbs
GeoData
No changes for GeoData
GettingStarted
No changes for GettingStarted
Graph
No changes for Graph
GlobalBlocking
No changes for GlobalBlocking
GlobalCssJs
No changes for GlobalCssJs
GlobalPreferences
- git #026947b7 - Add an API module to change local preference overrides (task T197260) by Max Semenik
- git #f4b44ada - Set localisation of special page alias for Urdu language. by MaxSem
GlobalUsage
No changes for GlobalUsage
GlobalUserPage
No changes for GlobalUserPage
GoogleNewsSitemap
No changes for GoogleNewsSitemap
GuidedTour
No changes for GuidedTour
GWToolset
No changes for GWToolset
ImageMap
No changes for ImageMap
InputBox
No changes for InputBox
Insider
No changes for Insider
intersection
No changes for intersection
Interwiki
No changes for Interwiki
InterwikiSorting
No changes for InterwikiSorting
JADE
- git #60239d90 - Rename namespace from Jade to Judgment by Adam Wight
- git #61a8b2f6 - Drop entity from the schema (task T179301) by Adam Wight
- git #a7163489 - Fix schema: syntax of boolean data (task T179301) by Adam Wight
Josa
No changes for Josa
JsonConfig
No changes for JsonConfig
Kartographer
No changes for Kartographer
LabeledSectionTransclusion
No changes for LabeledSectionTransclusion
LandingCheck
No changes for LandingCheck
LdapAuthentication
No changes for LdapAuthentication
Linter
No changes for Linter
LiquidThreads
No changes for LiquidThreads
Listings
No changes for Listings
LocalisationUpdate
No changes for LocalisationUpdate
LoginNotify
No changes for LoginNotify
MapSources
No changes for MapSources
MassMessage
No changes for MassMessage
Math
No changes for Math
MobileApp
No changes for MobileApp
MobileFrontend
- git #aef7fe11 - Change "optimise" to "optimize" by Amire80
- git #a12ef052 - Add special pages preferences (task T186760) by jdlrobson
- git #92428b51 - Diff title should link to revision by Jdlrobson
- git #127dd135 - Remove unnecessary MFResourceLoaderParsedMessageModule by Bartosz Dziewoński
- git #eb54f6bd - Remove unused override for ResourceModuleSkinStyles by Bartosz Dziewoński
MultimediaViewer
No changes for MultimediaViewer
NavigationTiming
No changes for NavigationTiming
Newsletter
No changes for Newsletter
NewUserMessage
No changes for NewUserMessage
Nuke
No changes for Nuke
OAuth
No changes for OAuth
OATHAuth
No changes for OATHAuth
ORES
- git #b41cf2d1 - Disable failing test that prevents merges across WMF-deployed repos (task T198201) by Max Semenik
- git #b27b0fa5 - Store class 0 of models with more than 2 classes (task T199358) by Stephane Bisson
OpenStackManager
No changes for OpenStackManager
PagedTiffHandler
No changes for PagedTiffHandler
PageAssessments
No changes for PageAssessments
PageImages
No changes for PageImages
PageTriage
- git #59e1fedf - Add maintenance script to backfill Draft NS pages into the triage queue (task T196181) by Sam Wilson
- git #f411590d - Add 'State' label above AfC filter radio buttons (task T195924) by Sam Wilson
- git #8a13535e - Don't show Page Curation toolbar in draftspace (task T198494) by MusikAnimal
- git #12f2d3f7 - Allow sorting of AfC drafts by submission date (task T195547) by MusikAnimal
PageViewInfo
No changes for PageViewInfo
ParserFunctions
No changes for ParserFunctions
ParserMigration
No changes for ParserMigration
ParsoidBatchAPI
- git #c29f2bf2 - Avoid deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
PdfHandler
No changes for PdfHandler
PerformanceInspector
No changes for PerformanceInspector
Petition
No changes for Petition
Poem
No changes for Poem
PoolCounter
No changes for PoolCounter
Popups
- git #4684b398 - Hygiene: use actionsTest consts instead of hardcoded states by Piotr Miazga
- git #c823a0e6 - When request gets aborted it shouldn't finish with FETCH_FAILED (task T199482) by Piotr Miazga
- git #89df2759 - Fix: mw-node-qunit package reference (task T197251) by Stephen Niedzielski
- git #10e6e250 - Upgrade eslint-config-wikimedia by Stephen Niedzielski
- git #2527f931 - Properly handle catch() when calling gateway fetch. (task T199482) by Piotr Miazga
- git #bce82dab - Tweak page previews margin for consistency (task T198663) by jdlrobson
ProofreadPage
- git #d5158a57 - Removes a wrong usage of in_array instead of array_key_exists (task T199492) by Tpt
- git #41664ccf - Special:IndexPages: sort by the number of pages with work to do (task T59198) by Candalua
- git #33b6b504 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
PropertySuggester
No changes for PropertySuggester
QuickSurveys
No changes for QuickSurveys
Quiz
No changes for Quiz
ReadingLists
No changes for ReadingLists
RelatedArticles
No changes for RelatedArticles
RelatedSites
No changes for RelatedSites
Renameuser
No changes for Renameuser
RevisionSlider
No changes for RevisionSlider
RSS
No changes for RSS
SandboxLink
No changes for SandboxLink
Scribunto
- git #df120420 - Localize Scribunto namespaces to Santali (task T198405) by jenkins-bot
- git #a54087ab - Remove unreachable code path (task T194263) by Legoktm
Score
No changes for Score
SearchExtraNS
No changes for SearchExtraNS
SecurePoll
No changes for SecurePoll
Sentry
No changes for Sentry
ShortUrl
No changes for ShortUrl
SiteMatrix
No changes for SiteMatrix
SpamBlacklist
- git #1bdc9aa6 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
- git #f8b95716 - Hash the title in "blacklist" cache keys by Aaron Schulz
SubPageList3
No changes for SubPageList3
SubpageSortkey
No changes for SubpageSortkey
SyntaxHighlight_GeSHi
- git #41466e27 - Update parser test for core change (task T199647) by Brad Jorsch
TemplateData
No changes for TemplateData
TemplateSandbox
No changes for TemplateSandbox
TemplateStyles
- git #435e06e2 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
TextExtracts
No changes for TextExtracts
Thanks
No changes for Thanks
TimedMediaHandler
No changes for TimedMediaHandler
timeline
No changes for timeline
TitleBlacklist
No changes for TitleBlacklist
TocTree
No changes for TocTree
TorBlock
- git #0c63dcae - Add phan-taint-check-plugin by Umherirrender
Translate
No changes for Translate
TranslationNotifications
- git #e9f65b5b - Don't use deprecated `mediawiki.api.parse` (task T196802) by James D. Forrester
TrustedXFF
No changes for TrustedXFF
TwoColConflict
No changes for TwoColConflict
UnicodeConverter
No changes for UnicodeConverter
UniversalLanguageSelector
No changes for UniversalLanguageSelector
UploadsLink
No changes for UploadsLink
UploadWizard
- git #f2282506 - Don't use deprecated `mediawiki.api.{edit|messages|parse}` (task T196802) by James D. Forrester
UrlShortener
No changes for UrlShortener
UserMerge
No changes for UserMerge
VipsScaler
No changes for VipsScaler
VisualEditor
- git #fbb8837a - Fix import button events by Esanders
- git #13675e4a - Fix confusion between #getSetupProcess and #getReadyProcess (task T185944) by Bartosz Dziewoński
- git #3d07d7f0 - Update VE core submodule to master (6398ee9c4) by James D. Forrester
- git #31604299 - Follow-up dfe27be: Add missing i18n keys to manifest (task T198064) by James D. Forrester
- git #27f56a57 - Update VE core submodule to master (58eb2cb97) by James D. Forrester
- git #9d8d4255 - init.mw.ArticleTarget: make sure renderCategories preserves order (task T197759) by David Lynch
- git #6db1fd41 - Move some styles from mw.ArticleTarget to mw.Target by Bartosz Dziewoński
Wikibase
- git #c88de757 - Test that links to items used as units are added to ParserOutput (task T199379) by Jakob Warkotsch
- git #2454496a - Fix missing label for unit items when displayed on entity page (task T199379) by Jakob Warkotsch
- git #f1afa379 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
- git #3e852761 - selenium: ComponentInteraction mixin, convenient way to add (task T194771) by Pablo Grass
- git #92e96427 - Stop overriding ContentHandler::makeParserOptions() (task T190712) by Brad Jorsch
- git #e06218f9 - Don't use deprecated `mediawiki.api.options` (task T196802) by James D. Forrester
- git #c0bed0df - Count number of `$entityIds` being prefetched (task T198868) by Aleksey Bekh-Ivanov (WMDE)
WikibaseLexeme
- git #389f5080 - Use SenseDeserializer in LexemeDeserializer (task T199244) by Lucas Werkmeister
- git #292799ec - Make Sense implement EntityDocument (task T199213) by Lucas Werkmeister
- git #a8db0849 - Add FormsStatementEntityReferenceExtractor to lexeme entity id extractors (task T199305) by Jakob Warkotsch
- git #c316ea00 - Revert "Turn glosses into a TermMap in frontend" by Addshore
- git #0fd45a0f - NewLexeme: allow lexeme creation with 'mis' language (task T194771) by Pablo Grass
- git #f431bc2a - Make lexeme properties work with "What links here" (task T195302) by Jakob Warkotsch
- git #6ea48b5b - Introduce SenseSerializer.js (task T198197) by Addshore
- git #a28b27ba - Turn glosses into a TermMap in frontend (task T198197) by addshore
- git #e4ba59ff - selenium: test creation of new lexemes (task T194771) by Pablo Grass
- git #ebe20624 - Add SenseDeserializer (task T199244) by addshore
- git #da9c129b - Extract SenseSerializer (task T199244) by Addshore
- git #f030f82f - Make Form Translations clearly lexicographical Forms (task T191614) by Thomas Arrow
- git #edf02d95 - Fix InvalidArgumentException param name in Lexeme & PatchAccess by addshore
- git #72b5433c - Check Senses in LexemeTest::testCopyModification by Lucas Werkmeister
- git #e2f017e3 - Add BlankSense, DummySenseId, NullSenseId (task T198032) by Lucas Werkmeister
- git #e12e02d0 - Add Lexeme::getSense() by Lucas Werkmeister
- git #38839441 - Add Lexeme::addSense() and Lexeme::removeSense() (task T198032) by Lucas Werkmeister
- git #109af17c - Start adding support for patching a lexeme’s senses by Lucas Werkmeister
- git #4f1855cf - Move Lexeme::getNextSenseId() up by Lucas Werkmeister
- git #5ebb9e4a - Unset nextSenseId in external serialization by Lucas Werkmeister
- git #cac583a1 - Use SenseSet in Lexeme (task T199095) by Lucas Werkmeister
- git #a2758e5a - Add SenseSet class (task T199095) by Lucas Werkmeister
- git #def12d4a - Revert "GrammaticalFeatureListWidget: Show exact results" by Pablo Grass (WMDE)
- git #12cde531 - Add nextSenseId to Lexeme (task T198194) by Lucas Werkmeister
- git #34072ba8 - Remove unused code from Lexeme frontend data model (task T198379) by Thomas Arrow
WikibaseQuality
No changes for WikibaseQuality
WikibaseQualityConstraints
- git #978863a6 - Link to constraint statement instead of statement group (task T169224) by Lucas Werkmeister
WikidataPageBanner
- git #323bd841 - Banners should display same in RTL or LTR (task T198818) by jdlrobson
WikiEditor
No changes for WikiEditor
wikihiero
No changes for wikihiero
WikiLove
No changes for WikiLove
WikimediaBadges
No changes for WikimediaBadges
Wikidata.org
No changes for Wikidata.org
WikimediaEvents
- git #07d3986b - Add event logging for WMDE fundraising banners (task T197571) by Gabriel Birke
WikimediaIncubator
No changes for WikimediaIncubator
WikimediaMaintenance
No changes for WikimediaMaintenance
WikimediaMessages
- git #5bd503b5 - Add a request for feedback on proposed changes to SpecialBlock. (task T194301) by jenkins-bot
XAnalytics
No changes for XAnalytics
ZeroBanner
No changes for ZeroBanner
ZeroPortal
No changes for ZeroPortal
Skins
CologneBlue
No changes for CologneBlue
MinervaNeue
- git #dfc29032 - Section issues overlay has different heading (task T197932) by jdlrobson* git #10024b64 - Hygiene: fix DownloadIcon function typing by Stephen Niedzielski* git #596e4058 - Tie issues to sections (task T197932) by jdlrobson* git #3d0587c6 - Reduce render blocking styles by deferring loading of icons (task T198930) by jdlrobson* git #10fa5f0c - Remove unnecessary MinervaResourceLoaderParsedMessageModule by Bartosz Dziewoński* git #34e1a803 - Talk page 'issues' are not subject to A/B test (task T199005) by jdlrobson* git #874d9c9e - Hygiene: update JSDoc boxed and JQuery types by Stephen Niedzielski
MonoBook
No changes for MonoBook
Modern
No changes for Modern
Nostalgia
No changes for Nostalgia
Timeless
No changes for Timeless
Vector
No changes for Vector
Total Changes
228 Changes in 39 repos by 66 committers