MediaWiki 1.36/wmf.12/Changelog
Core changes
edit- git #db823c7b - Branch commit for wmf/1.36.0-wmf.12 (T263178) by trainbranchbot
- git #acb40ea0 - Sync up with Parsoid parserTests.txt by Arlo Breault
- git #95a64c87 - Use the same character set for link prefix as for suffix in Arabic 'ar' (T263266) by Ed Sanders
- git #1c70cca3 - Check if non-JSON-serializable data passed to ParserOutput (T264394) by Petr Pchelko
- git #ae534d03 - Remove note about deprecated SpecialPageFactory in SpecialPageFactory by Umherirrender
- git #57322997 - Add language support for Madurese (mad) (T264582) by MarcoAurelio
- git #e75f7f1b - Delete wrong translations of `recentchanges-summary` by Raymond
- git #3be477b4 - BlockUtils: remove unused params, rename methods (T263189) by Daimona Eaytoy
- git #b5ef2661 - Do not call SpecialBlock from BlockUser (T263189) by Martin Urbanec
- git #1fbe43ac - [tests] Move UnblockUserTest to integration tests by Martin Urbanec
- git #382af009 - LivePreview: Enable live diff, and keep live preview disabled after first preview, on user CSS/JS (T186390) by Nardog
- git #43d53077 - Fix PHP 8 compat with strcspn() $length parameter exceeding string (T264502) by Florian
- git #66de6726 - Revision: Remove some unnecessary temporary variables for returns by Reedy
- git #fa3cfd50 - Add check that $bp doesn't is set by Reedy
- git #784ffc9f - Remove all hard-deprecated methods of UserGroupMembership (T234921) by Petr Pchelko
- git #24a33520 - Correct position of $expected and $actual in TitleTest::testGetCascadeProtectionSources() by Reedy
- git #77457271 - MessagesCs.php: Update Czech book sources by Martin Urbanec
- git #49a34639 - Add GENDER for consistency by Raymond
- git #c40211cf - LivePreview: Show "Templates used in this preview" when creating a new page or editing a section (T102286) by Nardog
- git #4db93b3b - Inject dependencies into PasswordReset, and cleanup (T253432) by DannyS712
- git #a2c86e48 - Drop hard-deprecated User::getAllRights and ::isEveryoneAllowed by Petr Pchelko
- git #eb4aa6fb - Drop null fallbacks in PasswordReset constructor by Petr Pchelko
- git #78f117c6 - Clarify that IPs can appear in blocklists in composite block messages by Thalia
- git #b256daab - MessagesNds_nl.php: Fix incorrect namespace alias (T264440) by zoranzoki21
- git #366a1b0e - Move SkinTemplate::getFooterLinks() to Skin. (T263213) by Ammar Abdulhamid
- git #016d2e40 - Remove NonSerializableTrait from User object (T264363) by Martin Urbanec
- git #ff07253b - ParserCache: be resilient to string values (T263579) by daniel
- git #511a586b - resourceloader: Show name of failed module in error by Thalia
- git #c0a1e57b - ApiHelp: ensure help urls are an array for count() by DannyS712
- git #e7ff3cbb - Cover ParserCache with integration tests (T250500) by Petr Pchelko
- git #b52660a1 - HACK/ParserCache: Force cache-miss if mUsedOptions is undefined (T264257) by Timo Tijhof
- git #3254e41a - Revert "Revert "Revert "Hard deprecate all public properties in CacheTime and ParserOutput""" (T264257) by Ppchelko
- git #16b7ca88 - Change SpecialUnblock::processUIUnblock to closure and inject service (T259960) by Umherirrender
- git #4a93e4dc - Fix typo in upload API (T264333) by Ed Sanders
- git #8892ff92 - Surface new talks on SkinMustache by jdlrobson
- git #3565eebd - Add WatchlistExpiry support to ApiBlock (T248515) by Ammar Abdulhamid
- git #81eb01bd - Introduce BlockUtils service (T263189) by Martin Urbanec
- git #002f50d4 - [docker] Update working directory to /var/www/html/w (T261051) (T262392) by Kosta Harlan
- git #30b947ad - Revert "Revert "ApiEditPage: Show existing watchlist expiry if status (T261030) (T264200) by Ammar Abdulhamid
- git #149e99f0 - Revert "ApiEditPage: Show existing watchlist expiry if status is not being changed." (T261030) (T264200) by DannyS712
- git #6a54401b - Expose footer data in SkinMustache (T262730) by jdlrobson
- git #2d3692e6 - Remove phpcs suppression of ValidGlobalName.wgPrefix by DannyS712
- git #3ac199ca - Make TransactionProfiler use an "exception" SPI field by Aaron Schulz
- git #717433bf - Add UserRigorOptions interface (T253432) by DannyS712
- git #82a9c73b - Doxygen: Stop documenting .inc files, we don't use them now (T184782) by James D. Forrester
- git #0291d99e - AutoloadGenerator: Drop support for .inc files, we don't use them now (T184782) by James D. Forrester
- git #43526e9b - Move prepareSubtitle() method to Skin (T259313) by Ammar Abdulhamid
- git #07e547f4 - ApiEditPage: Show existing watchlist expiry if status is not being changed. (T261030) by Ammar Abdulhamid
- git #84ec8f07 - Move User::newFromName logic to UserFactory (T253432) by DannyS712
- git #6dd4ae05 - Add namespace translations for Inari Sámi (smn) (T264082) by Jon Harald Søby
- git #eb635be1 - Use DBAccessObjectUtils in some User methods. by Ammar Abdulhamid
- git #f2412568 - Clean up ParserCache construction and inject logger (T263583) by Petr Pchelko
- git #a08c4e46 - Add 'actor' to default $wgSharedTables (T243276) by kevinbazira
- git #c857e764 - WatchlistExpiryWidget: Move focus to expiry dropdown after hitting Tab (T261430) by MusikAnimal
- git #d69631cf - RELEASE-NOTES: Update with missing languages since REL1_35 (T259330) (T245359) by MarcoAurelio
- git #c5b6d790 - Names.php: Add support for Nias/Li Niha language (T263968) by MarcoAurelio
- git #ae53a750 - purgeList.php Fix all-namespaces option to match one used in code (T263929) by Reedy
- git #2e57447c - Document hook names in hook interfaces. (T258665) by daniel
- git #196e305d - GenderCache::getGenderOf - remove use of global $wgUser (T254702) by DannyS712
- git #b323f795 - Revert "Revert "Remove support for (Archived|OldLocal)File::userCan without a user"" (T247801) by DannyS712
- git #3d31e8d2 - Migrate querycachetwo table to abstract schema (T230428) by Amir Sarabadani
- git #77f11539 - Migrate querycache to abstract schema (T230428) (T164898) by Amir Sarabadani
- git #74ee1673 - maintenance: Move cleanupTable from .inc to .php (T184782) by James D. Forrester
- git #1a69cc4f - Add ARIA attributes to watchlink and its notification (T261431) by Sam Wilson
- git #a5ccb3e5 - Avoid hard coded AS for column aliases by Umherirrender
- git #a1cd498f - ApiEditPage: Don't swap undo and undoafter parameters (T190285) by Dov Alperin
- git #069c81bf - Empty Monolog loggers are now real blackholes and add tests (T196906) by Seb35
Vendor
editNo changes for vendor
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #6c8a2969 - Add test traits for uploads and account creation (T201193) by Daimona Eaytoy
- git #2e13d58c - Add tests for retrieving RC variables (T201193) (T262903) by Daimona Eaytoy
- git #eb81b92c - Refactor AbuseFilterView instantiation by Matěj Suchánek
- git #60519e18 - updateVarDumps: avoid using services in the constructor by Daimona Eaytoy
- git #04d73511 - Use ::class in SpecialAbuseFilter by Daimona Eaytoy
- git #ce41ddb8 - Remove void unset statement by Matěj Suchánek
- git #752492c2 - Use null defaults for search options on Special:AbuseFilter by Daimona Eaytoy
- git #65708afc - Integrate with Renameuser (T27377) (T206477) by Matěj Suchánek
- git #f851b529 - Deduplicate instance variables in Pagers by Matěj Suchánek
- git #7bc5248e - Selenium tests: wait for clickable button by Daimona Eaytoy
- git #97afa974 - Exclude old, single-use scripts from coverage reports by Daimona Eaytoy
- git #1bdf4e53 - Rewrite the VariableHolder code to translate deprecated variables by Daimona Eaytoy
- git #62adeb3c - Add a lot of selenium tests for the editing view (T201193) by Daimona Eaytoy
- git #aa7f381b - Fix check for central wiki by Matěj Suchánek
- git #86ad51a5 - Hide rule search if global filters are to be shown by Matěj Suchánek
- git #55ba083b - Introduce a KeywordsManager service by Daimona Eaytoy
- git #a1626a0d - Move some misplaced AbuseFilterParser entry points by Daimona Eaytoy
- git #422b77ab - Actually apply patch-afl_change_deleted_patrolled. (T240895) by Alexia E. Smith
- git #5f9c1ab0 - ext.abuseFilter.edit.js - minor cleanup by DannyS712
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
edit- git #63010ce5 - Stop using TermIndex, BufferingTermIndexTermLookup (T264289) by Lucas Werkmeister
- git #ccf071af - Add specialPageAliases for Arabic (ar) by Meno25
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 #a0e1e309 - [i18n] Add Czech aliases for the special page by Martin Urbanec
- git #3508e1bc - SpecialInvestigate: Ensure consistent display of indicator buttons (T261755) by Thalia
- git #221a7c60 - SpecialInvestigateBlock: Don't assume 'DisableUTEdit' exists (T264302) by Thalia
CirrusSearch
editNo changes for CirrusSearch
Cite
editNo changes for Cite
CiteThisPage
editNo changes for CiteThisPage
Citoid
edit- git #d7cf6d6a - Fix "Change reference type" button appearing in unrelated dialogs (T264133) by Bartosz Dziewoński
- git #5933129a - Allow any reference to be replaced using Citoid (T71498) (T208981) by Bartosz Dziewoński
cldr
editNo changes for cldr
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 #877faaae - ContentTranslation Skin (T263093) by Santhosh Thottingal
- git #41920f8f - CXReferenceNode: Ensure getAdaptationInfo always returns an object (T263174) by Ed Sanders
- git #58a8b4fe - UI library: Documentation update for Dialog component by Santhosh Thottingal
- git #eda3331e - UI lib MWDialog: Add overlay color and opacity props by NikG
- git #0bc826c7 - SXContentComparator: Fix present section banner to show only for present sections (T263718) by NikG
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DiscussionTools
edit- git #eeefd985 - Remove number when reading heading node (T264561) by Ed Sanders
- git #be2ec551 - Work around Chromium bug with triple-click selection and reply links (T260072) by Bartosz Dziewoński
- git #ed17f640 - Ignore other empty-ish things at the beginning of comments (T264116) by Bartosz Dziewoński
- git #17b7a481 - Fix detecting username from the wrong links sometimes (T262573) by Bartosz Dziewoński
- git #385a5c16 - Update test case to match actual output by Bartosz Dziewoński
- git #432a9594 - Ignore empty paragraphs at the beginning of comments (T264116) by Bartosz Dziewoński
- git #6b8312e6 - Ignore HTML comments which are more than two lines from a reply (T264026) by Ed Sanders
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
editNo changes for DonationInterface
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
Echo
edit- git #121cbd6e - Fix incorrect use of $.extend() (T256732) by Bartosz Dziewoński
- git #a969c6d3 - Make tests match actual expected format for user-locators by Matthias Mullie
- git #7170b0f3 - Use MockHttpTrait (T262443) by daniel
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EntitySchema
edit- git #211b19b2 - build: Update lint-staged config to avoid jsonlint by Umherirrender
EventBus
editNo changes for EventBus
EventLogging
editNo changes for EventLogging
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
editNo changes for FileImporter
FlaggedRevs
edit- git #16ebcbd6 - Use ParserCacheFactory to obtain a stable ParserCache (T263583) by Petr Pchelko
Flow
edit- git #0380275b - Catch InvalidDataException errors to avoid log spam (T70526) by Kosta Harlan
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
GlobalWatchlist
editNo changes for GlobalWatchlist
GoogleNewsSitemap
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GrowthExperiments
edit- git #d85dd6da - Update mobile summary small task card when filters change (T258021) by Kosta Harlan
- git #9b59a370 - Use info-unpadded icon for task explanation widget (T258020) by Kosta Harlan
- git #4f25744e - HomepageModule: Export taskcount, tasks and topics on server-side (T262485) by Kosta Harlan
- git #5ecdc54a - StartEmail: Export state to homepage logger (T262485) by Kosta Harlan
- git #7f85f756 - HomepageModule: Update schema version for startemail module (T262485) by Kosta Harlan
- git #5116bd98 - GrowthTasksApi: Correctly distinguish when topic filters were never set (T258023) by Roan Kattouw
- git #4a14d235 - StartEditingDialog: Remove reference to "Cancel" button in intro messages (T258019) by Roan Kattouw
- git #9a35a81a - StartEditingDialog: Don't allow user to close dialog in modal mode by Roan Kattouw
- git #085f32c6 - Suggested edits: Make transparent border when activated actually work (T258704) by Roan Kattouw
- git #67322c0c - SuggestedEdits: Fix footer display (T258005) (T258704) by Roan Kattouw
- git #8db53d91 - Move apierror message to i18n/help/api by Martin Urbanec
- git #0dde6ec2 - StartEditing: Disallow escaping when user is in variant D (T258019) by Kosta Harlan
- git #c8a4e12b - Instrumentation: Adjust start editing teardown logging (T262485) by Kosta Harlan
- git #88eb8372 - Only preload task cards for users who have activated the SE module (T264314) by Kosta Harlan
- git #23c80ed3 - Fix UserNotLoggedIn usage in QuestionPoster (T261710) by Gergő Tisza
- git #229dac73 - Catch UserNotLoggedIn error in ApiHelpPanelPostQuestion (T261710) by Gergő Tisza
- git #27683a8a - Add special page aliases for Turkish (tr) (T243445) by Roan Kattouw
- git #d992a560 - Use 20px size for info-unpadded icon on desktop/mobile (T258020) by Kosta Harlan
- git #711f3d0b - Unbreak links containing small task cards (T264087) by Gergő Tisza
- git #0682316f - Use custom info icon in variant C suggested edits header (T258020) by Gergő Tisza
- git #7a98b0fb - Use all task templates instead of current ones in TemplateFilter (T264029) by Gergő Tisza
- git #e45909ba - Variant C/D instrumentation (T262485) by Gergő Tisza
- git #c204fdd9 - Ensure variant A homepage sidebar is always at least 300px (T263905) by Gergő Tisza
- git #ad6cd501 - StartEmail: Styling fixes (T258008) by Roan Kattouw
- git #69efde92 - StartEditingDialog: Use fixed height when embedded on the homepage (T258019) by Roan Kattouw
- git #e0b0aeee - Adjust padding on task type selection by Kosta Harlan
- git #b76c284a - StartEditing: Reduce topic image size for variant C by Kosta Harlan
- git #57d05aec - Mobile discovery: Simplify arrow CSS by Roan Kattouw
- git #38141d33 - Homepage: Adjust max-width / wide breakpoint (T258704) by Kosta Harlan
- git #a52beee0 - [ci bugfix] MentorPageMentorManager::getRandomAvailableMentor should always return an user object or throw by Martin Urbanec
- git #c04846a6 - TaskTypeSelectionWidget: Styling tweaks (T258017) by Roan Kattouw
- git #66228dcf - Change suggested edits pager loading text from ? to … by Gergő Tisza
- git #fbe0cd02 - StartEditingDialog: Fix font sizes by Roan Kattouw
- git #7ec0d1cb - Prevent returning the full templatelinks table in TemplateFilter (T264029) by Gergő Tisza
GuidedTour
edit- git #98de2ba1 - Display authors as a list on Special:Version/Credits/GuidedTour by DannyS712
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
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
Jade
editNo changes for Jade
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
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
edit- git #a99a9a26 - Filter query values in specifiedMustShow by Niklas Laxström
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MachineVision
editNo changes for MachineVision
MapSources
editNo changes for MapSources
MassMessage
edit- git #82bfc781 - Update bug references to Phabricator by Niklas Laxström
- git #76a2ca66 - Use Title::inNamespace(s) by Niklas Laxström
Math
editNo changes for Math
MediaModeration
editNo changes for MediaModeration
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #651cb4f2 - Set MFDefaultEditor to 'preference' by default (T261423) by Ed Sanders
- git #d2e1ad0d - Fixes Uncaught TypeError: Cannot read property 'match' of undefined (T263773) by jdlrobson
- git #59822462 - Refactor: Move `Transforms` related code to correct transform classes (T264155) by Derick A
- git #341cb2cd - Restore check for duration in BlockMessageDetails (T261178) by Thalia
- git #b9bdbe9e - Pass transforms directly to MobileFormatter::applyTransform as argument (T261769) by Peter Ovchyn
- git #801f4718 - build: Update eslint-config-wikimedia by Umherirrender
- git #4025c860 - Remove $wgULSPosition hack for ULS extension (T263382) by Ammar Abdulhamid
- git #7c545d81 - Only apply desktop preference if we have evidence VE has been used (T261423) by Ed Sanders
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
editNo changes for NavigationTiming
Newsletter
edit- git #37f35177 - Replace usage of deprecated SkinTemplateNavigation hook (T255319) by Artrixs
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
edit- git #9952cf8e - Make SQLite compatible patches (T264492) by Reedy
OAuth
edit- git #a579751c - oauth2: Add user id to profile response (T264560) by Bryan Davis
- git #a30bae6f - Fixed client ID not appearing in details view (T264238) by Cindy Cicalese
- git #01c484eb - Resource: add two private consts and replace string literals with them (T259114) by vladshapik
- git #dc16229e - Dynamic validation for the OAuth client creation REST endpoint scopes param (T264360) by Bill Pirkle
- git #5f7c531f - Updating 'scopes' field restrictions. (T264215) by arttsymbar
OAuthRateLimiter
editNo changes for OAuthRateLimiter
OpenStackManager
editNo changes for OpenStackManager
ORES
editNo changes for ORES
PageAssessments
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
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
edit- git #3d179775 - build: Update eslint-config-wikimedia by Umherirrender
ProofreadPage
edit- git #15bcf03a - Moved mw.config vars from PageViewAction::show to getParserOutput (T255345) by Sohom
- git #b9ab94b8 - Fix escaping in PageContentBuilder::buildDefaultContentForPageTitle (T263371) by Thiemo Kreuz
- git #9b4b44ba - Fix warnings due to the newly introduced no-shadow rule (eslint) by Sohom
- git #0429d0c4 - Added formatted page number of Page: page to mw.config (T255345) by Sohom
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
edit- git #5d9df521 - Decrement rl_size on entry deletion only if it is currently positive (T259740) by Michael Holloway
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
editNo changes for Score
Scribunto
edit- git #fac29e90 - Add module namespace translations for Inari Sámi (smn) (T264082) by Jon Harald Søby
SearchExtraNS
editNo changes for SearchExtraNS
SecureLinkFixer
editNo changes for SecureLinkFixer
SecurePoll
editNo changes for SecurePoll
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SpamBlacklist
edit- git #5b0da2ba - Ensure instance cache does not interfere with tests. (T262443) by daniel
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
edit- git #39ba3189 - Use MessageWidgets instead of LabelWidgets in Dialog by Ed Sanders
- git #d79e07f0 - Remove default padding from panels, uses padded:true/false instead by Ed Sanders
- git #2d55fa64 - Use a MessageWidget for the sub-page warning by Ed Sanders
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
edit- git #a10b3ae5 - eslint: Cleanup config, fix jsdoc warning by Ed Sanders
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TheWikipediaLibrary
edit- git #b64c4704 - build: Updating mediawiki/mediawiki-phan-config to 0.10.3 by libraryupgrader
- git #d75fefbd - Remove double empty line by Umherirrender
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #3e45e604 - [Regression] Centre graph on translation stats page by Abijeet
- git #8ab41846 - Make translation stats graph types configurable (T264158) by Niklas Laxström
- git #5bef256f - Convert Special:MovePage to OOUI Part 2 (T201284) by Jayprakash12345
- git #b7e507a4 - Add table and aria-label for the translation stats graph (T263543) by Abijeet
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #92d1ed88 - build: Updating rdf-canonize to 1.2.0 by libraryupgrader
UniversalLanguageSelector
edit- git #1ae44d3b - Update jquery.ime from upstream by Amir Aharoni
- git #c2ff179d - Update jquery.uls from upstream (T263717) by Amir Aharoni
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #c82dee2a - Fix vertical alignment of large button by Ed Sanders
- git #104c59d7 - Convert uploadWizard.css to less by Ed Sanders
UrlShortener
editNo changes for UrlShortener
UserMerge
edit- git #35d678b6 - Automatically register 'Anonymous' as a reserved username (T238632) by Florian
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #9811b36f - Don't set alt text if attribute was originally 'null' (T264533) by Ed Sanders
- git #3f401953 - Update VE core submodule to master (1a0cc7e1f) by Bartosz Dziewoński
- git #4915cbae - Return language code if language name not found by Ed Sanders
- git #27e19025 - Fix cancelled browser-back on desktop (T263464) by Ed Sanders
- git #587dc1a3 - Don't navigate back immediately when trying to teardown (T247171) by Ed Sanders
WebAuthn
editNo changes for WebAuthn
Wikibase
edit- git #2b554b23 - wb_terms: remove terms migration for sqllite by Tobias Andersson
- git #a3b31ba8 - FormatterCacheFactoryTest: fix accidental default use by Pablo Grass
- git #f6b97cea - Stop mentioning WikibaseLib in CREDITS by Lucas Werkmeister
- git #17cd9df2 - Remove multiple-term-store logic from WikibaseRepo (T264602) by Lucas Werkmeister
- git #7f5bcc5f - Remove two unused term store writer classes (T264602) by Lucas Werkmeister
- git #c59de7de - StatsdRecordingSimpleCache: fix variable typo by Pablo Grass
- git #d6dd12f7 - EntitySearch: Don't delete 'suggestionsContext' object (T105637) by Ed Sanders
- git #97992f55 - Remove normalized terms settings from DataAccessSettings (T264594) by Lucas Werkmeister
- git #d9c67093 - Restore MakeRowIDsBig.sql update for ips_row_id by Lucas Werkmeister
- git #694d06a0 - Stop using BufferingTermIndexLookup (T264289) by Tobias Andersson
- git #fc048f64 - Override PropertyLabelResolver in Scribunto_LuaWikibaseLibraryTestCase (T264385) by Marius Hoch
- git #0b361a11 - bridge: npm audit fix by Lucas Werkmeister
- git #04f0f550 - wb_terms, Remove old conflict detection from TermValidatorFactory by addshore
- git #335a8e6f - Update docs: wb_terms removal (T264287) by Tobias Andersson
- git #57a3d0bc - Drop wb_terms on update (T264281) by Lucas Werkmeister
- git #31097706 - Don't create wb_terms on install. (T264280) by Tobias Andersson
- git #de9234a4 - wb_terms: remove tests using the table (T264280) by Tobias Andersson
- git #72c6f55b - wb_terms, remove search settings from DataAccessSettings (T264279) by addshore
- git #8eb8025b - wb_terms, remove old search code (T264279) by addshore
- git #83e882a3 - Add Martin Urbanec to .mailmap by Lucas Werkmeister
- git #80715003 - Remove the migration settings as they are no-longer read by the code. (T264278) by Tobias Andersson
- git #980c1a62 - Stop reading from migration variables from settings (T264278) by Tobias Andersson
- git #7bb47b6f - Remove tmpPropertyTermsMigrationStage client setting (T264308) by Lucas Werkmeister
- git #a5ab1718 - Make sure monolingual text languages extend term languages (T264294) by Lucas Werkmeister
- git #be860d03 - Revert "Enable Termbox v2 for desktop behind a feature flag" (T264066) by Pablo Grass (WMDE)
- git #ae7848f5 - Drop WikibaseLib.php (T262956) by Amir Sarabadani
- git #b7957061 - Move the duplicated code into lib and use it as a factory on client and (T252595) by Tobias Andersson
- git #8423ab57 - travis: build release branches with respective MW branch (T263994) by Pablo Grass
- git #a9a121a5 - Reenable tests disabled due to actor migration issues (T263785) by Lucas Werkmeister
- git #5d0d1e8c - Use proper test users in Client tests (T263785) by Lucas Werkmeister
- git #371affd0 - Drop three unused indexes from wb_changes (T264084) by Amir Sarabadani
- git #7870200f - Add EntityDataFormatProvider to WikibaseRepo by Lucas Werkmeister
- git #ee29974a - Add EntityDataUriManager to WikibaseRepo by Lucas Werkmeister
- git #829ba723 - SpecialEntityData: get allowed formats only from entityDataFormatProvider by Pablo Grass
- git #e89ce4c2 - [credits] Use my real name by Martin Urbanec
WikibaseCirrusSearch
editNo changes for WikibaseCirrusSearch
WikibaseLexeme
edit- git #28d14bf0 - Stop using BufferingTermIndexTermLookup, NullTermIndex (T264289) by Lucas Werkmeister
- git #c6a62905 - Register extracted vue template as resourceloader template for Qunit tests by rosalie
- git #63209c6e - Remove duplicated templates from test files (T198455) by Tobias Andersson
- git #46f27d31 - Deduplicate vue templates between php implementation and js tests (T198455) by rosalie
WikibaseLexemeCirrusSearch
editNo changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
edit- git #70d7739d - Add concept chips UI (T256431) by annet
- git #1b80363f - Remove popularity sort options by annet
- git #243a3106 - Fix captions/statements header & button font sizes (T264297) by Matthias Mullie
- git #8ad57a0f - Remove ConstantVisibility.NotFound exclusion now that they're all set by Matthias Mullie
- git #867488e3 - Update constant visibility (T253169) by Cormac Parle
- git #31046ed7 - Thumbnails should have grid height by Matthias Mullie
- git #eab0c863 - Rewrite thumbnail urls to serve more common widths (T246792) by Matthias Mullie
- git #07293d7d - Add API endpoint for related terms (for concept chips) (T256431) by Matthias Mullie
- git #ca6917b3 - Abort autocomlete call on search (T263269) by annet
- git #c1dd668a - Fix images/videos grid margin (T259846) by annet
WikibaseQualityConstraints
edit- git #8cd7351e - build: Updating dependencies by libraryupgrader
- git #14ef658d - build: Update eslint-plugin-compat and eslint-plugin-jasmine by Umherirrender
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
editNo changes for WikiEditor
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaApiPortalOAuth
edit- git #0b47ca83 - Making Callback URL not required in case of owner-only(bot) selection (T264248) by arttsymbar
- git #6fee474d - Revert "NewClient: update of grants being sent when creating a Client." by Cicalese
- git #b9a3434a - NewClient: update of grants being sent when creating a Client. (T264215) by arttsymbar
- git #2d7b93b9 - Adding missing error message for 'wikimediaapiportaloauth-email-not-confirmed' key. (T264110) by arttsymbar
- git #f6bc2f38 - oauth: Change scopes to reflect API functionality (T260944) by apaskulin
- git #b1ea3798 - Initial implementation (T251283) by Dejan Savuljesku
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEditorTasks
editNo changes for WikimediaEditorTasks
WikimediaEvents
edit- git #7dbaefa4 - sessionTick: Correct invocation of mw.config.get (T248987) by Jason Linehan
- git #d317a0dd - Adds sessionTick instrument to measure session length. (T248987) by Jason Linehan
- git #201e3a48 - Collect data about CodeMirror preference usage (T260138) by Adam Wight
- git #2b517120 - PrefUpdate: Only log if the preference update is user-initiated (T260867) by Sam Smith
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
editNo changes for WikimediaMessages
Wikisource
editNo changes for Wikisource
XAnalytics
editNo changes for XAnalytics
Skins
editCologneBlue
editNo changes for CologneBlue
MinervaNeue
editNo changes for MinervaNeue
Modern
editNo changes for Modern
MonoBook
editNo changes for MonoBook
Nostalgia
edit- git #274b327c - Use Skin::prepareSubtitle() (T259313) by Ammar Abdulhamid
Timeless
editNo changes for Timeless
Vector
edit- git #b23a809c - [docs] Add support note to `linear-gradient` fallback by Volker E
- git #5718afbc - Adjust the left-alignment of the sidebar (T257395) by Jan Drewniak
- git #89fee04f - Drop unsupported skin CSS classes (T262092) by jdlrobson
- git #4fad68ed - Source footer data from SkinMustache by jdlrobson
- git #c0ccbcb6 - Prefer local data to parent data (attempt 2) (T262730) by jdlrobson
- git #19824111 - Make VectorIsSearchInHeader the default by jdlrobson
- git #711a4181 - Use newly available Skin::getPortletData method to get mw-portlet class (T256897) (T253938) by jdlrobson
- git #4dbe4076 - Prefer local data to parent data by jdlrobson
WikimediaApiPortal
edit- git #eddec2bb - Simplify less files and fix search icon behavior by Clara Andrew-Wani
VisualEditor
edit- git #42ee1459 - Allow defining delete commands for focusable nodes by Bartosz Dziewoński
- git #a52b62f0 - Move ve.ce.Node.static.primaryCommandName to ve.ce.FocusableNode by Bartosz Dziewoński
- git #c8bd6c27 - ve.ce.NodeFactory: Remove unused method #getNodePrimaryCommandName by Bartosz Dziewoński
- git #03532b74 - Convert <bdo> tags to LanguageAnnotation (T264439) by Ed Sanders
- git #d5844cec - Inherit LanguageAnnotation from TextStyleAnnotation by Ed Sanders
- git #21ce7632 - FocusableNode: Check for surface after setTimeout (T259632) by Ed Sanders
- git #6d615c6a - build: Remove Gemfile and rubocop files by Timo Tijhof
Total Changes
edit271 Changes in 43 repos by 73 authors