MediaWiki 1.33/wmf.24/Changelog

Core changes

edit
  • git #b0b623b1 - Update git submodules by Gerrit Code Review
  • git #a3c101ee - Fix typo in MigrateActors.php by Brad Jorsch
  • git #846d84fa - Set default for Block::appliesToPasswordReset to true (T218905) by Thalia
  • git #e783e152 - monolog: add MwlogHandler (T126989) by BryanDavis
  • git #01d6c532 - maintenance: Rewrite parts of the purgeChangedPages script by BryanDavis
  • git #64a81692 - maintenance/dev: Clean up router.php by Krinkle
  • git #701b018b - PreferencesFormOOUI: Restore ID attributes for each fieldset by Bartosz Dziewoński
  • git #4122e538 - jobqueue: fix DBO_TRX logic in JobQueueDB for avoiding transactions by Krinkle
  • git #1a6aad99 - rdbms: make $wgSQLMode work as documented when it is NULL by Aaron Schulz
  • git #71635617 - DateInputWidget: Fix focus reflow by Jdlrobson
  • git #7d129953 - Sunsetting viewPrevNext by daniel
  • git #02f6652f - Update help icon from OOUI (T219719) by Volker E
  • git #c3c22e9a - Change job table params from blob to mediumblob (T124196) by Erik Bernhardson
  • git #af0720e5 - Fix flaky test BlockListPagerTest::testFormatValue (T219695) by David Barratt
  • git #44a4101b - MediaResultWidget: Remove unused code depending on VisualEditor (T219675) by Bartosz Dziewoński
  • git #2379bd01 - linkeddata: Simplity PageDataRequestHandler test setup by Daniel Kinzler
  • git #3821a2b5 - linkeddata: Fix broken check in PageDataRequestHandler by Daniel Kinzler
  • git #995f4b19 - Remove redundant parentheses from the "Historyempty" message (T219714) by Jdlrobson
  • git #504f0fea - MediaResultWidget: Fix defaultThumbSzie config (T219675) by Ed Sanders
  • git #b233e9d1 - Move MediaTransformOutput classes to own files by Umherirrender
  • git #ae3559f8 - Do not return invalid JSON in runJobs.php by Aaron Schulz
  • git #482c3a65 - resourceloader: Remove deprecated MessageBlobStore::getBlob by Timo Tijhof
  • git #e6818e6c - Fix unused vars/pointless assignments by Max Semenik
  • git #83933a43 - Make RefreshLinksJob run DataUpdates such that they have outer scope by Aaron Schulz
  • git #e37d1899 - Don't return a result of a void function by Max Semenik
  • git #4004d3d8 - Fix function/class case by Max Semenik
  • git #18dd14a0 - Avoid use of deprecated wikiId field in JobQueue by Aaron Schulz
  • git #d0dde424 - Avoid use of deprecated "wikiId" parameter for FileBackend by Aaron Schulz
  • git #a8447a33 - Replace several uses of wfWikiId() with WikiMap methods by Aaron Schulz
  • git #798d3d04 - Clean up some database domain ID related code and fix some comments by Aaron Schulz
  • git #642dbe15 - Fix flakey MCR test in RevisionDbTestBase by mocking the time by Aaron Schulz
  • git #ab66b66c - Fix partially blocked admin undelete permissions (T219305) by Dmaza
  • git #9b4938c4 - jobqueue: simplify the signature of Job::factory() and Job::__construct() by Aaron Schulz
  • git #8ffdf646 - mediawiki.user: Improve test suite by Timo Tijhof
  • git #2a4f6865 - mediawiki.user: Use then() instead of done() by Timo Tijhof
  • git #6745cb57 - Move class SearchEngineDummy to own file by Umherirrender
  • git #e17e9ea5 - Unify code comments across special page stylesheets by Volker E
  • git #3b547150 - Fix invalid namespace restriction when js is disabled (T216831) by Dmaza
  • git #7dbd37a7 - Make WikiMap::isCurrentWikiDbDomain() more rigorous by Aaron Schulz
  • git #a895ad13 - Convert EnqueueJob to using DB domains by Aaron Schulz
  • git #ef3b8bf0 - auth: Make 'LocalUserCreated' hook non-abortable by Timo Tijhof
  • git #1869ffb7 - Rename NameTableStore wiki ID field to a DB domain field by Aaron Schulz
  • git #c7c2637b - Use isset() to avoid an E_NOTICE about an undefined index by Jack Phoenix
  • git #dc180ca6 - Restore #mw-history-search id on history action fieldset by Bartosz Dziewoński
  • git #e3593feb - Fix flaky rollback browser test (T219440) by tzhelyazkova
  • git #47498675 - HistoryAction: Fix double-escaping by Jdlrobson
  • git #06c1a597 - maintenance: Deprecate Maintenance::hasArg/getArg with no param by Thiemo Kreuz
  • git #b814245d - filerepo: only trigger maybeUpgradeRow() on action=purge (T179760) by Aaron Schulz
  • git #1f628f0d - Update DeferredUpdates::enqueueUpdates() to look for the DB domain by Aaron Schulz
  • git #7ff911ba - objectcache: Remove hacky testMerge_fork() method in BagOStuffTest by Aaron Schulz
  • git #3192278e - objectcache: remove messy inheritence from APCBagOStuff in APCUBagOStuff by Aaron Schulz
  • git #b5c0e927 - rdbms: add another null db/schema sanity check to DatabaseDomain by Aaron Schulz
  • git #895306b8 - Make Job::hasExecutionFlag() actually work by Aaron Schulz
  • git #8f69ff9a - resourceloader: Improve test cases for ClientHtml by Timo Tijhof
  • git #5c90f8d1 - resourceloader: Move registering of custom sources to ServiceWiring (T32956) by Timo Tijhof
  • git #27f5535e - Avoid calling setTransactionTicket() on a non-DataUpdate for sanity by Aaron Schulz
  • git #9b0b3950 - RecentChanges style modules should be "skinnable" by jdlrobson
  • git #ea0a8e4e - DRY up rev link generation in History and Contributions (T216420) by jdlrobson
  • git #7ff25118 - rdbms: move some files under rdbms/database to subfolders by Aaron Schulz
  • git #38db684d - DateInputWidget: Remove focus reflow by Volker E
  • git #a87e3dd1 - HISTORY: Add MediaWiki 1.1 post-release change notes (T213714) by James D. Forrester
  • git #a318923b - HISTORY: Add MediaWiki 1.2 post-release change notes (T213714) by James D. Forrester
  • git #749788ff - Enable mediawiki.checkboxtoggle on mobile by jdlrobson
  • git #8fb2ac1b - Compare selected revisions on history page is marked with a class by Jdlrobson
  • git #1b27cee8 - Make HistoryAction form use OOUI (T107069) by jdlrobson
  • git #0fa69182 - Subtitle is wrapped in a DIV by jdlrobson
  • git #67f1424f - Change 'mediawiki.Title' to use 'packageFiles' by Bartosz Dziewoński
  • git #d3e65ed0 - Remove deprecated wfSplitWikiID() function by Aaron Schulz
  • git #a34808ef - HISTORY: Add pre-MediaWiki 1.1.0 post-release change notes (T213714) by Nikita Rana
  • git #6c0c0314 - Remove jquery.ui.spinner (T219403) by Ed Sanders
  • git #e205941a - Map WikiMap treat a schema of "dbo" similar to "mediawiki" to account for mssql" by Aaron Schulz
  • git #fe2cb4ef - Recalculate user default options for each test by Erik Bernhardson
  • git #d630dfb4 - rdbms: add IDatabase::UNION_* constants for readability by Aaron Schulz
  • git #41214303 - History styles marked as available on mobile (T219349) by jdlrobson
  • git #908e387e - Separate content from presentation for user tools list by jdlrobson
  • git #a82cc431 - HISTORY: Add MediaWiki 1.3 post-release change notes (T213714) by Jforrester
  • git #16847b40 - specials: Fix incomplete documentation of execute() param by Krinkle
  • git #e4dac81a - resources: Allow mediawiki.action.edit.editWarning on mobile target (T219476) by Jforrester
  • git #2218f335 - languages: Replace loop with array_pad() by Thiemo Kreuz (WMDE)
  • git #5833dda6 - Replace strlen() calls with strict string comparisons by Thiemo Kreuz
  • git #5fb382d1 - objectcache: rename SET_DELAY_HIGH_SEC => SET_DELAY_HIGH_MS and lower it by Aaron Schulz
  • git #35af086e - objectcache: make WANObjectCache prefer ADD over GET/CAS for misses (T203786) by Aaron Schulz
  • git #d01bf6f7 - Revert "Provide direct deprecation message for jquery.ui.spinner" by Jforrester
  • git #62b8db6e - objectcache: remove some unneeded code from BagOStuff::mergeViaCas by Aaron Schulz
  • git #a8e088a4 - Make ApiStashEdit::pruneExcessStashedEntries use user name by Aaron Schulz
  • git #3f2b9385 - Annotate different parts of the contributions UI with classes by jdlrobson
  • git #dd3f360d - objectcache: fix changeTTL() in RedisBagOStuff for edge cases by Aaron Schulz
  • git #853a2919 - resourceloader: Improve test cases for MessageBlobStore by Timo Tijhof
  • git #cce24b40 - Deprecate Block::isValid method by Thalia
  • git #6d315fb7 - Make LinksDeletionUpdate a subclass of LinksUpdate (T216249) by Marko Obrovac
  • git #255a58be - SpecialPreferences: Use real OOUI PHP layouts by Ed Sanders
  • git #799a4255 - Title: Add scripts for generating/updating phpCharToUpper.js (T141723) by Ed Sanders
  • git #8944bb03 - HISTORY: Add MediaWiki 1.5 post-release change notes (T213714) by James D. Forrester
  • git #5794d287 - mw.widgets.DateInputWidget: Deactivate after blurring if focus was on calendar (T219189) by Bartosz Dziewoński
  • git #7a52d71e - Use DateInputWidget for date inputs which do not need time (T107069) by Bartosz Dziewoński
  • git #e7bf3198 - objectcache: improve "version" documentation for WANObjectCache::getWithSetCallback() by Aaron Schulz

