MediaWiki 1.41/wmf.19/Changelog
Appearance
< MediaWiki 1.41 | wmf.19
Core changes
[edit]- git #b8b29935 - Branch commit for wmf/1.41.0-wmf.19 (T340247) by trainbranchbot
- git #420f2222 - Make Shell::makeScriptCommand use run.php by daniel
- git #8c479bcc - context: Simplify RequestContext::getSkin() logic by Timo Tijhof
- git #a99e3153 - Ignore parameters to OutputPage::setupOOUI() and deduplicate calls by Tim Starling
- git #e332b996 - UploadBase: Improve wording in comments by Reedy
- git #8746ce82 - diff: add padding to ins and del to avoid whitespace between lines (T327645) by MusikAnimal
- git #11c97c04 - generateConfigSchema.php: Enable canExecuteWithoutLocalSettings() by Timo Tijhof
- git #a1605cf5 - GlobalFunctions: Update outdated wfScript() docs by Timo Tijhof
- git #7583ed8b - phpunit: Replace ad-hoc array in TestLocalisationCache with MapCacheLRU by thiemowmde
- git #9edc9256 - revisiondelete: Use correct rev-del constants in Item/List classes by Umherirrender
- git #6e0065ad - Simplify WHERE conditions with field IS NULL by Umherirrender
- git #e33818cd - Fix space after comma in single-line array declaration (T342297) by Amir Sarabadani
- git #9ac1af7b - Fix attribution for "Localisation updates from https://translatewiki.net." by Winston Sung
- git #eba65c6d - Remove isRegistered checks from some UserEditTracker callers by Thalia
- git #d4d7cb62 - Make LocalisationCache::isMergeableKey() cache static by thiemowmde
- git #9cc3f1f4 - Turn RevDelList::getSuppressBit() into a constant by thiemowmde
- git #c16af26e - ResourceLoader: Factor out the loop body of makeModuleResponse() (T47514) by Tim Starling
- git #24701f86 - tests: Update Phan stub to php-excimer 1.1.1 (T266626) by Timo Tijhof
- git #6d84e747 - config: Widen `@covers` annotations in unit tests by Timo Tijhof
- git #d6adb2a6 - HTMLFileCache: Remove `@throws` for unchecked exception (T321683) by Timo Tijhof
- git #83f2f714 - objectcache: Remove unused WRAPPER_COLLECTION_CALLBACK feature by Timo Tijhof
- git #67b5cc7b - Permissions: Clarify $useReplica assignment in checkUserBlock() by Timo Tijhof
- git #31e3fd43 - Add UserIdentityUtils service (T341976) by Tim Starling
- git #b4782b66 - UserEditTracker: Prefer getId() over isRegistered() by Timo Tijhof
- git #09a18f1a - LocalisationCache: Move internal static data to private constants by thiemowmde
- git #876a0f99 - WRStats: Round up SequenceSpec::hardExpiry to the nearest integer (T337875) by Tim Starling
- git #50620ed4 - Improve performance of LocalisationCache::mergeMagicWords() (T225730) by thiemowmde
- git #a8ee61d9 - Implement rate limiting in Authority. (T310476) by daniel
- git #a4da386e - installer: Check MariaDB version in updater/installer (T237898) by Umherirrender
- git #3010fd81 - tests: Skip ManifoldTextDifferTest on windows by Umherirrender
- git #b8aa299e - tests: Set RCWatchCategoryMembership=false in WikiPageDbTest by Umherirrender
- git #071fec1d - language: Remove unused LanguageConverter::$mUcfirst (T341790) by Umherirrender
- git #ef84619c - Consistently use LogicException for test-only methods by thiemowmde
- git #754de2cb - HookContainer: avoid instantiation of handlers when calling register() (T341102) (T340113) (T339834) by daniel
- git #f00ca670 - Fix DB usage in non-database tests by Daimona Eaytoy
- git #49ba7597 - phpcs: Exclude some docs/ subdirectories by Lucas Werkmeister
- git #959298fe - Remove twn-related comment from languages/messages/* files (T304802) by Fomafix
- git #66a85aee - tests: Use instanceof in LanguageConverterFactoryTest by Umherirrender
- git #3e606b98 - Display temporary user icon (T340789) by Jon Robson
- git #1ae4ead7 - docker: Update apache2 image to one with a /view rewrite rule (T338190) by James D. Forrester
- git #12b14620 - specials: Use cross-wiki aware UserIdentityLookup on Special:UserRights (T255309) by Umherirrender
- git #dbb99b9d - specials: Cleanup user handling in Special:UserRights by Umherirrender
- git #07eaaed7 - Use Html::encodeJsVar() and Html::encodeJsCall() (T341779) by Lucas Werkmeister
- git #4c6dadde - Fix mistake in WatchedItemStoreInterface documentation by thiemowmde
- git #cb8459d6 - mw.widgets.CopyTextLayout: Extend upstream OOUI version by Ed Sanders
- git #8a9dd671 - Avoid calling overrideConfigValue() multiple times by thiemowmde
- git #55d19f7b - SpecialUserRights: Check for username to be temporary (T340468) (T342322) by Alexander Vorwerk
- git #95746494 - tests: Switch to SelectQueryBuilder in Sqlite and PG integration tests (T311866) by Amir Sarabadani
- git #4014f56d - Add SlotDiffRenderer::localizeDiff() (T342209) by Tim Starling
- git #a0766a8a - Update OOUI from 0.47.4 to 0.47.5 by Eric Gardner
- git #c6c366dc - DEVELOPERS.md: make the SQLite directory writable (T341310) by Novem Linguae
- git #880fc5da - Unbreak Parsoid CI: Followup to b42062e7 by Subramanya Sastry
- git #5494d15e - Add ResourcesTest to the Database group by Daimona Eaytoy
- git #31033390 - maintenance: Switch simple calls of Database::select to SQB (T311866) by Amir Sarabadani
- git #1a3f15cd - Restore DifferenceEngine::localiseLineNumbers() (T342209) by Lucas Werkmeister
- git #bed194e5 - Update method reference by Lucas Werkmeister
- git #ec28fcb0 - tests: Prevent leaking $_SERVER in RequestFromGlobalsTest (T342192) by mainframe98
- git #191ec353 - Add unified format by Tim Starling
- git #3f948a03 - Migrate ApiComparePages to TextDiffer concepts (T339184) by Tim Starling
- git #2aa87cdf - Factor out TextDiffer hierarchy from TextSlotDiffRenderer (T339184) by Tim Starling
- git #b8e380f7 - Refactor SpecialPreferencesTest by Daimona Eaytoy
- git #71e054dd - Update Codex from v0.14.0 to v0.15.0 (T324223) (T326665) (T337095) (T340797) (T342031) by Eric Gardner
- git #b42062e7 - tests/parser: Use LinkTarget in ParserTestRunner by Umherirrender
- git #997d5e3c - Title: The Title::getSubjectPage() method is deprecated from version 1.34 and all places that call it should use the NamespaceInfo::getSubjectPage method instead. (T338956) by babiola
- git #0099099b - tests: Change expectDeprecation to expectDeprecationAndContinue (T342110) by Umherirrender
- git #5a959865 - mediawiki.page.watch.ajax: Use Object.create( null ) instead of {} (T342137) by Fomafix
- git #9c300213 - ResourceLoader: Simplify and clean up ClientHtml nonce passing by DannyS712
- git #cbeceb1a - Slot diff option "contentLanguage" should be a string (T342099) (T341961) by Tim Starling
- git #a4685346 - RecentChanges: Add process caching to RecentChanges UserLinks and Tags parsing (T341319) by ttomalak
- git #080883da - Schema: Set default or nullable to three columns of externallinks (T341828) by Amir Sarabadani
- git #1b825c15 - TempUserCreator: Change getStashedNameOrPlaceholder() to just getStashedName() by Bartosz DziewoĹski
- git #d2a09384 - tests: Change some setMwGlobals to overrideConfigValue by Umherirrender
- git #7e44adf4 - phpunit: Set the MW_INSTALL_PATH env variable if needed by Daimona Eaytoy
- git #1f7f9b44 - Add ŕŚŕŚ˛ŕŚžŕŚŞ and ŕŚŕŚ˛ŕ§ŕŚŕŚ¨ŕŚž as namespaceAliases in Mediawiki core (T341831) by MdsShakil
- git #dcccef4f - config: Remove not needed indirection from GlobalVarConfig by thiemowmde
- git #5d737e5f - Add option to invert the tagfilter to action=history and Special:NewPages (T334337) (T334338) by MatÄj SuchĂĄnek
- git #94ea71b3 - Remove feedback messages from RawHtmlMessages (T204470) by Jon Harald Søby
- git #b4246717 - ParsoidCachePrewarmJob: enable deduplication (T341123) by daniel
- git #f7d3b358 - DEVELOPERS.md: mention `git clone` and WSL (T341310) by Novem Linguae
- git #deca7dd8 - DEVELOPERS.md: fix Docker logspam in Windows (T341309) by Novem Linguae
- git #191ccec6 - rdbms: Build generalized SQL while building the main SQL in UPDATE (T326181) by Amir Sarabadani
- git #01cd5726 - Avoid mentioning tests/phpunit.php in documentation (T90875) by Daimona Eaytoy
Vendor
[edit]- git #8ac92770 - Bump parsoid to 0.18.0-a18 (T334957) by sbailey
- git #8e8cb728 - Update OOUI to v0.47.5 by Eric Gardner
Extensions
[edit]AbuseFilter
[edit]- git #82ff324a - Remove faulty phan suppression by MatÄj SuchĂĄnek
- git #1e93f8b6 - Get parsed content from PreparedUpdate (T264104) by MatÄj SuchĂĄnek
BetaFeatures
[edit]- git #75ad7a24 - tests: Avoid TestUser, mock User instead by Daimona Eaytoy
CampaignEvents
[edit]- git #a7b488c0 - Fix uniqueness constraint for ce_question_aggregation (T342479) by Daimona Eaytoy
- git #54b579fa - Clean up unused parameters in EventStore by Daimona Eaytoy
- git #2c325a49 - Update questions subtitle on Special:RegisterForEvent (T342339) by Daimona Eaytoy
- git #8d1e561e - EventDetails: prevent invisible labels from overflowing the table (T342292) by Daimona Eaytoy
- git #81a429aa - Fix wording on prefer not to say option on confident question (T335808) by Claudio Melo
- git #0de29446 - Add button to clear form when registering for event (T335809) by Daimona Eaytoy
- git #1bdd4000 - MyEvents: preserve kebab menu label when replacing the widget (T336311) by Daimona Eaytoy
- git #c61b7bf3 - Update subtitle of the registration dialog (T335809) by Daimona Eaytoy
- git #6d0f1171 - Make EventQuestions.js use the API format, not HTMLForm by Daimona Eaytoy
- git #a182182c - Add labels to participant checkboxes in EventDetails (T336311) by Daimona Eaytoy
CentralAuth
[edit]- git #79517fab - Remove $wgCentralAuthUseEventLogging (T339959) by Taavi Väänänen
- git #e18a3373 - Introduce CentralAuthUsingDatabaseTrait by Taavi Väänänen
- git #14050a8b - SpecialGlobalGroupMembership: don't require an attached account by Taavi Väänänen
- git #bb89a133 - Add a GlobalRenameFactory by Taavi Väänänen
CheckUser
[edit]- git #b4dbe77b - Fix data-mw-revid attribute read on RecentChanges page for IPReveal (T341319) (T326396) by ttomalak
- git #b9e8f6ae - Temp account revision API: Return missingparam on missing IDs (T331413) by Dreamy Jazz
- git #37fc7f98 - Set event tables migration stage to write new and old, read old (T330158) by Dreamy Jazz
- git #87d26854 - Add support for write new and old to populateCheckUserTable.php (T341586) by Dreamy Jazz
- git #8658cfa2 - Add migrated log event subtype for checkuser-private-event logs (T341688) by Dreamy Jazz
- git #25e2b961 - Add GENDER support to checkuser-logout (T342486) by Dreamy Jazz
- git #972587de - Add GENDER to English log messages by Amir E. Aharoni
- git #59fb86d8 - Make multiple fixes to CheckUserUnionSelectQueryBuilder (T328995) (T341934) by Dreamy Jazz
- git #a889c2d0 - Use ConvertibleTimestamp::time instead of in-built time for prune (T342422) by Dreamy Jazz
- git #10df0279 - Implement LogFormatter class for checkuser-private-event logs (T341688) by Dreamy Jazz
- git #213281cf - Follow-up: Add support for writing both new and old to Hooks.php (T341586) by Dreamy Jazz
- git #6f62f9a9 - clienthints: Return public explanation of the use of client hints (T341093) by Dreamy Jazz
- git #8662aa0d - Add support to write new and old to MoveLogEntriesFromCuChanges (T341586) by Dreamy Jazz
- git #59888cdd - Add support for writing both new and old to Hooks.php (T341934) (T341586) by Dreamy Jazz
- git #2c49b5a2 - Remove tables.sh and add version for addition of clienthints tables (T258105) by Dreamy Jazz
- git #72e7988e - CheckUserLog API: Search by for users by target ID (T341297) by Dreamy Jazz
CirrusSearch
[edit]- git #0eab229a - Inject ExtensionRegistry and re-enable unit tests by David Causse
- git #0b1b8c42 - Add ExtensionRegistryProfileRepository by David Causse
- git #677e30ba - Enable updated word_break_helper everywhere-ish (T170625) by tjones
- git #f6261266 - Make tests that use ExtensionRegistry integration tests by Daimona Eaytoy
- git #f8acaad5 - Use the LinksUpdate::isRecursive flag again to route cirrusSearchLinksUpdate by David Causse
Cite
[edit]- git #25e7aa44 - No expensive transformations on prefix/suffix messages (T321217) by thiemowmde
Citoid
[edit]- git #5897e238 - Remove unnecessary target definitions (T328497) by Marielle Volz
CodeEditor
[edit]- git #a6030db8 - Follow-up Ie3ed681b: Unstub getCaretPosition() as well (T342127) by MĂĄtĂŠ SzabĂł
- git #2f7ce4dd - Add explicit replaceSelection() implementation (T342127) by MĂĄtĂŠ SzabĂł
ContentTranslation
[edit]- git #0a95d07c - SX: Delete draft translation created on CX (T341975) by wangombe
- git #f7462d36 - SX: Fix regression from making quick tutorial step optional by NikG
- git #6aac116c - CX ext.cx.dashboard.js: Migrate from ES5 to ES6 (T342280) by NikG
- git #16bd254d - SX: Rename "translationExists" variables to "targetPageExists" by NikG
- git #742e898d - Use language name instead of variant name for missing languages (T335030) by Func
- git #cdb14338 - SX: Add "useTranslationsFetch" composable and use it where needed by NikG
- git #0c6954a9 - SX: Use a single vuex getter to get translation by status by NikG
- git #d99a40bc - SX: Remove unused section suggestion from sentenceSelectorMockStore by NikG
- git #1719b6d4 - SX: Fix draft restoration after having started another SX (T341765) by NikG
- git #cb4674e3 - Update eslint configuration to use es6 rules (T342280) by NikG
- git #b35cbfd5 - Rename ext.cite.style to ext.cite.parsoid.styles by Subramanya Sastry
- git #24ac634f - SX: Include missing key in instrumentation request (T231316) by wangombe
- git #b335246c - SX: Add change_tag to Wikidata SX edits (T335256) by wangombe
- git #01d9ae76 - Icons are more reslient to changes in Vector (T301321) by Jon Robson
- git #2f8bd481 - Short term fix: Fix icons in user menu (T339870) by Jon Robson
- git #d8af4f9e - Fixes User menu in Vector 2022 shows links on hover (logged-in users) (T329893) by Jon Robson
- git #57c80b86 - AUTHORS.txt: Add Nikolaos Gκοuntas by Santhosh Thottingal
DiscussionTools
[edit]- git #1b80b1ff - ThreadItemStore: Look harder for invisible rows (T339882) by Bartosz DziewoĹski
DonationInterface
[edit]- git #23f5fa56 - Venmo support currencies set to USD (T340800) by wfan
- git #2b5bd4ac - Update handleCreatePayment param to include venmo (T334430) by wfan
- git #18984b4d - Add more variables for braintree venmo from client side (T340799) by wfan
- git #7a183cf5 - Load Venmo script and write client-side JS for venmo payments (T340800) by wfan
Echo
[edit]- git #f305c2d7 - Set a fixed default for echo-email-format (T341931) by Daimona Eaytoy
Elastica
[edit]- git #817f59c4 - Don't disable the last connection after http error (part deux) (T341058) by Erik Bernhardson
EntitySchema
[edit]- git #8e706a10 - Refactor `onExtensionTypes` hook handler to use hook interface (T336921) by Hasan AkgĂźn
- git #510f9c19 - Use the new SlotDiffRenderer::localizeDiff() (T342209) by Tim Starling
- git #ca9c875c - Avoid direct construction of TextSlotDiffRenderer (T339184) (T342209) by Tim Starling
- git #12d9a9f2 - Refactor `onContentModelCanBeUsedOn` hook handler to use hook interfaces (T336924) by Hasan AkgĂźn
- git #13bbfaa3 - Show Labels for EntitySchema values in Statements (T338613) by Michael GroĂe
- git #45b5dd31 - test: Extract LinkTarget assertion callback by Michael GroĂe
- git #6b1cf9bc - Add LabelLookup service (T338613) (T339924) by Michael GroĂe
EventBus
[edit]- git #75929819 - Make EventBusFactoryTest::testGetInstanceForStream an integration test by Daimona Eaytoy
EventLogging
[edit]- git #c2a7df7b - Add ContextAttributesFactoryTest to the Database group by Daimona Eaytoy
FileImporter
[edit]- git #5d272a9e - Change ImportPlanValidatorTest to use qqx language code by thiemowmde
- git #350007eb - ImportPlanValidatorTest: Use Authority instead of TestUser by Daimona Eaytoy
- git #717f1204 - Avoid DB access in tests when possible by Daimona Eaytoy
FlaggedRevs
[edit]- git #bc9713ae - Remove unnecessary @phan-suppress by tacsipacsi
Flow
[edit]- git #678db9a2 - Rename ext.cite.style to ext.cite.parsoid.styles by Subramanya Sastry
Gadgets
[edit]- git #d09c3fac - Use strict equality with in_array by Ed Sanders
- git #9b6cfa97 - SpecialGadgets: Remove incorrect comment and test for $requiredSkins being true by Ed Sanders
- git #b1b7bfef - Avoid using TestUser in non-database test by Daimona Eaytoy
GrowthExperiments
[edit]- git #af5d5403 - Add reassignMentees.php maintenance script (T330071) by Martin Urbanec
- git #01594bed - Personalized praise: Add Reverted edits card (T337510) by Martin Urbanec
- git #a712e227 - Structured Tasks: Add alt text in onboarding (T335523) by Kayla Morgan
- git #c4c94086 - ChangeMentor: Refactor the notification conditions (T336875) by Martin Urbanec
- git #3d6ec19b - ApiInvalidateImageRecommendation: Error out nicely if task type is not available (T341813) by Martin Urbanec
- git #5fe292d8 - [tests] Add UserDatabaseHelperTest (T341994) by Martin Urbanec
- git #fc82663c - Fix DB usage in non-Database tests by Daimona Eaytoy
- git #948b2ae0 - GrowthExperiments help icon shouldn't remove limited width toggle on Vector (T341740) by Jon Robson
Kartographer
[edit]- git #8e8446e8 - Much faster tests by setting content language to qqx (T225730) by thiemowmde
- git #4d555891 - Use more specific InvalidArgumentException in places by thiemowmde
- git #9d8e6108 - Remove non-localizable HTML characters from message by thiemowmde
Math
[edit]- git #ef145e7b - Add remaining mhchemtexified macros: (T340023) by Moritz Schubotz (physikerwelt)
- git #88482a5e - Extend test coverage for TexUtil to 100% by Moritz Schubotz (physikerwelt)
- git #26cfc111 - Add usemhchemtexified option for mhchem texified output (T340023) by Moritz Schubotz (physikerwelt)
- git #34d8441b - Avoid using TestUser in non-database tests by Daimona Eaytoy
- git #2d76cc24 - Eliminate duplicate file by Moritz Schubotz (physikerwelt)
MediaSearch
[edit]- git #8fd573b6 - Add timing metrics around search results (T335499) by Erik Bernhardson
MobileFrontend
[edit]- git #f939c853 - PageHTMLParser: Exclude variants from the "other languages" section (T335030) by Func
- git #c50e79f8 - Add several RTL languages: acm, ary, hno, ms-arab (T342447) by Amir E. Aharoni
- git #ee58e4aa - MobileUI: Use Codex markup for icons in diff page (T340262) by Jon Robson
- git #423a913d - Remove remains of lossy-switching and discard-switching (T339871) (T339872) by Bartosz DziewoĹski
- git #0547b1ac - Avoid using TestUser in non-database tests by Daimona Eaytoy
Newsletter
[edit]- git #91888f83 - Block undeletion of disconnected Newsletter revisions (T340376) by Pppery
OAuth
[edit]- git #b9f57c10 - Add recenchanges link to consumer detail view (T224749) by GergĹ Tisza
- git #7ed77fa9 - Fail when OAuth is used with a non-API entry point (round 2) (T340919) by GergĹ Tisza
PageTriage
[edit]- git #84140b6f - Add margin to the New Pages Feed progress bar (T342053) by suecarmol
- git #a4b3530c - Jest: Add some additional tests by Jon Robson
- git #5d5b855c - Add @covers annotation to tests (T342385) by suecarmol
- git #5566b06a - Tests: Reorganize tests by module name by Jon Robson
- git #9a89596f - Add tests for hooks (T340126) by suecarmol
- git #f234e4f3 - Simplify GENDER in a message by Amir E. Aharoni
PageViewInfo
[edit]- git #3069414e - Use msg pvi-month-count-value to render infopage value by Derk-Jan Hartman
Phonos
[edit]- git #e6b5267f - LarynxEngine: Remove space addition, refactor SSML (T328192) by TheresNoTime
Popups
[edit]- git #5af31b55 - Don't log for documentElement (nodeType 9) (T340081) by Jon Robson
- git #c2413c85 - selenium: Refactor WebdriverIO tests from sync to async mode (T293072) by WMDE-Fisch
- git #a80d2b1f - Add additional debugging closest bug (T340081) by Jon Robson
ProofreadPage
[edit]- git #f8f468e0 - Require `pagequality-validate` userright to validate pages (T341428) by Sohom
- git #318bd21e - Increase timeout for Openseadragon loading to 2 min (T341742) by Sohom
SecureLinkFixer
[edit]- git #00968cdb - Updating domains.php from Mozilla by SecureLinkFixer updater bot
Translate
[edit]- git #78d8087b - Replace fragile re-implementation with upstream Title::isSpecial by thiemowmde
- git #d3dfd936 - Add `@group Database` to tests that need it by Daimona Eaytoy
TwoColConflict
[edit]- git #eaef2056 - Convert TwoColConflict extension to ES6 (T339323) by mareikeheuer
UniversalLanguageSelector
[edit]- git #04a8b645 - Update jquery.ime and jquery.uls from upstream by Amir E. Aharoni
- git #76e78058 - Don't load mediawiki.ui.button on page load (attempt 2) (T340255) by Jon Robson
UploadWizard
[edit]- git #534a9d82 - IP masking update (T340537) by Cormac Parle
VueTest
[edit]- git #55bf7342 - Update Codex demos to v0.15.0 by Eric Gardner
VisualEditor
[edit]- git #12e04f24 - Follow-up of "Localisation updates from https://translatewiki.net." by Winston Sung
- git #fde41414 - Update VE core submodule to master (8cd2c4933) (T341901) by David Lynch
Wikibase
[edit]- git #5937a62a - Termbox: Implement WritingEntityRepository service (T342242) by Silvan
- git #6ec6e29c - repo: Use ContextSource in ApiErrorReporter instead of passed language by Umherirrender
- git #cc96e0f3 - REST: Create StatementReadModelHelper (T341800) by Muhammad Jaziraly
- git #b4d94ce7 - Set entity labels in ParserOutput to show as fallback in termbox (T340832) by Michael GroĂe
- git #a5af7cd6 - REST: Add reason for violating architecture rule (T341801) by Ollie Shotton
- git #0b5b92d4 - Use fallback chain for label placeholders in legacy termbox (T340832) by Lucas Werkmeister
- git #8a478c90 - Update links in item and property creation summaries (T342000) by Andrew Kostka
- git #3e8dd76b - Remove unused ExtensionRegistry by Lucas Werkmeister
- git #7ec57892 - client: Avoid dynamically registering hook handlers (T341102) by Amir Sarabadani
- git #5d7af842 - REST: Improve Use Case Validator Tests (T341804) by Ollie Shotton
- git #9e936d0b - REST: Refactor UseCase Validators by Ollie Shotton
- git #2a75c637 - Termbox: Initialize using new init function (T342241) by Jakob Warkotsch
- git #7470bb34 - Add 'Dont show this again' checkbox to Mul Popup (T340644) by gtzatchkova
- git #6a7986bc - Donât add multiple pulsating dots (T316769) by Lucas Werkmeister
- git #8310da7b - Add ADR about making Termbox v2 reusable (T341563) by Jakob Warkotsch
- git #7c7a8a4f - REST: Mark get property statement as production-ready (T339193) by Muhammad Jaziraly
- git #36d163eb - REST: Rename "entity" to "subject" (T341802) by Muhammad Jaziraly
- git #3e5a3671 - REST: Add GetPropertyStatement spec tests (T339192) by Muhammad Jaziraly
- git #4f692bbb - REST: Remove unused variables by Muhammad Jaziraly
- git #c700d2d9 - HtmlPageLinkRendererEndHookHandler: Remove stray comment (T335107) by Marius Hoch
- git #8efc6cb6 - REST: Replace `!isset` with `=== null` in Validators by Ollie Shotton
- git #5000a4a0 - REST: Improve the Use Case Validators (T341804) by Ollie Shotton
- git #50fe7287 - REST: Add default cases to switch statements by Ollie Shotton
- git #6e395b24 - REST: Add missing SetItemDescriptionValidator tests (T341804) by Ollie Shotton
- git #42b59727 - Refactor TermsListView template calls by Lucas Werkmeister
- git #7e3519fe - REST: Separate GetStatement e2e tests (T339140) by Muhammad Jaziraly
- git #3106eea1 - Remove non-run.php support from two maintenance scripts by Lucas Werkmeister
- git #849f2b28 - Fix DB usage in non-database tests by Daimona Eaytoy
- git #a1c0d4c7 - Update PHPUnit command from old script to composer (T90875) by Daimona Eaytoy
- git #c9e6283d - REST: Mark GET Property Statements as production ready (T340653) by Norman Schwirz
- git #9d4c9d2d - Avoid DB access in ShowSearchHitHandlerTest by Daimona Eaytoy
- git #370e75ae - OutputPageBeforeHTMLHookHandler: Donât load full entities (T340642) by Lucas Werkmeister
WikibaseCirrusSearch
[edit]- git #eb56cfc3 - Avoid DB access in ShowSearchHitHandlerTest by Daimona Eaytoy
WikibaseLexeme
[edit]- git #93cf309f - Temporarily disable rate-limit tests (T342527) by Michael GroĂe
WikibaseQualityConstraints
[edit]- git #a9da56cf - Bump unexpected from 13.1.0 to 13.2.0 by Addbot
WikiEditor
[edit]- git #9c56922e - RealtimePreview: Set tabindex on realtimepreview-preview (T317108) by samtar
WikiLambda
[edit]- git #3ecd62eb - Restrict length of labels in UX (T291412) by Cory Massaro
- git #a74ea833 - Add cancel button and exit strategy to Publish Widget (T336877) by gengh
- git #d4f656f1 - LoadPreDefinedObject: Give ability to operate over ranges (T340141) (T275945) by James D. Forrester
- git #404aeed5 - i18n: Initial replacement with Amin's new language (T335583) by James D. Forrester
- git #b01bca2b - Implement Special:ViewObject to provide a Special page version of NS0 (T338190) (T341500) (T268678) by James D. Forrester
- git #df8b26fb - Add short descriptions to the view and edit pages for Functions (T335360) by Carrie Coxwell
- git #88cef644 - WikimediaApiBase: Treat ZErrorExceptions differently by James D. Forrester
- git #b70a6c71 - Follow-up 9e6d122b6: Fix display name of Special:ListObjectsByType (T298175) by James D. Forrester
- git #9e6d122b - Rename Special pages ahead of launch (T298175) by James D. Forrester
- git #a768d408 - ZCode: Drop Lua as a suggested language for launch (T342305) by James D. Forrester
- git #cd7caf97 - Follow-up dccad41: Stage the changes toe xtension.json too, whoops (T315029) by James D. Forrester
- git #2020c592 - i18n: Wrap ZID handed Linker in a span for RTL users (T342212) by James D. Forrester
- git #dccad41b - i18n: Split Approved/Deactivated labels for Imps and Testers (T315029) by James D. Forrester
- git #45ea169f - ZObjectAuthorizationInCreationTest: Add in some clarity on TODOs by James D. Forrester
- git #d7f25b9b - e2e: Quick fix by nik-55
- git #8178f8ea - Fix error handling in the Vue app (T340733) by gengh
- git #7b9f49df - Do not create a generic type when type has already been seen; default to a Z9/Reference instead. (T336719) by apine
- git #e146ada2 - tests: Assert that Z60/Natural languages need special rights to create by James D. Forrester
- git #31925766 - tests: Assert that Z61/Programming languages need special rights to create (T340748) by James D. Forrester
- git #624423e1 - Redirect to function editor if default view main content type is set to Z8 (T342113) by gengh
- git #8e667e72 - Render argument reference label instead of key in collapsed compositions (T336984) by gengh
- git #cf570ab0 - ZLangRegistry: Use wikilambda_zlanguages cache table where possible by James D. Forrester
- git #97c9c0eb - ZObjectSecondaryDataUpdate: Add strings not ZStrings to DB by James D. Forrester
- git #ec778b53 - ZObjectStore: Cache ZNaturalLanguages in a local table by James D. Forrester
WikimediaEvents
[edit]- git #2091a9c3 - Editattemptstep event logging (T337270) by ksarabia
- git #82c13435 - Web ui scroll version update (T337270) by ksarabia
- git #1494733c - probenet: Simplify extractProbeData() after I3da5a16bd28b4ee0a9757 by Timo Tijhof
- git #bd6912eb - Updates web enrollment ab test js (T337270) by ksarabia
- git #eef5e9ed - probenet: Reduce Probenet#extractProbeData() (T334417) by Sam Smith
- git #c24d4af8 - probenet: Fix validation errors in Probenet reports (T334417) by Jameel Kaisar
WikimediaMaintenance
[edit]- git #9d78f1e4 - Update for GlobalRenameFactory by Taavi Väänänen
WikimediaMessages
[edit]- git #4d405d33 - wikimediaprojectnames: Add a local name for Wikifunctions (T275945) by James D. Forrester
- git #0603010a - Change HTML to wikitext in feedback-termsofuse (T204470) by Jon Harald Søby
Wikistories
[edit]- git #bb2481f4 - Frames component update (T341620) by eamedina
- git #cfc11b61 - Pause the Story Viewer when user tap on the share icon (T341963) by Huei Tan
Skins
[edit]MinervaNeue
[edit]- git #e3f0eda1 - build: Update SVGO to v3.0.2 (T339162) by Volker E
- git #d7fe495d - Add temporary user icon (T340789) by Jon Robson
- git #e3515afd - Add margin top/bottom to dl list style to match other skins (T341915) by SnowFire
Vector
[edit]- git #46dece0b - Limit button only icon resizing to Vector header button icons (T342190) by Jon Robson
- git #d3748704 - Show limited width icon alongside help button (T341740) by Jon Robson
- git #f2f44f8e - Fix attribution for "Localisation updates from https://translatewiki.net." by Winston Sung
- git #0630a96d - Do not hardcode uls key (T341500) by Jon Robson
- git #4ce3c38c - Remove anonymous user icon (T340789) by Jon Robson
- git #bcc7a977 - Add temporary user icon (T340789) by Jon Robson
Misc
[edit]VisualEditor/VisualEditor
[edit]- git #1eaffb77 - Tests: Add missing close tag by Ed Sanders
No changes
[edit]- 3D
- ActiveAbstract
- AdvancedSearch
- AntiSpoof
- ApiFeatureUsage
- ArticleCreationWorkflow
- ArticlePlaceholder
- Babel
- BounceHandler
- Calendar
- Campaigns
- Capiunto
- CategoryTree
- CentralNotice
- CharInsert
- ChessBrowser
- CiteThisPage
- CodeMirror
- Cognate
- Collection
- CologneBlue
- CommonsMetadata
- ConfirmEdit
- ContactPage
- CreditsSource
- Dashiki
- Disambiguator
- DismissableSiteNotice
- DoubleWiki
- ElectronPdfService
- EventStreamConfig
- ExtensionDistributor
- ExternalGuidance
- FeaturedFeeds
- FileExporter
- FundraiserLandingPage
- FundraisingTranslateWorkflow
- GeoCrumbs
- GeoData
- GlobalBlocking
- GlobalCssJs
- GlobalPreferences
- GlobalUsage
- GlobalUserPage
- GlobalWatchlist
- GoogleNewsSitemap
- Graph
- GuidedTour
- IPInfo
- ImageMap
- ImageSuggestions
- InputBox
- Insider
- Interwiki
- InterwikiSorting
- Josa
- JsonConfig
- LabeledSectionTransclusion
- LandingCheck
- LdapAuthentication
- Linter
- LiquidThreads
- Listings
- LoginNotify
- MachineVision
- MapSources
- MassMessage
- MediaModeration
- MobileApp
- Modern
- MonoBook
- MultimediaViewer
- NavigationTiming
- NearbyPages
- NewUserMessage
- Nostalgia
- Nuke
- OATHAuth
- OAuthRateLimiter
- ORES
- OpenStackManager
- PageAssessments
- PageImages
- PageNotice
- PagedTiffHandler
- ParserFunctions
- PdfHandler
- Poem
- PropertySuggester
- QuickSurveys
- Quiz
- RSS
- ReadingLists
- RealMe
- RelatedArticles
- RevisionSlider
- SandboxLink
- Score
- Scribunto
- SearchExtraNS
- SearchVue
- SecurePoll
- ShortUrl
- SimilarEditors
- SiteMatrix
- SpamBlacklist
- StopForumSpam
- SubPageList3
- SubpageSortkey
- SyntaxHighlight_GeSHi
- TemplateData
- TemplateSandbox
- TemplateStyles
- TemplateWizard
- TextExtracts
- Thanks
- TheWikipediaLibrary
- TimedMediaHandler
- Timeless
- TitleBlacklist
- TocTree
- TorBlock
- TranslationNotifications
- TrustedXFF
- UploadsLink
- UrlShortener
- VipsScaler
- WebAuthn
- WikiLove
- WikibaseLexemeCirrusSearch
- WikibaseMediaInfo
- Wikidata.org
- WikidataPageBanner
- WikimediaApiPortal
- WikimediaApiPortalOAuth
- WikimediaBadges
- WikimediaEditorTasks
- WikimediaIncubator
- Wikisource
- XAnalytics
- cldr
- intersection
- timeline
- wikihiero
Total changes
[edit]296 Changes in 55 repos by 83 authors