MediaWiki 1.32/wmf.13/Changelog
Core changes
[edit]- 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
[edit]- 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
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]- 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
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]- 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
[edit]No changes for AntiSpoof
ApiFeatureUsage
[edit]No changes for ApiFeatureUsage
ArticleCreationWorkflow
[edit]No changes for ArticleCreationWorkflow
ArticlePlaceholder
[edit]No changes for ArticlePlaceholder
Babel
[edit]No changes for Babel
BetaFeatures
[edit]- git #e5da0113 - Apply WCAG 2.0 level AA conformant green to feature user count (task T199205) by Volker E
BounceHandler
[edit]No changes for BounceHandler
Calendar
[edit]No changes for Calendar
Campaigns
[edit]No changes for Campaigns
Capiunto
[edit]No changes for Capiunto
CategoryTree
[edit]No changes for CategoryTree
CentralAuth
[edit]- git #d1eff79a - Consistently treat "centralauth-admin-nonexistent" as wikitext (task T199476) by Marius Hoch
CharInsert
[edit]No changes for CharInsert
CheckUser
[edit]No changes for CheckUser
CirrusSearch
[edit]- 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
[edit]No changes for Cite
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]No changes for Citoid
cldr
[edit]No changes for cldr
Cognate
[edit]No changes for Cognate
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]No changes for CodeMirror
CodeReview
[edit]No changes for CodeReview
CollaborationKit
[edit]No changes for CollaborationKit
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]- git #5b7a36a5 - Clean up some phpcs problems by Krinkle
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]- git #1ae72a8d - Allow a contact page to require users to be logged in to use it (task T199249) by Reedy
ContentTranslation
[edit]- 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
[edit]- 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
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
DisableAccount
[edit]No changes for DisableAccount
Disambiguator
[edit]No changes for Disambiguator
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]- 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
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]No changes for DynamicSidebar
Echo
[edit]No changes for Echo
EducationProgram
[edit]No changes for EducationProgram
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EventBus
[edit]- git #c36754af - Properly handle null content format. by Petr Pchelko
EventLogging
[edit]No changes for EventLogging
ExtensionDistributor
[edit]No changes for ExtensionDistributor
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]- 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
[edit]- 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
[edit]No changes for Flow
FundraiserLandingPage
[edit]- git #6ee1dd98 - Update redirects to CH chapter donate page (task T196403) by Elliott Eggleston
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]No changes for Gadgets
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]No changes for GeoData
GettingStarted
[edit]No changes for GettingStarted
Graph
[edit]No changes for Graph
GlobalBlocking
[edit]No changes for GlobalBlocking
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]- 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
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
GuidedTour
[edit]No changes for GuidedTour
GWToolset
[edit]No changes for GWToolset
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]No changes for InputBox
Insider
[edit]No changes for Insider
intersection
[edit]No changes for intersection
Interwiki
[edit]No changes for Interwiki
InterwikiSorting
[edit]No changes for InterwikiSorting
JADE
[edit]- 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
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]No changes for Kartographer
LabeledSectionTransclusion
[edit]No changes for LabeledSectionTransclusion
LandingCheck
[edit]No changes for LandingCheck
LdapAuthentication
[edit]No changes for LdapAuthentication
Linter
[edit]No changes for Linter
LiquidThreads
[edit]No changes for LiquidThreads
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MapSources
[edit]No changes for MapSources
MassMessage
[edit]No changes for MassMessage
Math
[edit]No changes for Math
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- 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
[edit]No changes for MultimediaViewer
NavigationTiming
[edit]No changes for NavigationTiming
Newsletter
[edit]No changes for Newsletter
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OAuth
[edit]No changes for OAuth
OATHAuth
[edit]No changes for OATHAuth
ORES
[edit]- 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
[edit]No changes for OpenStackManager
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageAssessments
[edit]No changes for PageAssessments
PageImages
[edit]No changes for PageImages
PageTriage
[edit]- 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
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
ParserMigration
[edit]No changes for ParserMigration
ParsoidBatchAPI
[edit]- git #c29f2bf2 - Avoid deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
PdfHandler
[edit]No changes for PdfHandler
PerformanceInspector
[edit]No changes for PerformanceInspector
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]- 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
[edit]- 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
[edit]No changes for PropertySuggester
QuickSurveys
[edit]No changes for QuickSurveys
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]No changes for ReadingLists
RelatedArticles
[edit]No changes for RelatedArticles
RelatedSites
[edit]No changes for RelatedSites
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]No changes for RevisionSlider
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Scribunto
[edit]- git #df120420 - Localize Scribunto namespaces to Santali (task T198405) by jenkins-bot
- git #a54087ab - Remove unreachable code path (task T194263) by Legoktm
Score
[edit]No changes for Score
SearchExtraNS
[edit]No changes for SearchExtraNS
SecurePoll
[edit]No changes for SecurePoll
Sentry
[edit]No changes for Sentry
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SpamBlacklist
[edit]- git #1bdc9aa6 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
- git #f8b95716 - Hash the title in "blacklist" cache keys by Aaron Schulz
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]- git #41466e27 - Update parser test for core change (task T199647) by Brad Jorsch
TemplateData
[edit]No changes for TemplateData
TemplateSandbox
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]- git #435e06e2 - Replace deprecated ContentHandler::makeParserOptions() (task T194263) by Brad Jorsch
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]No changes for Thanks
TimedMediaHandler
[edit]No changes for TimedMediaHandler
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]- git #0c63dcae - Add phan-taint-check-plugin by Umherirrender
Translate
[edit]No changes for Translate
TranslationNotifications
[edit]- git #e9f65b5b - Don't use deprecated `mediawiki.api.parse` (task T196802) by James D. Forrester
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UnicodeConverter
[edit]No changes for UnicodeConverter
UniversalLanguageSelector
[edit]No changes for UniversalLanguageSelector
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]- git #f2282506 - Don't use deprecated `mediawiki.api.{edit|messages|parse}` (task T196802) by James D. Forrester
UrlShortener
[edit]No changes for UrlShortener
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- 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
[edit]- 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
[edit]- 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
[edit]No changes for WikibaseQuality
WikibaseQualityConstraints
[edit]- git #978863a6 - Link to constraint statement instead of statement group (task T169224) by Lucas Werkmeister
WikidataPageBanner
[edit]- git #323bd841 - Banners should display same in RTL or LTR (task T198818) by jdlrobson
WikiEditor
[edit]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaBadges
[edit]No changes for WikimediaBadges
Wikidata.org
[edit]No changes for Wikidata.org
WikimediaEvents
[edit]- git #07d3986b - Add event logging for WMDE fundraising banners (task T197571) by Gabriel Birke
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]No changes for WikimediaMaintenance
WikimediaMessages
[edit]- git #5bd503b5 - Add a request for feedback on proposed changes to SpecialBlock. (task T194301) by jenkins-bot
XAnalytics
[edit]No changes for XAnalytics
ZeroBanner
[edit]No changes for ZeroBanner
ZeroPortal
[edit]No changes for ZeroPortal
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
MinervaNeue
[edit]- 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
[edit]No changes for MonoBook
Modern
[edit]No changes for Modern
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]No changes for Timeless
Vector
[edit]No changes for Vector
Total Changes
[edit]228 Changes in 39 repos by 66 committers