MediaWiki 1.36/wmf.28

MediaWiki 1.36.0-wmf.27 Deployment of MediaWiki 1.36.0-wmf.28 to Wikimedia sites MediaWiki 1.36.0-wmf.29

The latest version (labeled "1.36.0-wmf.28") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 26 January 2021 (see the roadmap).

Core changes

edit
  • git #25c25bff - Branch commit for wmf/1.36.0-wmf.28 (T271342) by trainbranchbot
  • git #57325ba3 - objectcache: add statsd key metrics to BagOStuff classes (T235705) by Aaron Schulz
  • git #bebbc12f - rdbms: fix bogus read-only mode bug in LoadBalancer (T252564) by Aaron Schulz
  • git #c446e326 - Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage. (T249230) by Petr Pchelko
  • git #47cc4da6 - Remove unneeded @return documentation by Umherirrender
  • git #e4b3c0e8 - Revert "message boxes: Use CSS classes adhering to class naming scheme" (T270796) by VolkerE
  • git #0e68b408 - Update the converter for the Tashelhit language (shi) by Amir Aharoni
  • git #b4be10f1 - Use my real name in CREDITS instead of the pseudonym + update CREDITS file by Ferran Tufan
  • git #6e53acb7 - Migrate ipblocks to abstract schema (T230428) (T164898) (T42626) by Amir Sarabadani
  • git #4660cb9b - Add clearfix to upload warnings by Ed Sanders
  • git #420001ad - HTMLForm: Fix documentation for tryAuthorizedSubmit by Thalia
  • git #a0ecde40 - Don't limit .thumbborder to img by Arlo Breault
  • git #0f86da8d - ParserTests: Update error message to point to the failing test file by Subramanya Sastry
  • git #e5b85ae8 - tests: Fix invalid @covers tags by Kunal Mehta
  • git #075e5d7e - Upgrade wikimedia/html-formatter from 2.0.0 to 2.0.1 (T271575) by James D. Forrester
  • git #b97b86e0 - Revert most of the changes from 16b76a4 (T272186) (T266149) by Arlo Breault
  • git #d8356d74 - HTMLFileField: Make 'accept' parameter optional by Thalia
  • git #744569f8 - Follow-up: I21d17de56: HtmlFileField fixes by Ed Sanders
  • git #8f8cc0c8 - Use always filled rev_user_text on Special:MergeHistory (T272635) by Umherirrender
  • git #ee4f008b - Move select file messages from oojs-ui-widgets to oojs-ui-core by Ed Sanders
  • git #a411a8da - set revision Title before setting text, or there may be no content model by Ariel T. Glenn
  • git #6df4b78e - WikiRevision::model can be null so don't pass it as an arg by Ariel T. Glenn
  • git #beeccf85 - LinkBatch: Fix property documentations by Ammarpad
  • git #85a042cc - RevisionStore: Prevent useless DB query (T270149) by Ammarpad
  • git #10de1d34 - Introduce MockAuthorityTrait for Authority test helpers by Petr Pchelko
  • git #2086bfa3 - DefaultSettings: Update $wgUseTagFilter documentation by DannyS712
  • git #8235482d - Remove references to dropped valid_tags table in TagsDefTest by Umherirrender
  • git #61a01ba8 - maintenance: Fix errors in parameter handling and output of findBadBlobs (T272540) by daniel
  • git #b9b844f3 - Special:Contributions reports negative namespace error on php8 (T248925) by Umherirrender
  • git #3a2e8883 - Rest: use Authority in all core handlers (T239753) by Petr Pchelko
  • git #b28809cb - Create HtmlFileField (T243476) by Ed Sanders
  • git #b6793aaf - Migrate RevisionStore from User to Authority where possible by Petr Pchelko
  • git #22c47c4e - Rest: inject Authority into Handler (T239753) by Petr Pchelko
  • git #d7055979 - Remove usages and hard deprecate User::changeable(By)Group (T254838) by Petr Pchelko
  • git #816e02ae - Convert RevisionRecord to Authority and PageIdentity (T271458) by Petr Pchelko
  • git #b68e7e10 - Move User::changeable(By)Groups methods to UserGroupManager (T254838) by Petr Pchelko
  • git #16fab630 - Remove hard-deprecate param fallbacks in RevisionStore by Petr Pchelko
  • git #2dd374f0 - Make ContributionsLookup use Authority by Petr Pchelko
  • git #7204cd7e - Remove trailing whitespace from paramvalidator-notmulti by Niklas Laxström
  • git #2f433de7 - MWRestrictionsTest: add missing parent::setUpBeforeClass call by DannyS712
  • git #7f262540 - SpecialUnblockTest: add missing parent::tearDown call by DannyS712
  • git #e715dbd4 - Misc cleanup to api integration tests by DannyS712
  • git #e1977412 - Remove `UserWrapper` class from tests, not used by DannyS712
  • git #bf2ed4cb - Add Unit tests for Title class (T241406) by DannyS712
  • git #b655f382 - Remove broken/outdated @param/@throws tags from @dataProviders by Thiemo Kreuz
  • git #2f66b375 - tests: Remove @param docs from test code that just repeat the signature by Thiemo Kreuz
  • git #a580c630 - Make ReleaseNotesTest a pure unit test by DannyS712
  • git #0a99c547 - rdbms: cleanup comments and constants "conns" field of LoadBalancer by Aaron Schulz
  • git #f1b9408e - Chain MutableRevisionRecord method calls by Ammar Abdulhamid
  • git #c99ac267 - Inject $user for validation instead of creating it inside Trait (T264058) by Peter Ovchyn
  • git #312ed643 - Add test to assert uniform table prefix usage in abstract schema (T270033) by Ammar Abdulhamid
  • git #e9766994 - WikiPage: add test for invalid titles by daniel
  • git #98c4dc39 - PageIdentityValue: fix isSamePageAs for foreign wikis by daniel
  • git #e7c649e3 - Title: add tests for makeTitle and makeTitleSafe by daniel
  • git #6dc6dc6f - Make Maintenance::STDIN_ALL integer by Ammarpad
  • git #30cf4056 - Add Authority to Context (T271460) by Petr Pchelko
  • git #a4ec04c6 - WikiPage: deprecated construction on bad titles (T272424) by daniel
  • git #20d1849b - Migrate objectcache to abstract schema (T230428) (T164898) by Ammar Abdulhamid
  • git #ef4c5bf3 - LogEventsList: Remove unused property by Ammarpad
  • git #b812ab88 - update.php: Purge database caches unconditionally after upgrade (T271062) by Ammarpad
  • git #9baca252 - ApiQuerySearch: Include prop/info when requested in generator mode (T270381) by Erik Bernhardson
  • git #bc6f7e4b - Make User implement Authority (T271459) by Petr Pchelko
  • git #10ccdb22 - Define equality for PageIdentity and Link_target (T272420) by daniel
  • git #9d770646 - Skip div with mw-edit-longpage-hint when it is empty by Umherirrender
  • git #47bb958f - Deprecate premature instantiation of services. (T153256) by daniel
  • git #4eb0a906 - Audit margins in content.media.less (T266149) by Arlo Breault
  • git #aa100cb9 - rdbms: sanity check if $conn is false in LoadBalancer::getConnection by Aaron Schulz
  • git #8a33830b - Make sure RUN_MAINTENANCE_IF_MAIN is defined in tests. by daniel
  • git #caf5f0ca - Remove nonfunctional default sampling for WANObjectCache metrics by Máté Szabó
  • git #6a47d517 - RevisionRecord: add getPage() (T208776) by daniel
  • git #69f8dec2 - filebackend: inject the proxy backend logger into FileBackendMultiWrite sub-backends (T270994) by Aaron Schulz
  • git #c5ea2dfe - rdbms: use LoadBalancer::MAX_LAG_DEFAULT constant within LoadMonitor by Aaron Schulz
  • git #3d840304 - mime: Add strict type hints to MimeAnalyzer class by Timo Tijhof
  • git #82b7cfbf - UploadBase: Don't call MimeAnalyzer if mTempPath is null (T272328) by James D. Forrester
  • git #75b2aafb - Exif::isSlong: Cast input to float so PHP 8.0 abs() doesn't whine (T272327) by James D. Forrester
  • git #81289f1f - mediawiki.special.upload: Use then() instead of done() (T272195) by Timo Tijhof
  • git #55561aef - Pingback.php: Minor cleanup by Reedy
  • git #61a5531e - Strict return types for PageIdentity (T208776) by daniel
  • git #3a044d0f - exception: Remove "exception_id" key in favour of reqId (T199607) by Timo Tijhof
  • git #31513848 - Fix Postgres index drifts on recentchanges table (T230428) (T164898) by Amir Sarabadani
  • git #23638cab - mediawiki.skinning: Add form elements `margin` normalization to 'normalize.less' (T272139) by Volker E
  • git #066e7773 - message boxes: Use CSS classes adhering to class naming scheme (T270796) by Volker E
  • git #cf2785e6 - Content navigation links can provide their own IDs by jdlrobson
  • git #46b66f09 - Respect used options for ParserOptions::isSafeToCache (T269293) by Petr Pchelko
  • git #2010a912 - CacheTime: remove mVersion field (T269393) by Petr Pchelko