Vendor

edit

Extensions

edit

No changes for 3D

AbuseFilter

edit

ActiveAbstract

edit

AdvancedSearch

edit
  • git #8f78b785 - Minor code readability cleanup in hook handler code by Thiemo Kreuz
  • git #fb7a676f - Hooks redirectToNamespacedRequest, use ? or & appropriately for URL (T219539) by addshore
  • git #dd9e2d93 - Tests for Hook::getDefaultNamespaces (T219455) by Erik Bernhardson
  • git #280549da - Respect true/false settings in namespaces to be searched (T219455) by Erik Bernhardson

AntiSpoof

edit

No changes for AntiSpoof

ApiFeatureUsage

edit

No changes for ApiFeatureUsage

ArticleCreationWorkflow

edit

No changes for ArticleCreationWorkflow

ArticlePlaceholder

edit
  • git #14211cc1 - Fix broken sinon.stub use in createArticleTranslation.test.js (T219663) by Timo Tijhof

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

No changes for Capiunto

CategoryTree

edit
  • git #f9a591aa - Replace deprecated TitlePrefixSearch by Umherirrender

CentralAuth

edit
  • git #a139ecc8 - specials: Use $this->getRequest() lieu of RequestContext methods by Derick Alangi
  • git #2e5c02b5 - Add method scope visibility in /includes/ by Krinkle
  • git #15be8750 - Swap uses of READ_LATEST with new getKeyValueUponExistence() method (T211721) by Aaron Schulz
  • git #ed348ebe - Make session store code more consistent and improve BagOStuff flag use by Aaron Schulz
  • git #d8d2e21e - maintenance: Avoid hardcoding namespace "User talk:" (T50283) by Derick Alangi
  • git #b533176c - Fix phpstorm warnings from dynamic calls to WebRequest::detectProtocol by Aaron Schulz

