MediaWiki 1.35/wmf.22
Appearance
MediaWiki 1.35.0-wmf.21 | Deployment of MediaWiki 1.35.0-wmf.22 to Wikimedia sites | MediaWiki 1.35.0-wmf.23 |
The latest version (labeled "1.35.0-wmf.22") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 3 March 2020 (see the roadmap).
Core changes
[edit]- git #e13660aa - Include wmf/1.35.0-wmf.22 submodules and Defines.php
- git #4d4d4b61 - Forgot to include the deprecation version
- git #268759c1 - SiteConfiguration: Optimise getAll() and doReplace() loops (task T169821)
- git #31283f34 - Reduce usage of the Language class (task T243913)
- git #5607158b - TemplateParser: Make cache value include metadata (task T113095)
- git #5780011e - objectcache: make ObjectCache::newFromParams() defaults more consistent
- git #c448337b - Add a maintenance script to block a list of users (task T246368)
- git #f9d35b7e - Add unit tests for SiteConfiguration extraction with nested strings (task T169821)
- git #e1dd371e - Make use of PHPUnit's assertCount feature where possible
- git #a14a1f39 - rdbms: support native batched replace() in DatabaseSqlite
- git #a1edd341 - Fix: Add title property to search form (task T246303)
- git #4029fbf3 - build: Remove unused 'jpeg-js' npm dev dependency
- git #05e884af - skins: Soft deprecate `SkinTemplate::getNameSpaceKey()` method
- git #e193c80f - skins: Soft & hard deprecate `SkinTemplate::makeArticleUrlDetails()`
- git #542f8522 - skins: Remove deprecated Skin::escapeSearchLink()
- git #df41a41d - skins: Soft & hard deprecation must have same MW version number
- git #974cbebb - PHPVersionCheck: Refactor triggerError() to be easier to understand
- git #f05872cf - The PHP Group stopped supporting 7.1 in late 2019
- git #05a91ac3 - Add standard `box-shadow` to `sticky` preferences button row
- git #92077bb5 - skins: Remove deprecated method Skin::getSkinNameMessages()
- git #77d503db - Remove Revision::loadFromId(), deprecated and unused (task T242311)
- git #35ff5575 - Remove various unused AjaxResponse methods (task T245800, task T42787)
- git #68353d93 - DEVELOPERS.md: Remove reference to Docker/Recipes (task T246433)
- git #71ccea79 - [docker] Set log directory by default (task T246548)
- git #af3b610a - skins: Remove incorrect comment about msgWiki() deprecation
- git #d1557174 - rdbms: Avoid using reserved word "host" in Monolog context keys (task T245280)
- git #8dfa1624 - profiler: Remove support for $wgDebugLogGroups['profileoutput'] (task T245835)
- git #a9cae1a9 - Remove unused variables from closure use() lists
- git #7d668219 - mw.Api: Add utility function for asserting the current user
- git #48f7580a - Hard deprecate Revision::countByTitle (task T246284)
- git #0f9fc7b7 - Hard deprecate Revision::countByPageId (task T246284)
- git #2efa4b69 - Hard deprecate Revision::loadFromTitle (task T246284)
- git #8ea8171c - Generalise skin preferences so it can be used by Monobook (task T246296)
- git #6b3638ca - Special:RecentChanges: Add `aria-label` to MenuSelectWidget
- git #2cdeb26d - Split FakeMaintenance and LoggedUpdateMaintenance to their own files
- git #c05bdcee - Remove unreachable null checks after isset()
- git #8d57c5e3 - Replace weird stdClass mock with class actually expected
- git #f6eeac67 - htmlform: Fix unnecessary scrollbar for OOUI HTMLCheckMatrix
- git #bbc389dc - [CSS] [Special:Preferences] Remove redundant OOUI override (task T245793, task T242381)
- git #faee89d0 - mediawiki.util: addPortletLink fires hook for Minerva UX support (task T236711, task T244679)
- git #4e054ec9 - edit: Fix assumption #wpSummary is always there (task T177489, task T241325)
- git #40cf0d2e - filerepo: Add and fix visibility keywords in ArchivedFile
- git #0ac62e13 - Improve documentation in editwarning script (task T207149)
- git #52a029aa - BlockErrorFormatter: Use language-specific comma separators
- git #ef9dae1e - Deprecate requiring a right in LogEventsList::typeAction (task T246410)
- git #a37adeff - Annotate hook parameters that are references for legacy reasons. (task T193950)
- git #af7674db - Hard deprecate LogEventsList::getExcludeClause $wgUser fallback (task T246409)
- git #98a4fa1b - Cleanup various calls to IDatabase::upsert()
- git #d893169c - htmlform: Remove padding override
- git #c29ad0f2 - include blob: as a default script-src (task T245981)
- git #eadff5da - MediaWiki-Docker: document how to use Vector skin (task T246360)
- git #0f87f588 - Convert JobRunner into a service and use DI (task T246156)
- git #56abd837 - TemplateParser: Document and normalize exceptions (task T113095)
- git #fdd9e0df - SpecialWhatLinksHere: Display section anchor for redirects (task T103281)
- git #183edf76 - tests: Replace a very long string with str_repeat
- git #28671f69 - OutputPageBeforeHTML: Fix class of first parameter in docs
- git #d6f2df38 - Update OOUI to v0.37.0 (task T207369, task T232383, task T235585, task T237230, task T245073, task T245576, task T245760, task T245793)
- git #2681a587 - Update oojs to v3.0.1
- git #51ae353a - Special:Preferences: Split the unknown/neutral gender into label and help
- git #041d2614 - mediawiki.ui: Match button padding/line-height to inputs & OOUI
- git #6534a72f - editpage: Set tab index on "Cancel" button that follows the other buttons (task T246257)
- git #9b34f678 - sqlite: Fix broken integration tests for SQLite db driver (task T245995)
- git #671f7854 - mediawiki.jqueryMsg: Add bi-di support
- git #5afaaa74 - rdbms: extend PRAGMA support in DatabaseSqlite to include "temp_store"
- git #133ce0c4 - sitestats: cleanup use of upsert() by removing the key column from SET
- git #8500f9de - Remove $wgAllowTitlesInSVG, deprecated and unused (task T246193)
- git #7186b63f - Hard deprecate Title::getUserPermissionsErrors (task T244929)
- git #dec8dddd - Hard deprecate RecentChange::markPatrolled (task T245195)
- git #ed7c556d - apisandbox.js: fix PARAM_MAX2 handling
- git #909f0bef - ) (bug 5, task T244929)
- git #ff4606fd - docs: Add missing BeforeResetNotificationTimestamp hook and MediaWikiPHPUnitTest::*
- git #53247b5c - Add missing colons to parameter declarations
- git #7cd07283 - Remove mediawiki.template.regexp module (task T233676)
- git #2e65ba61 - [doc] [JavaScript] [Special:Preferences] Clarify selector (task T242381)
- git #00bd0d2d - Increase PHP requirement from 7.2.9 to 7.2.22 due to segfault issue (task T228346)
- git #007a0620 - resourceloader: Convert mediawiki.Uri to package files (task T233676)
- git #f081a71f - debug: Remove $wgDebugTimestamps feature
- git #d297fe8c - Avoid using deprecated $wgContLang (task T245940)
- git #60dc4b41 - stashedit: Ensure that $summary is a string (task T245928)
- git #a3ce1f9d - resourceloader: Add more granular phan type information in various classes
- git #632b2cb5 - Use wl_id to loop through watchlist in cleanupWatchlist.php (task T127954)
Vendor
[edit]- git #dfaeeb8b - Updating firebase/php-jwt (v5.0.0 => v5.1.0)
- git #a1efa2f1 - Updating symfony/polyfill-php73 (v1.13.1 => v1.14.0)
- git #5ede811c - Updating spomky-labs/cbor-php (v1.0.7 => v1.0.8)
- git #1310664f - Updating ramsey/uuid (3.9.2 => 3.9.3)
- git #706ab0fc - Update OOUI to v0.37.0
- git #4304ed2f - Add pear/net_url2 at 2.2.2 (task T88914)
Extensions
[edit]AbuseFilter
[edit]- git #2c03c77d - Add a maintenance script to clean afl_var_dump (task T213006, task T187153, task T204236, task T187731, task T204235, task T214193, task T214196, task T34478)
- git #c9a4146f - Add fixOldLogEntries to update.php (task T208931)
- git #f454e60e - Start using new format for var dumps (task T213006)
- git #518c1767 - Stop using the Revision class
- git #fe28aff8 - ViewEdit: add af_id to the row
- git #b9a1e862 - Remove old number syntax (task T212730)
- git #1bac1102 - Remove dependency on $wgRestrictionTypes
- git #22925c53 - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
- git #aa15267c - Add string typehint to $summary in onParserOutputStashForEdit (task T245928)
- git #d8cb1a33 - Factor out get(Local|Global)Filters methods
AdvancedSearch
[edit]- git #d13990ac - Improve param docs
AntiSpoof
[edit]- git #2f40d31d - Soft deprecate AntiSpoof::checkUnicodeString and SpoofUser::getError
- git #f62f1cf0 - Remove unused code, mark code as private, update type hints
Babel
[edit]- git #8cd6dcba - Use static PHP arrays instead of CDB (task T207055)
BetaFeatures
[edit]- git #8950c7c9 - Follow-up 56e2bbbbe: Fix this for VisualEditor, too
- git #56e2bbbb - Avoid crashing when a feature is hidden with $wgHiddenPrefs
- git #7d5df8ad - Clean up server-client transmission of blacklist
CheckUser
[edit]- git #29d4f76e - Updating firebase/php-jwt (v5.0.0 => v5.1.0)
- git #7cc53339 - PagerFactory: Make return types more specific
- git #2abcab6e - Fix whitespace in CompareServiceTest
- git #af9eeb9b - Add highligting on hover to Special:Investigate results tables (task T237299)
Citoid
[edit]- git #2ec22298 - Remove unnecessary local variables
- git #283fef87 - Don't show convert message if 'auto' mode is not available (task T229654)
CodeMirror
[edit]- git #99db78cd - CodeMirror: Add COPYING file and credit for CodeMirror authors (task T234086)
- git #d0418ae8 - Don't let CodeMirror set the font to monospace if it's set on an ancestor. (task T245568)
- git #d70bd9d1 - Unify monospace font stack. Avoid potential sizing bug caused by weird browser behavior with `font-family: monospace;` (task T176636)
- git #006d4ba9 - Add comment to make usage of jquery.ui module discoverable
Collection
[edit]- git #391f2c60 - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
ConfirmEdit
[edit]- git #035e073d - Don't use logging reserved word 'ip' as parameter (task T245280)
ContentTranslation
[edit]- git #69697b46 - CX Dashboard: New version in Vue - Framework (task T243583)
- git #5bcc76f4 - Add `box-shadow` to `sticky` translation filter bar to emphasize scrollability (task T246591)
- git #c4fcd186 - Updating firebase/php-jwt (v5.0.0 => v5.1.0)
- git #cbe8e991 - Stop using deprecated AbuseFilter methods
CreditsSource
[edit]- git #8312bf4e - Update comments, remove minor pieces of dead code
DiscussionTools
[edit]- git #711d5c43 - Parse Parsoid document as XHTML to avoid IE 11 bugs
- git #85b2cf00 - modifier: Fix IE 11 incompatibility due to 'parentElement' (task T246565)
- git #ea260098 - Work around mw.Uri crash on fallback encoding in links (task T245889)
- git #656b413b - ReplyWidget: Disable "Reply" button if input is empty (task T246058)
- git #2b213146 - Correct the integration for logging (task T244874)
- git #d217b2b8 - Replace deprecated Language class properties with constants
- git #d068d2ef - Clean up the interface after discarding a reply (task T245574)
- git #e2bf0d25 - Instrumentation: abort-navigate case (task T244874)
Echo
[edit]- git #bca8d5c6 - Improve param docs
EventBus
[edit]- git #387137f2 - REST Api-Testing: Fix job definition to avoid PHP warnings (task T244826)
- git #f19769a0 - REST endpoint for executing jobs (task T244826)
Flow
[edit]- git #532639b2 - RecentChangesListener: Remove use of deprecated save(noudp=false)
- git #5082382b - Improve param docs
- git #d3216920 - Assert the current user during all write operations (task T217774)
- git #27999ab2 - Declare missing dependency on mediawiki.storage (task T246312)
- git #c6b5b663 - Stop using deprecated AbuseFilter methods
FundraiserLandingPage
[edit]- git #eb8b25fa - Fix MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic
- git #6d099c28 - Improve param docs
GlobalUsage
[edit]- git #834c815b - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
GrowthExperiments
[edit]- git #7858347d - TopicSelectionWidget: Do not resize dialogs when "show more" is clicked (task T238610, task T244421)
- git #800e169e - SuggestedEdits: Use different prefs for morelike vs ORES topic filters (task T244421)
- git #6470c56b - StartEditingDialog: Don't send a flurry of requests on "select all"
- git #cda8b5ef - Improve param docs
- git #e93a54ba - SuggestedEdits: Fix JS error when displaying end of queue card (task T246512)
- git #179b636e - Change wmbad- prefix for topic pillbox widget
- git #5cc5125f - TopicSelectionWidget: UI changes for ORES topics (task T244421)
- git #b73ade24 - Update default reading mode namespaces
- git #4a5ad1ca - Fix Invocation PHPUnit version incompatibility
- git #ffff286a - Avoid extra URL parameter when guidance is disabled
- git #92cb2850 - Guidance: Add pulsing blue dot on desktop and mobile (task T244435)
- git #d6a1805b - StartEditing: Handle configuration errors more gracefully
- git #d1ff2c7a - Make suggested edit cards link directly to articles when there is no page ID
Jade
[edit]- git #ee46eec0 - Update extension authors
- git #712ffbd7 - Changed proposalWidget-editForm-text input to textarea (task T242648)
- git #d47a13ed - Changed endorsementWidget comment font style to italic (task T242648)
- git #523eca0b - Add license file
- git #f52c1039 - Moved popup to the right (task T242648)
- git #f5d291a0 - Added jade-facet-editquality-desc-popup class (task T242648)
- git #8c3a3bd0 - Fix anonymous user id in DeleteEndorsement comment (task T245311)
- git #6a66e50d - Aligned jade-ui-moveendorsement-button to the right (task T242648)
- git #7d84cdd3 - Added HorizontalLayout to move endorsement dialog button (task T242648)
- git #f679ac96 - Reindex endorsement arrays on move. (task T245311)
JsonConfig
[edit]- git #f375691a - Improve param docs
LiquidThreads
[edit]- git #d78e58ba - ) (bug 2, task T241619)
- git #1b91822a - ) (bug 1, task T241619)
- git #2a344242 - Fix bad type on cancel button
- git #7bace0bd - Fix broken CI test run
- git #5c0982dc - Add and update many PHPDoc comments
- git #18f7078e - More specific exceptions in .phpcs.xml
- git #499c4a20 - Replace use of `rc_new` field with `rc_source` (task T36320)
LoginNotify
[edit]- git #159b6b3b - Improve param docs
MachineVision
[edit]- git #2d2692d6 - Fix slow random unreviewed image queries (task T243872)
MobileFrontend
[edit]- git #cc4ca1af - build: Updating dependencies
- git #8b57559e - Add compatibility with Extension:NearbyPages (task T66316)
- git #df3ef6bf - modules: Document private method & remove excluded sniff from .phpcs.xml
- git #c5c005e7 - mobilediff: Fix added/deleted content colors to not apply inside visual diffs (task T244673)
MultimediaViewer
[edit]- git #c73a73a2 - Maintenance: `npm -s run lint:fix` caught some missed empty lines and spaces. (task T245930)
- git #cf26ef2e - metadataPanel.formatDate: Account for timezoneness (task T243160)
Newsletter
[edit]- git #68769276 - Improve param docs
Nuke
[edit]- git #1160b7e3 - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
OATHAuth
[edit]- git #b3c7d912 - Improve param docs
OAuth
[edit]- git #060c7b80 - OAuth: Add navigation links to special pages (part three) (task T241869)
- git #e46e4500 - Move TestOAuthSignatureMethod_RSA_SHA1 to anon inline class
- git #65f097a4 - Updating firebase/php-jwt (v5.0.0 => v5.1.0)
- git #909206f5 - Added informative message to Special:OAuth (task T230986)
- git #8750ffba - OAuth: Add navigation links to special pages (part two) (task T241869)
PageTriage
[edit]- git #bb88f8ce - Improve param docs
PagedTiffHandler
[edit]- git #38c99ada - Replace assertEquals with strict assertSame and such
Popups
[edit]- git #731a9935 - build: Updating dependencies
ProofreadPage
[edit]- git #92def312 - Add names for special pages on Serbian
PropertySuggester
[edit]- git #79e61ab1 - Improve param docs
RelatedArticles
[edit]- git #1fa6409e - Improve param docs
SecureLinkFixer
[edit]- git #1ad80ec8 - Updating domains.php from Mozilla
SecurePoll
[edit]- git #ddddbebe - Fix outdated call to readDbListFile() with full file path
SyntaxHighlight_GeSHi
[edit]- git #b59f43ce - Improve param docs
- git #c1e371b8 - Syntaxhighlight: Classnames for the highlighted language (task T189106)
TimedMediaHandler
[edit]- git #fd34a6e3 - Improve param docs
TitleBlacklist
[edit]- git #e35e542c - Update cache key for Unicode normalization (task T246643)
- git #66f6418e - Improve param docs
- git #f03d6c61 - Use AntiSpoof::checkUnicodeStringStatus
Translate
[edit]- git #afa8f356 - Add HtmlTagInsertablesSuggester
- git #6d7249d9 - Add NumericalParameterValidator (task T244835)
- git #de2e5c16 - Improve param docs
TranslationNotifications
[edit]- git #407a3528 - Rename TranslationNotification to TranslationNotifications in jobs (task T144780)
TwoColConflict
[edit]- git #285b5d34 - Show "please select a side" on all rows, not only the first (task T245410, task T245736)
- git #c9acfd16 - Remove leftover switch for old ui
- git #3fb5d043 - Make sure a side is selected in all browser tests (task T245410)
- git #5c3b05e3 - Remove remaining editwarning trigger in tests
- git #33d173d2 - Disable editwarning in browser tests
- git #84e3cce1 - Remove extra submit flag in favor of content values (task T245505)
- git #e1410042 - Dynamic labels during column selection (task T245736)
UniversalLanguageSelector
[edit]- git #61f1a986 - Simplify ext.uls.preferences module
UploadWizard
[edit]- git #ec7e106f - Made upload comment more informative (task T234192)
- git #b174893f - Add configuration setting for the link to all categories (task T228579)
- git #d348beab - Removing redundant call to getWikiText().
VisualEditor
[edit]- git #42194ec4 - Fix checkbox handling in the API (task T245579)
- git #71157aab - NWE: Don't change editor preference if visual mode not available (task T246259)
- git #7c691723 - Update VE core submodule to master (244656506) (task T245319)
- git #9655bee7 - Fix dimensions of WE2017 switch to VE (task T223155)
- git #dd91c3cd - Fix: non descriptive announcement of version no. (task T245470)
WikiEditor
[edit]- git #3303e4b2 - Add z-index: 1 to menu options (task T246550)
- git #8af7b2df - Improve param docs
Wikibase
[edit]- git #551d41f3 - Do not hold DB connections in class properties in new term store classes (task T246468)
- git #51ffa68a - bridge: reorder EventEmittingButton sizes
- git #c964c355 - bridge: make EventEmittingButton sizes responsive (task T239421)
- git #13773d90 - bridge: Add UpdateMutationStrategy (task T238662)
- git #00ec7ecc - bridge: let guards respect strategy's knowledge
- git #b01887a5 - bridge: escalate vue warnings in storybook to GUI
- git #576126e0 - bridge: Add StatementGroup getter to MainSnakPath
- git #18f61055 - bridge: maxlength as number in StringDataValue story
- git #3a2a3d85 - bridge: set all props in EventEmittingButton stories
- git #5a96f684 - bridge: make input field larger on mobile (task T239421)
- git #ff49d492 - bridge: storybook hygiene
- git #33e09f52 - bridge: allow interaction with Loading in storybook (task T237433)
- git #9d8b95f1 - Fix bogus unique index parameter in IDatabase::upsert() call
- git #58288cca - docs: document slight changes to term storage (task T225857)
- git #568873f0 - Job queue integration tests for term store writers (task T244115)
- git #095b1071 - wbterms: Split new term storage cleaning into own transaction (task T244115)
- git #d0b38edb - Remove unused MultiItemTermStoreWriter
- git #ffea0ec4 - Remove unused WikibaseRepo::getItemTermStoreWriter
- git #8702fb3a - bridge: remove side margins on mobile (task T239421)
- git #ee4523ed - bridge: Increase bodyS font-sizes in mobile to bodyM (task T239421)
- git #dace5b36 - Use LoginPage.loginAdmin instead of workaround
- git #8b368184 - bridge: Disable save(publish) button while in saving state (task T244997)
- git #9275a172 - SingleEntitySourceServices to use ByTypeDispatchingEntityRevisionLookup (task T246152)
- git #2ff8ec18 - Update failed merge / modify error message.
- git #e8e46f37 - Use same user/password env vars as mw browser tests
- git #9091262b - bridge: Disable cancel while saving (task T244997)
- git #20b80386 - bridge: Show progress bar while in saving state (task T244995)
- git #66e3d1dd - bridge: declare Statement ID as optional (task T238662)
- git #2bc61aea - bridge: move and rename SnakActionErrors (task T238662)
- git #578a461a - bridge: hint only relevant statement content in logic
- git #651a5362 - bridge: extract helper for creating API responses
- git #6ab310ca - Add i18n key for failed item merge (task T243969)
- git #7dd955ea - Get JobRunner from MediaWikiServices instead of instantiating one (task T246156)
- git #1dfbd734 - bridge: update to new component library version (task T243192, task T245837)
- git #e32ed74e - Do prefetching entity ids on batches of 20 entity per query (task T246159)
- git #957a8f7f - docs: add missing "number" data-values library
- git #3979c653 - bridge: prepare for different statement mutations (task T238662)
- git #23289123 - docs: make ADR 7 title conform with others
- git #7e820ee6 - docs: Remove link to gone extending-entities doc from index
- git #95bd3ed3 - docs: remove term-store library that is no longer used
- git #f2780489 - Remove rootJobTimestamp from refreshLinks jobs in client (task T233520)
- git #1e242429 - Update data-values/value-view submodule (task T242769)
- git #44b2facf - Remove pre-entity source based federation globals
- git #9fa151bd - EntityIdSearchHelper: Handle unknown repo in entity ids (task T244023)
- git #769e14de - GetEntities: Handle unknown repo in entity ids (task T244023)
- git #9976c7de - bridge: remove vue cli from Dockerfile (task T245422)
WikibaseLexeme
[edit]- git #b7a7161f - Fix mock response object structure (task T234752)
- git #fcee8e9f - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
WikibaseMediaInfo
[edit]- git #4639c3d3 - Switch action button order for improved keyboard navigation (task T221687)
- git #b62aac58 - Display existing somevalue and novalue top-level statements (task T239172)
- git #fd85f8b0 - Fix server-side rendered HTML
- git #f3a87ec8 - Implement support for monolingual text datavalue (task T231996)
- git #e0ccc475 - Implement support for time datavalue (task T231979)
- git #c36740e1 - Remove left border and border radius on adjacent widgets
- git #ef19e0ff - Default to unsupported input type
- git #982f5cf1 - Remove "primary" class from input widget "Add" buttons (task T231979)
- git #b7c06c25 - Clean up pre-entity source based federation code
WikibaseQualityConstraints
[edit]- git #38d5df8d - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
WikimediaEditorTasks
[edit]- git #41a78550 - Adds Image Tag edit and revert counts (task T244974)
- git #d0fd3945 - Make conditional edit counting less magical
WikimediaEvents
[edit]- git #1fdb9361 - Add code comment warning to onResourceLoaderGetConfigVars hook
- git #d9dcff37 - Set wgWMEClientErrorIntakeURL in onResourceLoaderGetConfigVars (task T246030, task T226986)
- git #0bed10b5 - Improve param docs
WikimediaIncubator
[edit]- git #78399db3 - Remove uses of global $wgUser (task T241630)
WikimediaMaintenance
[edit]- git #d3889c3f - Enable Generic.Files.LineLength.TooLong and make pass
- git #acd11dbb - Replace usage of deprecated Page in favor of WikiPage/Article (task T239975)
WikimediaMessages
[edit]- git #3ef6f396 - Add messages for future gr.wikimedia.org (task T245911)
Wikisource
[edit]- git #9ae67fbf - Improve param docs
Skins
[edit]MinervaNeue
[edit]- git #fb36687f - setAttribute takes a string not an array
- git #6b6c6b8d - Menu items added via addPortletLinks should look like other menu items (task T236711)
- git #e56349f7 - Hard-deprecate $wgMinervaCustomLogos being set (task T232140)
- git #62f6b8a1 - Unify messages for skin specific CSS/JS overrides
- git #c2bed81a - Remove unused 'warning' icon (task T244444)
- git #1c18c860 - Reduce margin in icon and label combination (task T237019)
- git #d3f1b683 - PageActionsMenu: Reduce spacing between icons and text in tablet mode (task T237019)
MonoBook
[edit]- git #607fbb78 - Extend documentation of CSS trick that sets the minimum content font-size to 11.43px
- git #f7e48304 - Reveal Monobook "enable responsive design" option when skin selected (task T246296)
Vector
[edit]- git #0ba99a1e - Make sure Vector skin preferences always follows skin (task T246162)
- git #48988c8a - Instead of accessing $data property use set/get/html methods (task T246161)
- git #98b70067 - Replace Grunt tasks with npm scripts in package.json (task T242781)
- git #698752e3 - [Dev] processTemplate used in one place
- git #de76ab59 - [Special:Preferences] [PHP] Add skin version user preference and configs (task T242381, task T245793)
- git #4819772a - Bump required MediaWiki version (task T244481)
- git #9177c223 - features: Add minimalist feature manager (task T244481)
- git #7b7c948b - Add 'jsdoc-wmf-theme' to jsdoc (task T239258)