Vendor

edit

Extensions

edit

No changes for 3D

AbuseFilter

edit
  • git #44dd0f6c - Catch FilterNotFoundException in ApiQueryAbuseLog (T272593) by Daimona Eaytoy
  • git #2c9f2faa - Catch ClosestFilterVersionNotFoundException in ViewDiff (T272505) by Daimona Eaytoy
  • git #6aa8f6f6 - Do not mock User in TextExtractorTest. (T271458) by Petr Pchelko
  • git #0a45c0ab - Don't return the status of doBlockInternal when processing block actions by Daimona Eaytoy
  • git #7800c3fd - Catch CentralDBNotAvailableException in ViewExamine (T272361) by Daimona Eaytoy

ActiveAbstract

edit

AdvancedSearch

edit

No changes for AdvancedSearch

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

No changes for BetaFeatures

BounceHandler

edit

No changes for BounceHandler

Calendar

edit

No changes for Calendar

Campaigns

edit

No changes for Campaigns

Capiunto

edit
  • git #3c91fd60 - Use @inheritDoc to complete documentation by Umherirrender

CategoryTree

edit

No changes for CategoryTree

CentralAuth

edit
  • git #8828dab9 - Require that all new and modified global group names are lowercase (T202095) by Taavi Väänänen
  • git #0aa8fa6b - Mark user page moves as bot on rename user process (T97659) by melos
  • git #b378d8e3 - Improve function and property documentation in tests by Umherirrender
  • git #9f79de43 - Add injectable CentralAuthUtilityService to replace CentralAuthUtils (T270828) by Taavi Väänänen