CharInsert

edit

No changes for CharInsert

CheckUser

edit

No changes for CheckUser

CirrusSearch

edit
  • git #e9c66f7b - Adapt maint scripts to ClusterAssignment by David Causse
  • git #b498a6b5 - Add a way to hide dym suggestions based on total hits by David Causse
  • git #054f934f - Silence phan complain on Job ctor by David Causse
  • git #137e73a4 - Drop classic similarity configs (T219268) by EBernhardson
  • git #15b5dcef - Don't send _cirrus_hints as noop_script param by David Causse
  • git #aa19f6dc - Rename _retry_on_conflict to retry_on_conflict (T219265) by David Causse

Cite

edit

CiteThisPage

edit

No changes for CiteThisPage

Citoid

edit
  • git #9c4dfa88 - Expose citoid map and conditionally register citefromid command (T219510) by Ed Sanders

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

CollaborationKit

edit

No changes for CollaborationKit

Collection

edit

No changes for Collection

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

No changes for ConfirmEdit

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit

No changes for ContactPage

ContentTranslation

edit

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

No changes for Disambiguator

DismissableSiteNotice

edit

No changes for DismissableSiteNotice

DonationInterface

edit
  • git #80046fc6 - Switch for sending opt-in on payment failure (T216293) by Elliott Eggleston
  • git #226561c2 - Revert "Ingenico connect: Always redirect when using 3DS" by Elliott Eggleston
  • git #843f8c0a - Ingenico connect: Always redirect when using 3DS (T219445) by Elliott Eggleston
  • git #58af7e8c - Only send opt-in messages when we have email by Elliott Eggleston

