MediaWiki 1.35/wmf.41/Changelog
< MediaWiki 1.35 | wmf.41
Core changes
edit- git #2d6c7ce6 - Branch commit for wmf/1.35.0-wmf.41 (task T256669) by trainbranchbot
- git #7d04152d - mediawiki.ui: Deprecate `@colorMediumSevere` & `@colorLowSevere` vars (task T257279) by Volker E
- git #216e33df - mediawiki.ui: Deprecate message (boxes) related variables (task T257279) by Volker E
- git #1e3d89d5 - mediawiki.ui: Deprecate `@colorProgressive*` & `@colorDestructive*` variables (task T257279) by Volker E
- git #eedfbbda - MediaSearchWidget: Added aria-label for screen reader for the search input box (task T245899) by edwintam
- git #6c6f78fb - rcfilters: Fix focus order on the limit/duration popup (task T257171) by Akinwale Alagbe
- git #975e2aec - Rename SkinMustache `html-site-notice` template variable (task T257630) by Volker E
- git #3395978e - rdbms: Mark the Database class as stable for subclassing (task T247862) by daniel
- git #c0bef15f - Wrap HTMLDebugLog in a div to allow better styling by mainframe98
- git #8e9cba8b - Remove deprecated "legacy" serialization type from RESTBagOStuff (task T234779) by Bill Pirkle
- git #6b0e9eaf - HTML Classes stability annotations (task T247862) by Nikki Nikkhoui
- git #e95bed3c - Set $wgEnableRestAPI = true; by default and deprecate (task T257628) by James D. Forrester
- git #fd9998ee - make prefetch for dumps work with large revisions for multiple files (task T213405) by Ariel T. Glenn
- git #a6e27b53 - CliInstaller: fail in a sane way when the password is invalid (task T256620) by Gergő Tisza
- git #48eb1747 - Update stability annotations to follow new stable interface policy (task T247862) by daniel
- git #e6e0ad24 - Replace "@stable for implementation" with "@stable to implement" (task T257789) by daniel
- git #3c50afa4 - Replace "@stable for subclassing" with "@stable to extend" (task T257789) by daniel
- git #f7116bb3 - Replace "@stable for overriding" with "@stable to override" (task T257789) by daniel
- git #272db6af - Replace "@stable for calling" by "@stable to call" (task T257789) by daniel
- git #631578c6 - Remove old references to AdminSettings, which was removed in 1.23 by DannyS712
- git #0b6f5d9d - ProtectionForm: Use available permission manager, not MediaWikiServices by DannyS712
- git #debaa34b - MovePage: Don't use MediaWikiServices for services already available by DannyS712
- git #b19991ca - Remove support for setting IP addresses in the keys of $wgProxyList (task T232864) by Ammar Abdulhamid
- git #5f03e0b5 - Migrate actor and user_former_groups tables to abstract schema (task T230428) (task T164898) by Amir Sarabadani
- git #6cbd1169 - Remove selectFields User method (task T249181) by Ammar Abdulhamid
- git #4c36dcde - Remove User::setPassword() (task T249181) by Ammar Abdulhamid
- git #87c0bb4e - RELEASE-NOTES-1.35: Clean up config section for consistency by James D. Forrester
- git #4f08baf6 - RELEASE-NOTES-1.35: Clean up and re-wording; move Article deprecations to right section by James D. Forrester
- git #ae7429f8 - Adjust documentation of ContributionsLineEndingHook by Umherirrender
- git #5fb9e95b - Mark potential abstract classes stable for subclassing (task T247862) by Nikki Nikkhoui
- git #8bca04ce - LinkBatch: Include namespace in warning logging by Umherirrender
- git #6e5ef64f - Give rebuildFileCache.php an all pages option (task T257721) by Reedy
- git #b41a6196 - Fix duplicate CREDITS entries I accidently added by Taavi Väänänen
- git #8acef095 - Refactor SkinMustache and make template variables name consistent (task T257630) by Ammar Abdulhamid
- git #d6247cd4 - DefaultSettings.php: Section ending tag mismatch by Yuki Shira
- git #fd20d15f - Split patch-drop-comment-fields.sql (task T257356) by Reedy
- git #99dac1f4 - mediawiki.ui: Deprecate `@boxShadow*` variables (task T257279) by Volker E
- git #00616786 - mediawiki.ui: Deprecate `@colorRegressive` (task T257279) by Volker E
- git #5b99f750 - mediawiki.ui: Deprecate `@icon*` vars and replace them (task T257279) by Volker E
- git #a0ddefc3 - MWDebug: Restore wgDeprecationReleaseLimit filtering (task T256353) by Ammar Abdulhamid
- git #ec4c8f7d - Revert "Add possibility to render thumbnails without saving it to storage." (task T246915) by Ppchelko
- git #7fa5ce21 - Make EditResult::getRevertTags() call to be only when the update (task T257499) by Ammar Abdulhamid
- git #24d34d32 - Mark special page base classes as stable for subclassing (task T247862) by daniel
- git #8d3318fd - Add possibility to render thumbnails without saving it to storage. (task T246915) by Peter Ovchyn
- git #aedc93fd - Mark remaining eligible classes as stable for subclassing (task T247862) by daniel
- git #47418111 - Mark exceptions as newable and stable for subclassing (task T247862) by daniel
- git #2b21feb8 - Fix: Adding close label to Resources.php file (task T257177) by Akinwale Alagbe
- git #9f79d7a4 - Update OOUI to v0.39.3 (task T165650) (task T248206) (task T253399) (task T255325) (task T257165) (task T257167) (task T257385) by Volker E
- git #d9ace831 - mediawiki.ui: Use standard variable for radio by Volker E
- git #357508a5 - mediawiki.ui: Deprecate `@borderWidthRadioChecked` var and replace it (task T257279) by Volker E
- git #897aa560 - Mark file backend base classes as stable for subclassing (task T247862) by daniel
- git #0d624baf - mediawiki.ui: Deprecate `@colorShadow` (task T257279) by Volker E
- git #8fc4ea49 - mediawiki.ui: Deprecate `*InputBinary*` variables (task T257279) by Volker E
- git #855dda50 - checkboxHack: Capture SPACE and ENTER key on button (label) to change checkbox state (task T246420) by AronDemian
- git #69e6598f - checkboxHack: Trigger 'input' event when checkbox state changes (task T246427) (task T255727) by AronDemian
- git #7717db62 - REST /user/{name}/contribs (task T235073) by daniel
- git #a2415371 - Make Skin::getSiteNotice() to truly return string. by Ammar Abdulhamid
- git #7d5fa773 - EditResult: improve documentation (task T254074) by Ostrzyciel
- git #87a8bd85 - Correctly annotate types for Rest exceptions. by Petr Pchelko
- git #7b14d2f5 - Mark Content and ContentHandler base classes as extensible (task T247862) by daniel
- git #7572a152 - Annotate extensible classes. (task T247862) by daniel
- git #be7b13f9 - Mark File base classes as extensible. (task T247862) by daniel
- git #e5067795 - Mark skin base classes as stable for subclassing. (task T247862) by daniel
- git #61f70546 - Mark media handling based classes as stable for subclassing (task T247862) by daniel
- git #e2c976bf - mediawiki.ui: Deprecate `@sizeInputBinary` and replace with `@size-input-binary` (task T257279) by Volker E
- git #4cdf4e4b - Add more data items to SkinMustache::getTemplateData (task T255924) by Ammar Abdulhamid
- git #8c2e1330 - mediawiki.ui: Deprecate all '@colorButton*' and `@colorDisabledText` variables (task T257279) by Volker E
- git #8e8d8bc8 - SignatureValidator: Don't confuse empty signature with nested PST (task T237700) by Bartosz Dziewoński
- git #9e7c158d - preferences: Prefer new kind of warnings about invalid HTML (task T140606) by Bartosz Dziewoński
- git #ee481941 - GlobalFunctions,WebRequest: Remove use of AtEase for parse_url() by Timo Tijhof
- git #f956e3d1 - Mark search base classes as stable for subclassing (task T247862) by daniel
- git #102c9573 - Mark exceptions as @newable (task T247862) by daniel
- git #a20ac7bb - resourceloader: Document that ResourceLoader::applyFilter can return null by DannyS712
- git #702af3c5 - Mark methods in authentication base classes as stable for overriding. (task T247862) by daniel
- git #bab2a362 - resourceloader: Improve perf of VueComponentParser's use of Remex by C. Scott Ananian
- git #9bc96f12 - Update CREDITS file ahead of 1.35.0 release by Taavi Väänänen
- git #12856550 - Mark additional classes as newable for now. (task T247862) by daniel
- git #c32f1bd4 - Add purgeExpiredBlocks maintenance script (task T257393) by DannyS712
- git #93f730d9 - Mark action base classes as extensible (task T247862) by daniel
- git #0bb11807 - Mark pager base classes as stable for subclassing. (task T247862) by daniel
- git #948123e5 - Mark API base classes as extensible (task T247862) by daniel
- git #bacbd3f2 - Split patch-drop-user-fields.sql into patch per table (task T257407) by Reedy
- git #262e72f5 - User: Move per-user logic in pingLimiter() closer together (task T246991) by Timo Tijhof
- git #442fb30c - Stability annotations for interfaces. (task T247862) by daniel
- git #fb3826bc - resourceloader: Mark ResourceLoaderModule as stable for subclassing (task T247862) by daniel
- git #82458c0c - Validate name for async uploads (task T208539) by Matthias Mullie
- git #bd5c3d06 - Annotate newable classes (task T247862) by daniel
- git #b3f54db1 - shell: Fix autodetection of firejail in findFirejail() (task T257282) by Kunal Mehta
- git #3dc37a14 - shell: Demonstrate that ->restrict( RESTRICT_NONE ) is broken (task T257278) by Kunal Mehta
- git #afdcacbf - REST /me/contributions/count filter by tag (task T251806) by daniel
- git #7e1f1e84 - Handle undos in action=mcrundo properly (task T256915) by Ostrzyciel
- git #70f9b874 - HISTORY: Remove empty `Removed and replaced external libraries` section from 1.30 by DannyS712
- git #e39371bc - mw.widgets.MediaSearchWidget: Show user uploads when query empty (task T62398) by markahershberger
- git #3e61a42a - Improve logging for "main slot of revision not found in database" (task T256127) by Bill Pirkle
- git #91a95e56 - Split reason dropdown list for action=delete (task T250631) by Umherirrender
- git #9fad1ec1 - MediaWikiServicesTest: newMediaWikiServices never has parameters passed by DannyS712
- git #485bdb52 - Add default deletion reason for deleting broken redirects. (task T226824) by DannyS712
Vendor
edit- git #c45b00ff - Ensure production uses wikimedia/langconv (task T252448) by C. Scott Ananian
- git #50cd449b - Bump Parsoid to v0.12.0-a20 (task T248343) by Subramanya Sastry
- git #98653c93 - Update OOUI to v0.39.3 by Volker E
Extensions
edit3D
edit- git #70e95f47 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #3b1ced55 - build: Fix phan failure about float/int by Umherirrender
AbuseFilter
edit- git #18cfe518 - build: Updating lodash to 4.17.19 by libraryupgrader
ActiveAbstract
edit- git #665279d7 - build: Updating lodash to 4.17.19 by libraryupgrader
AdvancedSearch
edit- git #966c86ad - build: Updating lodash to 4.17.19 by libraryupgrader
AntiSpoof
edit- git #3f247870 - build: Updating lodash to 4.17.19 by libraryupgrader
ApiFeatureUsage
edit- git #b85b0951 - build: Updating lodash to 4.17.19 by libraryupgrader
ArticleCreationWorkflow
edit- git #58c64b7b - build: Updating lodash to 4.17.19 by libraryupgrader
ArticlePlaceholder
edit- git #584083a9 - build: Updating lodash to 4.17.19 by libraryupgrader
Babel
edit- git #c0285470 - build: Updating lodash to 4.17.19 by libraryupgrader
BetaFeatures
edit- git #a89bfa05 - build: Updating lodash to 4.17.19 by libraryupgrader
BounceHandler
edit- git #0acf18d7 - build: Updating lodash to 4.17.19 by libraryupgrader
Calendar
edit- git #c57b430f - build: Updating lodash to 4.17.19 by libraryupgrader
Campaigns
edit- git #e7173258 - build: Updating lodash to 4.17.19 by libraryupgrader
Capiunto
edit- git #21efbb24 - build: Updating lodash to 4.17.19 by libraryupgrader
CategoryTree
edit- git #bf937f72 - build: Updating lodash to 4.17.19 by libraryupgrader
CentralAuth
edit- git #6bfa8337 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #50fc92bd - Add SameSite=None support (task T252236) by Tim Starling
CentralNotice
editNo changes for CentralNotice
CharInsert
edit- git #7a24f528 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
- git #c211a0a4 - build: Updating lodash to 4.17.19 by libraryupgrader
CheckUser
edit- git #fb4f24a6 - Sort "get edits" consistently, no matter the number of results (task T257538) by mw:User:ST47
- git #13b3856d - Create a config variable for the max result count (task T257641) by mw:User:ST47
- git #7abe84b5 - Reorganize JavaScript for Special:Investigate into separate files by Thalia
- git #dd234e10 - Add instrumentation for Special:Investigate (task T255688) by Thalia
- git #39d9366f - build: Updating lodash to 4.17.19 by libraryupgrader
- git #edbb3c58 - ComparePager: Add sort values to the results for the tablesorter (task T257349) by Thalia
CirrusSearch
edit- git #5a0467a4 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #6bfe7727 - Use correct @dataProvider in SourceRegexTest by Erik Bernhardson
- git #ecba92e5 - Also clear non-legacy hooks for test (task T257196) by Lucas Werkmeister
Cite
edit- git #e0bf47fc - build: Updating lodash to 4.17.19 by libraryupgrader
CiteThisPage
edit- git #d81787df - build: Updating lodash to 4.17.19 by libraryupgrader
Citoid
edit- git #441afdc9 - build: Updating lodash to 4.17.19 by libraryupgrader
cldr
edit- git #fec3e294 - build: Updating lodash to 4.17.19 by libraryupgrader
CodeEditor
edit- git #46773ebe - build: Updating lodash to 4.17.19 by libraryupgrader
CodeMirror
edit- git #a9da1fa5 - Load pluginModules in CodeMirrorAction class by Pavel Astakhov
- git #35593d52 - build: Updating lodash to 4.17.19 by libraryupgrader
CodeReview
edit- git #83eda069 - build: Updating lodash to 4.17.19 by libraryupgrader
Cognate
edit- git #7c03dce9 - build: Updating lodash to 4.17.19 by libraryupgrader
Collection
edit- git #9672bd7c - build: Updating lodash to 4.17.19 by libraryupgrader
CommonsMetadata
edit- git #c00ddeb5 - build: Updating lodash to 4.17.19 by libraryupgrader
ConfirmEdit
edit- git #8a4820b9 - build: Updating lodash to 4.17.19 by libraryupgrader
CongressLookup
edit- git #19f56da5 - build: Updating lodash to 4.17.19 by libraryupgrader
ContactPage
edit- git #e2b4205d - build: Updating lodash to 4.17.19 by libraryupgrader
ContentTranslation
edit- git #5b9133e0 - UI library: Align title and close icon in Dialog header by Santhosh Thottingal
- git #dc0da7aa - UI library MWDialog: Add header prop to control header visibility by NikG
- git #f5da69cf - Vue CX Dashboard: Fix spacing for draft and published translations (task T253253) by NikG
- git #06960aaf - SX: Add eslintignore by Santhosh Thottingal
- git #8af3470a - SX: Update dependencies by Santhosh Thottingal
- git #2c48c516 - MWButton: Always add padding for icon and indicator unless icon type by NikG
- git #00ce2c8c - UI library MWButton: Emit event on indicator icon click by NikG
- git #4094bd63 - UI Library: Use ~ for import from node_modules by Santhosh Thottingal
- git #b57beb9a - build: Updating lodash to 4.17.19 by libraryupgrader
- git #fe410f71 - UI library icons: Add ellipsis icon by NikG
- git #50ff9ba4 - SX UI Library: Remove spacing classes for icon and indicator for Button by Santhosh Thottingal
- git #a249001a - Section translation: version 0.1.0+20200708 by Santhosh Thottingal
- git #99ab10b2 - MWLanguageSelector: Focus select automatically when mounted by NikG
- git #7bd536c1 - SX header: Adjust padding by Santhosh Thottingal
- git #99736968 - SX Language selector: Do not use large buttons by Santhosh Thottingal
- git #183e1de8 - SX Pick a section: Complete mobile layout (task T241587) by NikG
- git #0ea4d61c - SX: Use 'recommended' style set of Vue instead of 'essential' by Santhosh Thottingal
- git #06273891 - CX Suggestion list: Complete layout (task T253253) by NikG
CreditsSource
edit- git #b39b65b0 - build: Updating lodash to 4.17.19 by libraryupgrader
Dashiki
edit- git #7863c263 - build: Updating lodash to 4.17.19 by libraryupgrader
Disambiguator
edit- git #efb1f91f - build: Updating lodash to 4.17.19 by libraryupgrader
DiscussionTools
edit- git #00042d84 - Remove DiscussionToolsEnableVisual config by Ed Sanders
- git #5d7aa9ee - build: Updating lodash to 4.17.19 by libraryupgrader
DismissableSiteNotice
edit- git #657472ce - build: Updating lodash to 4.17.19 by libraryupgrader
DonationInterface
edit- git #1a878abb - Reset employer_id each time a new search starts (task T256838) by jgleeson
DoubleWiki
edit- git #33b5682d - build: Updating lodash to 4.17.19 by libraryupgrader
DynamicSidebar
edit- git #b1a21906 - build: Updating lodash to 4.17.19 by libraryupgrader
Echo
edit- git #524cf15a - build: Updating lodash to 4.17.19 by libraryupgrader
- git #4a62746f - Echo badges should have transparent text by jdlrobson
- git #dd46c6f6 - NotificationBadgeWidget: Removes role button from footer elements so screen reader announces it as link (task T253585) by bkudiess-msft
Elastica
edit- git #c192b714 - build: Updating lodash to 4.17.19 by libraryupgrader
ElectronPdfService
edit- git #a0ecc232 - build: Updating lodash to 4.17.19 by libraryupgrader
EntitySchema
edit- git #a83a1925 - Selenium: run tests in CI (task T257195) by Željko Filipin
EventBus
edit- git #4a77f5a0 - Correctly use HttpException errorData in case base64 failed. by Petr Pchelko
- git #b10d2a53 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #0b051259 - Remove wgEventServiceStreamConfig in favor of wgEventStreams using EventStreamConfig (task T229863) by Andrew Otto
EventLogging
edit- git #404ee772 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #05b8d96b - devserver: Import missing 'urlopen' (task T257360) by Timo Tijhof
EventStreamConfig
edit- git #d79caf22 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #b3c97bf6 - Add support for default settings (task T255888) (task T251609) by Ottomata
ExtensionDistributor
edit- git #f931bc66 - build: Updating lodash to 4.17.19 by libraryupgrader
ExternalGuidance
edit- git #3485ce3f - build: Updating lodash to 4.17.19 by libraryupgrader
FeaturedFeeds
edit- git #e8a5dddf - build: Updating lodash to 4.17.19 by libraryupgrader
FileExporter
edit- git #1dd09403 - build: Updating lodash to 4.17.19 by libraryupgrader
FileImporter
edit- git #792e0c2e - Test that inContentLanguage() is called for post-import customizable message (task T256205) by Andrew Kostka
- git #a73c4eba - Tests for post-import text customizable with message (task T256205) by Andrew Kostka
- git #4b1ceebe - build: Updating lodash to 4.17.19 by libraryupgrader
- git #f028a40f - Respect AbuseFilter warnings triggered by imports (task T253872) by Andrew Kostka
- git #b753d03e - Adjust FileRevisionFromRemoteUrl validation to only use Status (task T253872) by Andrew Kostka
- git #132a475a - Update missing-config message (part 2) (task T256203) by Adam Wight
- git #72aa9327 - Disable flaky test (task T256137) by Adam Wight
- git #c8a1f278 - Validation returns Status objects (task T253872) by Adam Wight
- git #3cd2e53a - Post-import text customizable with a message (task T256205) by Adam Wight
- git #0026f819 - Move join glue to code (task T256205) by Adam Wight
- git #955f751a - Convert FileTextRevisionValidator to return a Status by Adam Wight
FlaggedRevs
edit- git #df0587a1 - Remove handling for SkinTemplateTabs hook, was removed by DannyS712
- git #c75aab85 - build: Updating lodash to 4.17.19 by libraryupgrader
Flow
edit- git #2c2720ac - build: Updating lodash to 4.17.19 by libraryupgrader
FundraiserLandingPage
edit- git #adad0cd5 - build: Updating lodash to 4.17.19 by libraryupgrader
FundraisingTranslateWorkflow
edit- git #7fa616e9 - build: Updating lodash to 4.17.19 by libraryupgrader
Gadgets
edit- git #0b2822c9 - build: Updating lodash to 4.17.19 by libraryupgrader
GeoCrumbs
edit- git #a74fabed - build: Updating lodash to 4.17.19 by libraryupgrader
GeoData
edit- git #83e945ab - build: Updating lodash to 4.17.19 by libraryupgrader
GettingStarted
edit- git #10951fc2 - Use ExtensionRegistry to check if VE is loaded by Reedy
- git #be4e08af - build: Updating lodash to 4.17.19 by libraryupgrader
GlobalBlocking
edit- git #34d3d3a2 - build: Updating lodash to 4.17.19 by libraryupgrader
GlobalCssJs
edit- git #1356d6a6 - build: Updating lodash to 4.17.19 by libraryupgrader
GlobalPreferences
edit- git #08229ec2 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #d8bf9f70 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
GlobalUsage
edit- git #bd3f972a - build: Updating lodash to 4.17.19 by libraryupgrader
GlobalUserPage
edit- git #f14e12fc - build: Updating lodash to 4.17.19 by libraryupgrader
GoogleNewsSitemap
edit- git #6a35605f - build: Updating lodash to 4.17.19 by libraryupgrader
Graph
edit- git #fa2b9af5 - build: Updating lodash to 4.17.19 by libraryupgrader
GrowthExperiments
edit- git #d907b6c6 - Instrument GrowthTasksApi methods (task T257371) by Kosta Harlan
- git #21926d3b - eslint: Use valid annotation by Kosta Harlan
- git #0226948c - SuggestedEdits: Instrument time to complete loading the module (task T257371) by Kosta Harlan
- git #c4cf6e47 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #7b1bff85 - Instrument server-side render execution of Special:Homepage (task T257371) by Kosta Harlan
- git #b2cd6cec - eslint: switch max-len rule to an error, and fix long lines by Kosta Harlan
- git #9a841199 - eslint: Fix long line limits and CSS class doc by Kosta Harlan
- git #bfc9cde1 - eslint: Bump max line limit to 120 by Kosta Harlan
- git #f1e90ff1 - hygiene: Fix eslint automatically fixable warnings by Kosta Harlan
- git #b2ceec98 - Add Persian to language list (task T253291) by Roan Kattouw
- git #815cdbce - Help panel: Transitions for the CTA button (task T255255) by Roan Kattouw
- git #66363adc - Help panel: Make the CTA button a toggle (task T255255) by Roan Kattouw
- git #a215fd7c - Remove context field from NewcomerTask schema (task T251526) by Gergő Tisza
GuidedTour
edit- git #44b2acb0 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #add9f125 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
GWToolset
edit- git #336cd4be - build: Updating lodash to 4.17.19 by libraryupgrader
ImageMap
edit- git #9903d95a - build: Updating lodash to 4.17.19 by libraryupgrader
InputBox
edit- git #44c977a8 - build: Updating lodash to 4.17.19 by libraryupgrader
Insider
edit- git #82f1e60a - build: Updating lodash to 4.17.19 by libraryupgrader
intersection
edit- git #f6573852 - build: Updating lodash to 4.17.19 by libraryupgrader
Interwiki
edit- git #317a1d58 - build: Updating lodash to 4.17.19 by libraryupgrader
InterwikiSorting
edit- git #23759192 - build: Updating lodash to 4.17.19 by libraryupgrader
Jade
edit- git #e9327709 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #7db83f94 - Update maintenance script to use new schema terms (task T257528) by Andy Craze
- git #05411563 - Added Jade user preference to [[Special:Preferences]] in Beta features tab (task T256802) by kevinbazira
- git #bb72d4f6 - Integrated parsing of wikitext in Jade entity data for Ajax pages (task T254355) by kevinbazira
Josa
edit- git #0d19a5fe - build: Updating lodash to 4.17.19 by libraryupgrader
JsonConfig
edit- git #a0bdbfbf - build: Updating lodash to 4.17.19 by libraryupgrader
Kartographer
edit- git #173312c9 - build: Updating lodash to 4.17.19 by libraryupgrader
LabeledSectionTransclusion
edit- git #d3bf0ca7 - build: Updating lodash to 4.17.19 by libraryupgrader
LandingCheck
edit- git #04534f2f - build: Updating lodash to 4.17.19 by libraryupgrader
LdapAuthentication
edit- git #dbc56f12 - build: Updating lodash to 4.17.19 by libraryupgrader
Linter
edit- git #0cdd5753 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #11421eab - Update for deprecations in PHPUnit by Bartosz Dziewoński
LiquidThreads
edit- git #b5d66531 - build: Updating lodash to 4.17.19 by libraryupgrader
Listings
edit- git #6beb7db9 - build: Updating lodash to 4.17.19 by libraryupgrader
LocalisationUpdate
edit- git #4dbc89ad - build: Updating lodash to 4.17.19 by libraryupgrader
LoginNotify
edit- git #59672895 - build: Updating lodash to 4.17.19 by libraryupgrader
MachineVision
edit- git #8ee6035f - build: Updating lodash to 4.17.19 by libraryupgrader
- git #febd04cd - Fix publish pending indicator layout (task T256382) by annet
- git #1fc6f96e - Suppress new label notifications when initial state is WITHHELD_ALL (task T256161) by Michael Holloway
MapSources
edit- git #2c5043e8 - build: Updating lodash to 4.17.19 by libraryupgrader
MassMessage
edit- git #4f52ba4f - build: Updating lodash to 4.17.19 by libraryupgrader
Math
edit- git #c1b4aaab - build: Updating lodash to 4.17.19 by libraryupgrader
MediaModeration
edit- git #a43d81c9 - build: Updating lodash to 4.17.19 by libraryupgrader
MobileApp
edit- git #8ad87ef9 - build: Updating lodash to 4.17.19 by libraryupgrader
MobileFrontend
edit- git #a5850746 - styles: Replace `@infoColor` variable with standard `@color-base--subtle` one by Volker E
- git #ee18420d - specials: switch public methods to protected by Derick A
- git #c1ee7370 - MobileContext: Avoid usage of deprecated User::getOptions() method (task T221982) by Derick A
- git #8cd33822 - specials: Avoid usage of deprecated User::getGroups() method (task T221982) by Derick A
- git #d24fbbdd - MobileFrontend: Simplify timestamp on block notice (task T194470) by Ammar Abdulhamid
- git #416f8aaa - Fix scrolling to lead paragraph when there are no sections (task T257355) by Bartosz Dziewoński
- git #88c0b1a0 - Fix setUp/tearDown visibility, minor simplifications in tests by Thiemo Kreuz
- git #2e286a47 - Ensure scrollToLeadParagraph puts text at top of viewport (task T257004) by Ed Sanders
MultimediaViewer
edit- git #8213ccd8 - build: Updating lodash to 4.17.19 by libraryupgrader
NavigationTiming
edit- git #37ad679f - build: Updating lodash to 4.17.19 by libraryupgrader
Newsletter
edit- git #1c6d0571 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #e64140ff - Prepare i18n of namespaces by lens0021
NewUserMessage
edit- git #ac27ce6f - build: Updating lodash to 4.17.19 by libraryupgrader
Nuke
edit- git #3de3b0f8 - build: Updating lodash to 4.17.19 by libraryupgrader
OATHAuth
edit- git #d1b2cfda - build: Updating lodash to 4.17.19 by libraryupgrader
OAuth
edit- git #d64a696e - build: Updating lodash to 4.17.19 by libraryupgrader
OpenStackManager
edit- git #8e2df3a7 - build: Updating lodash to 4.17.19 by libraryupgrader
ORES
edit- git #8bf46ae0 - build: Updating lodash to 4.17.19 by libraryupgrader
PageAssessments
edit- git #d64c6636 - build: Updating lodash to 4.17.19 by libraryupgrader
PagedTiffHandler
edit- git #6d99f60f - build: Updating lodash to 4.17.19 by libraryupgrader
PageImages
edit- git #e1584bea - build: Updating lodash to 4.17.19 by libraryupgrader
- git #b4f1051c - Thumbnail is too hard to type by lens0021
PageTriage
edit- git #5a752a26 - build: Updating lodash to 4.17.19 by libraryupgrader
PageViewInfo
edit- git #08b15b3f - build: Updating lodash to 4.17.19 by libraryupgrader
ParserFunctions
edit- git #59a91354 - build: Updating lodash to 4.17.19 by libraryupgrader
PdfHandler
edit- git #de78c5c1 - build: Updating lodash to 4.17.19 by libraryupgrader
Petition
edit- git #cb373858 - build: Updating lodash to 4.17.19 by libraryupgrader
Poem
edit- git #3e608346 - build: Updating lodash to 4.17.19 by libraryupgrader
PoolCounter
edit- git #eceb309d - build: Updating lodash to 4.17.19 by libraryupgrader
Popups
edit- git #5e405eb2 - Popups: Rename new config variable (task T254676) by Ammar Abdulhamid
ProofreadPage
edit- git #f9e97bc4 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #13390da2 - Improve num checks when parsing <pages include=> (task T251829) by Umherirrender
- git #962c055f - Add a dialog to PagelistInputWidget (task T253458) by Sohom
PropertySuggester
edit- git #6a21865e - build: Updating lodash to 4.17.19 by libraryupgrader
- git #5968cec4 - Remove backward compatibility piece left from 2016 (task T257448) by Amir Sarabadani
QuickSurveys
edit- git #c02bdcda - build: Updating lodash to 4.17.19 by libraryupgrader
Quiz
edit- git #50d4f63b - build: Updating lodash to 4.17.19 by libraryupgrader
ReadingLists
edit- git #83d1e502 - build: Updating lodash to 4.17.19 by libraryupgrader
RelatedArticles
edit- git #d3830d03 - build: Updating lodash to 4.17.19 by libraryupgrader
Renameuser
edit- git #8671a1a8 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #7dd4c77d - Add renameUser.php script (task T35459) by Martin Urbanec
RevisionSlider
edit- git #218ce8fb - build: Updating lodash to 4.17.19 by libraryupgrader
RSS
edit- git #1438801d - build: Updating lodash to 4.17.19 by libraryupgrader
SandboxLink
edit- git #23ba8dd6 - build: Updating lodash to 4.17.19 by libraryupgrader
Score
edit- git #e5f45c28 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #fc1cbc2e - Make Score errors use a specific css class (task T257623) by Reedy
- git #4deea170 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
Scribunto
edit- git #e44ec268 - build: Updating lodash to 4.17.19 by libraryupgrader
SearchExtraNS
edit- git #6aab02e4 - build: Updating lodash to 4.17.19 by libraryupgrader
SecureLinkFixer
edit- git #47f12670 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
- git #b5cc093c - build: Updating lodash to 4.17.19 by libraryupgrader
SecurePoll
edit- git #577cfa70 - build: Updating lodash to 4.17.19 by libraryupgrader
ShortUrl
edit- git #f48c6585 - build: Updating lodash to 4.17.19 by libraryupgrader
SiteMatrix
edit- git #e84ea9b4 - build: Updating lodash to 4.17.19 by libraryupgrader
SpamBlacklist
edit- git #8985313f - build: Updating lodash to 4.17.19 by libraryupgrader
SubPageList3
edit- git #622c298c - build: Updating lodash to 4.17.19 by libraryupgrader
SubpageSortkey
edit- git #6ebae27b - build: Updating lodash to 4.17.19 by libraryupgrader
SyntaxHighlight_GeSHi
edit- git #6bd7a93f - build: Updating lodash to 4.17.19 by libraryupgrader
- git #59252b8a - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
TemplateData
edit- git #5225cf4d - build: Updating lodash to 4.17.19 by libraryupgrader
- git #e719555d - Create initial UI for maps panel in TemplateData GUI (task T254478) by adham-khatean
- git #bf67ec6d - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
TemplateSandbox
edit- git #d574cbb3 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
- git #0ca134c2 - build: Updating lodash to 4.17.19 by libraryupgrader
TemplateStyles
edit- git #77438104 - build: Updating lodash to 4.17.19 by libraryupgrader
TemplateWizard
edit- git #0fca07ea - Selenium: Update to WebdriverIO v5 (task T257340) by vidhi-mody
- git #58d42d6c - build: Updating lodash to 4.17.19 by libraryupgrader
TextExtracts
edit- git #4a617d3a - build: Updating lodash to 4.17.19 by libraryupgrader
Thanks
edit- git #d307eba7 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #cf9aeb56 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
TheWikipediaLibrary
editNo changes for TheWikipediaLibrary
TimedMediaHandler
edit- git #0361445a - build: Updating lodash to 4.17.19 by libraryupgrader
timeline
edit- git #791c23d0 - build: Updating lodash to 4.17.19 by libraryupgrader
TitleBlacklist
edit- git #c8a08445 - build: Updating lodash to 4.17.19 by libraryupgrader
TocTree
edit- git #6b291ab8 - build: Updating lodash to 4.17.19 by libraryupgrader
TorBlock
edit- git #5adf92b2 - build: Updating lodash to 4.17.19 by libraryupgrader
Translate
edit- git #2c80fa42 - Set the latest translatable syntax version to 1 (task T256868) by Abijeet
- git #b6d224cc - Rename Wiki(Link|Parameter) everywhere by Niklas Laxström
- git #6b53b598 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #aba36faf - Remove MediaWikiMisc where not needed by Niklas Laxström
- git #6959a02f - Versioning and migration for translatable page syntax (task T256868) by Niklas Laxström
- git #88a88404 - Update Special:PageTranslation output (task T256868) by Niklas Laxström
- git #6807effc - DeprecatablePropertyArray: Use MW_VERSION instead of array_key_exists (task T257531) by DannyS712
- git #d7a2481b - Fix MediaWikiTimeListValidator output by Niklas Laxström
- git #7350e41a - Add ReplacementValidator by Niklas Laxström
- git #ab0b56e1 - Display help message when editing a translatable page source (task T192052) by Abijeet
- git #1c139708 - Update EscapeCharacterValidatorTest to use BaseValidatorTestCase by Niklas Laxström
- git #661d0c25 - Small coding style improvement in MatchSetValidatorTest by Niklas Laxström
- git #81129e92 - Consistent header format for validators by Niklas Laxström
- git #8209244d - Remove unused message translate-checks-xhtml by Niklas Laxström
- git #717d2b79 - Convert test validators to the new interface by Niklas Laxström
- git #f6518ff0 - Move page translation related integration tests and data to tag directory by Niklas Laxström
- git #bc0d1994 - Convert some page translation integration tests to unit test by Niklas Laxström
- git #c8566ac4 - Implement <translate nowrap> (task T256625) by Niklas Laxström
- git #74111bf9 - Rename Wiki(Link|Parameter) validators for consistency by Niklas Laxström
- git #27d1e596 - Convert UnicodePluralValidator to the new format by Niklas Laxström
- git #2f411a70 - Remove now unused ValidationHelper trait by Niklas Laxström
- git #1c43244d - Remove newsletter preference and related code (task T134633) by Niklas Laxström
- git #b957aca9 - Disable MediaWiki.Commenting.FunctionComment.* for tests as well by Niklas Laxström
TranslationNotifications
edit- git #09c9e582 - build: Updating lodash to 4.17.19 by libraryupgrader
TrustedXFF
edit- git #dca33d4a - build: Updating lodash to 4.17.19 by libraryupgrader
TwoColConflict
edit- git #d21e1ade - build: Updating lodash to 4.17.19 by libraryupgrader
UniversalLanguageSelector
edit- git #d52008b9 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #e128c513 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
UploadsLink
edit- git #07a32eef - build: Updating lodash to 4.17.19 by libraryupgrader
UploadWizard
edit- git #c29f205d - Use OOUI icons for upload progress (task T257750) by Ed Sanders
- git #5af0d9c4 - Delete unused image by Ed Sanders
- git #dbdfd4af - build: Updating lodash to 4.17.19 by libraryupgrader
UrlShortener
edit- git #ce1664fe - Load toolbar module only when needed by Ammar Abdulhamid
- git #93950edd - build: Updating lodash to 4.17.19 by libraryupgrader
- git #5aac946c - Add wgUrlShortenerAllowedDomains config variable. (task T255491) by Ammar Abdulhamid
UserMerge
edit- git #159131c0 - build: Updating lodash to 4.17.19 by libraryupgrader
VipsScaler
edit- git #9f1acd7a - build: Updating lodash to 4.17.19 by libraryupgrader
VisualEditor
edit- git #d43266f0 - Update VE core submodule to master (0cab1cfbb) (task T255314) by Bartosz Dziewoński
- git #92f2fb15 - Fix: focus order and screen reader issue in help popup dialog (task T257175) by Akinwale Alagbe
- git #2f7765d1 - Fix: provide proper focus order to Category popup (task T257173) by Akinwale Alagbe
- git #4b04f413 - Zero-configuration VisualEditor + PHP for MediaWiki LTS (task T248343) by C. Scott Ananian
- git #5e83b1da - Enable VisualEditor by default (task T248343) by C. Scott Ananian
- git #7d722c5f - MWMediaDialog: Show user uploads when no query provided (task T62398) by Ed Sanders
- git #8d83473f - build: Updating lodash to 4.17.19 by libraryupgrader
- git #39b6eb12 - Update VE core submodule to master (806716154) (task T256500) (task T256969) (task T257267) by Bartosz Dziewoński
- git #5a017602 - MWSignatureNode: Use template's rendering hash object (task T256969) by Ed Sanders
- git #a8753df1 - MWSignatureNode: Don't inherit from TransclusionNode by Ed Sanders
- git #b819b8a6 - getPreferredEditor() shouldn't return VisualEditor if it's disabled by the user (task T257234) by Bartosz Dziewoński
- git #4ea0cf0c - MobileArticleTarget: Double-check that section is not 'undefined' (task T257355) by Bartosz Dziewoński
- git #24c8b2d2 - Remove warning shown when editing a translatable page source (task T192052) by Abijeet
- git #a8793967 - ArticleTargetSaver: Use request action to fetch data from response by Ed Sanders
- git #ff271d7b - ve.ui.MWSignatureContextItem: Keep the $body element, just empty by Bartosz Dziewoński
WebAuthn
edit- git #cc2fb288 - build: Updating lodash to 4.17.19 by libraryupgrader
Wikibase
edit- git #f107b05b - Make TermSearchInteractorFactory wiring use TermStoreDelegatingMatchingTermsLookup (task T257684) by Michael Große
- git #e16cecf7 - Bump wikibase-api to HEAD (task T257857) by Amir Sarabadani
- git #eef79b71 - Rename extension-repo-wip.json to extension-repo.json by Lucas Werkmeister
- git #638864cb - Travis: pick more random password (task T257858) by Lucas Werkmeister
- git #dcbbbfdf - Remove util.inherit from dependencies of wikibase.Site (task T257857) by Amir Sarabadani
- git #4884b11a - Revert "DNM: Testing wikibase api tests" by Lucas Werkmeister (WMDE)
- git #de47eb47 - Fix indentation errors by Lucas Werkmeister
- git #2a8854c6 - Migrate Repo special pages to use extension.json (task T257444) by Amir Sarabadani
- git #1ac90c8c - Migrate OutputPageJsConfigHookHandler to json (task T257568) by Amir Sarabadani
- git #b1938858 - Migrate Repo wbavailablebadges API to extension JSON (task T257443) by Lucas Werkmeister
- git #929475fa - Migrate Repo API list modules to extension JSON (task T257443) by Lucas Werkmeister
- git #fa4f041b - Migrate Repo API meta modules to extension JSON (task T257443) by Lucas Werkmeister
- git #8d56f202 - Add entityterms Repo API (task T257658) by Lucas Werkmeister
- git #821ea146 - Rename hook handlers in extension-client.json to make them consistent by Amir Sarabadani
- git #abcab42f - Test object factories from Repo extension JSON by Lucas Werkmeister
- git #f83ef227 - Migrate FederatedPropertiesSpecialPageHookHandler to new hook system (task T257615) by Itamar Givon
- git #3e52cc17 - DNM: Testing wikibase api tests by Thomas Arrow
- git #881f4315 - Migrate ArticleRevisionVisibilitySet hook handler to extension.json (task T257569) by Amir Sarabadani
- git #d8cb70e4 - Decouple jquery.event.special.eachchange and util.inherit (task T257452) (task T256054) by Amir Sarabadani
- git #ee2c7301 - Fix use of wb.sites in PageConnector (task T256054) by Amir Sarabadani
- git #d4a04427 - Migrate Repo i18n globals to extension JSON (task T257442) by Lucas Werkmeister
- git #dd3d1ab4 - Directly use client extension JSON in Wikibase.php by Lucas Werkmeister
- git #9fb8a69e - Rename extension-client-wip.json to extension-client.json (task T257434) by Lucas Werkmeister
- git #c5fc6a53 - Drop WikibaseLib extension registration (task T257432) by Amir Sarabadani
- git #3eafa068 - Copy content of WikibaseLib extension.json to repo one (task T257431) by Amir Sarabadani
- git #6a9cde79 - Copy content of WikibaseLib extension.json to client one (task T257430) by Amir Sarabadani
- git #938fa1ca - Migrate LoadExtensionSchemaUpdates hook handler to extension.json (task T257570) by Itamar Givon
- git #c03ea547 - FP: SpecialPages: Parameterize description (task T256119) by Tobias Andersson
- git #e6bdd0d4 - FP: SpecialListFederatedProperties: allow specifying data type (task T255581) by Marius Hoch
- git #292f8376 - Move two more repo hooks to extension.json (task T257445) by Amir Sarabadani
- git #9788da57 - Clean up qunit tests in lib (task T256054) by Amir Sarabadani
- git #4ea2943e - Update warning for bootstrap code by Lucas Werkmeister
- git #74d945fe - Decouple jquery.ui.suggester RL module from client and repo (task T257476) by Amir Sarabadani
- git #9d224cad - Automatic fix of eslint warnings by Amir Sarabadani
- git #eac40f75 - Disable jsdoc required-param eslint rule by Amir Sarabadani
- git #9105ae6f - FP: Update documentation known issues section (task T255651) by Tobias Andersson
- git #2c08849d - Migrate RepoHooks registration to extension.json (task T257445) by Amir Sarabadani
- git #2bf5d3d2 - Stop defining Repo content model constants in PHP entry point (task T257448) by Amir Sarabadani
- git #a90109d6 - Avoid using constants defined in php entry point for content models (task T257448) by Amir Sarabadani
- git #55bb9ebb - Decouple util.highlightSubstring RL module from client and repo (task T257475) by Amir Sarabadani
- git #ace35ef2 - Decouple wikibase.buildErrorOutput RL module from client and repo (task T257457) by Amir Sarabadani
- git #c242cc83 - Decouple jquery.wikibase.wbtooltip RL module from client and repo (task T257454) by Amir Sarabadani
- git #082b6db6 - Decouple jquery.wikibase.siteselector RL module from client and repo (task T257455) by Amir Sarabadani
- git #52f04f27 - Migrate Repo permissions to extension.json (task T257441) by Lucas Werkmeister
- git #4f33be8b - Move trivial hook handlers out of ClientHooks by Lucas Werkmeister
- git #80d915ed - Migrate WikibaseView hooks to the new hook handler system by Amir Sarabadani
- git #b9b82c9a - Decouple wikibase.sites RL modules between repo and client (task T256054) by Amir Sarabadani
- git #9580a0f0 - Make linkitem module use packageFiles instead of scripts (task T256054) by Amir Sarabadani
- git #bb08902c - Remove \Wikibase\Lib\Settings (task T257334) by Lucas Werkmeister
- git #da79a1a0 - Stop using Settings in SitesModule (task T257334) by Lucas Werkmeister
- git #51f19042 - Stop using Settings in RepoAccessModule (task T257334) by Lucas Werkmeister
- git #7ae4f7b4 - Bump value view and data values libs to HEAD (task T256054) by Amir Sarabadani
- git #fd479ea9 - TaintedRef Updated README by gtzatchkova
- git #bd9446d9 - Tainted Ref: Use "vue" ResourceLoader module->core (task T247521) by gtzatchkova
- git #8c190150 - FP: Add section about privacy (task T256226) by Tobias Andersson
- git #f51f1809 - Decouple EntityDiffChangedAspects and EntityDiffChangedAspectsFactory by Amir Sarabadani
- git #134df761 - FP: Add section about mixing local/federated props (task T255651) by Tobias Andersson
- git #597ff547 - Tainted Ref: Use "vue" ResourceLoader module->core (task T247521) by Guergana Tzatchkova
- git #1bd339f1 - Removes OtherProjectsSidebar hook (task T256570) by Tpt
- git #6204535e - Remove duplication from SimpleCacheWithBagOStuff by Michael Große
- git #35cff8ae - Accept Wikibase ADR 0013 - Shared Repo Client Features (task T254894) by Thomas Arrow
- git #2cc9584c - FP: Add a SetClaimFederatedPropertiesTest by Marius Hoch
WikibaseCirrusSearch
edit- git #537169dc - Using class constants instead of generic ones for content model (task T257448) by Amir Sarabadani
WikibaseLexeme
edit- git #db5f4b11 - Follow-up 3d2cf535: Use UTF-8 to avoid breaking TWN by James D. Forrester
- git #dfc2deb6 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #3d2cf535 - Add missing language names for nrf-je and nrf-gg on add lexeme page (task T257423) by Remko de Keijzer
WikibaseLexemeCirrusSearch
edit- git #74c1b42f - build: Updating lodash to 4.17.19 by libraryupgrader
WikibaseMediaInfo
edit- git #b053b37f - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
- git #0a7bb56f - Use WMBI specific search query builder. (task T252685) by Cormac Parle
- git #9917a86d - Add whitespace between values & constraints violation icon (task T251178) by Matthias Mullie
- git #78690732 - Don't always display input by default (task T256933) by Matthias Mullie
- git #99f16b13 - Replace deprecated mediawiki.ui var with static value by Volker E
WikibaseQualityConstraints
edit- git #81b79833 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #59b8de1e - Replace deprecated mediawiki.ui var with static value by Volker E
Wikidata.org
edit- git #1cb80363 - build: Updating lodash to 4.17.19 by libraryupgrader
WikidataPageBanner
edit- git #4cea5a01 - build: Updating lodash to 4.17.19 by libraryupgrader
WikiEditor
edit- git #789193c5 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #358c587f - Makes special characters booklet accessible (task T253410) by bkudiess-msft
wikihiero
edit- git #1bd1c497 - build: Updating lodash to 4.17.19 by libraryupgrader
WikiLove
edit- git #a8d1f1d7 - Remove doc hint for hook SkinTemplateTabs by Umherirrender
- git #17068120 - build: Updating lodash to 4.17.19 by libraryupgrader
WikimediaApiPortalOAuth
editNo changes for WikimediaApiPortalOAuth
WikimediaBadges
edit- git #5dbd559d - build: Updating lodash to 4.17.19 by libraryupgrader
- git #4d124781 - Uses WikibaseClientSiteLinksForItem hook instead of OtherProjectsSidebar (task T256570) by Tpt
WikimediaEditorTasks
edit- git #0eac385b - build: Updating lodash to 4.17.19 by libraryupgrader
WikimediaEvents
edit- git #80cf24e3 - build: Update eslint-config-wikimedia to 0.16.2 by Ed Sanders
- git #594009b6 - Set SearchSatisfaction schema to Event Platform schema URI (task T249261) by Andrew Otto
WikimediaIncubator
edit- git #2c19ea82 - build: Updating lodash to 4.17.19 by libraryupgrader
WikimediaMaintenance
edit- git #5d27c594 - build: Updating lodash to 4.17.19 by libraryupgrader
WikimediaMessages
edit- git #b793ba61 - Add messages for lijwikisource (task T257672) by Martin Urbanec
- git #43f18793 - Fix a typo in arywiki's message (task T257674) by Martin Urbanec
- git #ff5f98f4 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #891ee660 - Add messages for sysop_itwiki (task T256545) by Martin Urbanec
- git #42046860 - Add messages for arywiki (task T257674) by Martin Urbanec
- git #61fa4762 - Remove messages for "ombudsman" global group (task T256299) by Taavi Väänänen
Wikisource
edit- git #f000fba8 - build: Updating lodash to 4.17.19 by libraryupgrader
XAnalytics
edit- git #c443c70d - build: Updating lodash to 4.17.19 by libraryupgrader
Skins
editCologneBlue
edit- git #ba7c5c73 - build: Updating lodash to 4.17.19 by libraryupgrader
MinervaNeue
edit- git #22bf7fad - build: Updating lodash to 4.17.19 by libraryupgrader
- git #4e128499 - Deprecate the MinervaPreRender hook, unused (task T256079) by DannyS712
- git #d4ff1f2d - Selenium: Setup Visual Studio code debugging by Edward Tadros
- git #9716e52f - eslint: Remove upstreamed OO global by Ed Sanders
Modern
edit- git #df76cec6 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #ad64d2c3 - Modern: Remove usage of $wgUseTwoButtonsSearchForm config variable (task T256568) by Ammar Abdulhamid
MonoBook
edit- git #3bc86069 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #cc55b0d8 - MonoBook: Remove usage of $wgUseTwoButtonsSearchForm config variable (task T256568) by Ammar Abdulhamid
- git #b87a5b66 - Use 'normalize' module from core's 'mediawiki.skinning' (task T256520) by Volker E
Nostalgia
edit- git #cdbb27b9 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #935514a2 - Nostalgia: Always show two-buttons search form (task T256568) by Ammar Abdulhamid
Timeless
edit- git #e8f1e5ab - build: Updating lodash to 4.17.19 by libraryupgrader
- git #dc4443a7 - Timeless should support default logos (task T231615) by jdlrobson
Vector
edit- git #d5cb58b3 - Max-Width Layout: Make footer width match content width to avoid overlap with sidebar (task T257518) by Nicholas Ray
- git #7a16ae24 - Rename template variables to mirror SkinMustache (task T257630) by jdlrobson
- git #c405ffb1 - Cleanup: Template variables by jdlrobson
- git #c4cc51d7 - build: Updating lodash to 4.17.19 by libraryupgrader
- git #81daa1ab - Deprecate VectorTemplate by jdlrobson
- git #2b5857f6 - Add enter/spacebar keyboard support to sidebar. (task T255727) by Jan Drewniak
- git #aaf8b772 - [docs] Fix typos in comments by Volker E
- git #1fac82f8 - Sidebar persistence for logged-in users in modern Vector. (task T255727) by Jan Drewniak
- git #c9ff9c28 - VectorTemplate: use skin->Msg() instead of msg() by daniel
- git #092a2957 - Implement Page, Workspace, Content, and Article Toolbar Containers (task T246420) (task T153043) by Nicholas Ray
- git #04bcd93a - Logo shouldn't import layout by jdlrobson
- git #9efd8a92 - [modern] Fix rendering of `main` element in IE10 & 11 (again) (task T256092) by Volker E
- git #ac140d53 - Select initial side bar visibility depends on user login state and defaults (task T254230) by Peter Ovchyn
WikimediaApiPortal
edit- git #d3f83ad5 - build: Updating lodash to 4.17.19 by libraryupgrader
VisualEditor
edit- git #1a42033c - build: Updating lodash to 4.17.19 by libraryupgrader
- git #72ee5f35 - Update OOUI to v0.39.3 by Volker E
- git #530d34e4 - Fixes table edit buttons (<>) missing name and role (task T257267) by bkudiess-msft
- git #b1cc9bcf - Fix typo: vender->vendor by Ed Sanders
- git #71b9a08f - CompletionWidget: Use getCoveringRange by Ed Sanders
- git #c85a59d7 - Clear surface.activeNode when table cell is torn down (task T256500) by Ed Sanders
- git #3375a5e8 - GeneratedContentNode: Don't try to render if model is detached (task T256969) by Ed Sanders
- git #94448b78 - Adds tabindex to document node (task T255314) by bkudiess-msft
Total Changes
edit522 Changes in 190 repos by 78 authors