CentralNotice

edit

No changes for CentralNotice

CharInsert

edit

No changes for CharInsert

CheckUser

edit

No changes for CheckUser

CirrusSearch

edit
  • git #69908a6e - Improve function and property documentation in tests by Umherirrender
  • git #75bffad1 - Add an option to limit the size of the file_text field (T271493) by David Causse

Cite

edit
  • git #349fc3b1 - CitationNeededContext: Support encapsulated content (T265907) by Ed Sanders
  • git #b955439b - ve-cite: Update DiffElement test with fixed output by Ed Sanders

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit

cldr

edit

No changes for cldr

CodeEditor

edit

No changes for CodeEditor

CodeMirror

edit

CodeReview

edit

Cognate

edit

No changes for Cognate

Collection

edit

No changes for Collection

CommonsMetadata

edit
  • git #d8eff538 - Fix some parameter names in tests by Umherirrender

ConfirmEdit

edit
  • git #91ecfa4d - Remove incomplete @param from test function by Umherirrender

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit
  • git #9cf47b3f - Add dependency on ext.cite.visualEditor for CXReference handlers by Ed Sanders
  • git #ea6fe029 - CX3 Build 0.1.0+20210125 by NikG
  • git #462183a0 - SX Pick a sentence: Add card for already translated segments (T260128) by NikG
  • git #ab4d804e - SX i18n: Add v-i18n-html-safe directive by NikG
  • git #e70e81c4 - SX Dashboard: Hide "New pages" section (T270691) by NikG
  • git #0ce81894 - SX Pick a sentence: Fix select previous segment action for title by NikG
  • git #c5e9fb30 - SX Publish options: Fix publish _target option persistence by NikG
  • git #3ac492fb - UI lib MwButton: Fix click handling for text buttons with icons by NikG
  • git #efbe3884 - CX3 Build 0.1.0+20210119 by NikG
  • git #2d48cb39 - CXDashboard: Hide views not currently supported on mobile (T270691) by NikG

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