DoubleWiki

edit

No changes for DoubleWiki

DynamicSidebar

edit

No changes for DynamicSidebar

EUCopyrightCampaign

edit

No changes for EUCopyrightCampaign

Echo

edit

Elastica

edit

ElectronPdfService

edit

No changes for ElectronPdfService

EventBus

edit

EventLogging

edit

No changes for EventLogging

ExtensionDistributor

edit
  • git #a573d719 - Use correct function name and avoid case mismatch by Derick Alangi
  • git #a91a961e - Use addDescription() instead of accessing guts directly by Max Semenik

ExternalGuidance

edit

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

No changes for FileImporter

FlaggedRevs

edit
  • git #8137b38b - Use addDescription() instead of accessing guts directly by Max Semenik

Flow

edit
  • git #42ecc121 - Translate Topic namespace to Czech by Martin Urbanec
  • git #b279db4e - Add namespace translation for N'Ko by Amir Aharoni

FundraiserLandingPage

edit

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

No changes for Gadgets

GeoCrumbs

edit

No changes for GeoCrumbs

GeoData

edit

GettingStarted

edit

No changes for GettingStarted

GlobalBlocking

edit

No changes for GlobalBlocking

GlobalCssJs

edit

No changes for GlobalCssJs

GlobalPreferences

edit
  • git #710ff146 - Use indeterminate state on "select all" checkboxes by Ed Sanders
  • git #00cf1857 - Follow-up Ia93e5631: Allow $modifiedPrefs to be set even if no UI control (T219380) by Ed Sanders

GlobalUsage

edit

No changes for GlobalUsage

GlobalUserPage

edit

No changes for GlobalUserPage

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

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

No changes for JADE

Josa

edit

No changes for Josa

JsonConfig

edit

No changes for JsonConfig

Kartographer

edit

No changes for Kartographer

LabeledSectionTransclusion

edit
  • git #9117e799 - Removes training whitespace at the end of parser tests by Tpt

LandingCheck

edit

No changes for LandingCheck

LdapAuthentication

edit

No changes for LdapAuthentication

Linter

edit
  • git #a6935d52 - Remove Column 'Nested wikilinks in external links that need to be fixed' by James D. Forrester

LiquidThreads

edit
  • git #27af6ebe - Follow-up Ibc1631191: Fix element name typo by James D. Forrester

Listings

edit

No changes for Listings

LocalisationUpdate

edit

No changes for LocalisationUpdate

LoginNotify

