MediaWiki 1.36/wmf.12/Changelog
Core changes
[edit]- git #db823c7b - Branch commit for wmf/1.36.0-wmf.12 (task 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' (task T263266) by Ed Sanders
- git #1c70cca3 - Check if non-JSON-serializable data passed to ParserOutput (task T264394) by Petr Pchelko
- git #ae534d03 - Remove note about deprecated SpecialPageFactory in SpecialPageFactory by Umherirrender
- git #57322997 - Add language support for Madurese (mad) (task T264582) by MarcoAurelio
- git #e75f7f1b - Delete wrong translations of `recentchanges-summary` by Raymond
- git #3be477b4 - BlockUtils: remove unused params, rename methods (task T263189) by Daimona Eaytoy
- git #b5ef2661 - Do not call SpecialBlock from BlockUser (task 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 (task T186390) by Nardog
- git #43d53077 - Fix PHP 8 compat with strcspn() $length parameter exceeding string (task 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 (task 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 (task T102286) by Nardog
- git #4db93b3b - Inject dependencies into PasswordReset, and cleanup (task 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 (task T264440) by zoranzoki21
- git #366a1b0e - Move SkinTemplate::getFooterLinks() to Skin. (task T263213) by Ammar Abdulhamid
- git #016d2e40 - Remove NonSerializableTrait from User object (task T264363) by Martin Urbanec
- git #ff07253b - ParserCache: be resilient to string values (task 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 (task T250500) by Petr Pchelko
- git #b52660a1 - HACK/ParserCache: Force cache-miss if mUsedOptions is undefined (task T264257) by Timo Tijhof
- git #3254e41a - Revert "Revert "Revert "Hard deprecate all public properties in CacheTime and ParserOutput""" (task T264257) by Ppchelko
- git #16b7ca88 - Change SpecialUnblock::processUIUnblock to closure and inject service (task T259960) by Umherirrender
- git #4a93e4dc - Fix typo in upload API (task T264333) by Ed Sanders
- git #8892ff92 - Surface new talks on SkinMustache by jdlrobson
- git #3565eebd - Add WatchlistExpiry support to ApiBlock (task T248515) by Ammar Abdulhamid
- git #81eb01bd - Introduce BlockUtils service (task T263189) by Martin Urbanec
- git #002f50d4 - [docker] Update working directory to /var/www/html/w (task T261051) (task T262392) by Kosta Harlan
- git #30b947ad - Revert "Revert "ApiEditPage: Show existing watchlist expiry if status (task T261030) (task T264200) by Ammar Abdulhamid
- git #149e99f0 - Revert "ApiEditPage: Show existing watchlist expiry if status is not being changed." (task T261030) (task T264200) by DannyS712
- git #6a54401b - Expose footer data in SkinMustache (task 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 (task T253432) by DannyS712
- git #82a9c73b - Doxygen: Stop documenting .inc files, we don't use them now (task T184782) by James D. Forrester
- git #0291d99e - AutoloadGenerator: Drop support for .inc files, we don't use them now (task T184782) by James D. Forrester
- git #43526e9b - Move prepareSubtitle() method to Skin (task T259313) by Ammar Abdulhamid
- git #07e547f4 - ApiEditPage: Show existing watchlist expiry if status is not being changed. (task T261030) by Ammar Abdulhamid
- git #84ec8f07 - Move User::newFromName logic to UserFactory (task T253432) by DannyS712
- git #6dd4ae05 - Add namespace translations for Inari Sámi (smn) (task 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 (task T263583) by Petr Pchelko
- git #a08c4e46 - Add 'actor' to default $wgSharedTables (task T243276) by kevinbazira
- git #c857e764 - WatchlistExpiryWidget: Move focus to expiry dropdown after hitting Tab (task T261430) by MusikAnimal
- git #d69631cf - RELEASE-NOTES: Update with missing languages since REL1_35 (task T259330) (task T245359) by MarcoAurelio
- git #c5b6d790 - Names.php: Add support for Nias/Li Niha language (task T263968) by MarcoAurelio
- git #ae53a750 - purgeList.php Fix all-namespaces option to match one used in code (task T263929) by Reedy
- git #2e57447c - Document hook names in hook interfaces. (task T258665) by daniel
- git #196e305d - GenderCache::getGenderOf - remove use of global $wgUser (task T254702) by DannyS712
- git #b323f795 - Revert "Revert "Remove support for (Archived|OldLocal)File::userCan without a user"" (task T247801) by DannyS712
- git #3d31e8d2 - Migrate querycachetwo table to abstract schema (task T230428) by Amir Sarabadani
- git #77f11539 - Migrate querycache to abstract schema (task T230428) (task T164898) by Amir Sarabadani
- git #74ee1673 - maintenance: Move cleanupTable from .inc to .php (task T184782) by James D. Forrester
- git #1a69cc4f - Add ARIA attributes to watchlink and its notification (task 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 (task T190285) by Dov Alperin
- git #069c81bf - Empty Monolog loggers are now real blackholes and add tests (task T196906) by Seb35
Vendor
[edit]No changes for vendor
Extensions
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]- git #6c8a2969 - Add test traits for uploads and account creation (task T201193) by Daimona Eaytoy
- git #2e13d58c - Add tests for retrieving RC variables (task T201193) (task 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 (task T27377) (task 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 (task 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. (task T240895) by Alexia E. Smith
- git #5f9c1ab0 - ext.abuseFilter.edit.js - minor cleanup by DannyS712
ActiveAbstract
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]No changes for AdvancedSearch
AntiSpoof
[edit]No changes for AntiSpoof
ApiFeatureUsage
[edit]No changes for ApiFeatureUsage
ArticleCreationWorkflow
[edit]No changes for ArticleCreationWorkflow
ArticlePlaceholder
[edit]- git #63010ce5 - Stop using TermIndex, BufferingTermIndexTermLookup (task T264289) by Lucas Werkmeister
- git #ccf071af - Add specialPageAliases for Arabic (ar) by Meno25
Babel
[edit]No changes for Babel
BetaFeatures
[edit]No changes for BetaFeatures
BounceHandler
[edit]No changes for BounceHandler
Calendar
[edit]No changes for Calendar
Campaigns
[edit]No changes for Campaigns
Capiunto
[edit]No changes for Capiunto
CategoryTree
[edit]No changes for CategoryTree
CentralAuth
[edit]No changes for CentralAuth
CentralNotice
[edit]No changes for CentralNotice
CharInsert
[edit]No 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 (task T261755) by Thalia
- git #221a7c60 - SpecialInvestigateBlock: Don't assume 'DisableUTEdit' exists (task T264302) by Thalia
CirrusSearch
[edit]No changes for CirrusSearch
Cite
[edit]No changes for Cite
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]- git #d7cf6d6a - Fix "Change reference type" button appearing in unrelated dialogs (task T264133) by Bartosz Dziewoński
- git #5933129a - Allow any reference to be replaced using Citoid (task T71498) (task T208981) by Bartosz Dziewoński
cldr
[edit]No changes for cldr
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]No changes for CodeMirror
CodeReview
[edit]No changes for CodeReview
Cognate
[edit]No changes for Cognate
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]No changes for ConfirmEdit
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #877faaae - ContentTranslation Skin (task T263093) by Santhosh Thottingal
- git #41920f8f - CXReferenceNode: Ensure getAdaptationInfo always returns an object (task 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 (task T263718) by NikG
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
Disambiguator
[edit]No changes for Disambiguator
DiscussionTools
[edit]- git #eeefd985 - Remove number when reading heading node (task T264561) by Ed Sanders
- git #be2ec551 - Work around Chromium bug with triple-click selection and reply links (task T260072) by Bartosz Dziewoński
- git #ed17f640 - Ignore other empty-ish things at the beginning of comments (task T264116) by Bartosz Dziewoński
- git #17b7a481 - Fix detecting username from the wrong links sometimes (task 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 (task T264116) by Bartosz Dziewoński
- git #6b8312e6 - Ignore HTML comments which are more than two lines from a reply (task T264026) by Ed Sanders
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]No changes for DonationInterface
DoubleWiki
[edit]No changes for DoubleWiki
DynamicSidebar
[edit]No changes for DynamicSidebar
Echo
[edit]- git #121cbd6e - Fix incorrect use of $.extend() (task T256732) by Bartosz Dziewoński
- git #a969c6d3 - Make tests match actual expected format for user-locators by Matthias Mullie
- git #7170b0f3 - Use MockHttpTrait (task T262443) by daniel
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EntitySchema
[edit]- git #211b19b2 - build: Update lint-staged config to avoid jsonlint by Umherirrender
EventBus
[edit]No changes for EventBus
EventLogging
[edit]No changes for EventLogging
EventStreamConfig
[edit]No changes for EventStreamConfig
ExtensionDistributor
[edit]No changes for ExtensionDistributor
ExternalGuidance
[edit]No changes for ExternalGuidance
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]No changes for FileImporter
FlaggedRevs
[edit]- git #16ebcbd6 - Use ParserCacheFactory to obtain a stable ParserCache (task T263583) by Petr Pchelko
Flow
[edit]- git #0380275b - Catch InvalidDataException errors to avoid log spam (task T70526) by Kosta Harlan
FundraiserLandingPage
[edit]No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]No changes for Gadgets
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]No changes for GeoData
GettingStarted
[edit]No changes for GettingStarted
GlobalBlocking
[edit]No changes for GlobalBlocking
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]No changes for GlobalPreferences
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GlobalWatchlist
[edit]No changes for GlobalWatchlist
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
Graph
[edit]No changes for Graph
GrowthExperiments
[edit]- git #d85dd6da - Update mobile summary small task card when filters change (task T258021) by Kosta Harlan
- git #9b59a370 - Use info-unpadded icon for task explanation widget (task T258020) by Kosta Harlan
- git #4f25744e - HomepageModule: Export taskcount, tasks and topics on server-side (task T262485) by Kosta Harlan
- git #5ecdc54a - StartEmail: Export state to homepage logger (task T262485) by Kosta Harlan
- git #7f85f756 - HomepageModule: Update schema version for startemail module (task T262485) by Kosta Harlan
- git #5116bd98 - GrowthTasksApi: Correctly distinguish when topic filters were never set (task T258023) by Roan Kattouw
- git #4a14d235 - StartEditingDialog: Remove reference to "Cancel" button in intro messages (task 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 (task T258704) by Roan Kattouw
- git #67322c0c - SuggestedEdits: Fix footer display (task T258005) (task 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 (task T258019) by Kosta Harlan
- git #c8a4e12b - Instrumentation: Adjust start editing teardown logging (task T262485) by Kosta Harlan
- git #88eb8372 - Only preload task cards for users who have activated the SE module (task T264314) by Kosta Harlan
- git #23c80ed3 - Fix UserNotLoggedIn usage in QuestionPoster (task T261710) by Gergő Tisza
- git #229dac73 - Catch UserNotLoggedIn error in ApiHelpPanelPostQuestion (task T261710) by Gergő Tisza
- git #27683a8a - Add special page aliases for Turkish (tr) (task T243445) by Roan Kattouw
- git #d992a560 - Use 20px size for info-unpadded icon on desktop/mobile (task T258020) by Kosta Harlan
- git #711f3d0b - Unbreak links containing small task cards (task T264087) by Gergő Tisza
- git #0682316f - Use custom info icon in variant C suggested edits header (task T258020) by Gergő Tisza
- git #7a98b0fb - Use all task templates instead of current ones in TemplateFilter (task T264029) by Gergő Tisza
- git #e45909ba - Variant C/D instrumentation (task T262485) by Gergő Tisza
- git #c204fdd9 - Ensure variant A homepage sidebar is always at least 300px (task T263905) by Gergő Tisza
- git #ad6cd501 - StartEmail: Styling fixes (task T258008) by Roan Kattouw
- git #69efde92 - StartEditingDialog: Use fixed height when embedded on the homepage (task 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 (task 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 (task 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 (task T264029) by Gergő Tisza
GuidedTour
[edit]- git #98de2ba1 - Display authors as a list on Special:Version/Credits/GuidedTour by DannyS712
GWToolset
[edit]No changes for GWToolset
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]No changes for InputBox
Insider
[edit]No changes for Insider
intersection
[edit]No changes for intersection
Interwiki
[edit]No changes for Interwiki
InterwikiSorting
[edit]No changes for InterwikiSorting
Jade
[edit]No changes for Jade
Josa
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]No changes for Kartographer
LabeledSectionTransclusion
[edit]No changes for LabeledSectionTransclusion
LandingCheck
[edit]No changes for LandingCheck
LdapAuthentication
[edit]No changes for LdapAuthentication
Linter
[edit]No changes for Linter
LiquidThreads
[edit]- git #a99a9a26 - Filter query values in specifiedMustShow by Niklas Laxström
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MachineVision
[edit]No changes for MachineVision
MapSources
[edit]No 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
[edit]No changes for Math
MediaModeration
[edit]No changes for MediaModeration
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- git #651cb4f2 - Set MFDefaultEditor to 'preference' by default (task T261423) by Ed Sanders
- git #d2e1ad0d - Fixes Uncaught TypeError: Cannot read property 'match' of undefined (task T263773) by jdlrobson
- git #59822462 - Refactor: Move `Transforms` related code to correct transform classes (task T264155) by Derick A
- git #341cb2cd - Restore check for duration in BlockMessageDetails (task T261178) by Thalia
- git #b9bdbe9e - Pass transforms directly to MobileFormatter::applyTransform as argument (task T261769) by Peter Ovchyn
- git #801f4718 - build: Update eslint-config-wikimedia by Umherirrender
- git #4025c860 - Remove $wgULSPosition hack for ULS extension (task T263382) by Ammar Abdulhamid
- git #7c545d81 - Only apply desktop preference if we have evidence VE has been used (task T261423) by Ed Sanders
MultimediaViewer
[edit]No changes for MultimediaViewer
NavigationTiming
[edit]No changes for NavigationTiming
Newsletter
[edit]- git #37f35177 - Replace usage of deprecated SkinTemplateNavigation hook (task T255319) by Artrixs
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]- git #9952cf8e - Make SQLite compatible patches (task T264492) by Reedy
OAuth
[edit]- git #a579751c - oauth2: Add user id to profile response (task T264560) by Bryan Davis
- git #a30bae6f - Fixed client ID not appearing in details view (task T264238) by Cindy Cicalese
- git #01c484eb - Resource: add two private consts and replace string literals with them (task T259114) by vladshapik
- git #dc16229e - Dynamic validation for the OAuth client creation REST endpoint scopes param (task T264360) by Bill Pirkle
- git #5f7c531f - Updating 'scopes' field restrictions. (task T264215) by arttsymbar
OAuthRateLimiter
[edit]No changes for OAuthRateLimiter
OpenStackManager
[edit]No changes for OpenStackManager
ORES
[edit]No changes for ORES
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageImages
[edit]No changes for PageImages
PageTriage
[edit]No changes for PageTriage
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
PdfHandler
[edit]No changes for PdfHandler
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No 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 (task T255345) by Sohom
- git #b9ab94b8 - Fix escaping in PageContentBuilder::buildDefaultContentForPageTitle (task 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 (task T255345) by Sohom
PropertySuggester
[edit]No changes for PropertySuggester
QuickSurveys
[edit]No changes for QuickSurveys
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]- git #5d9df521 - Decrement rl_size on entry deletion only if it is currently positive (task T259740) by Michael Holloway
RelatedArticles
[edit]No changes for RelatedArticles
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]No changes for RevisionSlider
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]- git #fac29e90 - Add module namespace translations for Inari Sámi (smn) (task T264082) by Jon Harald Søby
SearchExtraNS
[edit]No changes for SearchExtraNS
SecureLinkFixer
[edit]No changes for SecureLinkFixer
SecurePoll
[edit]No changes for SecurePoll
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SpamBlacklist
[edit]- git #5b0da2ba - Ensure instance cache does not interfere with tests. (task T262443) by daniel
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]No 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
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]No changes for TemplateStyles
TemplateWizard
[edit]- git #a10b3ae5 - eslint: Cleanup config, fix jsdoc warning by Ed Sanders
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]No 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
[edit]No changes for TimedMediaHandler
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]No changes for TorBlock
Translate
[edit]- git #3e45e604 - [Regression] Centre graph on translation stats page by Abijeet
- git #8ab41846 - Make translation stats graph types configurable (task T264158) by Niklas Laxström
- git #5bef256f - Convert Special:MovePage to OOUI Part 2 (task T201284) by Jayprakash12345
- git #b7e507a4 - Add table and aria-label for the translation stats graph (task T263543) by Abijeet
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No 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 (task T263717) by Amir Aharoni
UploadsLink
[edit]No 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
[edit]No changes for UrlShortener
UserMerge
[edit]- git #35d678b6 - Automatically register 'Anonymous' as a reserved username (task T238632) by Florian
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #9811b36f - Don't set alt text if attribute was originally 'null' (task 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 (task T263464) by Ed Sanders
- git #587dc1a3 - Don't navigate back immediately when trying to teardown (task T247171) by Ed Sanders
WebAuthn
[edit]No 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 (task T264602) by Lucas Werkmeister
- git #7f5bcc5f - Remove two unused term store writer classes (task T264602) by Lucas Werkmeister
- git #c59de7de - StatsdRecordingSimpleCache: fix variable typo by Pablo Grass
- git #d6dd12f7 - EntitySearch: Don't delete 'suggestionsContext' object (task T105637) by Ed Sanders
- git #97992f55 - Remove normalized terms settings from DataAccessSettings (task T264594) by Lucas Werkmeister
- git #d9c67093 - Restore MakeRowIDsBig.sql update for ips_row_id by Lucas Werkmeister
- git #694d06a0 - Stop using BufferingTermIndexLookup (task T264289) by Tobias Andersson
- git #fc048f64 - Override PropertyLabelResolver in Scribunto_LuaWikibaseLibraryTestCase (task 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 (task T264287) by Tobias Andersson
- git #57a3d0bc - Drop wb_terms on update (task T264281) by Lucas Werkmeister
- git #31097706 - Don't create wb_terms on install. (task T264280) by Tobias Andersson
- git #de9234a4 - wb_terms: remove tests using the table (task T264280) by Tobias Andersson
- git #72c6f55b - wb_terms, remove search settings from DataAccessSettings (task T264279) by addshore
- git #8eb8025b - wb_terms, remove old search code (task 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. (task T264278) by Tobias Andersson
- git #980c1a62 - Stop reading from migration variables from settings (task T264278) by Tobias Andersson
- git #7bb47b6f - Remove tmpPropertyTermsMigrationStage client setting (task T264308) by Lucas Werkmeister
- git #a5ab1718 - Make sure monolingual text languages extend term languages (task T264294) by Lucas Werkmeister
- git #be860d03 - Revert "Enable Termbox v2 for desktop behind a feature flag" (task T264066) by Pablo Grass (WMDE)
- git #ae7848f5 - Drop WikibaseLib.php (task T262956) by Amir Sarabadani
- git #b7957061 - Move the duplicated code into lib and use it as a factory on client and (task T252595) by Tobias Andersson
- git #8423ab57 - travis: build release branches with respective MW branch (task T263994) by Pablo Grass
- git #a9a121a5 - Reenable tests disabled due to actor migration issues (task T263785) by Lucas Werkmeister
- git #5d0d1e8c - Use proper test users in Client tests (task T263785) by Lucas Werkmeister
- git #371affd0 - Drop three unused indexes from wb_changes (task 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
[edit]No changes for WikibaseCirrusSearch
WikibaseLexeme
[edit]- git #28d14bf0 - Stop using BufferingTermIndexTermLookup, NullTermIndex (task 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 (task T198455) by Tobias Andersson
- git #46f27d31 - Deduplicate vue templates between php implementation and js tests (task T198455) by rosalie
WikibaseLexemeCirrusSearch
[edit]No changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
[edit]- git #70d7739d - Add concept chips UI (task T256431) by annet
- git #1b80363f - Remove popularity sort options by annet
- git #243a3106 - Fix captions/statements header & button font sizes (task T264297) by Matthias Mullie
- git #8ad57a0f - Remove ConstantVisibility.NotFound exclusion now that they're all set by Matthias Mullie
- git #867488e3 - Update constant visibility (task T253169) by Cormac Parle
- git #31046ed7 - Thumbnails should have grid height by Matthias Mullie
- git #eab0c863 - Rewrite thumbnail urls to serve more common widths (task T246792) by Matthias Mullie
- git #07293d7d - Add API endpoint for related terms (for concept chips) (task T256431) by Matthias Mullie
- git #ca6917b3 - Abort autocomlete call on search (task T263269) by annet
- git #c1dd668a - Fix images/videos grid margin (task 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
[edit]No changes for Wikidata.org
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaApiPortalOAuth
[edit]- git #0b47ca83 - Making Callback URL not required in case of owner-only(bot) selection (task 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. (task T264215) by arttsymbar
- git #2d7b93b9 - Adding missing error message for 'wikimediaapiportaloauth-email-not-confirmed' key. (task T264110) by arttsymbar
- git #f6bc2f38 - oauth: Change scopes to reflect API functionality (task T260944) by apaskulin
- git #b1ea3798 - Initial implementation (task T251283) by Dejan Savuljesku
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEditorTasks
[edit]No changes for WikimediaEditorTasks
WikimediaEvents
[edit]- git #7dbaefa4 - sessionTick: Correct invocation of mw.config.get (task T248987) by Jason Linehan
- git #d317a0dd - Adds sessionTick instrument to measure session length. (task T248987) by Jason Linehan
- git #201e3a48 - Collect data about CodeMirror preference usage (task T260138) by Adam Wight
- git #2b517120 - PrefUpdate: Only log if the preference update is user-initiated (task T260867) by Sam Smith
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]No changes for WikimediaMaintenance
WikimediaMessages
[edit]No changes for WikimediaMessages
Wikisource
[edit]No changes for Wikisource
XAnalytics
[edit]No changes for XAnalytics
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
MinervaNeue
[edit]No changes for MinervaNeue
Modern
[edit]No changes for Modern
MonoBook
[edit]No changes for MonoBook
Nostalgia
[edit]- git #274b327c - Use Skin::prepareSubtitle() (task T259313) by Ammar Abdulhamid
Timeless
[edit]No 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 (task T257395) by Jan Drewniak
- git #89fee04f - Drop unsupported skin CSS classes (task T262092) by jdlrobson
- git #4fad68ed - Source footer data from SkinMustache by jdlrobson
- git #c0ccbcb6 - Prefer local data to parent data (attempt 2) (task T262730) by jdlrobson
- git #19824111 - Make VectorIsSearchInHeader the default by jdlrobson
- git #711a4181 - Use newly available Skin::getPortletData method to get mw-portlet class (task T256897) (task 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 (task T264439) by Ed Sanders
- git #d5844cec - Inherit LanguageAnnotation from TextStyleAnnotation by Ed Sanders
- git #21ce7632 - FocusableNode: Check for surface after setTimeout (task T259632) by Ed Sanders
- git #6d615c6a - build: Remove Gemfile and rubocop files by Timo Tijhof
Total Changes
[edit]271 Changes in 43 repos by 73 authors