No changes for Disambiguator

DiscussionTools

edit

DismissableSiteNotice

edit

No changes for DismissableSiteNotice

DonationInterface

edit

No changes for DonationInterface

DoubleWiki

edit

No changes for DoubleWiki

DynamicSidebar

edit

No changes for DynamicSidebar

Echo

edit

No changes for Echo

Elastica

edit

No changes for Elastica

ElectronPdfService

edit

No changes for ElectronPdfService

EntitySchema

edit

EventBus

edit
  • git #8732b450 - Remove unrelated stream name from JobQueue backend exception (T249745) by Timo Tijhof

EventLogging

edit
  • git #ca9de377 - Fix possible undefined index warning in arg checking in EventServiceClient (T253121) by Ottomata
  • git #9e867c2f - Refactor EventLogging Event Platform PHP integration (T253121) by Ottomata

EventStreamConfig

edit

No changes for EventStreamConfig

ExtensionDistributor

edit

No changes for ExtensionDistributor

ExternalGuidance

edit

No changes for ExternalGuidance

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

FileImporter

edit

FlaggedRevs

edit

Flow

edit

No changes for Flow

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit
  • git #7efcc1a3 - Remove incomplete @param from test function by Umherirrender
  • git #a8e7397c - Remove int cast from Title::getNamespace return by Umherirrender

GettingStarted

edit

No changes for GettingStarted

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit

No changes for GlobalCssJs

GlobalPreferences

edit

No changes for GlobalPreferences

GlobalUsage

edit

No changes for GlobalUsage

GlobalUserPage

edit

No changes for GlobalUserPage

GlobalWatchlist

edit

GoogleNewsSitemap

edit

No changes for GoogleNewsSitemap

Graph

edit

No changes for Graph

GrowthExperiments

edit

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

IPInfo

edit

No changes for IPInfo

Jade

edit
  • git #a9116b0d - Improve function and property documentation by Umherirrender

Josa

edit

No changes for Josa

JsonConfig

edit
  • git #07e9aae9 - Remove incomplete @param from test function by Umherirrender

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
  • git #3779f172 - Remove incomplete @param from test function by Umherirrender

MachineVision

edit
  • git #446dddf1 - Avoid use of file_exists and MWException by Timo Tijhof

MapSources

edit

No changes for MapSources

MassMessage

edit
  • git #2f464ba3 - Improve function and property documentation by Umherirrender
  • git #9dea5b63 - Put page content before custom message by Niklas Laxström

Math

edit
  • git #bcaab9cb - Improve function and property documentation by Umherirrender
  • git #d110f7ee - Fixes tags data being lost after first onParserAfterTidy call by Vedmaka

MediaModeration

edit
  • git #bed6d349 - Improve function and property documentation by Umherirrender

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit

MultimediaViewer

edit

No changes for MultimediaViewer

edit

No changes for NavigationTiming

Newsletter

edit

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit

No changes for OATHAuth

OAuth

edit
  • git #f21fde32 - Improve function and property documentation by Umherirrender
  • git #9fad09b9 - Avoid creating Router inside tests and update all tests accordingly (T264058) by Peter Ovchyn
  • git #bd0bcd4f - Add two more required fields to createOAuthConsumer.php (T272222) by Amir Sarabadani
  • git #d8ae46f2 - Add oauthVersion to createOAuthConsumer.php (T272222) by Amir Sarabadani