edit
  • git #75773a92 - Clean up $params argument to Job subclasses to type hint an array by Aaron Schulz

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 #1318ede5 - OOUI header actions should have right margin (T218731) by VolkerE
  • git #8488bda3 - Add amc flag to mw.config for client side usage (T218627) by jdlrobson
  • git #4bfa9269 - Remove "MobileWebMainMenuClickTracking" from MF EventLoggingSchemas array (T218627) by Jdlrobson
  • git #31372321 - Removes messageBox template partial from Nearby (T218813) by Jdlrobson
  • git #01a0fb0b - MobileFrontendHooks: Remove irrelevant semicolon after curly brace by Derick Alangi
  • git #b349821c - getResourceLoaderMFConfigVars() should return array not bool by Derick Alangi
  • git #1e5c2917 - MobileContext: Use correct method name setCookie() lieu of setcookie() by Derick Alangi
  • git #7d0e7d15 - Remove `uppercase` styling from `legend` elements (T218726) by Jdlrobson
  • git #44bb47aa - Disable resource-modules complaint by Jdlrobson
  • git #4dd858d7 - Remove border nullification on header input (T218154) by Volker E
  • git #9984feed - ContentProvider: MCS must pass OutputPage by Pmiazga
  • git #5b6001af - Improve code comments on system `sans-serif` fonts by Jdlrobson
  • git #b08f3cb1 - Only run JavaScriptTest tests locally by jdlrobson
  • git #a9b6c33a - Hygiene: allow easier access to user modes (T218625) by Piotr Miazga
  • git #16e67cb6 - api: Start using MediaWikiServices for MobileContext class (T218244) by D3r1ck01
  • git #ce8b3c6f - Fix: BetaOptInPanel centering on large screens (T217298) by Stephen Niedzielski
  • git #9222a2b5 - Use system font stack as sans-serif choice (T175877) by Volker E

MultimediaViewer

edit

No changes for MultimediaViewer

edit
  • git #b8322cc7 - Move all Paint Timing event collection to Schema:PaintTiming (T217395) by Gilles Dubuc

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit

No changes for OATHAuth

OAuth

edit

No changes for OAuth

OpenStackManager

edit

ORES

edit

PageAssessments

edit

No changes for PageAssessments

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

No changes for PageImages

PageTriage

edit

No changes for PageTriage

PageViewInfo

edit

No changes for PageViewInfo

ParserFunctions

edit

ParsoidBatchAPI

edit

No changes for ParsoidBatchAPI

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 #511c74bf - Make sure to never trigger multiple events by Stephen Niedzielski
  • git #da369d09 - Improving RTL support for the Storybook app (T204627) by Jan Drewniak

ProofreadPage

edit

PropertySuggester

edit

No changes for PropertySuggester

QuickSurveys

edit
  • git #a44df4c6 - Introduce registrationStart and registrationEnd audience checks (T218304) by jdlrobson

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

edit

No changes for SandboxLink

Score

edit

No changes for Score

Scribunto

edit

SearchExtraNS

edit

No changes for SearchExtraNS

SecurePoll

edit

Sentry

edit

No changes for Sentry

ShortUrl

edit

No changes for ShortUrl

SiteMatrix

edit

No changes for SiteMatrix

SkinPerPage

edit

No changes for SkinPerPage

SpamBlacklist

edit

No changes for SpamBlacklist

SubPageList3

edit

No changes for SubPageList3

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit

No changes for SyntaxHighlight_GeSHi

TemplateData

edit

No changes for TemplateData

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 #d626e6f0 - Annotate thanked confirmation with span and class by Jdlrobson

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

No changes for TorBlock

Translate

edit
  • git #574aee7a - Replace continue with continue 2 inside switch statement (T207117) by jenkins-bot
  • git #65614d10 - Justify list of translators in Special:SupportedLanguages by jenkins-bot
  • git #b1b77781 - Avoid table scans of translate_metadata when possible (T138619) by jenkins-bot
  • git #7f5097e2 - Fix improper notice when translating to non-priority language (T218777) by jenkins-bot
  • git #3efa7727 - Reduce amount of data stored in translate-groups cache (T213802) by Abijeet Patro

TranslationNotifications

edit

No changes for TranslationNotifications

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

UniversalLanguageSelector

edit
edit

No changes for UploadsLink

UploadWizard

edit

UrlShortener

edit

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

No changes for VipsScaler

VisualEditor

