MediaWiki 1.34/wmf.17/Changelog
Core changes
[edit]- git #df1da3bc - watchlist: cleanup WatchedItemStore PhpStorm warnings by Aaron Schulz
- git #1eca71d5 - Follow-up I3d56d5db5: Add release notes entry by Paladox
- git #2664eeb6 - Clean up spacing of doc comments by Umherirrender
- git #d41fe82a - mediawiki.page.ready: Simplify logout code by Fomafix
- git #2336c514 - Improve log entries display in change lists (task T229360) by jdlrobson
- git #7a208445 - ResourceLoaderClientHtml: Simplify code by Fomafix
- git #9c32ad78 - Add explanatory comment to unexpected line of code (task T229360) by jdlrobson
- git #29fcd02e - Make LinksUpdate no longer extend EnqueueableDataUpdate (task T206283) by Aaron Schulz
- git #fdb59ed9 - move rcfilters scroll logic to better support mobile mode (task T229360) by Jan Drewniak
- git #fae72d0b - Remove old comment and unused setting by Adam Wight
- git #0465a6dd - rdbms: update ILBFactory comments and simplify LoadBalancer "load" code a bit by Aaron Schulz
- git #0b00cb97 - rcfilters mobile cleanup (task T229360) by Jan Drewniak
- git #4dfeb4b4 - revisionstore: clean up redundant DB connection code in RevisionStore by Aaron Schulz
- git #40c88a6a - changes: Avoid use of deprecated method Revision::userCanBitfield() by Derick Alangi
- git #ed6e3817 - resourceloader: Merge mediawiki.legacy.wikibits into mediawiki.base by Timo Tijhof
- git #39ec2dd8 - OutputPage: Remove 'html5shiv' module from RL registration by Timo Tijhof
- git #4a55e578 - Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef() by Aaron Schulz
- git #72304b95 - Use `text` element for current content model on Special:ChangeContentModel by DannyS712
- git #0bee81df - Move WANObjectCache to wancache/ instead of WinCache by Aaron Schulz
- git #da30efd8 - Show current content model on Special:ChangeContentModel (task T226914) by DannyS712
- git #3857d06f - resourceloader: Remove unused 'getBaseModulesInternal' internal method by Timo Tijhof
- git #440dfcf6 - Reorganize ResourceLoader fields by Aaron Schulz
- git #4a1517b3 - resourceloader: reorganize ResourceLoaderModule fields by Aaron Schulz
- git #6ca3de5f - Move WAN cache classes under a new wancache/ directory by Aaron Schulz
- git #dcd612a6 - resourceloader: Minor optims in startup JS by Timo Tijhof
- git #46cd3ed7 - resourceloader: Move mw.libs and mw.widgets from startup to mediawiki.base by Timo Tijhof
- git #08697eb4 - Avoid error in querypage API when there's no value field by Gergő Tisza
- git #69f50aac - Code style cleanups to FileBackendGroup by Aaron Schulz
- git #819a6926 - Fix bogus field use in RevisionRenderer::getSpeculativePageId (task T229589) by Aaron Schulz
- git #3aadf040 - Clean up $wgFileBackends/$wgLockManagers comments by Aaron Schulz
- git #d2682304 - Cleanup UserGroupMembership::insert() and make it more atomic (task T229456) by Aaron Schulz
- git #63e19922 - Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpdatedForIndex() by David Causse
- git #8199e028 - resourceloader: Remove slow structure test for checking getVersionHash (task T225730) by Timo Tijhof
- git #bc0de57e - Simplify SearchUpdate constructor and hard deprecate some param types by David Causse
- git #c6b4bdf0 - Deprecate SearchEngine::userHighlightPrefs() by David Causse
- git #4743835e - Add missing title info in RenderedRevision::outputVariesOnRevisionMetaData() (task T226785) by Aaron Schulz
- git #39a6f3f1 - resourceloader: Avoid escaping of UTF-8 characters in messages (task T229301) by Fomafix
- git #1ee5f108 - mediawiki.Upload.BookletLayout: Add missing message (task T203058) by Bartosz Dziewoński
- git #3102ad6a - resourceloader: Remove getters for private constants in mw.loader.store by Timo Tijhof
- git #bdedfb8f - Suppress notice from ParserOutput::__sleep() (task T229366) by Tim Starling
- git #b037a852 - Document SearchDatabase::doSearchTextInDB to return null by Umherirrender
- git #fb7bed38 - resourceloader: Hard-deprecate ResourceLoaderContext::getConfig by Timo Tijhof
- git #212ae934 - Revert rename of mSpeculativeRevId to speculativeRevIdUsed (task T229366) by Tim Starling
- git #789b5239 - preferences: Fix skinname msg check in generateSkinOptions (task T223824) by jdlrobson
- git #8a1f1ec6 - Allow SelectWithInput to be marked as required and handle that dynamically (task T220533) by David Barratt
- git #fd70b59d - Fix SpecialBlock validation for ipb_allow_usertalk (task T224468) by Dayllan Maza
- git #7df8ebf3 - Fix recent changes and watchlist separator whitespace (task T222903) by edderso
- git #0c7b707a - resourceloader: Only register 'jquery.qunit' in test context by Timo Tijhof
- git #5f47d994 - resourceloader: Don't explicitly enqueue test libs on SpecialJavaScriptTest by Timo Tijhof
- git #a8b28dbe - filebackend: avoid use of IDatabase::clearFlags() in DBLockManager by Aaron Schulz
- git #4be9e389 - resourceloader: Remove deprecated ResourceLoaderContext::expandModuleNames by Timo Tijhof
- git #30565e24 - API: Create a module bundle for 'apipretty' and 'apihelp' by Timo Tijhof
- git #2058d793 - context: Make the getSkin() fallback logic more explicit by Timo Tijhof
- git #cad88295 - context: Use getRawVal instead of getVal for 'uselang' and 'useskin' (task T189966) by Timo Tijhof
- git #c688e3a6 - Fix documentation of languageinfo name prop by Lucas Werkmeister
- git #b873e929 - Make CliInstaller control the processing logic of the error (task T46511) by RazeSoldier
- git #69016bd2 - resourceloader: Merge $fileCache conditional blocks by Timo Tijhof
- git #767fdb56 - Add QueryPage::delete method by Gergő Tisza
- git #e9a9622d - rdbms: In the query log, show the server name in the message by Tim Starling
- git #2daa2a7d - selenium: stop running extensions/skins specs (task T199116) by Antoine Musso
- git #9663eda2 - Make Special:MovePage note about redirects dependent on content model (task T216900) by DannyS712
- git #6207fa9b - Fix return type hints in media related classes by Umherirrender
Vendor
[edit]No changes for vendor
Extensions
[edit]3D
[edit]No changes for 3D
AbuseFilter
[edit]- git #afeff7c2 - Really avoid DEMPTY leak by Daimona Eaytoy
- git #6ef2cf52 - Profiling: don't count time for operations shared with the edit (task T219092) by Daimona Eaytoy
- git #f977e858 - Avoid DEMPTY leak by Daimona Eaytoy
- git #2742f24b - Reset all filter profiling data at once by Daimona Eaytoy
- git #d0223775 - Merge global profiling keys (task T53294) by rarohde
- git #7d192cb1 - Split hook handlers related to filtering by Daimona Eaytoy
- git #517919fc - Allow accessing offsets of built-in variables (task T198531) by Daimona Eaytoy
- git #71e3719e - Clarify "filter" field in SpecialAbuseLog and ApiQueryAbuseLog by Daimona Eaytoy
- git #c635f416 - Change parameter order for newVariableHolderForEdit by Daimona Eaytoy
- git #4f8811bc - Update cache key version for data in stashed edits by Daimona Eaytoy
- git #e8866fee - Fix @deprecated since version by Daimona Eaytoy
- git #5f4491f9 - Further deprecation for empty conditions (task T156096) by Daimona Eaytoy
- git #9049be36 - Specialize empty AFPData types by Daimona Eaytoy
- git #c8ebb495 - Hide profiling for disabled filters by Daimona Eaytoy
- git #c3db6371 - Use milliseconds for time profiling by Daimona Eaytoy
- git #0b7902fe - Move per-filter matches profiling to per-filter data (task T53294) by Daimona Eaytoy
- git #33bfe97d - Move non-decimal numbers deprecation logging (task T212730) by Daimona Eaytoy
- git #d04a0d3a - Store per-filter profiling in a single key (task T53294) by Daimona Eaytoy
- git #a85e1ccc - Make AbuseFilterParser::$funcCache non-static by Daimona Eaytoy
- git #4acb266e - Save profiling data and vars in cache when running filters by Daimona Eaytoy
- git #09d02541 - Better handling of DNONE (task T214674) (task T228677) by Daimona Eaytoy
- git #f07bf610 - build: Update npm dependencies by MarcoAurelio
ActiveAbstract
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]- git #b4aa35a7 - Fix typo in `advancedsearch-help-sort` (task T229216) by DannyS712
- git #bca04c7d - build: Updating npm dependencies by libraryupgrader
AntiSpoof
[edit]- git #7764f32d - build: Updating lodash to 4.17.15 by libraryupgrader
ApiFeatureUsage
[edit]- git #b14ccc38 - build: Updating lodash to 4.17.15 by libraryupgrader
ArticleCreationWorkflow
[edit]- git #74013963 - build: Updating lodash to 4.17.15 by libraryupgrader
ArticlePlaceholder
[edit]- git #7e2ebb7d - build: Updating lodash to 4.17.15 by libraryupgrader
Babel
[edit]- git #b1d21166 - build: Updating lodash to 4.17.15 by libraryupgrader
BetaFeatures
[edit]- git #e73d17ac - build: Updating lodash to 4.17.15 by libraryupgrader
BounceHandler
[edit]- git #1769f538 - build: Updating lodash to 4.17.15 by libraryupgrader
Calendar
[edit]- git #a4873886 - build: Updating lodash to 4.17.15 by libraryupgrader
Campaigns
[edit]- git #a7eb5686 - build: Updating lodash to 4.17.15 by libraryupgrader
Capiunto
[edit]- git #bb30ab44 - build: Updating lodash to 4.17.15 by libraryupgrader
CategoryTree
[edit]- git #01d1b19d - build: Updating lodash to 4.17.15 by libraryupgrader
CentralAuth
[edit]- git #9431c52c - New account hook: Do not localize antispoof error message in the logs by Umherirrender
- git #c8b817c5 - Use getLocalServerObjectCache() in getInlineScript() by Aaron Schulz
- git #4a645e82 - Revert "Replace use of wfGetDB() with Maintenance::getDB()" by Dbarratt
- git #ba6c0562 - Replace use of wfGetDB() with Maintenance::getDB() (task T229690) by David Barratt
- git #08f3dd6d - build: Updating lodash to 4.17.15 by libraryupgrader
CharInsert
[edit]- git #a57cb626 - build: Updating lodash to 4.17.15 by libraryupgrader
CheckUser
[edit]- git #9e835e24 - build: Updating lodash to 4.17.15 by libraryupgrader
CirrusSearch
[edit]- git #c76439a9 - build: Updating dependencies by libraryupgrader
- git #5a6e9be4 - Normalize request param name (task T228496) by David Causse
Cite
[edit]- git #9fc70c9b - build: Updating npm dependencies by libraryupgrader
CiteThisPage
[edit]- git #0dc91a2a - build: Updating lodash to 4.17.15 by libraryupgrader
Citoid
[edit]- git #a6255e9a - wb.Citoid.init: Remove fragile use of 'wikibase' global by Timo Tijhof
- git #22eedc95 - build: Updating npm dependencies by libraryupgrader
cldr
[edit]- git #3acd4d2b - Update LocalNames in Estonian by Pikne
Cognate
[edit]- git #fd0008b4 - build: Updating lodash to 4.17.15 by libraryupgrader
CodeEditor
[edit]- git #329b82c1 - build: Updating lodash to 4.17.15 by libraryupgrader
CodeMirror
[edit]- git #a09dc106 - build: Updating lodash to 4.17.15 by libraryupgrader
CodeReview
[edit]- git #0d0cb0ea - build: Updating lodash to 4.17.15 by libraryupgrader
CollaborationKit
[edit]- git #45535651 - build: Updating dependencies by libraryupgrader
Collection
[edit]- git #a5a3c2cf - Ensure required properties are present in collection. (task T224443) by Petr Pchelko
- git #8a83e17b - build: Updating lodash to 4.17.15 by libraryupgrader
CommonsMetadata
[edit]- git #0fd7f665 - build: Updating lodash to 4.17.15 by libraryupgrader
ConfirmEdit
[edit]- git #cb969b70 - build: Updating lodash to 4.17.15 by libraryupgrader
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]- git #f432b070 - build: Updating lodash to 4.17.15 by libraryupgrader
ContentTranslation
[edit]- git #3d754951 - Revert "Don't generate HTML for segments when copying" (task T229906) by Santhosh
- git #cda666b0 - Update help link for too much unmodified content warnings and errors (task T229667) by petarpetkovic
- git #a8bb88d3 - Show Suggestions list when there are no drafts (task T115458) by petarpetkovic
- git #6c538f99 - Make dashboard lists linkable and resistant to refresh (task T121219) by petarpetkovic
- git #540cf30b - Change the icons for "Save for later" articles in Suggestion list (task T178790) by petarpetkovic
- git #d9ade445 - Rename ext.cx.SelectedSourcePageDialog to mw.cx.SelectedSourcePageDialog by petarpetkovic
- git #10a0631e - Remove `self` alias for `this` in ext.cx.dashboard by petarpetkovic
ContributionTracking
[edit]- git #7cb20798 - build: Updating lodash to 4.17.15 by libraryupgrader
CreditsSource
[edit]- git #f4a223de - build: Updating lodash to 4.17.15 by libraryupgrader
Dashiki
[edit]- git #ada3abd9 - build: Updating lodash to 4.17.15 by libraryupgrader
Disambiguator
[edit]- git #34dcecd9 - build: Updating lodash to 4.17.15 by libraryupgrader
DismissableSiteNotice
[edit]- git #047fb533 - build: Updating lodash to 4.17.15 by libraryupgrader
DonationInterface
[edit]- git #9210dee3 - build: Updating dependencies by libraryupgrader
- git #73e39bea - India-specific PAN error messages (task T224506) by Elliott Eggleston
DoubleWiki
[edit]- git #0b466ac1 - build: Updating lodash to 4.17.15 by libraryupgrader
DynamicSidebar
[edit]- git #96e3b03f - build: Updating lodash to 4.17.15 by libraryupgrader
EUCopyrightCampaign
[edit]- git #6474d4e5 - build: Updating lodash to 4.17.15 by libraryupgrader
Echo
[edit]- git #19c55cd7 - Improve EchoPresentationModelSection by Matěj Suchánek
- git #9bb30f16 - build: Updating npm dependencies by libraryupgrader
- git #092615db - ext.echo.init: Un-dim badge if loading RL modules failed by Roan Kattouw
- git #5c3e30b7 - Remove ext.echo.base by Roan Kattouw
- git #6be1eee1 - Display notification text for incoming notification (task T226130) by shivanshbindal9
Elastica
[edit]- git #5b9f899c - build: Updating lodash to 4.17.15 by libraryupgrader
ElectronPdfService
[edit]- git #64f3e308 - build: Updating wdio-mediawiki to 0.4.0 by libraryupgrader
EntitySchema
[edit]No changes for EntitySchema
EventBus
[edit]No changes for EventBus
EventLogging
[edit]- git #25ae17df - build: Updating lodash to 4.17.15 by libraryupgrader
ExtensionDistributor
[edit]- git #0e2a9023 - build: Updating lodash to 4.17.15 by libraryupgrader
ExternalGuidance
[edit]- git #42565fc0 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #c8f621d5 - Provide the messages in the target language of translation (task T228019) by Santhosh Thottingal
FeaturedFeeds
[edit]- git #6232f78d - build: Updating lodash to 4.17.15 by libraryupgrader
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]- git #5f2aaa11 - Convert FileImporterSuccessCache to "db-replicated" cache (task T227376) by Aaron Schulz
- git #fac1af1b - WikimediaSourceUrlNormalizerTest: Drop Zero normalisation test, about to go away by James D. Forrester
- git #e968b123 - Typo in edit summaries (task T227358) by Adam Wight
- git #e94b5aee - Remove phan override by Adam Wight
FlaggedRevs
[edit]- git #ed72ec69 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #029b9096 - Clean up the use of IDatabase::affectedRows() (task T229456) by Aaron Schulz
Flow
[edit]- git #b20c03f7 - EditorWidget: Make pending indication work again by Roan Kattouw
FundraiserLandingPage
[edit]- git #05535682 - build: Updating lodash to 4.17.15 by libraryupgrader
FundraisingTranslateWorkflow
[edit]- git #99dc43e6 - build: Updating lodash to 4.17.15 by libraryupgrader
Gadgets
[edit]No changes for Gadgets
GeoCrumbs
[edit]- git #69629147 - build: Updating lodash to 4.17.15 by libraryupgrader
GeoData
[edit]- git #d4857b7c - build: Updating lodash to 4.17.15 by libraryupgrader
GettingStarted
[edit]No changes for GettingStarted
GlobalBlocking
[edit]- git #4ff43a14 - build: Updating lodash to 4.17.15 by libraryupgrader
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]- git #96735d09 - build: Updating lodash to 4.17.15 by libraryupgrader
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]- git #6a923cf3 - build: Updating lodash to 4.17.15 by libraryupgrader
GoogleNewsSitemap
[edit]- git #8e014992 - build: Updating lodash to 4.17.15 by libraryupgrader
Graph
[edit]- git #9a264da0 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #6fccaba7 - Support readonly mode by Ed Sanders
- git #601e1e05 - Use graph type for node description by Ed Sanders
- git #27c8db72 - DataModule: Use $this->getConfig() inside module classes by Timo Tijhof
GrowthExperiments
[edit]- git #cbac9deb - build: Updating npm dependencies by libraryupgrader
- git #67fc3c8a - Hygiene: Remove OPTION_ prefix from Minerva SkinOptions (task T221012) by Piotr Miazga
- git #8c9ac6b5 - Make section numbering test unit instead of integration (task T225165) by Kosta Harlan
- git #7f814d7e - Homepage: Fix missing icon for start module when complete (task T229515) by Roan Kattouw
- git #36808d3c - Homepage: Toggle overflow submenu option (task T225663) by Kosta Harlan
- git #6d98e6cd - HomepageHooks::onConfirmEmailComplete: Use request user rather than $user parameter by Martin Urbanec
- git #1023c556 - Only set relevant title on mobile skin (task T229263) (task T225659) by Kosta Harlan
- git #d123e466 - Homepage guidelines link: go to desktop or mobile as appropriate (task T225661) by Stephane Bisson
GuidedTour
[edit]- git #bce78e20 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #20b88325 - Make the tour steps take action on the page when user does not (task T223999) by rosalie
GWToolset
[edit]- git #10158575 - build: Updating lodash to 4.17.15 by libraryupgrader
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]- git #073517eb - build: Updating lodash to 4.17.15 by libraryupgrader
Insider
[edit]- git #6e32dde6 - build: Updating lodash to 4.17.15 by libraryupgrader
intersection
[edit]No changes for intersection
Interwiki
[edit]- git #ac05f9da - build: Updating lodash to 4.17.15 by libraryupgrader
InterwikiSorting
[edit]- git #f5ff329e - build: Updating lodash to 4.17.15 by libraryupgrader
Jade
[edit]- git #39b5e92c - build: Updating lodash to 4.17.15 by libraryupgrader
Josa
[edit]- git #11a42851 - build: Updating npm dependencies by libraryupgrader
JsonConfig
[edit]- git #031df0a4 - onTitleGetEditNotices: List CSS classes used by James D. Forrester
- git #b44bb4d9 - Re-apply "Adding support for CC-BY-SA" (task T200968) by eranroz
- git #688b4bdf - build: Updating dependencies by libraryupgrader
- git #83ff254e - Replace custom monospace font stack with WikimediaUI Base one by Volker E
- git #4921e783 - Upgrade wikimedia-ui-base from pre-release version to 0.14.0 (task T229376) by James D. Forrester
Kartographer
[edit]- git #c909cf4c - Merge ext.kartographer.settings to the its parent (task T202154) by Amir Sarabadani
- git #14f163b9 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #d79dfe12 - DataModule: Use $this->getConfig() inside module classes by Timo Tijhof
LabeledSectionTransclusion
[edit]- git #26ab01dc - build: Updating lodash to 4.17.15 by libraryupgrader
LandingCheck
[edit]- git #53ca3f26 - build: Updating lodash to 4.17.15 by libraryupgrader
LdapAuthentication
[edit]- git #0b30a2c1 - build: Updating lodash to 4.17.15 by libraryupgrader
Linter
[edit]- git #6d07f736 - build: Updating npm dependencies by libraryupgrader
LiquidThreads
[edit]- git #f1caa983 - build: Updating lodash to 4.17.15 by libraryupgrader
Listings
[edit]- git #1dfade0d - build: Updating lodash to 4.17.15 by libraryupgrader
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]- git #fb990051 - build: Updating lodash to 4.17.15 by libraryupgrader
MachineVision
[edit]No changes for MachineVision
MapSources
[edit]- git #a84c5924 - build: Updating lodash to 4.17.15 by libraryupgrader
MassMessage
[edit]No changes for MassMessage
Math
[edit]- git #22272944 - build: Updating npm dependencies by libraryupgrader
- git #1ce95efb - Show latex source in context items by Ed Sanders
MobileApp
[edit]- git #4c076fd8 - build: Updating npm dependencies by libraryupgrader
MobileFrontend
[edit]- git #3301c80f - Dev: Make CtaDrawer a plain Drawer by jdlrobson
- git #8898d4cd - Overlay: Make .hide() + .show() in rapid succession work by Roan Kattouw
- git #0286ab30 - Add children, className, onBeforeHide props to Drawer.js (task T226068) by Nicholas Ray
- git #47bae626 - Revert "[AMC] [desktop] [mobile] use AMC by default for desktop users" (task T229722) by jdlrobson
- git #c2f32081 - Clicking links triggers onBeforeExit (task T229701) by jdlrobson
- git #31eb9f22 - Don't skew Watchlist thumbnails (task T229036) by jdlrobson
- git #c176b4c6 - Edge case: run RequestContextCreateSkinMobile when useskin=minerva is NOOP by jdlrobson
- git #62075e02 - Hack: Delay overlay attachment (task T221978) by jdlrobson
- git #8b47f90a - 💩 Avoid usage of deprecated method `getMFConfig()`, use DI instead by Derick Alangi
- git #309803c6 - MoveLeadParagraphTransform: Simplify isNotEmptyNode() by Bartosz Dziewoński
- git #d91fd2e0 - MoveLeadParagraphTransform: Simplify XPath in identifyLeadParagraph() by Bartosz Dziewoński
- git #c2e84d6f - Remove expensive viewport size access in ReferencesDrawer (task T226025) by jdlrobson
- git #af60b185 - Hygiene: Conditionally set the mobile_preferences default value by Piotr Miazga
- git #3370f567 - 🗑️ Remove `isFeatureAvailableInContext()` method that is no longer used by Derick Alangi
MultimediaViewer
[edit]- git #da8d0ab4 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
- git #18a154b9 - build: Update devDependencies by Ed Sanders
NavigationTiming
[edit]- git #98ed7ed3 - build: Updating lodash to 4.17.15 by libraryupgrader
Newsletter
[edit]- git #391dedb3 - build: Updating wdio-mediawiki to 0.4.0 by libraryupgrader
- git #45ddb21f - Cleanup use of IDatabase::affectedRows() (task T229456) by Aaron Schulz
NewUserMessage
[edit]- git #3e326966 - build: Updating lodash to 4.17.15 by libraryupgrader
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]- git #2dda9ba8 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #6c09ac0c - Allow revocation of user rights if 2FA isn't enabled on an account (task T199118) (task T218215) by Dejan Savuljesku
- git #cbda0da9 - Remove orphaned oathauth-ui-error-page-no-module message (task T226058) by Reedy
OAuth
[edit]- git #b9fdff7d - build: Updating lodash to 4.17.15 by libraryupgrader
OpenStackManager
[edit]- git #38772d37 - build: Updating lodash to 4.17.15 by libraryupgrader
ORES
[edit]- git #040fad3c - build: Updating npm dependencies by libraryupgrader
- git #ac67d0b4 - ThresholdLookup: Use a more descriptive key class for WANObjectCache by Timo Tijhof
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]- git #c6f5b688 - build: Updating lodash to 4.17.15 by libraryupgrader
PageImages
[edit]No changes for PageImages
PageTriage
[edit]- git #e1907676 - Remove message for creator button when this feature is disabled (task T229779) by hmonroy
- git #721f7f98 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #94e96245 - Move wgPageTriageOresFilters into the toolbar module by Roan Kattouw
PageViewInfo
[edit]- git #7a675afd - build: Updating lodash to 4.17.15 by libraryupgrader
ParserFunctions
[edit]No changes for ParserFunctions
ParsoidBatchAPI
[edit]- git #12c6d92c - build: Updating lodash to 4.17.15 by libraryupgrader
PdfHandler
[edit]No changes for PdfHandler
PerformanceInspector
[edit]- git #111de8d2 - build: Updating lodash to 4.17.15 by libraryupgrader
Petition
[edit]- git #d30ee3e7 - build: Updating lodash to 4.17.15 by libraryupgrader
Poem
[edit]No changes for Poem
PoolCounter
[edit]- git #c73f8dcd - build: Updating lodash to 4.17.15 by libraryupgrader
Popups
[edit]No changes for Popups
ProofreadPage
[edit]- git #cbf08812 - build: Updating lodash to 4.17.15 by libraryupgrader
PropertySuggester
[edit]- git #2f954abc - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
QuickSurveys
[edit]- git #e1707053 - build: Updating lodash to 4.17.15 by libraryupgrader
Quiz
[edit]- git #ee1bd029 - build: Updating lodash to 4.17.15 by libraryupgrader
ReadingLists
[edit]- git #a2a3acb0 - build: Updating lodash to 4.17.15 by libraryupgrader
- git #2efa2553 - Cleanup use of IDatabase::affectedRows() by Aaron Schulz
RelatedArticles
[edit]- git #b7c19792 - build: Updating wdio-mediawiki to 0.4.0 by libraryupgrader
Renameuser
[edit]- git #ea9bfff8 - build: Updating mediawiki/mediawiki-codesniffer to 26.0.0 by libraryupgrader
RevisionSlider
[edit]- git #fbedfdba - build: Updating npm dependencies by libraryupgrader
RSS
[edit]- git #0e639260 - build: Updating lodash to 4.17.15 by libraryupgrader
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]- git #2fd72875 - Add group database to TitleLibraryTest by Amir Sarabadani
- git #8deabe62 - build: Updating dependencies by libraryupgrader
SearchExtraNS
[edit]No changes for SearchExtraNS
SecureLinkFixer
[edit]No changes for SecureLinkFixer
SecurePoll
[edit]No changes for SecurePoll
Sentry
[edit]No changes for Sentry
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SkinPerPage
[edit]No changes for SkinPerPage
SpamBlacklist
[edit]No changes for SpamBlacklist
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]- git #7e344532 - build: Update devDependencies by Ed Sanders
- git #c09c3ed1 - Use language as node description by Ed Sanders
TemplateData
[edit]No changes for TemplateData
TemplateSandbox
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]No changes for TemplateStyles
TemplateWizard
[edit]No changes for TemplateWizard
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]- git #bfa2bd3f - Merge jquery.findWithParent.js into 'ext.thanks.flowthank' (task T202154) by Timo Tijhof
TheWikipediaLibrary
[edit]No changes for TheWikipediaLibrary
TimedMediaHandler
[edit]- git #e47441e6 - TimedTextPage: Convert form to OOUI by Ed Sanders
- git #a06e3e76 - Fix typo in comment by Ed Sanders
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 #ce4eeb00 - Make the email in Special:ManageTranslatorSandbox ltr by Amir Aharoni
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]No changes for TwoColConflict
UniversalLanguageSelector
[edit]No changes for UniversalLanguageSelector
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]- git #4af0a064 - Change "Remove All" button behavior (task T228912) by Eric Gardner
UrlShortener
[edit]- git #2e1b7a01 - Add user right requirement for creating new short urls (task T228780) by DannyS712
UserMerge
[edit]No changes for UserMerge
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #90fc49e1 - Update VE core submodule to master (70bf52198) (task T229879) by Ed Sanders
- git #348c880c - MWSaveDialog: Don't pretend saveButtonLabel is optional by Ed Sanders
- git #88cb572e - Fix typo in file header by Ed Sanders
- git #c8c81d28 - Grunt: Expand js{,on} pattern by Ed Sanders
- git #bae45b63 - Use flexbox for mobile toolbar by Ed Sanders
- git #0b1f0a0e - Use MobileFrontend license message on mobile when available (task T229579) by Ed Sanders
- git #05fb44ae - build: Upgrade eslint-config-wikimedia from 0.12.0 to 0.13.1 by James D. Forrester
- git #89ecd64a - Make extension body the default description for extension nodes by Ed Sanders
- git #7d3154fe - ve.init.mw.DesktopArticleTarget: Fix generated URL when loaded using veaction=edit in single-tab mode (task T209163) by Bartosz Dziewoński
- git #0f5fe345 - ve.ui.MWLinkAnnotationInspector: Correct code comment by Bartosz Dziewoński
Wikibase
[edit]- git #e4866cf3 - Make ChangeOps::apply() return instance of changeOpResult (task T224010) by rosalie
- git #cc17683a - Move wdio-wikibase to a dedicated repo (task T222703) by Amir Sarabadani
- git #1f215ee7 - Ignore in case of UnresolvedEntityRedirect in ItemTermsRebuilder (task T229816) by Amir Sarabadani
- git #42de80be - Run termbox tests with Wikibase CI (task T225196) by Jakob Warkotsch
- git #7b6b7583 - Update termbox (task T228685) by Jakob Warkotsch
- git #acffe4fc - Configure 'grunt fix' task for eslint on Wikibase.git (task T224398) by rosalie
- git #56f82154 - bridge: use recent-ish npm version in dev container by Pablo Grass
- git #c1333620 - Define $wgMessagesDirs in WikibaseView PHP entry point (task T229604) by Lucas Werkmeister
- git #b0b5feb2 - bridge: add README for browser tests by Lucas Werkmeister
- git #4d059e2c - Revert "fix eslint errors in lib after moving submodule files into lib" (task T229604) by Amir Sarabadani
- git #d3c34281 - bridge: Fix storybook by bitPogo
- git #cc708fe0 - bridge: Add SASS setup (task T228262) by bitPogo
- git #d558c0f2 - Add only needed entity usages in AddUsagesForPageJob (task T226818) (task T205045) by Amir Sarabadani
- git #48357f9a - Wrap Vue2 JS file in IIFE (task T229390) by Lucas Werkmeister
- git #ad0b0c04 - Add package-lock.json (task T179229) by Lucas Werkmeister
- git #820d730e - Do not warn about entity that was not found in WikiPageEntityRevisionLookup (task T229482) by alaasarhan
- git #cf7bae47 - Add remaining i18n messages for EntitySchema data type (task T214884) by Amir Sarabadani
- git #7ddc9be8 - bridge: DataValue - String types (task T229095) by bitPogo
- git #a4084d12 - bridge: Add ResizingTextField (task T229095) by bitPogo
- git #9c4ba4d8 - bridge: selenium tests for root component (task T228184) by bitPogo
- git #a381a3ad - Order keys in ByIdDispatchingItemTermStore (task T225055) by Amir Sarabadani
- git #cbd33c88 - Remove id from (Item|Property)Content::getTextForFilters() (task T226216) by Amir Sarabadani
- git #ad79d41d - bridge: Show errors and parameter data (task T228184) by bitPogo
- git #f39f4a00 - bridge: bind store as the only source of truth (task T229109) by bitPogo
- git #bf6a81df - Add RDF namespace prefixes to the entity source config (task T211799) (task T214557) by Leszek Manicki
- git #8e9b5afa - Add EntitySchema data type (task T214884) by Amir Sarabadani
- git #871c34f1 - Make the namespace.js of wikibase-api not a module but a file in all others (task T203696) by Amir Sarabadani
- git #5d021767 - Remove hashes from (Item|Property)Content::getTextForFilters() (task T226216) by Amir Sarabadani
- git #c7a52869 - Add generic messages displayed for failed termbox edits (task T228635) by Jakob Warkotsch
- git #f955e25f - Format coordinates with limited precision (task T174504) by Stanislav Malyshev
WikibaseCirrusSearch
[edit]- git #5c4cb152 - build: Updating wdio-mediawiki to 0.4.0 by libraryupgrader
- git #175aa14d - Fix name of vagrant role in README by mvolz
WikibaseLexeme
[edit]- git #93b06a85 - build: Updating npm dependencies by libraryupgrader
- git #e269c53d - Remove transitional code (task T200011) by Lucas Werkmeister
- git #70654cc2 - Remove unnecessary code, possibly making implementation more readable. by alaasarhan
- git #cb95915d - Do not die when Wikibase prefetches Sense or Form Id (task T223995) by Leszek Manicki
- git #f99a5545 - Update phan, cleanup config (task T226244) (task T226254) (task T227270) (task T224775) by Daimona Eaytoy
- git #231da462 - Remove hashes from LexemeContent::getTextForFilters() (task T226216) by Amir Sarabadani
WikibaseLexemeCirrusSearch
[edit]No changes for WikibaseLexemeCirrusSearch
WikibaseMediaInfo
[edit]- git #b933adb5 - CaptionsPanel: get MediaInfo entity data from JS Config var (task T229572) by Eric Gardner
- git #38469454 - build: Updating npm dependencies by libraryupgrader
- git #148e4240 - Updated MediaInfoRdfBuilder after changes to Wikibase's RdfVocabulary (task T214557) by Leszek Manicki
- git #6a1bf521 - Update how "Remove all" works for statement panels (task T228912) by Eric Gardner
WikibaseQualityConstraints
[edit]- git #faffb34a - build: Updating npm dependencies by libraryupgrader
Wikidata.org
[edit]No changes for Wikidata.org
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]- git #d23d0962 - Convert ext.wikiEditor module to packageFiles (task T222828) by Roan Kattouw
- git #2075d6d2 - Pre-fill fields in image dialog when image code is selected in editor (task T40829) by Alexander Jones
wikihiero
[edit]- git #36a06bae - build: Use eslint's cache by James D. Forrester
- git #2bba7bba - build: Update devDependencies by Ed Sanders
- git #c679987a - Special page: Get rid of nested scroll area, replace with sticky form by Ed Sanders
WikiLove
[edit]No changes for WikiLove
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEditorTasks
[edit]No changes for WikimediaEditorTasks
WikimediaEvents
[edit]- git #dc2a2041 - Eventlogging requires numbers to be numbers (task T229614) by Erik Bernhardson
- git #9a4c6351 - Bump TSS2 eventlogging schema (task T229614) by Erik Bernhardson
- git #5889cf43 - Temporarily log search to two schemas by Erik Bernhardson
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]- git #f07e5eee - Create blameStartupRegistry.php script (task T229836) by Timo Tijhof
WikimediaMessages
[edit]No changes for WikimediaMessages
XAnalytics
[edit]No changes for XAnalytics
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
EUCopyrightCampaignSkin
[edit]No changes for EUCopyrightCampaignSkin
MinervaNeue
[edit]- git #c85f48cd - Recent changes design cleanup - font-size changes (task T229360) by Jan Drewniak
- git #b836141c - Remove outer border from overflow tables (task T206762) by Ed Sanders
- git #0867ff03 - [fix] [notifications] fix icon width by Stephen Niedzielski
- git #ab1d39ea - Hygiene: Wrap userMenu and pageActions into prepareMenus by Piotr Miazga
- git #ec77b3ab - Hygiene: remove deprecated calls from MinervaSkin and MinervaTemplate by Piotr Miazga
- git #3b13e6b9 - Hygiene: remove deprecated calls from Menu system by Piotr Miazga
- git #05cdcc09 - Hygiene: SkinOptions should know what are AMC options by Piotr Miazga
- git #b03e24aa - Hygiene: Rename MainMenu related classes by Piotr Miazga
- git #0ac08caf - Hygiene: Simplify if statement and move comment by Piotr Miazga
- git #9aae174a - AMC features should default to true in desktop (task T229295) by jdlrobson
- git #97f0e44e - Reset SkinOptions after logging out (task T221137) by jdlrobson
- git #223f22d1 - Do not hide notifications icon when drawer open (task T228890) by jdlrobson
- git #8d703b77 - Remove all main_menu tracking related code."" (task T228681) by Jdlrobson
- git #4efd72a8 - Hygiene: Remove OPTIONS_ and OPTION_ prefixes from SKinOptions (task T221012) by Piotr Miazga
- git #64896669 - Empty subtitle elements should not have margin (task T217197) by jdlrobson
- git #a0e5139e - Don't show download button on missing pages (task T211775) by jdlrobson
- git #c63fceea - Normalize small fonts (task T229399) by jdlrobson
- git #8c3fe30e - Enabling loading spinner for Recent Changes page (task T223363) by Jan Drewniak
- git #02c43249 - partly correct the transitions between talk overlays (task T221978) by jdlrobson
- git #9ece509c - Hygiene: SkinOptions should validate options (task T221012) by Piotr Miazga
- git #93f930ce - [UI] [menu] remove menu height resizing (task T225959) by Stephen Niedzielski
- git #c4c02549 - Limit Recent Changes disable-table mode to Minerva skin (task T228280) by jdlrobson
- git #2c070409 - [UI] [main menu] make menu scrollable (task T218206) by Stephen Niedzielski
- git #7b5e210e - Show warning when user tries to use enhanced RecentChanges view (task T228516) by Piotr Miazga
- git #2669afe9 - Set title from Skin relevant title (task T225663) by Kosta Harlan
- git #ec17da76 - Improve tab scrolling logic (task T223142) by Roan Kattouw
- git #dfb3e0b8 - Restore MobileWebMainMenuClickTracking logging (old way) by jdlrobson
- git #08a49e45 - Fix "Compare selected revisions" button padding (task T225768) by edderso
- git #4f01ff9e - Set correct action for watchstar link (task T229228) by Piotr Miazga
- git #805cc92e - [UI] [AMC] add recent changes to the AMC menu (task T224216) by Stephen Niedzielski
- git #5e7a3594 - Adding skin styles for the changeslist module. (task T228419) by Jan Drewniak
- git #87a0795e - Subtitle appear below page actions (task T217197) by jdlrobson
- git #ab6cbd9f - [AMC] [dev] enable page actions overflow menu in AMC by default by Stephen Niedzielski
- git #0443f993 - Dev: Simplify red link drawer by jdlrobson
- git #ddf6dece - 💩 Avoid usage of deprecated isFeatureAvailableInContext() method by Derick Alangi
MonoBook
[edit]- git #bbcb1ddf - build: Updating grunt-stylelint to 0.11.1 by libraryupgrader
Modern
[edit]No changes for Modern
Nostalgia
[edit]No changes for Nostalgia
Timeless
[edit]No changes for Timeless
Vector
[edit]No changes for Vector
Total Changes
[edit]359 Changes in 125 repos by 61 authors