MediaWiki 1.34/wmf.16
![]() |
Deployment of MediaWiki 1.34.0-wmf.16 to Wikimedia sites | MediaWiki 1.34.0-wmf.17![]() |
The latest version (labeled "1.34.0-wmf.16") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 30 July 2019 (see the roadmap).
Core changesEdit
- git #ce965f98 - Fix punctuation in HTMLForm documentation by Thalia
- git #080b0f91 - pager: Add visibility methods declared in the Pager interface by Derick Alangi
- git #b9886278 - Adapt Recent Changes advanced filters for mobile usage (task T225499, T223230) by Jan Drewniak
- git #f45359a0 - Deprecate several public properties on the block classes by Thalia
- git #5990aa7f - Update gradient mixins from OOUI, add horizontal-gradient by Ed Sanders
- git #a5c984cc - MessageCache: Restore 'loadedLanguages' tracking for load() (task T208897) by Timo Tijhof
- git #1597eeda - CopyTextLayout: Only select-all on focus (task T110579) by Ed Sanders
- git #3622787e - Better handle "no accounts to unlink" case in Special:UnlinkAccounts (task T228717) by Brad Jorsch
- git #f2b5cbb0 - rdbms: make DatabaseSqlite::open() also check DBO_DEFAULT by Aaron Schulz
- git #92412c16 - externalstore: use CONN_TRX_AUTOCOMMIT instead of IDatabase::clearFlag() by Aaron Schulz
- git #47aa48f0 - objectcache: make "busyValue" stricter to avoid callback ambigiuity by Aaron Schulz
- git #416c2f67 - Remove TODO for unblockself (task T228538) by David Barratt
- git #8d02d1d2 - Follow-up f7cddcf7c1: Move RELEASE-NOTES-1.34 entry to right place by James D. Forrester
- git #2086b8a4 - Deprecate wrapper SVGMetadataExtractor::getMetadata by Umherirrender
- git #2ba42f23 - QueryPage: allow arbitrary sorting by Gergő Tisza
- git #b5630dc0 - Inject getLocalServerObjectCache() into the CachingSiteStore instance by Aaron Schulz
- git #9efb4296 - ApiSandbox: Fix upload widget (task T229123) by Brad Jorsch
- git #4c7e4575 - rdbms: remove various deprecated methods by Aaron Schulz
- git #023c73f6 - rdbms: normalize Database open() code and error handling by Aaron Schulz
- git #5099ee9f - parser: add speculative page IDs to use with {{PAGEID}} (task T226785) by Aaron Schulz
- git #ae116da8 - Code cleanup related to initSpeculativePageId() by Tim Starling
- git #51e837f6 - Don't try to store File objects to the upload session (task T228749) by Tim Starling
- git #e4bc5822 - Fix exception when viewing special pages with relative related titles (task T227817) by Max Semenik
- git #c33b351a - MediumSpecificBagOStuff: Make convertToRelative(0) return 0, not 1 (task T228744) by Roan Kattouw
- git #1dd7af57 - resourceloader: Remove incomprehensible `@todo` in getTestModuleNames() by Timo Tijhof
- git #456f051c - phpunit: Avoid get_class() in MediaWikiCoversValidator (task T225730) by Timo Tijhof
- git #e9cc4562 - resourceloader: Improve ResourceLoaderWikiModule test coverage by Timo Tijhof
- git #19657489 - Enable RecentChanges modules on mobile by jdlrobson
- git #0b913277 - Add permission check for user is permitted to view the log type (task T222038) by rxy
- git #a7017dbc - resourceloader: Move 'mw.config' assignment from startup.js to mediawiki.js by Timo Tijhof
- git #c6ebce6a - resourceloader: Remove internal 'wgResourceLoaderStorageEnabled' from mw.config by Timo Tijhof
- git #e07ac8f3 - resourceloader: Also clear store in debug mode to simplify mw.loader.store.init() by Timo Tijhof
- git #74068ce8 - Make wfGetDB() return a MaintainableDBConnRef instance (take 2) by Krinkle
- git #ff6b6a75 - Add SearchResultSetTrait (task T228626) by David Causse
- git #e97ff352 - Add BaseSearchResultSet (task T228626) by David Causse
- git #d8e06a46 - MimeAnalyzer: fix ZIP parsing failure (task T223728) by Tim Starling
- git #52fe0f5b - Update documentation for $wgAutopromote by Thalia
- git #ddffa176 - Replace wfGetDB in ParserTestRunner (task T228928) by Gergő Tisza
- git #f7cddcf7 - Remove deprecated handling of array keys for $wgProxyList by Thalia
- git #02b14d31 - Revert "Make wfGetDB() return a MaintainableDBConnRef instance" by Krinkle
- git #33506650 - Make wfGetDB() return a MaintainableDBConnRef instance by Aaron Schulz
- git #803b1005 - .travis.yml: Don't allow failures for PHP 7.3 any more (task T204884) by James D. Forrester
- git #8a087817 - Drop newlines in LocalisationCache debug logs by Antoine Musso
- git #7a8ef166 - Add explicit visibility to SearchResult methods by David Causse
- git #a2782069 - make XmlDumpwriter more resilient to blob store corruption (task T228720) by Ariel T. Glenn
- git #c251368f - Add null to Parser::getTitle return doc by Sam Wilson
- git #d1e7d5e3 - Fix and re-apply "RedirectSpecialPage: handle interwiki redirects" (task T227700) by Gergő Tisza
- git #6b3a9c05 - Don't double wrap rollback links (task T228766) by jdlrobson
- git #460e68ab - objectcache: Use variadic signature for makeKey() (task T228563) by Timo Tijhof
- git #4d9d6146 - Validate sort order in Special:Search (task T228171) by Erik Bernhardson
- git #f3919c7c - objectcache: let BagOStuff::getWithSetCallback() callbacks modify the TTL by Aaron Schulz
- git #acb2e156 - API: Only take HTTP code from ApiUsageException (task T228758) by Brad Jorsch
- git #ded74c4e - Add release note for custom OOUI themes using OOUIThemePaths (T100896) by Bartosz Dziewoński
- git #30bb36f2 - Make XmlDumpwriter resilient to blob store corruption. (task T228720) by daniel
- git #79895c78 - Add explicit visibility to ISearchResultSet methods by David Causse
- git #3cfe00b7 - Avoid the use of silence operator (@) and use AtEase methods (task T26159) by Derick Alangi
- git #27b42406 - Update LanguageTrTest::testDottedAndDotlessI for PHP 7.3 (task T207100) by Santhosh Thottingal
- git #0af17b52 - Update OOUI to v0.33.4 (task T171865) (task T224070) by James D. Forrester
- git #bcf46ce8 - Drop mediawiki.dic, useless and poorly updated by James D. Forrester
- git #89521499 - Add Hebrew aliases for some special pages by Guycn2
- git #f0433cc2 - rdbms: make LoadBalancer::waitForAll() include servers with load in any group by Aaron Schulz
- git #2e909bcb - Drop wgPasswordSalt, deprecated since 1.24 by James D. Forrester
- git #99d4dbc0 - filerepo: make ForeignApiRepo::httpGetCached() use "pcGroup" by Aaron Schulz
- git #83e294a8 - Convert LoadBalancer::getConnection() callers to LoadBalancer::getConnectionRef() by Aaron Schulz
- git #b12b7e4d - installer: Stop offering MyISAM option for new installs and fix bogus method calls by Aaron Schulz
- git #99464419 - Users with partial access to user rights should not be blocked (task T228534) by David Barratt
- git #1ad840da - Do not block autopromote on partial blocks (task T228479) by David Barratt
- git #3a044ca5 - parser: inject a Logger into Parser instead of using wfDebug() (task T226785) by Aaron Schulz
- git #c2d96ef3 - filebackend: avoid use of LoadBalancer::newMainLB() in LockManagerGroup by Aaron Schulz
- git #f5fa7a94 - Improve type hints in export related classes by Umherirrender
- git #12531d2a - Replace wfWiki() usage with WikiMap in some additional places by Aaron Schulz
- git #f17f841a - Type hint against LinkTarget in WatchedItemStore by Umherirrender
- git #7005b484 - import: Fix wrong/unspecific type hints in UploadSourceAdapter by Thiemo Kreuz
- git #2303b79e - Fix SlotDiffRenderer documentation by Lucas Werkmeister
VendorEdit
- git #872584cf - Update OOUI to v0.33.4 by James D. Forrester
ExtensionsEdit
3DEdit
- git #b9e5955d - build: Update composer dependencies by MarcoAurelio
- git #c6c4b70d - build: Update npm dependencies by MarcoAurelio
AbuseFilterEdit
- git #13cdb86d - Revert "Initialize user-defined variables during shortcircuit" (task T214674) by Daimona Eaytoy
- git #eff4580a - Add new method: AbuseFilterVariableHolder::newFromArray by Daimona Eaytoy
- git #1860b4ca - fixOldLogEntries: Don't print an extra line (task T228655) by Daimona Eaytoy
- git #4720c975 - Add a new class for methods related to running filters by Daimona Eaytoy
- git #40ebf9ad - Aesthetic changes for fixOldLogEntries script (task T228655) by Daimona Eaytoy
- git #56e6117a - Initialize user-defined variables during shortcircuit (task T214674) by Daimona Eaytoy
- git #db193dad - Rename old/new-(wiki)?text i18n keys by Daimona Eaytoy
ActiveAbstractEdit
No changes for ActiveAbstract
AdvancedSearchEdit
No changes for AdvancedSearch
AntiSpoofEdit
No changes for AntiSpoof
ApiFeatureUsageEdit
No changes for ApiFeatureUsage
ArticleCreationWorkflowEdit
No changes for ArticleCreationWorkflow
ArticlePlaceholderEdit
No changes for ArticlePlaceholder
BabelEdit
No changes for Babel
BetaFeaturesEdit
- git #0feae496 - build: Update devDependencies by Ed Sanders
BounceHandlerEdit
No changes for BounceHandler
CalendarEdit
No changes for Calendar
CampaignsEdit
No changes for Campaigns
CapiuntoEdit
No changes for Capiunto
CategoryTreeEdit
- git #8256a6db - Add help links to special pages (task T228071) by DannyS712
CentralAuthEdit
- git #9c5a7efe - Drop support for wgPasswordSalt variation; deprecated, being removed by James D. Forrester
CharInsertEdit
No changes for CharInsert
CheckUserEdit
No changes for CheckUser
CirrusSearchEdit
- git #8ac391db - Use auto expand replicas for templated index by Erik Bernhardson
- git #99774214 - build: temporarily rename 'selenium-test' (task T229033) by Antoine Musso
- git #220c2cd9 - Remove CirrusSearchFulltextQueryBuilder[Complete] hooks (task T216429) by David Causse
CiteEdit
No changes for Cite
CiteThisPageEdit
No changes for CiteThisPage
CitoidEdit
- git #c9209ef3 - On manual template selection give the close a descriptive action (task T227933) by David Lynch
- git #46014698 - Move convert ref button to footer when the footer exists by Ed Sanders
cldrEdit
No changes for cldr
CognateEdit
No changes for Cognate
CodeEditorEdit
No changes for CodeEditor
CodeMirrorEdit
No changes for CodeMirror
CodeReviewEdit
No changes for CodeReview
CollaborationKitEdit
No changes for CollaborationKit
CollectionEdit
No changes for Collection
CommonsMetadataEdit
No changes for CommonsMetadata
ConfirmEditEdit
No changes for ConfirmEdit
CongressLookupEdit
- git #9ebebcfe - build: Update composer dependencies by MarcoAurelio
- git #7d0b8121 - build: Updated npm dependencies by MarcoAurelio
ContactPageEdit
No changes for ContactPage
ContentTranslationEdit
- git #601b0d32 - Use global preferences for the entrypoint feature discovery (task T228390) by Santhosh Thottingal
- git #121f584e - Validate MT abuse on blur instead on focus (task T200683) by petarpetkovic
- git #6a9990e6 - Cancel publishing when user closes dialog by pressing Esc (task T228813) by petarpetkovic
- git #fbf248a8 - Do not show reference content for unadapted references (task T206309) by Santhosh Thottingal
ContributionTrackingEdit
No changes for ContributionTracking
CreditsSourceEdit
No changes for CreditsSource
DashikiEdit
No changes for Dashiki
DisambiguatorEdit
No changes for Disambiguator
DismissableSiteNoticeEdit
No changes for DismissableSiteNotice
DonationInterfaceEdit
- git #c0c1099c - Add gateway_txn_id and subscr_id to subscr_start message (task T216560) by Elliott Eggleston
DoubleWikiEdit
No changes for DoubleWiki
DynamicSidebarEdit
No changes for DynamicSidebar
EUCopyrightCampaignEdit
No changes for EUCopyrightCampaign
EchoEdit
- git #efd75940 - Skip broken Selenium test (task T227009) by Kosta Harlan
- git #a3bfd725 - Bundle logger-related config vars with ext.echo.logger module (task T221151) by Roan Kattouw
ElasticaEdit
No changes for Elastica
ElectronPdfServiceEdit
No changes for ElectronPdfService
EntitySchemaEdit
No changes for EntitySchema
EventBusEdit
- git #6f9ea167 - Respect wgEventServiceStreamConfig in EventBus job queue. (task T228705) by Petr Pchelko
- git #d99247b4 - Add phan (task T224778) by Umherirrender
- git #55df452a - Use UUIDv4 for event generation. (task T222966) by Petr Pchelko
EventLoggingEdit
No changes for EventLogging
ExtensionDistributorEdit
No changes for ExtensionDistributor
ExternalGuidanceEdit
No changes for ExternalGuidance
FeaturedFeedsEdit
No changes for FeaturedFeeds
FileExporterEdit
No changes for FileExporter
FileImporterEdit
- git #ba0681e8 - Ignore phan-too-many warning on BagOStuff by WMDE-Fisch
FlaggedRevsEdit
No changes for FlaggedRevs
FlowEdit
- git #fd5358f4 - make orderUUID public, as it is needed by other classes for Dumps (task T229114) by Ariel T. Glenn
- git #03be1231 - Follow-up Ie1d16ff3c5a0: fix JS error when saving board description (task T228818) by Roan Kattouw
- git #5fab9b36 - Don't try to drop already-dropped index in update.php by Roan Kattouw
- git #cb5c267d - ORES hidenondamaging filters out Flow entries from Special:Contributions (task T176667) by Stephane Bisson
FundraiserLandingPageEdit
No changes for FundraiserLandingPage
FundraisingTranslateWorkflowEdit
No changes for FundraisingTranslateWorkflow
GadgetsEdit
- git #7d1b74d8 - Split tests to unit and integration by Max Semenik
- git #2470a592 - Hook handlers don't always need to return something by Max Semenik
- git #bbdc32d8 - Add help links to special pages (task T228071) by DannyS712
GeoCrumbsEdit
No changes for GeoCrumbs
GeoDataEdit
No changes for GeoData
GettingStartedEdit
No changes for GettingStarted
GlobalBlockingEdit
- git #ddf47d67 - Remove some temporary variables by Reedy
GlobalCssJsEdit
- git #3296e174 - Convert ResourceLoaderGlobalModuleTest to unit test case by Kosta Harlan
GlobalPreferencesEdit
No changes for GlobalPreferences
GlobalUsageEdit
No changes for GlobalUsage
GlobalUserPageEdit
No changes for GlobalUserPage
GoogleNewsSitemapEdit
No changes for GoogleNewsSitemap
GraphEdit
No changes for Graph
GrowthExperimentsEdit
- git #5106e30a - Add Grunt task to find missing translations by Roan Kattouw
- git #44e3897f - Make 'welcome' and 'discovery' tours fully mutually exclusive (task T229044) by Roan Kattouw
- git #c9bd3428 - Actually register UserGetDefaultOptions hook (task T229045) by Roan Kattouw
- git #e960528d - Remove setting of OPTION_AMC to true (task T229024) by Kosta Harlan
- git #74537902 - Support new AMC user menu (task T214540) by Piotr Miazga
- git #943ce857 - Help panel: Fix cog popup alignment (task T225669) by Roan Kattouw
- git #8a03b984 - Use frameless buttons for ProcessDialogs (task T225669) by Roan Kattouw
GuidedTourEdit
No changes for GuidedTour
GWToolsetEdit
No changes for GWToolset
ImageMapEdit
No changes for ImageMap
InputBoxEdit
No changes for InputBox
InsiderEdit
No changes for Insider
intersectionEdit
No changes for intersection
InterwikiEdit
- git #b7449481 - Remove no-op `if ( $action === 'delete' ) { }` block by Reedy
- git #16c67999 - Remove duplicate code line by Reedy
InterwikiSortingEdit
No changes for InterwikiSorting
JadeEdit
No changes for Jade
JosaEdit
No changes for Josa
JsonConfigEdit
- git #714c503f - Drop TestZeroContent, ZeroPortal is no more by James D. Forrester
KartographerEdit
No changes for Kartographer
LabeledSectionTransclusionEdit
No changes for LabeledSectionTransclusion
LandingCheckEdit
No changes for LandingCheck
LdapAuthenticationEdit
No changes for LdapAuthentication
LinterEdit
No changes for Linter
LiquidThreadsEdit
No changes for LiquidThreads
ListingsEdit
No changes for Listings
LocalisationUpdateEdit
No changes for LocalisationUpdate
LoginNotifyEdit
No changes for LoginNotify
MapSourcesEdit
No changes for MapSources
MassMessageEdit
- git #22f75e2c - Translate special page aliases into Spanish by MarcoAurelio
MathEdit
No changes for Math
MobileAppEdit
No changes for MobileApp
MobileFrontendEdit
- git #00901e6d - Dev: Simplify the overlay class by jdlrobson
- git #70fd8501 - Register mfMode and mf_amc_optin via GetPreferences hook (task T229000) by Piotr Miazga
- git #b5e4db66 - 💩 Avoid usage of deprecated `isFeatureAvailableInContext()` method by Derick Alangi
- git #1a1f33a4 - 📝 Correct comment on FeaturesManager `isFeatureAvailableForCurrentUser` method (task T226068) by Nicholas Ray
- git #dbbbae5c - There is no reason for notification overlay header to be static (task T225260) by jdlrobson
- git #dee15b08 - BlockMessage: Fix order of buttons (task T228736) by Bartosz Dziewoński
- git #78fb6274 - Remove the lazy load references beta feature (task T222373) by jdlrobson
- git #30fa0f34 - [AMC] [desktop] [mobile] use AMC by default for desktop users by Stephen Niedzielski
- git #7bc797e1 - build: Upgrade wdio-cucumber-framework to one that works (task T229033) by Antoine Musso
- git #df26f65d - Prevent talk replies from being lost by accidental back click (task T228278) by jdlrobson
- git #100c6016 - BlockMessage.postRender needs to call super (task T228736) by jdlrobson
- git #2aa1360d - ResourceLoaderFileModuleWithMFConfig: Use custom getDefinitionSummary() (task T228556) by Roan Kattouw
- git #f5a76b3b - TalkSectionAddOverlay should use onBeforeExit function (task T228235) by jdlrobson
- git #e954fdac - Dev: Overlays are always full screen and OverlayManager does not need mfExtend by jdlrobson
- git #70f0f54f - Avoid use of deprecated Revision::* constants in MobileFrontend (task T221982) by Derick Alangi
- git #4266010c - Lead paragraph should operate on elements which contain coordinates (task T201131) by jdlrobson
- git #9bfcb03b - Drop Panel.js given it only has one usage by jdlrobson
MultimediaViewerEdit
- git #f4d6c9f3 - Remove useless .opacity mixin by Ed Sanders
- git #0cda0f87 - Drop CSS hacks for unsupported browsers (IE<11, ancient Firefox) (task T184543) by Ed Sanders
- git #a663d288 - Chrome does not revert title to article title (task T225387) by Simon Legner
Edit
No changes for NavigationTiming
NewsletterEdit
No changes for Newsletter
NewUserMessageEdit
No changes for NewUserMessage
NukeEdit
- git #9529ceea - Add help links to special pages (task T228071) by DannyS712
OATHAuthEdit
- git #a9af4e59 - Hide Special:OATHManage from users who can't use it (task T228609) by DannyS712
- git #f24600d1 - Add final dot to oathauth-auth-ui by MarcoAurelio
OAuthEdit
No changes for OAuth
OpenStackManagerEdit
No changes for OpenStackManager
ORESEdit
- git #7197ce21 - Update for removal of $wgActorTableSchemaMigrationStage (task T188327) by Brad Jorsch
PageAssessmentsEdit
No changes for PageAssessments
PagedTiffHandlerEdit
No changes for PagedTiffHandler
PageImagesEdit
- git #4d11163e - Use READ_LATEST during LinksUpdate (task T221763) by Tim Starling
PageTriageEdit
- git #f468f8b9 - Add ORES draft quality prediction to toolbar info panel (task T207847) by MusikAnimal
- git #b9abaaa4 - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw
- git #b0877132 - Convert ext.pageTriage.views.toolbar to packageFiles (task T228904) by Roan Kattouw
PageViewInfoEdit
- git #34a51334 - ApiQueryMostViewed: skip invalid titles when used as generator. (task T225853) by Petr Pchelko
ParserFunctionsEdit
- git #890874c7 - Mark ExpressionTest as unit by Max Semenik
ParsoidBatchAPIEdit
No changes for ParsoidBatchAPI
PdfHandlerEdit
No changes for PdfHandler
PerformanceInspectorEdit
No changes for PerformanceInspector
PetitionEdit
No changes for Petition
PoemEdit
No changes for Poem
PoolCounterEdit
No changes for PoolCounter
PopupsEdit
No changes for Popups
ProofreadPageEdit
- git #3eaa7a67 - Avoids to call on( 'load' if the window is already loaded by Tpt
PropertySuggesterEdit
No changes for PropertySuggester
QuickSurveysEdit
No changes for QuickSurveys
QuizEdit
No changes for Quiz
ReadingListsEdit
No changes for ReadingLists
RelatedArticlesEdit
- git #b3197008 - Use SkinAfterContent hook to place cards in the DOM (task T181242) by Isarra
- git #4cdb540f - build: Updating dependencies by libraryupgrader
RenameuserEdit
No changes for Renameuser
RevisionSliderEdit
No changes for RevisionSlider
RSSEdit
No changes for RSS
SandboxLinkEdit
No changes for SandboxLink
ScoreEdit
No changes for Score
ScribuntoEdit
- git #9bedee06 - Revert "Suppress wrong phan errors" by Ladsgroup
- git #5be8a76d - Reduce CPU timeout time in testTimeLimit by Amir Sarabadani
SearchExtraNSEdit
No changes for SearchExtraNS
SecureLinkFixerEdit
- git #86774340 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
- git #eaeaee69 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePollEdit
- git #3ecf8964 - Add support for SQLite (task T205951) by mainframe98
SentryEdit
No changes for Sentry
ShortUrlEdit
No changes for ShortUrl
SiteMatrixEdit
No changes for SiteMatrix
SkinPerPageEdit
No changes for SkinPerPage
SpamBlacklistEdit
No changes for SpamBlacklist
SubPageList3Edit
No changes for SubPageList3
SubpageSortkeyEdit
No changes for SubpageSortkey
SyntaxHighlight_GeSHiEdit
No changes for SyntaxHighlight_GeSHi
TemplateDataEdit
No changes for TemplateData
TemplateSandboxEdit
No changes for TemplateSandbox
TemplateStylesEdit
No changes for TemplateStyles
TemplateWizardEdit
- git #bd1f040b - build: Update devDependencies by Ed Sanders
TextExtractsEdit
No changes for TextExtracts
ThanksEdit
No changes for Thanks
TheWikipediaLibraryEdit
No changes for TheWikipediaLibrary
TimedMediaHandlerEdit
- git #8a0b94cf - live preview: dispose of detached players (task T228326) by Derk-Jan Hartman
timelineEdit
No changes for timeline
TitleBlacklistEdit
No changes for TitleBlacklist
TocTreeEdit
No changes for TocTree
TorBlockEdit
No changes for TorBlock
TranslateEdit
No changes for Translate
TranslationNotificationsEdit
No changes for TranslationNotifications
TrustedXFFEdit
No changes for TrustedXFF
TwoColConflictEdit
No changes for TwoColConflict
UniversalLanguageSelectorEdit
No changes for UniversalLanguageSelector
UploadsLinkEdit
No changes for UploadsLink
UploadWizardEdit
- git #2bab142f - Delete non-default properties from the DOM after submission (task T227106) by Cormac Parle
UrlShortenerEdit
- git #8b07d0ff - Show info in case of error, not the whole object (task T228778) by Amir Sarabadani
- git #99cd2d5d - build: Update devDependencies by Ed Sanders
UserMergeEdit
- git #f40f79fb - Update for removal of $wgActorTableSchemaMigrationStage (task T188327) by Brad Jorsch
- git #73a462ba - Replace '*' query with DatabaseBlock::getQueryInfo() (task T212797) by Brad Jorsch
VipsScalerEdit
No changes for VipsScaler
VisualEditorEdit
- git #7ac972d4 - ve.ui.MWInternalLinkAnnotationWidget: Remove 'maxlength' to fix pasting URLs (task T228240) by Bartosz Dziewoński
- git #8dd0bd23 - Work around a Parsoid bug with creating interwiki links (task T103635) by Bartosz Dziewoński
- git #e0272fef - Update VE core submodule to master (fe0f165df) by James D. Forrester
- git #32042d76 - Update VE core submodule to master (fbbb9c4cb) (task T228220) by Ed Sanders
- git #9a1994e4 - Update VE core submodule to master (7cb9caca1) (task T222396) by Ed Sanders
- git #bfc549e7 - ve.ui.MWLinkAnnotationInspector: Update size after showing/hiding errors by Bartosz Dziewoński
- git #5424a5e6 - Update VE core submodule to master (788d449ae) (task T200347) (task T221305) by David Lynch
- git #b3524149 - Use type=url for external link input by Ed Sanders
- git #cc1cb63a - targets: Fix silly indirection via a global variable by Bartosz Dziewoński
- git #2b6857d8 - Update VE core submodule to master (6045a533f) (task T228229) by Bartosz Dziewoński
- git #0fb7d5ef - Update VE core submodule to 962335a40293cf4b1314c0236788f35f080ae877 (task T227532) (task T228767) by Bartosz Dziewoński
- git #393de598 - Update VE core submodule to abf2bfa85e64e67cdf963601fe1da2a11fd9e89a by Ed Sanders
- git #b898c417 - Removes forward-compat code needed for method rename in core. by daniel
- git #a5867818 - MWEditingTabDialog: Don't use ve.init.target because it may not be loaded (task T228684) by Bartosz Dziewoński
- git #b00190a3 - MobileArticleTarget: Compat for OOUI scrolling fix on iOS Safari (task T212159) by Bartosz Dziewoński
WikibaseEdit
- git #b14c4a47 - bridge: Add service model for AppInfo by bitPogo
- git #1d6a64cc - bridge: move ApplicationStatus to a global place by bitPogo
- git #b1ffef71 - bridge: rebuild package-lock.json and `npm update` by Lucas Werkmeister
- git #e9847332 - Use wgArticlePath instead of wbRepo for wikibase.entityPage.entityLoaded (task T229244) by Amir Sarabadani
- git #3d653d77 - Fix lib js path (task T229244) by Amir Sarabadani
- git #87838cd3 - bridge: use valid edit flows in tests by Lucas Werkmeister
- git #88bf1b7a - bridge: clean up store test grouping by bitPogo
- git #bbc1cdae - fix eslint errors in lib after moving submodule files into lib by alaasarhan
- git #53795147 - Remove TODOs and FIXMEs for loading client in view by Amir Sarabadani
- git #1b2ab916 - Implement ChangeOpResult for ChangeOpAliases, ChangeOpDescription and ChangeOpLabel (task T224010) by rosalie
- git #176dc888 - bridge: Add tests for App by bitPogo
- git #a4ff42db - bridge: App uses props by bitPogo
- git #8fcba368 - bridge: clean up mock entry by bitPogo
- git #0bb7578d - bridge: add dev entry point (task T227192) by bitPogo
- git #916ddce4 - Add tests for RDF mapping for the properties defined in "foreign" entity sources (task T214557) by Leszek Manicki
- git #f06d525a - bridge: Enable storybook for placeholder component by Michael Große
- git #6404ed14 - Bump TermboxPin by Thomas Arrow
- git #57343d92 - bridge: lint storybook config, too by Pablo Grass
- git #728467ab - bridge: add storybook to docker-compose by Pablo Grass
- git #25f21dca - termbox: remove log TODOs by Pablo Grass
- git #429c171c - bridge: Add component to display edit data (task T227180) by Michael Große
- git #4fb5bd4c - Made RdfVocabulary work with EntitySources (task T214557) by Leszek Manicki
- git #d3b42e85 - Skip flaky wikibase item browser test for now (task T227266) by Noa Rave
- git #5017e16e - bridge: esLint for stories by bitPogo
- git #df1011f5 - bridge: fail on warning by bitPogo
- git #87ca76d5 - Stop loading WikibaseView in WikibaseClient (task T203696) by Amir Sarabadani
- git #c3788e37 - bridge: pass Special:EntityData URL to app, initialize services (task T228408) by Lucas Werkmeister
- git #6b8825be - bridge: add WbRepo interface for wbRepo config value (task T228408) by Lucas Werkmeister
- git #5f876619 - bridge: add interface for configuration object (task T228408) by Lucas Werkmeister
- git #8c9f1115 - Move default temporary terms migration stage config vars to lib. by alaasarhan
WikibaseCirrusSearchEdit
- git #0cd8339c - Use CirrusSearch query dispatch service (task T216429) by David Causse
WikibaseLexemeEdit
- git #12bb9bab - Fix typos by alaasarhan
- git #08b6169e - Avoid fataling on double-redirects when formatting Lexeme links. (task T228996) by alaasarhan
WikibaseLexemeCirrusSearchEdit
- git #fa9eb3cf - Fix tests to use the dispatch service by David Causse
- git #8c54d904 - Fix namespace for NewForm and NewLexeme (task T229215) by David Causse
WikibaseMediaInfoEdit
- git #499311d6 - Initialize CaptionsPanel before entityLoaded fires (task T229279) by Cormac Parle
- git #85193acb - Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay (task T229279) by Amir Sarabadani
- git #bcaf1329 - Handle additional markup returned by requests to wbformatvalue (task T228693) by Eric Gardner
- git #6b4aeefe - Refactoring CaptionsPanel.js to make it easier to test by Cormac Parle
- git #68a4d381 - License confirmation dialog must handle rejects by Matthias Mullie
- git #1a96aaf8 - Bring back statements cancel confirmation message (task T228849) by Matthias Mullie
- git #2ffa71e7 - Fix formatValue abort handling (task T228807) by Matthias Mullie
- git #720b86fa - Also add prominence toggle handler to otherStatementsEnabled html by Matthias Mullie
- git #994298bf - Don't rerender when property or value changes by Matthias Mullie
- git #1020a4df - Use forEach insteaf of map if we're not returning anything by Matthias Mullie
- git #89eadf18 - Add ability to parse callback handlers into templates by Matthias Mullie
WikibaseQualityConstraintsEdit
- git #79d46528 - Fix Travis before_script.sh by Lucas Werkmeister
- git #3989de0f - Remove last vestiges of WikibaseQuality (task T205065) by Lucas Werkmeister
- git #84e28a9b - Fix and test Wikibase services by Lucas Werkmeister
- git #53b11c94 - Restore tests for new RdfVocabulary ctor (task T214557) by Stanislav Malyshev
- git #8c5117f1 - Do not mock WANObjectCache and BagOfStuff in tests (task T228855) by alaasarhan
- git #71e1d749 - Add entity lookup without cache service and use it in SymmetryChecker (task T227450) by Amir Sarabadani
- git #627bd6f9 - Temporarily skip tests creating RdfVocabulary instance (task T214557) by Leszek Manicki
Wikidata.orgEdit
No changes for Wikidata.org
WikidataPageBannerEdit
No changes for WikidataPageBanner
WikiEditorEdit
No changes for WikiEditor
wikihieroEdit
No changes for wikihiero
WikiLoveEdit
No changes for WikiLove
WikimediaBadgesEdit
No changes for WikimediaBadges
WikimediaEditorTasksEdit
No changes for WikimediaEditorTasks
WikimediaEventsEdit
- git #d86f85fe - Track a sampling multiplier with search events by Erik Bernhardson
- git #4f131e01 - Improved MobileUIActions tracking schema (task T220016) by Piotr Miazga
WikimediaIncubatorEdit
- git #ff75a842 - Add phan (task T224777) by Umherirrender
WikimediaMaintenanceEdit
- git #5ce65cb5 - Update for removal of $wgActorTableSchemaMigrationStage and $wgCommentTableSchemaMigrationStage (task T188327) by Brad Jorsch
- git #fe782814 - Various code cleanups and PhpStorm warning fixes by Aaron Schulz
- git #ed175f86 - RenameInvalidUsernames: Make more generic (task T219279) by Brad Jorsch
WikimediaMessagesEdit
No changes for WikimediaMessages
XAnalyticsEdit
No changes for XAnalytics
SkinsEdit
CologneBlueEdit
No changes for CologneBlue
EUCopyrightCampaignSkinEdit
No changes for EUCopyrightCampaignSkin
MinervaNeueEdit
- git #afecb58a - Restore desktop MMV (task T227034) by jdlrobson
- git #8dbd511e - [fix] [AMC] load main menu icons on desktop Minerva (task T214540) by Stephen Niedzielski
- git #d1cd5588 - Drop lazy loading references feature usage (task T123328) by jdlrobson
- git #406f211b - Enable AMC styles if only one of the AMC properties is enabled (task T229024) by jdlrobson
- git #0311e8ed - Disable diff test due to issue with RunJobs (task T229031) by jdlrobson
- git #f0503a52 - Refresh the user, bell and search icon (task T224070) by jdlrobson
- git #ad04f314 - Follow-up: User menu improvements (task T214540) by Piotr Miazga
- git #e117ee43 - Follow-up: clean up old Advanced Menu builder and add hook support (task T214540) by Piotr Miazga
- git #0a4f5b61 - [UI] [new] add user menu (task T214540) by Stephen Niedzielski
- git #0c5ca960 - Drop mobile.init dependency (task T216537) by jdlrobson
- git #933dc0e3 - [dev] Replace menu entry inheritance with functions (task T214540) by Stephen Niedzielski
- git #f068dc7a - [dev] split AuthMenuEntry (task T214540) by Stephen Niedzielski
- git #ff57ba7c - [dev] make interface for overriding menu profile URL (task T214540) by Stephen Niedzielski
- git #6830ffcf - Disable the recent changes table-based layout on Minerva (task T228280) by jdlrobson
MonoBookEdit
No changes for MonoBook
ModernEdit
No changes for Modern
NostalgiaEdit
No changes for Nostalgia
TimelessEdit
No changes for Timeless
VectorEdit
- git #e08fc06f - Style RelatedArticle cards (task T181242) by Isarra
Total ChangesEdit
259 Changes in 54 repos by 64 authors