edit
  • git #ac3d5e79 - ve.init.mw.MobileArticleTarget: Fix placeholder being hidden by the toolbar (T219066) by Bartosz Dziewoński
  • git #37e978d1 - SpecialCollabPad: Remove unused variable $request by Derick Alangi
  • git #f46045b6 - ve.init.mw.MobileArticleTarget: Save/restore scroll position on surface (de)activation (T218650) by Esanders
  • git #4b931a23 - Update VE core submodule to master (549f49bb5) (T218650) by Ed Sanders
  • git #a976f050 - MWInlineImageNode: don't discard alt text when serializing (T216285) by David Lynch
  • git #018464a0 - Treat ambiguous values in $wgVisualEditorAvailableNamespaces as names (T219562) by Bartosz Dziewoński
  • git #f15b07d8 - Update VE core submodule to master (132022a44) by James D. Forrester
  • git #ff88be0d - ve.init.mw.MobileArticleTarget: Set 'padding-top' on the correct node when section-editing (T219066) by Esanders
  • git #03240609 - Fix cursor on #firstHeading (T214790) by Bartosz Dziewoński
  • git #592c84a5 - Emit 'position' event on surface view after changing doc padding (T219508) by Ed Sanders
  • git #a56fbba6 - Clean up serialization cache code a bit and add more metrics by Aaron Schulz
  • git #500462f4 - ve.init.mw.MobileArticleTarget: Improve iOS Safari by moving 'padding-top' for toolbar (T219066) by Bartosz Dziewoński
  • git #5496d189 - MobileArticleTarget: When saving a section don't trust current page markup (T213120) by Esanders
  • git #21e9db7d - Respect user preference for default thumbnail size while editing (T69047) by Bartosz Dziewoński

Wikibase

edit
  • git #d7333aa7 - Change position of cache group in CachingPropertyInfoLookup constructor by WMDE-leszek
  • git #50d9fc2a - Use WanCache for PropertyInfoStore things (T218197) by WMDE-leszek
  • git #8566bdc4 - Allow extension not to have extra fields but still use this test. by Stanislav Malyshev
  • git #29f51443 - Clean up $params argument to Job subclasses to type hint an array by Aaron Schulz
  • git #e149b871 - Inline DispatchingPropertyInfoLookup::getLookupForPropertyId by Thiemo Kreuz (WMDE)
  • git #95f5f1ab - Read from per-property cache keys first in Property Lookup (T218124) by Alaa Sarhan
  • git #351c4a10 - Account for entities from other sources in ContentModelCanBeUsedOn (T219450) by addshore
  • git #dd5417f6 - Cache property info with one key per property in CacheAwarePropertyInfoStore (T218122) by alaasarhan
  • git #a6adea87 - termbox: flex-based minerva override (T215494) by Pablo Grass
  • git #e1b60c7b - Revert "Use enableModuleContentVersion() for Wikibase\lib\SitesModule" (T219452) by Addshore
  • git #62725807 - Introduce EntityTermStoreWriter interface (T219294) by alaasarhan
  • git #cb5ba1cc - Add class=external and rel=nofollow external identifier links (T175230) by Lucas Werkmeister
  • git #96333535 - Remove some obvious comments that don't provide much by Thiemo Kreuz
  • git #a04c3f88 - Fix @see in documentation comments on EntityHandler by Lucas Werkmeister
  • git #a02a5db3 - Consolidate more view/resources modules (11) (T203696) by Timo Tijhof
  • git #1fa56ac5 - Make mw.config.values.wbRepo accessible on mobile (T218577) by Jakob Warkotsch
  • git #a18588e9 - termbox: adjust header to minerva changes (T215494) by Pablo Grass
  • git #ba8f1640 - less: do not repeat selectors (T215494) by Pablo Grass
  • git #883baf81 - Make several methods of TermsRdfBuilder private by Thiemo Mättig

WikibaseCirrusSearch

