MediaWiki 1.36/wmf.3
![]() |
Deployment of MediaWiki 1.36.0-wmf.3 to Wikimedia sites | MediaWiki 1.36.0-wmf.4![]() |
The latest version (labeled "1.36.0-wmf.3") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 4 August 2020 (see the roadmap).
Core changes
edit- git #cce5c24f - Branch commit for wmf/1.36.0-wmf.3 (T257971) by trainbranchbot
- git #138cb678 - Add Edge to MediaWiki:Clearyourcache (T130906) by Jon Harald Søby
- git #cd1aea86 - reassignEdits: Update script to use User::newFromName for anon users (T249521) by daniel
- git #7f910584 - tables.json: lowercase notNull by Reedy
- git #9495358b - Remove Skin::getDynamicStylesheetQuery() (T257991) by Ammar Abdulhamid
- git #60305fd4 - maintenance: Remove executable bit from scripts without shebang by Kunal Mehta
- git #e74c6768 - Translate expiry period in pop-up message for watchlist expiry (T259009) by hmonroy
- git #e9f4e775 - resources: Add license information for promise-polyfill by Kunal Mehta
- git #ba216e52 - includes: Use expression assignment operator += or |= where possible by Umherirrender
- git #c94efd97 - Use multi-catch block in fetchText.php by Umherirrender
- git #03288494 - Use IResultWrapper as doc type instead of FakeResultWrapper by Umherirrender
- git #6eef7e60 - Remove duplicate call to setMockTime in MultiWriteBagOStuff by Umherirrender
- git #61b7c9e1 - Do not use @var on const by Umherirrender
- git #7683f7d8 - Use strict (in)equality with namespaces constants when LHS is definitely an integer by Ed Sanders
- git #b345b8f6 - Migrate user_properties to abstract schema (T198811) (T164898) (T230428) by Amir Sarabadani
- git #ce50e1bf - Permit temporary table writes on replica DB connections (T259362) by Máté Szabó
- git #f3aa7a4c - Account for non-existence namespaces in makeTitle (T253047) by jdlrobson
- git #266e5ff4 - Edit page expiry dropdown should keep state after disabling/enabling (T259060) by Dayllan Maza
- git #58b7003a - Prep 1.35.0-rc.0 (T259128) by Reedy
- git #01eada74 - Write category parent hierarchy when handling categorization (T246568) by David Causse
- git #6cbe9961 - categoryChangesAsRdf: Add test for categorization by David Causse
- git #166a58e2 - Add UI support in Special:EditWatchlist for watchlist expiry (T250214) by hmonroy
- git #671b3653 - Migrate site_stats table to abstract schema (T230428) (T164898) by Amir Sarabadani
- git #eb736256 - Fix bold of watched items on Special:RecentChangesLinked (T256526) by Sam Wilson
- git #773a497a - Combine input type directionality selectors (T247033) by Volker E
- git #15f0c16c - Add disclaimer about experimental watchlist expiry in MW 1.35 (T257396) by MusikAnimal
- git #25b43c40 - Update time period for watchlist expiry pop-up (T258662) by hmonroy
- git #62821b5c - Ensure cursor is pointer for watch-star notification (T258751) by Sam Wilson
- git #a52c9339 - Drop Sanitizer::escapeId(), deprecated in MediaWiki 1.30 by James D. Forrester
- git #5de919cc - Mark OutputPageBodyAttributes as non-abortable. by Ammar Abdulhamid
- git #7bbb14f8 - Fix parserTests.php by ensuring change_tag tables are cloned (T259186) by C. Scott Ananian
- git #023b2d8c - Disable wgLegacyJavaScriptGlobals by default (T72470) by James D. Forrester
- git #23c3c70d - Add a DatabaseBlockStore service (T221075) by DannyS712
- git #a78a84fb - Hard deprecate ExternalStoreDB::getSlave() by Reedy
- git #2cc88906 - Don't output HTMLDebugLog div element when not needed (T259075) by Ammar Abdulhamid
- git #2550c145 - Drop the LinkBegin and LinkEnd hooks, deprecated since 1.28 (T259108) by James D. Forrester
- git #6438a52c - Fix RequestFromGlobalsTest failing in Travis CI (T259094) by Ammar Abdulhamid
- git #85c31c11 - Set $wgShellRestrictionMethod to 'autodetect' by default by Kunal Mehta
- git #24ddc62a - shell: Make ->restrict( RESTRICT_NONE ) actually work (T257278) by Kunal Mehta
- git #66cc7bf1 - Remove CategoryFinder class (T250572) by Reedy
- git #c50be8c1 - Fix RecentChanges watchlist filters when WatchlistExpiry is off (T252136) by Sam Wilson
- git #384d493f - installer: Write to wgLogos, not wgLogo (T247790) (T232140) (T50084) by James D. Forrester
- git #15966acf - Fix pop-up height for watchlist expiry (T258753) by hmonroy
- git #de4276cb - Storage: Disable NameTableStoreTest case that fails on sqlite (T246358) (T259085) by Timo Tijhof
- git #e03e8704 - installer: Remove deprecated getWarningBox() and getErrorBox() (T232903) by Timo Tijhof
- git #71c69fb9 - Hard deprecate CategoryFinder (T250572) by Kunal Mehta
- git #1c11a507 - tests: Disable the broken ignore and cases of DatabasePostgresTest (T246358) (T259084) by Timo Tijhof
- git #34c16612 - mediawiki.page.ready: Allow skins to disable search lazy load (T250851) by jdlrobson
- git #ae3104c4 - Allow skins to override mediawiki.page.ready initialisation (T250851) by Peter Ovchyn
- git #b05d8624 - Sync up with Parsoid parserTests.txt by C. Scott Ananian
- git #266e1914 - Fix expiry dropdown not getting disabled on edit page. (T258443) by Dayllan Maza
- git #3ba47610 - /contributions/user/{user}/count by Nikki Nikkhoui
- git #f53e59f6 - mw.widgets.UsersMultiSelectWidget: Don't assume `suggestions` array element exists (T250762) by Sam Smith
- git #0ce163c8 - MessagesTyv.php: set $namespaceGenderAliases to an empty array (T259003) by MarcoAurelio
- git #1fe67f03 - Simplify safe-guard code in MWExceptionHandler::handleFatalError by Umherirrender
- git #4d6ce370 - Fix runBatchedQuery.php for no result from select by Umherirrender
- git #c417320d - Fix Database::getTempTableWrites for multi table DDLs (T252183) by Umherirrender
- git #b3e782dd - Fix unit test in SpecialRecentchangesTest for postgres (T259026) by Umherirrender
- git #81362c93 - filebackend: Fix index error in SwiftFileBackend (T259023) by Thiemo Kreuz
- git #73438143 - RCFilters: Remove feedback link (T258960) by Roan Kattouw
- git #cde153d2 - Add watchlist clock icon to RecentChanges (T258310) by Sam Wilson
- git #57bb9ea8 - Update wikimedia/html-formatter to 2.0.0 (T231160) by Timo Tijhof
- git #c380ea15 - Watchlist: Fix action=watch caching the wrong expiry (T253937) by Dayllan Maza
- git #182b1bda - Watchlist: Return null instead of 0 days remaining by Dayllan Maza
- git #1342c905 - Fix watchlist query and filters for RecentChanges (T252136) by Sam Wilson
- git #10bdad0d - Remove $wgMemc (T160813) by Timo Tijhof
- git #5f3c0bf0 - WikiPageFactory: use runtime exceptions for logic errors by Gergő Tisza
- git #f871f7b9 - Add WikiPageFactory by Gergő Tisza
- git #d2d2906c - REST /page/{title}: Fix title encoding. (T258606) by daniel
- git #cc3f1b1e - rdbms: Strongly discourage simple joins in $conds (T258693) by Lucas Werkmeister
- git #d51f78e1 - objectcache: cleanup bogus config field from MemcachedBagOStuff by Aaron Schulz
- git #0cf40a4f - Flip Yoda conditionals by Ed Sanders
- git #836330b8 - rdbms: improve DBConnRef domain selection exception message (T256287) by Aaron Schulz
Vendor
edit- git #3cd1dda5 - Bump wikimedia/parsoid to v0.13.0-a4 (T251422) (T259311) (T259063) (T257504) by C. Scott Ananian
- git #7e0c69b7 - Bump wikimedia/parsoid to v0.13.0-a3 (T259311) by C. Scott Ananian
- git #dbed33f0 - Update wikimedia/html-formatter to 2.0.0 (T231160) by Timo Tijhof
Extensions
edit3D
editNo changes for 3D
AbuseFilter
editNo changes for AbuseFilter
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #9cf639ef - Selenium: Update to WebdriverIO v5 (T255382) by vidhi-mody
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
editNo changes for ArticlePlaceholder
Babel
editNo changes for Babel
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
editNo changes for CentralAuth
CentralNotice
editNo changes for CentralNotice
CharInsert
editNo changes for CharInsert
CheckUser
edit- git #aeb6ef59 - Add help links and link to restart tour on SpecialInvestigate (T256586) by David Barratt
- git #862e35b0 - Add CheckUserHookRunner to the service container (T256586) by David Barratt
- git #bf158471 - Use the content language for the Special:Investigate tab urls. (T259393) by David Barratt
- git #32430c49 - Use getPageTitle() instead of getTitleFor() by David Barratt
- git #be6fbf7a - Add a link on Special:CheckUser to Special:Investigate (T259079) by Thalia
- git #74bca87e - Skip page content if the result of the form submission is a redirect (T259032) by David Barratt
CirrusSearch
edit- git #dedf6611 - Remove deprecated settings by David Causse
- git #9624756d - Selenium: Update README file (T257525) by vidhi-mody
Cite
edit- git #a0faedb9 - Sync up with Parsoid citeParserTests.txt by C. Scott Ananian
- git #41149d80 - Restore preview of a <references> section alone (T245376) by Thiemo Kreuz
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
edit- git #0c7bd735 - Add phn-latn and phn-phnx (T155425) by Raymond
CodeEditor
editNo changes for CodeEditor
CodeMirror
editNo changes for CodeMirror
CodeReview
editNo changes for CodeReview
Cognate
editNo changes for Cognate
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #270a46eb - SX Content Comparator: Fix showing of target section content (T251551) by NikG
- git #73f034ab - CX3 UI library: Export components and plugins at lib entry and organize imports by Santhosh Thottingal
- git #e9a44602 - Remove axios dependency, use sitemapper by Santhosh Thottingal
- git #32d69ef7 - SXContentComparator: Add section navigation (T241589) by NikG
- git #37468014 - SX: Move wikimedia-ui-base to devDependency from dependencies by Santhosh Thottingal
- git #7d749af6 - Dashboard: Make suggestions the default view by Santhosh Thottingal
- git #6b691d56 - Section translation: version 0.1.0+20200729 by Santhosh Thottingal
- git #4395dda1 - CXDashboard: Fix infinite spinner for empty translation lists (T253253) by NikG
- git #84149d2c - SX Quick Tutorial: Go to sentence selector upon completion (T250898) by NikG
- git #d8ecf106 - SXArticleSelector: Fix non translated message by NikG
- git #dcef13cc - UI Library: Set icon svg viewBox as 0 0 20 20 by Santhosh Thottingal
- git #227a20af - UI Library: Add MWMessage for error, notices, warning & success messages by Santhosh Thottingal
- git #7c80e30c - SXSectionSelector: Move sad robot svg to file by NikG
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #3ea1a721 - Swap toolbar and mode switcher (T257280) by Ed Sanders
- git #8b4ef23e - Fix links to mediawiki.org to include www. prefix by Ed Sanders
- git #c8d06f6b - Add a test case for replies to top-level comments with mixed indentation (T252702) by Bartosz Dziewoński
- git #655c0526 - Restore error message for when comment is deleted while replying by Bartosz Dziewoński
- git #80c58fe3 - Do not auto-add "Mention a user" to "Insert" menu (T259039) by Bartosz Dziewoński
- git #6cf2f9ac - Log when editor switching is prevented (T257501) by David Lynch
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #05e94fd5 - Nigh-imperceptible update to PayTM logo (T259130) by Elliott Eggleston
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
edit- git #532fdbf2 - Stop using ResourceLoaderTestModules hook (T232875) by Amir Sarabadani
- git #bf1a1244 - Mobile Special:Notifications: Properly close overlay on selection (T258954) by Roan Kattouw
- git #6492fc38 - Fix width of buttons-as-option-widgets by Ed Sanders
- git #344cccb5 - Minerva popup: Fix scope of border-left/right rule by Ed Sanders
- git #d43ceb89 - Merge in styles from Minerva (T258936) by Ed Sanders
- git #910df7a1 - Use user IDs, not User objects, for reverted-user-id by Kosta Harlan
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
editNo changes for EntitySchema
EventBus
editNo changes for EventBus
EventLogging
edit- git #dc41d839 - Process sampling rules in stream config (T234594) (T238544) by Mikhail Popov
EventStreamConfig
editNo changes for EventStreamConfig
ExtensionDistributor
editNo changes for ExtensionDistributor
ExternalGuidance
editNo changes for ExternalGuidance
FeaturedFeeds
editNo changes for FeaturedFeeds
FileExporter
editNo changes for FileExporter
FileImporter
edit- git #9953f2ed - Use {{SITENAME}} and absolute weblinks in all messages (T257492) by Thiemo Kreuz
FlaggedRevs
edit- git #0257f552 - Avoid inline variables in some absolutely trivial places by Thiemo Kreuz
- git #a6c13252 - Use self and __CLASS__ to reference the own class name by Thiemo Kreuz
- git #028d9ede - Minor fixes for wrong and unspecific PHPDoc tags by Thiemo Kreuz
- git #5485de42 - Fix mismatching capitalization of many method calls by Thiemo Kreuz
- git #59d097a9 - Remove empty setUp() from FRInclusionManagerTest by Thiemo Kreuz
- git #1737ec45 - Add PHPDoc documentation to all class properties by Thiemo Kreuz
- git #30ad68e0 - Remove unused properties from two classes by Thiemo Kreuz
- git #3cf03e04 - Declare missing $this->user property in tests by Thiemo Kreuz
- git #aea756fd - Use absolute class names in @covers tags by Thiemo Kreuz
- git #59bc6846 - Fix formatting of per-class documentation by Thiemo Kreuz
- git #2b283b47 - Add many more @inheritDoc where it makes sense by Thiemo Kreuz
Flow
edit- git #5a144433 - Fix Flow message dependencies by Ed Sanders
- git #fb45abaf - Searcher: Fix repo with phan ignore for wfLogWarning double-escape issue by James D. Forrester
- git #1a6d5eaa - Remove generatecss.php and Gemfile by Roan Kattouw
- git #a59c9c6e - build: Updating grunt to 1.2.1 by libraryupgrader
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
edit- git #5a495cd4 - Enable on 'mobile' ResourceLoader target (T138727) (T259047) by Kunal Mehta
GlobalPreferences
editNo changes for GlobalPreferences
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
edit- git #5895194b - build: Updating elliptic to 6.5.3 by libraryupgrader
GrowthExperiments
edit- git #c3e19d81 - Fix "include page title" checkbox (T250235) by Gergő Tisza
- git #deceb787 - Fix homepage mentorship module (T259501) by Gergő Tisza
- git #815e42d7 - WelcomeSurvey: Tweaks for language question (T232410) by Roan Kattouw
- git #d42f6452 - Fast and ugly fix for T258609 (T258609) by Gergő Tisza
- git #c1c60b76 - Introduce MentorManager and virtually assign mentors to all users (T250235) (T259199) by Gergő Tisza
- git #7bbdc471 - Fix help panel ask screen wording (T250235) by Gergő Tisza
- git #299084ad - Add QuestionPosterFactory by Gergő Tisza
- git #8019db97 - Alphabetize service definitions by Gergő Tisza
- git #5d38a94c - Introduce GrowthExperimentsServices by Gergő Tisza
- git #ac15e8bd - Fix reference to MentorChangeLogFormatter in extension.json (T259041) by Martin Urbanec
- git #be1a326b - WelcomeSurvey: Add languages question (T232410) by Kosta Harlan
GuidedTour
editNo changes for GuidedTour
GWToolset
edit- git #90af3789 - Add Special:MyLanguage for better user experience by Yuki Shira
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
Jade
editNo changes for Jade
Josa
editNo changes for Josa
JsonConfig
edit- git #b8643047 - gracefully handle error for malformed data object (T244772) by Mateus Santos
- git #c6018b55 - Implement GetContentModels hook (T259126) by Kunal Mehta
Kartographer
edit- git #cf24e81c - Add missing pieces of documentation across the codebase by Thiemo Kreuz
- git #57739612 - Remove a few minor pieces of dead, unused code by Thiemo Kreuz
- git #fbbb5dea - Add @inheritDoc to mark code in subclasses as documented by Thiemo Kreuz
- git #3cf5366c - Fix a few minor type issues in PHPDoc tags by Thiemo Kreuz
- git #77e3baad - Fix visibility of setUp() methods by Thiemo Kreuz
- git #a0ad9c52 - build: Updating elliptic to 6.5.3 by libraryupgrader
- git #bd1738ee - Disable panning and zooming until ready (T257872) by jdlrobson
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
MachineVision
edit- git #093f44dc - Remove superfluous ext.MachineVision.polyfill and ext.MachineVision.config (T248405) by Timo Tijhof
MapSources
editNo changes for MapSources
MassMessage
editNo changes for MassMessage
Math
editNo changes for Math
MediaModeration
editNo changes for MediaModeration
MobileApp
edit- git #dd17cfe6 - Update AbuseFilter hook for user_app variable (T203166) by Daimona Eaytoy
MobileFrontend
edit- git #484076fa - Copy 'thumbborder' class from image to image placeholder (T199351) by Peter Ovchyn
- git #e132873e - Fix wrong section name in edit summary when editing whole page in source mode (T258832) by Bartosz Dziewoński
- git #e6d024b3 - Factor Style-related functions out of LazyImageTransform (T199351) by Peter Ovchyn
- git #231bc135 - mf_useformat cookie should be HttpOnly (T238075) by sbassett
- git #3fb4e304 - Copy `usemap` attribute from original image to lazy loaded (T209183) by Peter Ovchyn
- git #401e1d40 - LanguageInfo Overlay: Preprocess data for better UX by Kosta Harlan
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
editNo changes for NavigationTiming
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
edit- git #37c4b77c - Replace call to deprecated User::isBlocked with User::getBlock by DannyS712
OATHAuth
editNo changes for OATHAuth
OAuth
edit- git #0a29f224 - Updating league/oauth2-server (8.1.0 => 8.1.1) by Reedy
OAuthRateLimiter
editNo changes for OAuthRateLimiter
OpenStackManager
editNo changes for OpenStackManager
ORES
editNo changes for ORES
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
edit- git #73de5c9b - Make img_lossy case-sensitive (T259165) by C. Scott Ananian
PageImages
editNo changes for PageImages
PageTriage
editNo changes for PageTriage
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
PdfHandler
editNo changes for PdfHandler
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
editNo changes for Popups
ProofreadPage
edit- git #fc12d5ce - Fixed alignment of buttons in pagelist preview (T253458) by Sohom
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 #da7c4854 - Remove NO_EXECVE when executing gs for now (T257091) by Tim Starling
- git #0f0d1bc3 - Update README for recent changes by Tim Starling
Scribunto
editNo changes for Scribunto
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
edit- git #0b5a81b5 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
SecurePoll
editNo changes for SecurePoll
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
editNo changes for SpamBlacklist
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
edit- git #71b27ed1 - Set import button to display:block, fixing text overflow (T259348) by Ed Sanders
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
edit- git #5a7179ff - Sync up with Parsoid timedMediaHandlerParserTests.txt by C. Scott Ananian
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #296acf20 - Remove unused stuff from ext.translate.quickedit.css by Niklas Laxström
- git #abe5fbf5 - Remove custom edit buttons from legacy fallback editor by Niklas Laxström
- git #277cebbf - TranslationHelpers: small code cleanup by Niklas Laxström
- git #edaf62bb - Remove TranslationHelpers::setTextareaId by Niklas Laxström
- git #7f9bd8c2 - Update multiple language selector to OOUI by Niklas Laxström
- git #ec7cb0f8 - Remove TranslationHelpers::getOtherLanguagesBox by Niklas Laxström
- git #56def79e - Fix smell: overwritten visibility by Niklas Laxström
- git #0fcfcaf6 - Sort items in ext.translate.specialpages.styles by Niklas Laxström
- git #659ddb5c - Merge ext.translate.special.supportedlanguages by Niklas Laxström
- git #057cdeb1 - Update README to include link to Developer guide (T256873) by Niklas Laxström
- git #7170fbfb - Remove unused StatsTable::formatTooltip by Niklas Laxström
- git #a3e1469f - Merge ext.translate.special.searchtranslations.styles by Niklas Laxström
- git #8ef05aa5 - Merge ext.translate.special.pagetranslation.styles by Niklas Laxström
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
editNo changes for TwoColConflict
UniversalLanguageSelector
edit- git #394b7cb1 - Replace deprecated `background-image-svg()` mixin calls (T248062) by Volker E
- git #b5aff8a0 - Define unsupported skins (T237036) (T235712) by jdlrobson
- git #dc4937eb - update Bali fonts to fix spacing issue by David Kamholz
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #7b93ccfa - Moving stray license definition from CommonSettings.php by Kaldari
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #09f4af2a - CollabTarget: Add close button on mobile by Ed Sanders
- git #dd862a83 - MobileArticleTarget: Move MWBackTool to a separate file by Ed Sanders
- git #76cea9b2 - ExportWikitextDialog: Make height of wikitext input fit dialog by Ed Sanders
- git #61edb5c2 - ExportWikitextDialog: Add explicit editfont dependency by Ed Sanders
- git #b32a066b - Make import button progressive (but not primary) by Ed Sanders
- git #f57cfef0 - Update VE core submodule to master (0866080cf) by Ed Sanders
- git #341e86de - Special:CollabPad: Replace getPageClasses as if the page were an article by Ed Sanders
- git #deb218ae - Use mw.cookie instead of jquery.cookie (T252597) by David Lynch
- git #69d8a195 - Follow-up I0a1a889: Show user uploads in gallery dialog (T62398) by Ed Sanders
- git #ec872093 - ExportWikitextDialog: Add help text by Ed Sanders
- git #a9d7884d - ExportWikitextDialog: Add ellipses to "Export" buttons by Ed Sanders
- git #3ebcf569 - ExportWikitextDialog: Add copy button to wikitext by Ed Sanders
- git #d8a0f475 - ExportWikitextDialog: Fix title comparison by Ed Sanders
WebAuthn
editNo changes for WebAuthn
Wikibase
edit- git #0ed7703c - Remove repo hack from pageterms API (T257658) by Lucas Werkmeister
- git #ffcf369a - Separate language fallback indicator from title (T256857) by gtzatchkova
- git #ec0a4d8f - Remove usage of deprecated Skin methods (T257992) by Ammar Abdulhamid
- git #37ad2d3d - Deprecate using ResourceLoaderTestModules, Part I (T232875) by Amir Sarabadani
- git #80a77028 - Undo constructor parameter being transitionally optional (T250930) by Michael Große
- git #640ce25d - Add validation to LanguageFallbackChain (T250930) by Michael Große
- git #51a6df25 - Remove the ASCII art comment by Amir Sarabadani
WikibaseCirrusSearch
edit- git #665267b2 - Disable checking for spaces temporarily by gtzatchkova
- git #55d0d5a4 - TermLanguageFallbackChain constructor changed. (T250930) by Tobias Andersson
WikibaseLexeme
edit- git #527ee5ae - Adjust for signature change in TermFallbackLanguageChain constructor (T250930) by Michael Große
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #0a54dc56 - Initialize UI with default "bitmap" tab if none specified (T259268) by Eric Gardner
- git #ee468e7d - Add components for empty state and no results (T257696) by Eric Gardner
- git #7e477832 - Fix Typo by saloniig
- git #55987687 - Add QuickView to search results (T258618) by Eric Gardner
- git #44885792 - Adjust for signature change in TermFallbackLanguageChain constructor (T250930) by Michael Große
WikibaseQualityConstraints
editNo changes for WikibaseQualityConstraints
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
edit- git #26606360 - Add Korean translations by lens0021
WikiEditor
editNo changes for WikiEditor
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaApiPortalOAuth
editNo changes for WikimediaApiPortalOAuth
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
editNo changes for WikimediaEditorTasks
WikimediaEvents
edit- git #30731c2c - PrefUpdate: Add property tracking filter (T249894) by Timo Tijhof
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
edit- git #40788698 - Add messages for lldwiki (T259432) by Martin Urbanec
Wikisource
editNo changes for Wikisource
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
edit- git #2060ead3 - Don't add the "minerva--history-page-action-enabled" class to <body> for non-Minerva skins like MonoBook etc. by Jack Phoenix
- git #de688969 - build: Updating elliptic to 6.5.3 by libraryupgrader
- git #271fb28d - Load mediawiki.page.ready on Minerva (T257265) (T250851) by Peter Ovchyn
- git #1a45b140 - Remove usage of deprecated Skin::getRevisionId() (T257992) by Ammar Abdulhamid
- git #7408d874 - Run bundlesize tests on every commit (T259080) by jdlrobson
- git #6f1fb874 - Selenium: Skip nested reference test. by Edward Tadros
- git #13449aed - Remove styles moved over to Echo (T258936) by Ed Sanders
- git #58b9721e - Remove -affixed selector by Ed Sanders
- git #84e1ddd5 - Fix layout of NotificationsInboxWidget on narrow screen (T258939) by Ed Sanders
Modern
editNo changes for Modern
MonoBook
edit- git #a891fd47 - Rename #searchGoButton -> #searchButton (2) (T255791) by Ammar Abdulhamid
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
edit- git #f92e4015 - Print: Add layout print styles on Ctrl+p and ElectronPdf (T253842) by jdlrobson
- git #2cd45072 - Drop support for building sidebar portal with non-standard format (T259306) by Ammar Abdulhamid
- git #cf17aee4 - [build] Make the pre-commit hook optional (T257647) by Stephen Niedzielski
- git #3ea7bec6 - Don't add Vector-specific <body> classes when not using Vector by Jack Phoenix
- git #b0ccdc58 - [less] Remove normalize rules covered by mediawiki.skinning/normalize module by Volker E
- git #ed7fd252 - Refactor: Replace PHP complexity with JS simplicity (T259372) by jdlrobson
- git #fd51560c - [build] Add NVM configuration (T257647) by Stephen Niedzielski
- git #d752997e - [build] Fold NPM build script into test (T257647) by Stephen Niedzielski
- git #d24d8582 - Cleanup: Drop unnecessary isLegacy checks by jdlrobson
- git #1aab97ec - Cleanup: Drop unused template variable by jdlrobson
- git #2c74f08d - Merge SkinVector and VectorTemplate (step 2/2) (T251212) by jdlrobson
- git #ee6974ad - Merge SkinVector and VectorTemplate (step 1/2) (T251212) by jdlrobson
- git #ad6c4ea6 - Fix Yoda conditionals by Ed Sanders
- git #71bc6852 - build: Updating elliptic to 6.5.3 by libraryupgrader
- git #fe495420 - Collapse media print query (T253842) by jdlrobson
- git #c0f48624 - Print: Logo styles should apply in printed media (T253842) by jdlrobson
- git #01dd41a0 - Restrict image border to images in border (T253842) by jdlrobson
WikimediaApiPortal
edit- git #8980ce8b - Misc docs and code quality clean ups (T252462) by Timo Tijhof
VisualEditor
edit- git #0866080c - GCN: Don't try to resolveAttributes when rendering.length=0 by Ed Sanders
Total Changes
edit248 Changes in 48 repos by 62 authors