MediaWiki 1.34/wmf.15
![]() |
Deployment of MediaWiki 1.34.0-wmf.15 to Wikimedia sites | MediaWiki 1.34.0-wmf.16![]() |
The latest version (labeled "1.34.0-wmf.15") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 23 July 2019 (see the roadmap).
Core changes
edit- git #d7f8c458 - ChangesList: Add $groups parameter to FetchChangesList hook (T228280) by jdlrobson
- git #6af636fb - Add ISearchResultSet (T228626) by David Causse
- git #9b30a0d7 - Fix bad method call to \MediaWiki\Widget\Search\SearchResultWidget::render by David Causse
- git #5420bf30 - Deprecate SearchResultSet::free (T228626) by David Causse
- git #b33fb102 - changes: Usage of 'noudp' & 'pleasedontudp' no longer exist by Derick Alangi
- git #accecbc9 - don't load revision text content unless requested to (T228614) by Ariel T. Glenn
- git #9c0dd23b - Follow-up ffd802a386: Actually disable legacy JS globals (T72470) by James D. Forrester
- git #434d740d - Avoid usage of deprecated Revision::* constants by Derick Alangi
- git #c5b7101a - Avoid usage of deprecated Revision::* constants by Derick Alangi
- git #5528af5f - api: Avoid usage of deprecated Revision::FOR_THIS_USER constant by Derick Alangi
- git #90c69546 - action: Avoid use of deprecated Revision::* constants, use RevisionRecord by Derick Alangi
- git #339211a1 - Avoid usage of deprecated Revision::* constants, use RevisionRecord by Derick Alangi
- git #e16eec8c - maintenance: Avoid usage of deprecated Revision::* constants by Derick Alangi
- git #735ec8d7 - objectcache: reorganize WANObjectCache fields and avoid exposing internal constants by Aaron Schulz
- git #6e0c9c69 - resourceloader: Move FilePath test to /tests/phpunit/unit by Timo Tijhof
- git #bcb6b9d0 - MessageCache: Fix isMainCacheable() logic for non-content languages (T228555) by Roan Kattouw
- git #8db93725 - resourceloader: Complete test coverage for FilePath by Timo Tijhof
- git #6b3b0555 - API: Fix 'user_id' field of ApiCSPReport by Timo Tijhof
- git #4b01004a - API: Add test case for ApiCSPReportTest by Timo Tijhof
- git #ffd802a3 - DevelopmentSettings: Disable legacy javascript globals in CI and for devs (T72470) by James D. Forrester
- git #e745bfed - Drop UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(), deprecated in 1.28 by James D. Forrester
- git #71479786 - Drop the UploadVerification hook, deprecated in 1.28 by James D. Forrester
- git #921f9b69 - objectcache: refactor WANObjectCache::fetchOrRegenerate() locking code stylistically by Aaron Schulz
- git #bebe3033 - objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses by Aaron Schulz
- git #d94906ea - MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/` by RazeSoldier
- git #09bc1095 - Improve links in several specialmute-* (T218265) by Amir Aharoni
- git #f2ae03a7 - resourceloader: Add Config parameter to packageFiles callbacks by Roan Kattouw
- git #aaea6a0f - Do not hardcode square brackets in "rollback link" (T219948) by jdlrobson
- git #e8d91995 - Increase test coverage for BlockManager class by Thalia
- git #b39f8289 - Clean up DeferredUpdates transaction handling (T225103) by Aaron Schulz
- git #7b1b22ac - Revert "objectcache: fix race conditions in RedisBagOStuff::incr()" (T228303) by Krinkle
- git #cf146840 - Pass message params as array to RawMessage by Umherirrender
- git #0ef4f68e - Fix param doc of TitleArrayFromResult::setCurrent by Umherirrender
- git #ffcb5928 - Allow empty input in namespaces multiselect on Special:Block (T219882) by Thalia
- git #d0b77d72 - wdio-mediawiki: Release 0.4.0 by Pablo Grass
- git #b5f384f9 - Add support for extentions to change Special:Mute form (T220163) by Dayllan Maza
- git #99cf057e - GlobalFunctions: Hard deprecate `wfGlobalCacheKey()` function by Derick Alangi
- git #3e39ec72 - Delete very incomplete translation by Raymond
- git #b10b19c6 - objectcache: fix WinCacheBagOStuf::doGet() is_string() check by Aaron Schulz
- git #d8b952ae - objectcache: clean up RedisBagOStuff and optimize changeTTLMulti() (T113916) by Aaron Schulz
- git #1b60564c - installer: Remove <doclink/> parser function and last use of it (T227297) by Timo Tijhof
- git #d8eaae53 - Separate right for foreign user js redirects (T207750) by Gergő Tisza
- git #773f915d - Remove pointless PermissionManager::revokeTemporaryUserRights method by Gergő Tisza
- git #fb013cdf - objectcache: relax WANObjectCache "pcTTL" nesting rule to allow set() by Aaron Schulz
- git #f2fbeaca - Tests: Remove old TODO file and update README with integration notes by Kosta Harlan
- git #f5b008f5 - Exclude extensions/skins test directories from coverage analysis (T192078) by Kosta Harlan
- git #0bb2e959 - Report more information about composite blocks in block error messages (T212326) by Thalia
- git #c0ccf2e7 - Remove unused variable by Dayllan Maza
- git #80674d1c - Remember checkbox state on Special:Block if checkbox disabled (T221117) by Thalia
- git #8ef1b036 - MessagesKo.php: periodic updates by Yongmin Hong
- git #dd6ed784 - parser: add vary-revision-sha1 and related ParserOutput methods by Aaron Schulz
- git #4f76b954 - externalstore: unbreak writes to non-default storage clusters due to isReadOnly() (T227156) by Aaron Schulz
- git #659db7bd - Add mechanism for temporary user rights (T227772) by Gergő Tisza
- git #7b5619ad - Hard-deprecate wgProfileOnly, deprecated in 1.23 by James D. Forrester
- git #be07389e - Hard-deprecate wgLocalInterwiki, deprecated in 1.23 by James D. Forrester
- git #00142c2b - Fix OO.ui.infuse error on misc-authed-ooui module by Dayllan Maza
- git #eb41a511 - Update OOUI to v0.33.3 (T212159) (T225021) (T226045) (T226780) (T226822) (T227666) (T227917) by Volker E
- git #c461b8d6 - Add mute preferences link to the tools menu (T218270) by Dayllan Maza
- git #32df79f3 - rdbms: better handle a non-existing "defaultGroup" in LoadBalancer by Aaron Schulz
- git #83ebbb51 - Check namespace exists in HTMLNamespacesMultiselectField validation (T219882) by Thalia
- git #a6a1841d - Remove deprecated mw.Api.errors and mw.Api.warnings by Fomafix
- git #b59ab95f - Revert "RedirectSpecialPage: handle interwiki redirects." (T227700) by Krinkle
- git #3f7fa975 - doMaintenance: Try to print errors to stderr by Marius Hoch
- git #efba2a4a - objectcache: optimize MemcachedPeclBagOStuff::*Multi() write methods by Aaron Schulz
- git #7d127e31 - Hard-deprecate wgSkipSkin, deprecated in 1.23 by James D. Forrester
- git #31ff6d5c - SiteConfigurationTest: Fix recurring typo ("an non-existing") by Roan Kattouw
- git #95438dd7 - Exclude redirects from Special:Fewestrevisions (T11736) by DannyS712
- git #9d585dcc - installer: Add a defined check to overrideConfig method (T224287) by Samuel Hilson
- git #e03e324f - Clarify WikiRevision::downloadSource() and related code by Lucas Werkmeister
Vendor
edit- git #1c9da6c9 - Update OOUI to v0.33.3 by Volker E
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #3258eeed - Add normalizeThrottleParameters script to update.php (T203587) (T203336) (T203584) (T203585) by Daimona Eaytoy
- git #07e5168e - Add a maintenance script to fix broken log entries (T208931) by Daimona Eaytoy
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
editNo changes for AdvancedSearch
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
editNo changes for ArticlePlaceholder
Babel
edit- git #3cb3e292 - tests: Use empty WANObjectCache instead of mock (T228563) by Timo Tijhof
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
editNo changes for BounceHandler
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #447d5eca - Fix SpecialMultiLock markasbot option (T227772) by Gergő Tisza
CharInsert
editNo changes for CharInsert
CheckUser
edit- git #c1063c1e - Lookup users by their ID not their username (T174277) by Huji Lee
CirrusSearch
edit- git #b315ee0d - Use ISearchResultSet (T228626) by David Causse
- git #f31e50df - Use sanitized request params and headers (T228496) by David Causse
- git #22cafa2c - Log response data JSON on errors (T228283) by David Causse
- git #955fc9dc - Do not serialize ResultsType instance (T228276) by David Causse
- git #ea6cf527 - Adapt IndexLookupFallback method for glent requirements (T227262) by David Causse
Cite
edit- git #ba9b0c28 - Tracking for change events in citation-templates (T221305) by David Lynch
- git #70b6a48d - Remove parser test with mw-editsection by Fomafix
CiteThisPage
editNo changes for CiteThisPage
Citoid
edit- git #d72cd823 - Fix descriptions to point to correct message by mvolz
cldr
editNo changes for cldr
Cognate
editNo changes for Cognate
CodeEditor
edit- git #988bc3c0 - Drop wgCodeEditorEnableCore, default on, pointless to disable by James D. Forrester
CodeMirror
editNo changes for CodeMirror
CodeReview
editNo changes for CodeReview
CollaborationKit
editNo changes for CollaborationKit
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #4a1c8bbf - SimpleCaptcha: Avoid usage of deprecated `wfGlobalCacheKey()` by Derick Alangi
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #43d46220 - Move the function to get current language code to sitemapper by Santhosh Thottingal
- git #134f4a70 - Always enable page images and descriptions by Niklas Laxström
- git #4dc0fe46 - Find out if current user is potential translator (T223888) by Santhosh Thottingal
- git #67cc6837 - Translation invite for first time editors when creating article (T216032) by Santhosh Thottingal
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #16da45bd - Remove old GlobalCollect CC from form settings (T225839) by Elliott Eggleston
- git #8a662bf1 - Wire up 'yes' buttons for recurring conversion (T216560) by Elliott Eggleston
- git #0743b43e - Ingenico implements RecurringConversion (T216560) by Elliott Eggleston
- git #f0d8b6d4 - RecurringConversion API (T216560) by Elliott Eggleston
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo changes for EUCopyrightCampaign
Echo
edit- git #cf760b8d - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw
- git #d378e4e3 - Use packageFiles instead of startup module for config vars by Roan Kattouw
- git #b3df45dc - Add option to mute/unmute notifications on Special:Mute (T220163) by Dayllan Maza
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
editNo changes for EntitySchema
EventBus
edit- git #ce5d5278 - Add more debugging to figure out which events are invalid (T225199) by Kunal Mehta
- git #ef9ea171 - Use proper schema url for resource_change event (T211248) by Andrew Otto
EventLogging
edit- git #4888de0b - tests: Simplify RemoteSchemaTest to not hardcode MemcachedPhpBagOStuff (T228563) by Timo Tijhof
ExtensionDistributor
editNo changes for ExtensionDistributor
ExternalGuidance
editNo changes for ExternalGuidance
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
edit- git #56b8beaa - build: bump grunt-banana-checker to 0.7.0 by WMDE-Fisch
FileImporter
edit- git #9b1ce07c - build: bump grunt-banana-checker to 0.7.0 by WMDE-Fisch
- git #1592278e - Remove "successfully" from several messages by Amir Aharoni
FlaggedRevs
edit- git #770b63e4 - Remove unused "position" field from "ResourceModules" in extension.json (T224847) by Kunal Mehta
Flow
edit- git #2b75b126 - FlowHooks: Simplify registerExtension() code a bit (T189966) by Timo Tijhof
- git #3c28f876 - Consider invalid format a user input error (T228417) by Stephane Bisson
- git #9660eefd - Add help links to special pages (T228071) by DannyS712
- git #775846e5 - Fix fatal in ChangesListFormatter::getLogTextLinks() (T228290) by Roan Kattouw
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
editNo changes for Gadgets
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
editNo changes for GettingStarted
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
editNo changes for GlobalPreferences
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #0ed5d680 - Only show Guided Tours to newly created user accounts (T222852) (T228602) by Kosta Harlan
- git #bfa5dc1f - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw
- git #5d3e98c3 - Remove link from subtitle on Contributions page (T225328) by Roan Kattouw
- git #208ebf22 - Special:ConfirmEmail message: Make checkmark green (T222848) by Kosta Harlan
- git #60a3b801 - Only show homepage guided tour to users who have the homepage enabled by Roan Kattouw
- git #f12455da - Make homepage pt link blue (T226113) by Stephane Bisson
- git #a003181a - Homepage: discovery of homepage after account creation (T222852) by Kosta Harlan
- git #514f4d4a - Special:ConfirmEmail message: Make checkmark black (T222848) by Kosta Harlan
- git #6dba5524 - Add link to Special:Homepage on Special:Contributions (T225328) (T227575) by Roan Kattouw
- git #d90fb454 - QuestionPoster: Don't use timestamp with headers for Flow (T212433) by Kosta Harlan
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
edit- git #4f51be97 - Global interlanguage links feature (T220247) by Jack Phoenix
InterwikiSorting
editNo changes for InterwikiSorting
Jade
editNo changes for Jade
Josa
editNo changes for Josa
JsonConfig
edit- git #aee8dce0 - Move JCObjContentTest.php to use the new unit test structure by Amir Sarabadani
Kartographer
editNo changes for Kartographer
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MapSources
editNo changes for MapSources
MassMessage
edit- git #2e1e6e4c - Use new PermissionManager::addTemporaryUserRights instead of hook (T228252) by Kunal Mehta
Math
editNo changes for Math
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #6eccd28e - Introduce Skin.getSingleton function (T216537) by jdlrobson
- git #47262dc7 - onSaveComplete callback is no longer optional (T228418) by jdlrobson
- git #2fde7c83 - After a save the talk section overlay is rendered (T228418) by jdlrobson
- git #8e4ddc33 - Class getters are better than modifying prototype? by jdlrobson
- git #af13e0c3 - Clean up PageHTMLParser.js .find usage (T193077) by Nicholas Ray
- git #af9f0fea - Drawer: Use .transparent-shield (T214049) by Bartosz Dziewoński
- git #c10c289f - 🐛 Bug: Fix Cannot read property 'find' of undefined error (T228298) by Nicholas Ray
- git #ef5aa45a - Follow-up on Iee53988dcd: Use MobileContext service instead (T218244) by Derick Alangi
- git #a4675684 - Add indicator-circle to AMC option heading (T225731) by Piotr Miazga
- git #dd8c103e - Remove lazyReferencesLoader 'references-loaded' event/eventBus usage (T193077) by Nicholas Ray
- git #29130436 - Remove backwards compatibility with old Page.js parsing logic (T193077) by Nicholas Ray
- git #e2569321 - Refactor MF to use PageHTMLParser / clean up Page.js usage (T193077) by Nicholas Ray
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
edit- git #9b2af677 - Use Config parameter instead of deprecated ResourceLoaderContext::getConfig() by Roan Kattouw
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
edit- git #0af536bb - build: Remove duplicate eslintignore info from Gruntfile.js by Kunal Mehta
OAuth
editNo changes for OAuth
OpenStackManager
editNo changes for OpenStackManager
ORES
edit- git #b9f30a2a - Handle JobQueueError exception (T225199) by Andy Craze
- git #16dd7c50 - Normalize the user agent before sending FetchScoreJob (T225199) by David Causse
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
edit- git #306cc942 - Remove an unneeded JS variable by Max Semenik
- git #cd46957f - Fix indentation of underscore templates and make style consistent by MusikAnimal
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
edit- git #8d6e567e - ParserFunctions class: tweak function declarations by Max Semenik
- git #cca4ec9a - Remove function existence check by Max Semenik
- git #3fd4ac43 - ParserFunctions class: make everything that doesn't need to be public private by Max Semenik
- git #8b50403f - Get rid of *Obj() functions by Max Semenik
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
editNo changes for Popups
ProofreadPage
editNo changes for ProofreadPage
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo changes for RelatedArticles
Renameuser
editNo changes for Renameuser
RevisionSlider
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
edit- git #1f7a11a0 - Add tracking categories to pages overriding files (T135597) by Étienne Beaulé
Scribunto
edit- git #0cfb5422 - Suppress wrong phan errors by Amir Sarabadani
- git #e5097e61 - Use "vary-revision-sha1" over "vary-revision" in getContentInternal() (T226432) by Aaron Schulz
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
editNo changes for SecureLinkFixer
SecurePoll
editNo changes for SecurePoll
Sentry
edit- git #ab16d422 - Make EventGate message format more RL- and ELK-friendly (T217142) by Gergő Tisza
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SkinPerPage
editNo changes for SkinPerPage
SpamBlacklist
editNo changes for SpamBlacklist
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
editNo changes for TemplateData
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
edit- git #84591b35 - Make unit tests follow the new structure by Amir Sarabadani
TemplateWizard
edit- git #bea70a52 - Don't log saves that didn't involve any TW inserts by Max Semenik
TextExtracts
edit- git #c0b9bd8b - Add more TextTruncator tests by Max Semenik
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
edit- git #b5ccbeed - Fix LoadExitNodes.php when $wgTorLoadNodes is false (T228465) by Aaron Schulz
Translate
edit- git #e231f349 - Update version and MW requirement (T227078) by Kartik Mistry
- git #59d40def - Removes usage of deprecated OutputPage::parse (T226080) by Abijeet
TranslationNotifications
edit- git #ee94a5e8 - Move special pages to "translation" section (T228487) by DannyS712
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UniversalLanguageSelector
edit- git #0f4b9f34 - Update version before MLEB release (T227078) by Kartik Mistry
- git #76551ed4 - Return target of redirect languages in mw.uls.getFrequentLanguageList (T217770) by Amir Sarabadani
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #e91fa34b - Add special page aliases for Polish (T228584) by Ostrzyciel
- git #c639159c - Pass new/additional config props to StatementWidget by Matthias Mullie
- git #45f7674c - build: Migrate eslint exclusions to .eslintignore by Kunal Mehta
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #c82238b0 - Update VE core submodule to master (3d0cc9eac) by James D. Forrester
- git #5aea61ad - Update OOUI icons names for article icons in link cache (T222079) by Ed Sanders
- git #59bc6f6a - Add dependency on 'mediawiki.interface.helpers.styles' (T227190) by Bartosz Dziewoński
- git #3ca8319d - ve.dm.MWTransclusionNode: Protect <style> nodes too when copying (T226374) by Bartosz Dziewoński
- git #085764dd - SaveDialog: Hide options bar when empty (T228165) by Ed Sanders
- git #8aac97cc - Update VE core submodule to master (311a3dff1) by Bartosz Dziewoński
Wikibase
edit- git #a1528b04 - Revert "Add termbox browser tests" by Michael Große
- git #a5e4e351 - bridge: Extend Lint rules by bitPogo
- git #04da0a39 - Fix missing argument in ILoadBalancer::getConnection() calls. (T226008) by alaasarhan
- git #fa344f5b - bridge: update vulnerable npm packages by Lucas Werkmeister
- git #d72f9ada - Add termbox browser tests (T225196) by Jakob Warkotsch
- git #8e16183a - Avoid using MediaWikiIntegrationTestCase on unit tests (T225730) by Amir Sarabadani
- git #2fd70dfb - bridge: add getter for main value to edit (T227187) by Lucas Werkmeister
- git #92b545a9 - Define $wgMessagesDirs in WikibaseLib PHP entry point (T227814) by Lucas Werkmeister
- git #afe497cc - Bump Termbox Pin (T222890) by Thomas Arrow
- git #d800cfc7 - bridge: add getter for entity’s main statement for property (T227187) by Lucas Werkmeister
- git #06076d4e - bridge: add browser tests (T227179) by Pablo Grass
- git #ee4ca95c - bridge: add statements to EntityState in entity store (T227187) by Lucas Werkmeister
- git #5c4da3ff - bridge: extract getterTypes as constants (T227187) by Lucas Werkmeister
- git #4538d7fb - bridge: use OO dialog and mount vue app into it (T227179) by Pablo Grass
- git #31c95ce9 - Use mw.uri for calling the Special:EntityData instead (T228407) by Amir Sarabadani
- git #4490b53a - bridge: rename *ID properties to *Id by Lucas Werkmeister
- git #10036382 - bridge: add AppInformation interface (T228409) by Lucas Werkmeister
- git #da743d7f - Travis: remove hhvm-3.24 by Lucas Werkmeister
- git #e163535b - ChangeOp::apply() should return ChangeOpResult (T220696) by rosalie
- git #cf7c2ec4 - bridge: fix wrong action argument by Michael Große
- git #ae42b9e0 - Add example config for Termbox (T225196) by Thomas Arrow
- git #f400c847 - Fix Statement / main Snak relation in docs/json.wiki by Lucas Werkmeister
- git #a428f7fb - Remove claims from docs/json.wiki by Lucas Werkmeister
- git #47952b3b - Inject config into module function instead of directly accessing mw object by alaasarhan
- git #8ba9076e - bridge: add TypeScript-specific member-delimiter-style rule by Lucas Werkmeister
- git #b8cc4062 - bridge: add TypeScript-specific semicolon rule by Lucas Werkmeister
- git #a4ce7682 - bridge: Add a store key for top-level app status handling (T228184) by Michael Große
- git #001a5ed0 - bridge: refactor convoluted Promise for cleaner code by Michael Große
- git #c983dcff - bridge: explicitly wait for test to be done to catch errors by Michael Große
- git #f6d1f91a - Pass db domain to Prefetching(Item|Property)TermLookup (T226008) by Amir Sarabadani
- git #947d786d - bridge: simplify test arrow functions and async its by Pablo Grass
- git #89e8ebdb - Add ChangeOpResult interface (T220696) by rosalie
- git #9a745358 - Pass db domain down to DatabaseTermIdsResolver for dbr construction. (T226008) by alaasarhan
- git #51f22f5e - Add getPrefetchingTermLookup to WikibaseServices (T226008) by alaasarhan
- git #c0397947 - Replace wbEntity config variable with ajax call (T85499) by Amir Sarabadani
- git #eefcf2d8 - Drop redundant "oldid" argument from Special:EntityData (T220826) by Amir Sarabadani
- git #bf07a9d6 - bridge: fix parameter in test by Lucas Werkmeister
- git #597110dd - lib: make vue 2 available as ResourceLoader module (T227179) by Pablo Grass
- git #d06c05cc - bridge: plug Entity into Application (T227181) by bitPogo
- git #f04fbe3f - bridge: EntityActions (T227181) by bitPogo
- git #0fdc4ee1 - bridge: EntityGetters (T227181) by bitPogo
- git #7773915d - bridge: EntityMutations (T227181) by bitPogo
- git #6a82b829 - bridge: EntityLevelStore definition (T227181) by bitPogo
- git #a5e6ed95 - bridge: RootActions (T227181) by bitPogo
- git #7ad44cf3 - Move view/lib/wikibase-api to lib/resouces/wikibase-api (T203696) by Amir Sarabadani
- git #f9654979 - Drop deprecated wikibase.RepoApi{,Error} (T228074) by Amir Sarabadani
- git #df8118d5 - bridge: RootGetters (T227181) by bitPogo
- git #44f1179c - bridge: RootMutations (T227181) by bitPogo
- git #53685d03 - bridge: RootLevelStore definition (T227181) by bitPogo
- git #ea941985 - When fetching data for pager, add it to the link cache (T222497) by Stanislav Malyshev
- git #63b57ad0 - Add non-numeric entity IDs to docs/json.wiki by Lucas Werkmeister
WikibaseCirrusSearch
edit- git #e62637ae - Query description fields with incaption keyword (T226722) by David Causse
WikibaseLexeme
edit- git #ccc05e12 - Add test for wbgetentities with subentities (T223995) by Amir Sarabadani
- git #34c663a1 - Update method name and description to clarity on the function job. by alaasarhan
- git #3e507249 - Avoid self-conflict in wbleditsenseelements API module (T228080) by Amir Sarabadani
- git #97f6c3ad - Add baserevid to wbleditformelements API module (T225070) by Amir Sarabadani
- git #7cefc51b - vue: use wb ResourceLoader module (T228271) by Pablo Grass
- git #b38927ca - Show number of senses and forms on page information (T224844) by Amir Sarabadani
- git #508e05fa - ChangeOp::apply() should return ChangeOpResult (T220696) by rosalie
- git #5465fb6b - Replace LabelDescriptionOptionWidget with mw.widgets.TitleOptionWidget by Ed Sanders
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #7220efe0 - Don't throw away valid results after abort by Matthias Mullie
- git #02178fa5 - Enable statements again after failed submit by Matthias Mullie
- git #e90f20a7 - Add LinkNoticeWidget above Statements Panel by Matthias Mullie
- git #f1d39b2e - Add Wikidata links to statement UI elements by Matthias Mullie
- git #d2d7ec5b - Convert QualifierValueInputWidget to use templates by Matthias Mullie
- git #52ec0a93 - Convert AddPropertyWidget to use templates by Matthias Mullie
- git #3bfa8492 - Dynamically load modules/templates from config for tests by Matthias Mullie
- git #311a6018 - Consistent naming: suffix widgets with 'Widget' by Matthias Mullie
- git #17f8e8d4 - Make mustache+dom renderer work with root-level DOM nodes by Matthias Mullie
- git #2ea48e1f - Add template and render method to QualifierWidget by Eric Gardner
- git #81dece76 - Revert "Add LinkNoticeWidget above Statements Panel" by Matthias Mullie
- git #cef8fb18 - Revert "Add Wikidata links to statement UI elements" by Matthias Mullie
- git #aa05b6b4 - Add LinkNoticeWidget above Statements Panel (T227230) by Eric Gardner
WikibaseQualityConstraints
editNo changes for WikibaseQualityConstraints
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #3a306ff7 - Use lightweight mw.util.getParamValue() instead of mw.Uri() by Fomafix
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
editNo changes for WikimediaEditorTasks
WikimediaEvents
edit- git #faa60bf1 - Track ui interactions (clicks for now) on mobile web (T220016) by Piotr Miazga
- git #ed28e9a0 - Give all wikis the same search schema sampling rate (T197129) by Erik Bernhardson
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
editNo changes for WikimediaMessages
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
editNo changes for CologneBlue
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #de353c06 - Revert "Remove all main_menu tracking related code." (T220016) by Pmiazga
- git #378ba416 - Replace fixed value with LESS variable by Volker E
- git #4a556125 - Set header height to 54px equivalent in `em`s (T195795) by jdlrobson
- git #8ae59453 - Reduce margin below article/discussion tabs. (T225230) by Jan Drewniak
- git #d11c84d0 - Remove all main_menu tracking related code. (T220016) by Piotr Miazga
- git #72c860ab - Adjustments to Notification tray margins and borders (T225260) by jdlrobson
- git #1bf2f51c - [Revert] "Set header height to fixed pixel" by Niedzielski
- git #0320d1a9 - Talk overlays for creating new topics now use callback (T228418) by jdlrobson
- git #28c84d7d - Update reference test to click the right element (T214049) by jdlrobson
- git #1fed8158 - Allow .transparent-shield styles for navigation to be reused (T214049) by Bartosz Dziewoński
- git #62572042 - Set header height to fixed pixel (T195795) by jdlrobson
- git #016631f5 - Style the "new" indicator next to amc opt-in field (T225731) by Piotr Miazga
- git #0a4f88b3 - router.navigate is deprecated use router.navigateTo (T226106) by jdlrobson
- git #e27debc1 - Use wikimedia.ui from core directly by jdlrobson
- git #a9d73060 - Restore table of contents and error logging (T212944) by jdlrobson
- git #67102764 - Replace special message variables with mediawiki.ui ones (T228022) by Volker E
- git #d7f60a26 - Extract language/variants check to a service (T224735) by Piotr Miazga
- git #502ab605 - Do not load main menu icons in critical path (T227929) by jdlrobson
- git #72df451b - Embrace packageFiles (T212944) by jdlrobson
- git #21b24830 - [dev] match page issues LESS filename to JS naming (T212944) by Stephen Niedzielski
- git #dee1c197 - On user pages, move language icon from Toolbar to Overflow menu (T224735) by Piotr Miazga
- git #d996008e - Make sure lazy loaded images display in printed PDFs (T220668) by jdlrobson
MonoBook
edit- git #9ade7fcb - Enhance the 'MonoBookAfterToolbox' hook by passing the class instance to the hook subscribers by Jack Phoenix
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #961be922 - Break up variables.less into mixins, themes, and general variables by Isarra
- git #b8829b89 - Fork getPortlet from MonoBook by Isarra
- git #f7cf742c - Create getContentBlock function to get rid of some of the ridiculous indenting by Isarra
- git #b3af826b - Make footer links blue (T214204) by Isarra
- git #52d3b3aa - Use Wikimedia visual style colours (T131992) (T200320) by Isarra
- git #542027e6 - Move Other Projects block to interwiki chunk (T181169) by Isarra
Vector
edit- git #f4e6acb2 - Remove falesly introduced RTL version of 'search' icon (T228435) by Volker E
Total Changes
edit270 Changes in 52 repos by 64 authors