OAuthRateLimiter

edit
  • git #8293c21d - Remove incomplete @param from test function by Umherirrender

OpenStackManager

edit

No changes for OpenStackManager

ORES

edit

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit
  • git #30b685b9 - Improve function documentation in tests by Umherirrender

PageImages

edit

PageTriage

edit

No changes for PageTriage

PageViewInfo

edit
  • git #9940ddc8 - Improve function and property documentation in tests by Umherirrender
  • git #bcfdb43d - Remove unused WikimediaPageViewServiceSmokeTest::$data by Umherirrender

ParserFunctions

edit

No changes for ParserFunctions

PdfHandler

edit

No changes for PdfHandler

Poem

edit

No changes for Poem

PoolCounter

edit

No changes for PoolCounter

Popups

edit

ProofreadPage

edit

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit

Quiz

edit

No changes for Quiz

ReadingLists

edit

No changes for ReadingLists

edit

No changes for RelatedArticles

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit

No changes for RevisionSlider

No changes for RSS

edit

No changes for SandboxLink

Score

edit

No changes for Score

Scribunto

edit

No changes for Scribunto

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit
  • git #1b62e617 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

edit

ShortUrl

edit
  • git #09db8549 - Fix all excluded errors in PHPCS by zoranzoki21
  • git #5788707e - Move css/ and js/ files into the resources/ for consistency by zoranzoki21

SiteMatrix

edit

No changes for SiteMatrix

SpamBlacklist

edit

No changes for SpamBlacklist

StopForumSpam

edit

No changes for StopForumSpam

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit

TemplateData

edit

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

No changes for TemplateStyles

TemplateWizard

edit

No changes for TemplateWizard

TextExtracts

edit

No changes for TextExtracts

Thanks

edit
  • git #1ec0aed6 - Inline class property in tests by Umherirrender
  • git #4f432261 - Remove unused jquery.cookie dependency by Niklas Laxström

TheWikipediaLibrary

edit

TimedMediaHandler

edit
  • git #62677fcd - Sync up with Parsoid timedMediaHandlerParserTests.txt by Subramanya Sastry
  • git #23aeae39 - Append passed in classes to media attributes by Arlo Breault
  • git #66de9a62 - Call getMediaAttr before getHtmlMediaTagOutput by Arlo Breault
  • git #b216bba9 - Move setting units in getMediaAttr by Arlo Breault
  • git #47f42188 - Fix casing on function call by Arlo Breault
  • git #e2919077 - Use TestingAccessWrapper::newFromObject to simplify tests by Umherirrender

timeline

edit

No changes for timeline

TitleBlacklist

edit

No changes for TitleBlacklist

TocTree

edit

No changes for TocTree

TorBlock

edit

No changes for TorBlock

Translate

edit
  • git #f66fbe68 - SpecialManageGroups: Fix rename dropdown styles on Timeless (T272341) by Abijeet
  • git #bd24ffd9 - Update version before MLEB release (T271398) by Kartik Mistry
  • git #9f16f8a9 - Another fix for Special:SupportedLanguages (T272409) by Niklas Laxström
  • git #0c1bf73d - MessageUpdateJob: Check GroupSyncCache only for FileBasedMessageGroup (T182433) by Abijeet
  • git #9a02e82c - SpecialManageGroups: Use word-wrap for long submit button label (T270385) by Abijeet
  • git #06bd2b46 - Add flag to toggle the usage of the group synchronization cache (T272428) (T182433) by Abijeet
  • git #0965abd6 - ExportTranslationsMaintenanceScript: round durations to millisecond accuracy by Niklas Laxström
  • git #7b8c782f - ExportTranslationsMaintenanceScript: Convert to structured logging by Niklas Laxström

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

No changes for TwoColConflict

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit

No changes for UploadWizard

UrlShortener