edit
  • git #2c041bee - Allow SDoC to disable entity fulltext search for initial deployment (T218954) by Jforrester

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit
  • git #b41bf9d0 - Change input example by Matthias Mullie
  • git #f69b5f63 - Order of depicts statements sorted by prominence on publish (T219292) by ha78na
  • git #dc4865ab - Do not toggle 'primary' onclick while form is submitting (T219515) by Matthias Mullie
  • git #fc6f493e - Use getLocationAgnosticMwApi & fix dependencies for statements (T219540) by Matthias Mullie
  • git #63aa1fcd - Parse '0' into the search string when quantity input is empty (T219491) by Matthias Mullie
  • git #2ad974ec - Follow-up I3c037a8bd, Iaeaae3ded: Parse `anoneditwarning` server-side (T218628) by James D. Forrester
  • git #2648aca0 - Refactor Filepage module with require() statements and headless testing (T216229) by Eric Gardner
  • git #564e9472 - Fix import by Stanislav Malyshev
  • git #b18a0777 - Trigger confirm when cancel button is clicked instead of in makeReadOnly() (T219426) by Cormac Parle
  • git #ef7f1233 - Optimize formatValue for synchronous calls (T217007) by Matthias Mullie
  • git #d8a95fb2 - Follow-up I3c037a8bd: Parse `anoneditwarning`; it contains rich content (T218628) by James D. Forrester
  • git #fb019666 - Add close confirm alert when canceling un-saved SDC content (T219197) by ha78na
  • git #c253587d - Warn anonymous editing users that their IP will be logged (T218628) by Jforrester
  • git #bfc60547 - i18n: Change "Office" to "Documents" (T219245) by Matthias Mullie
  • git #010df424 - i18n: Change "Make primary" to "Mark as prominent" (T219244) by James D. Forrester
  • git #df89a0b3 - Rename CSS classes to match new primary->prominent nomenclature by James D. Forrester
  • git #0b7aef9c - Disable adding new statements while they're being submitted (T219151) by Matthias Mullie
  • git #fb7e7c3d - Drop temporary the MediaInfoEnable flag, now that initial deployment happened by James D. Forrester

WikibaseQualityConstraints

edit

No changes for WikibaseQualityConstraints

Wikidata.org

edit

No changes for Wikidata.org

WikidataPageBanner

edit

No changes for WikidataPageBanner

WikiEditor

edit

wikihiero

edit

No changes for wikihiero

WikiLove

edit

No changes for WikiLove

WikimediaBadges

edit

No changes for WikimediaBadges

WikimediaEditorTasks

edit
  • git #928fd900 - Update: use READ_LATEST, not READ_LOCKING, on evaluate targets passed by Michael Holloway
  • git #432be20e - Fix: Pass database name to the NameTableStore constructor by Michael Holloway
  • git #b72c5377 - Update DB utils to handle counts and suggestion DBs in different locations by Michael Holloway
  • git #851e45c2 - Fix: Use READ_LOCKING when evaluating whether to update targets_passed (T219084) by Michael Holloway

WikimediaEvents

edit

No changes for WikimediaEvents

WikimediaIncubator

edit

No changes for WikimediaIncubator

WikimediaMaintenance

edit

WikimediaMessages

edit

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

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit
  • git #517e4f53 - Add amc boolean to MobileWebMainMenuClickTracking sampling (T218627) by Nicholas Ray
  • git #a81f1492 - Add MobileWebMainMenuClickTracking to Minerva EventLoggingSchemas array (T218627) by Nicholas Ray
  • git #8398bda8 - Reduce `li` selector specificity for general li treatment by Volker E
  • git #e75b3dfa - Add default focus treatment to search (T218154) by Volker E
  • git #e052e436 - Improve code comments on system `sans-serif` fonts by Volker E
  • git #1f418a20 - Remove unnecessary double assignment of `font-family` by Jdlrobson
  • git #a738f25c - Use system font stack as sans-serif choice (T175877) by jdlrobson
  • git #bb4e8b86 - Do not show page actions bar on action pages by jdlrobson
  • git #e42a655e - Fix alignment of "learn-more" link on page-issues (T214549) by Jan Drewniak
  • git #05e6069a - Images should have borders in Android app / parsoid generated content (T198534) by Jdlrobson

MonoBook

edit

No changes for MonoBook

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit
  • git #7c6f0151 - Declare each class property on separate lines by Thiemo Kreuz (WMDE)

Vector

edit

Total Changes

edit

314 Changes in 59 repos by 83 committers