edit

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit
  • git #f8c403df - Update VE core submodule to master (a8919f78e) (T119236) by Ed Sanders
  • git #d831370e - Update VE core submodule to master (ca6a97f42) (T272603) by Ed Sanders
  • git #5a51096e - MWExternalLinkAnnotation: Call core method to evaluate diff by Ed Sanders
  • git #90b3b184 - Update VE core submodule to master (98c07ef95) (T244114) (T272612) by James D. Forrester
  • git #1af7c4da - Fix typo in doc comment by Bartosz Dziewoński
  • git #38aeaf60 - MWWikitextStringTransferHandler: Factor out Parsoid->DOM conversion by Ed Sanders
  • git #1ec49384 - MWSaveDialog: Use MessageWidget (inline, warning) to show save dialog warnings by Ed Sanders
  • git #bb4b0627 - Update VE core submodule to master (36e21385b) (T272314) (T272315) by Bartosz Dziewoński
  • git #4e33a6ff - Follow-up e04e98458: Add missing "Moved down/up" messages by Ed Sanders

WebAuthn

edit

No changes for WebAuthn

Wikibase

edit

WikibaseCirrusSearch

edit

No changes for WikibaseCirrusSearch

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

No changes for WikibaseLexemeCirrusSearch

WikibaseMediaInfo

edit

WikibaseQualityConstraints

edit
  • git #bf37f1b8 - Use lazyPush() for CheckConstraintsJob (T270522) by Lucas Werkmeister
  • git #6dbeb447 - Extract config values in SparqlHelper constructor by Lucas Werkmeister

Wikidata.org

edit

No changes for Wikidata.org

WikidataPageBanner

edit

No changes for WikidataPageBanner

WikiEditor

edit
  • git #d77a69f2 - Don't lowercase image caption/alt when prefilling image fields by Bartosz Dziewoński
  • git #dc93bf1b - Parse alternative magic word translations when prefilling image fields by Bartosz Dziewoński
  • git #ab287ade - Allow specifying alt-text in File dialog (T260006) by Ammar Abdulhamid

wikihiero

edit

No changes for wikihiero

WikiLove

edit

No changes for WikiLove

WikimediaApiPortalOAuth

edit

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEditorTasks

edit

No changes for WikimediaEditorTasks

WikimediaEvents

edit

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit

No changes for WikimediaMaintenance

WikimediaMessages

edit

No changes for WikimediaMessages

Wikisource

edit

XAnalytics

edit

No changes for XAnalytics

Skins

edit

CologneBlue

edit
  • git #0590d3ed - Render the syslinks menu using data-portlets by jdlrobson

MinervaNeue

edit

Modern

edit

No changes for Modern

MonoBook

edit

No changes for MonoBook

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

No changes for Timeless

Vector

edit

WikimediaApiPortal

edit

No changes for WikimediaApiPortal

VisualEditor

edit
  • git #a8919f78 - Deep-freeze linear data added by transactions by David Chan
  • git #f8439f4c - Deep-freeze linear data (T119236) by Ed Sanders
  • git #c17816c5 - Diff sidebar: Make font size slightly smaller by Ed Sanders
  • git #68b0f837 - Show attribute changes as diffs when appropriate (T272603) by Ed Sanders
  • git #4589f5f0 - Clear node offset cache when leaving read-only mode by Ed Sanders
  • git #007c25aa - Add test for node offset caching in readOnly mode (T272612) by Ed Sanders
  • git #376686e3 - Follow-up I1361852: Only cache node offset in readOnly mode (T244114) by Ed Sanders
  • git #6df84533 - Diff sidebar: Fix vertical alignment of move arrow by Ed Sanders
  • git #36e21385 - Create a separate descriptionItemsStack for each reflist (T272315) by Ed Sanders
  • git #f503f6aa - Deduplicate logic for marking data/HTMLElement as moved by Ed Sanders
  • git #b92ce344 - Add missing check for move=null in internal list diff (T272314) by Ed Sanders

Total Changes

edit

286 Changes in 67 repos by 69 authors

  NODES
3d 10
Experiments 2
HOME 1
Intern 2
languages 6
mac 2
multimedia 3
Note 1
os 32
text 17
visual 7
web 3