MediaWiki 1.35/wmf.8

MediaWiki 1.35.0-wmf.5 Deployment of MediaWiki 1.35.0-wmf.8 to Wikimedia sites MediaWiki 1.35.0-wmf.10

The latest version (labeled "1.35.0-wmf.8") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 26 November 2019 (see the roadmap).

Core changes

edit
  • git #5690c340 - Unbreak UserGroupMembershipTest::testGetLink (T239212) by DannyS712
  • git #3f9f2f1c - MediaWiki\Message: Extract Message↔MessageValue conversion from TextFormatter by Brad Jorsch
  • git #bae2d82f - RevisionRecord documentation: getSlots() bypasses audience check. (T235168) by daniel
  • git #b860f171 - Change search handler to be under coredev/v0 namespace by Nikki Nikkhoui
  • git #6d505204 - XmlDumpWriter: emit xml:space only if text is present. (T228763) by daniel
  • git #d860dd9e - Increase history edit count endpoint limits (T238380) by Nikki Nikkhoui
  • git #4b96c825 - Mark BackupReader::reportPage() public (T238984) by Reedy
  • git #70bc2a55 - libs/Message: Fix value of ParamType::DURATION_SHORT by Brad Jorsch
  • git #47a2da4b - Split out separate `User::isSystemUser` method. (T237356) by DannyS712
  • git #a429a75b - Expand testing for User class (T233385) by DannyS712
  • git #0a41206f - Tests should not have a constructor, but use setUp() by Thiemo Kreuz
  • git #6f6829fb - Adds missing tests for User class related to group management, covers: (T234921) by Vedmaka
  • git #da880b7c - Prefer assertSame() in SanitizerUnitTest by Thiemo Kreuz
  • git #1540aeb4 - New error message for editing site pages with raw HTML (T207652) by Ammar Abdulhamid
  • git #15d27099 - Address TODO asking for a dataProvider by Max Semenik
  • git #c514cd0b - Disable write access to Search Handler by Nikki Nikkhoui
  • git #ba1822f2 - pager: Improve the extra sort field to work well when indexField is a string by Daimona Eaytoy
  • git #986fe3bd - PHP 7.4 fixes (T233012) by Max Semenik
  • git #34b33e5a - REST: provide Handler::getConditionalHeaderUtil() by Tim Starling
  • git #32df52aa - ComposerInstalledTest: remove mentions of phpunit-mock-objects by Max Semenik
  • git #31015ae9 - FileBackendTest: resolve a TODO by Max Semenik
  • git #3228629f - phpunit: Remove 6And8Compat trait from base classes (T192167) by Daimona Eaytoy
  • git #d7c72bcb - Fix broken running tests locally in IDE (T151101) by Florian
  • git #87ceb273 - MediaWikiCoversValidator: make failure messages less confusing by Max Semenik
  • git #e96ec4c7 - Hide history link for non-existing pages in protection log (T224858) by Ammar Abdulhamid
  • git #9f034191 - Add more languages to fallback language chain for Sakizaya (szy) (T237370) by Jon Harald Søby
  • git #4a17fd12 - Upgrade PHPUnit to version 7 (T192167) by Max Semenik
  • git #a4ae47a7 - Optimise no-op debug logging in LegacyLogger by Tim Starling
  • git #a8cbf85d - DifferenceEngine: Don't try counting revs between deleted revs with different page IDs (T237709) by Brad Jorsch
  • git #a1f0be1c - Use nullable type in function signature by Umherirrender
  • git #c45bf41a - Parsoid VRS: Add the Host header (T229015) (T229078) (T229074) by Marko Obrovac
  • git #abe1797c - Remove duplicate line from PHPUnit6And8Compat by Thiemo Kreuz
  • git #29e33aa5 - Fix random WANObjectCacheTest failures (T238197) by Tim Starling
  • git #c031b6e7 - MediaWikiServices: Add missing return types for consistency by Moriel Schottlender
  • git #f3819b6e - SpecialContributions: Use PoolCounter to limit concurrency (T234450) by Brad Jorsch
  • git #6c05a50a - Basic Search endpoint (T230844) by Nikki Nikkhoui
  • git #b8608885 - Use strict types in includes/password by Max Semenik
  • git #68b763d6 - Improve password test coverage by Max Semenik
  • git #83054850 - Add PHPUnit6And8Compat trait (T192167) by Max Semenik
  • git #025a5fb7 - Let Html::element do the HTML encoding by Fomafix
  • git #42806f8e - Remove unused `.nested` fieldset CSS class by Volker E
  • git #a5d115f8 - skins: Use NamespaceInfo instead of deprecated functions by Piotr Miazga
  • git #076993c9 - skins: Remove deprecated SkinCopyrightFooter $forContent param by Piotr Miazga
  • git #7299ffbb - Throw deprecation warnings for block cookie methods by Thalia
  • git #04df9040 - Remove unused Language::initContLang by Umherirrender
  • git #0328bbd4 - Remove unused Language::getUserToggle by Umherirrender
  • git #1d368562 - Remove unused Language::addMagicWordsByLang by Umherirrender
  • git #5f1f9534 - Throw deprecation warning for AbstractBlock::getBlockErrorParams by Thalia
  • git #af14ca02 - Throw deprecation warning from deprecated Block::prevents by Thalia
  • git #17363ad3 - hooks: Do not document the Parser object to be passed by ref (T193950) by Thiemo Kreuz
  • git #210483fc - hooks: Stop suggesting to pass objects by reference (T193950) by Thiemo Kreuz
  • git #a4b1014e - tests: Don't expect the Parser to be passed by ref by Thiemo Kreuz
  • git #ccb6b21d - Inline callbacks in language class by Umherirrender
  • git #0fc0b995 - Remove Language::getParsedTitle by Umherirrender
  • git #1a917bab - Set MCR migration stage to SCHEMA_COMPAT_NEW. (T231673) by daniel
  • git #920c42c5 - Fix bad comparison of Title::getCascadeProtectionSources result by Thiemo Kreuz
  • git #9ef34a2f - Improve removal of "hide registered users" option on Special:NewPages (T238483) by DannyS712
  • git #673d496f - Have Database::addQuotes() pass through bare integers without quoting (T238378) by Tim Starling
  • git #ec134476 - Add namespace translations for gcr (T238107) by Jon Harald Søby
  • git #e6e2e80d - Add tests to a few Language class methods by Max Semenik
  • git #3c27d8df - changetags: Change new canDeleteTag() boolean param to int flag (T75181) by Timo Tijhof
  • git #1c20e1e0 - phpunit: Add typehints for PHPUnit 8 (T192167) by Daimona Eaytoy
  • git #a184478c - phpunit: delete MediaWikiTestResult and TestRunner (T192167) by Daimona Eaytoy
  • git #8847aff5 - Set method visibility on languages classes by Umherirrender
  • git #b4fe9c4b - Set method visibility on maintenance scripts by Umherirrender
  • git #b1562e02 - rdbms: fix $knownReachedPos variable interpolation in LoadBalancer logging by Aaron Schulz
  • git #6a0badf6 - Remove return from test function by Umherirrender
  • git #97ed35e2 - Add missing @param and @return to documentation by Umherirrender
  • git #4bac85f1 - Add `edit` links to `Special:NewPages` (T26799) by DannyS712
  • git #16555e6f - Add option for showing valid IPs in UsersMultiselectWidget menu (T238277) by Thalia
  • git #1fd66a67 - Unify VForm and legacy message boxes by Volker E
  • git #50f2f248 - Remove unnecessary reportUnusedDisableDirectives by Ed Sanders
  • git #0d4afbd8 - Workaround for MariaDB query plan bug (T238378) by Tim Starling
  • git #377e1084 - REST: Make getValidatedParams() always return an array (T235355) by Tim Starling
  • git #5aa721c0 - Remove prepareServices function from MediaWikiIntegrationTestCase.php as it is deprecated since 1.32 by Zoranzoki21
  • git #8e55fb04 - mw.track: Can (and is) also be called with number or string by Marius Hoch
  • git #65cfccc2 - Remove unused file mediawiki.special.preferences.styles.css by Bartosz Dziewoński
  • git #8d71e91a - Special:Preferences: Use default message block colors by Volker E
  • git #53474358 - Skip extensions that don't have a path attribute set in SpecialVersion::getExternalLibraries() (T238212) by Reedy
  • git #613fd652 - WikiPage: Reduce locking in doUpdateRestrictions() (T214035) by Máté Szabó
  • git #d0b7a1b4 - Clean up DeferredUpdates transactions and push failed updates as jobs (T206283) by Aaron Schulz
  • git #c0ce43bf - Allow HTMLUsersMultiselectField to limit number of selected items (T238240) by Thalia
  • git #fd722844 - LogPager: Add IGNORE INDEX to avoid another MariaDB optimizer bug (T237026) by Brad Jorsch
  • git #84552a98 - Improve error message for HTML multiselect fields by Thalia
  • git #b1a38362 - Add missing @param and @return to documentation by Umherirrender
  • git #c12872c5 - Add namespaces for Shawiya (shy-latn) (T238108) by Jon Harald Søby
  • git #b3d86f28 - Amend Kotava namespaces by Jon Harald Søby
  • git #f5b78e9c - cleanupUsersWithNoId.php: Handle missing fields (T238043) by Brad Jorsch
  • git #e14fa40e - More backwards compatible changes for PHPUnit (T192167) by Max Semenik
  • git #4d24ad65 - docs: Remove ingroup tag from Markdown files (T87796) by apaskulin

Vendor

edit
  • git #99317775 - No-op update with composer 1.9.1 by Brad Jorsch
  • git #017e2e2b - Please use composer >= 1.9.1 by Reedy
  • git #f02b467c - Update datavalues/datavalues from 2.1.1 to 2.3.0 (T215853) by rosalie
  • git #2ffd65c8 - Update wikimedia/assert from v0.2.2 to v0.4.0 by Reedy
  • git #2799a0f7 - Update symfony libraries from v4.3.5 to v4.3.6 by Reedy
  • git #558c922b - Update beberlei/assert from v3.2.3 to v3.2.6 by Reedy
  • git #53e35ae8 - Update justinrainbow/json-schema from 5.2.8 to 5.2.9 by Reedy
  • git #2e806eaa - Update jakub-onderka/php-console-highlighter from v0.3.2 to v0.4 by Reedy
  • git #db3e58c1 - Explicitly add guzzlehttp/(ringphp|streams) by Reedy
  • git #191740a5 - Upgrade less.php from 1.8.0 to 1.8.2 by James D. Forrester
  • git #15884f32 - Update webauthn libraries from 2.1.5 to 2.1.7 by Reedy
  • git #3606030a - Add vendor libraries for WebAuthn (T227242) by Reedy

Extensions

edit

No changes for 3D

AbuseFilter

edit
  • git #a2354724 - Raise Equivset composer dependency to 1.4+ (T238995) by Daimona Eaytoy
  • git #b44c9da5 - Use af_deleted as secondary sorting for af_enabled (T191694) by Daimona Eaytoy
  • git #cee8e14c - SECURITY: Require view-private or modify for the evalexpression API (T238451) by Daimona Eaytoy
  • git #b3e58067 - Set the utf-8 flag for var dumps in the text table (T34478) by Daimona Eaytoy
  • git #c03f0a3b - Convert static arrays to constants by Daimona Eaytoy
  • git #c73381b6 - Tokenizer: don't strip backslashes from \x (T238475) by Daimona Eaytoy
  • git #5fd86136 - SECURITY: Make sure provided filter id match provided history ID in history view (T237887) by Martin Urbanec
  • git #98bcad25 - Also parse numbers with the new syntax and hard-deprecate the old one (T212730) by Daimona Eaytoy
  • git #a77a59b9 - Hard-deprecate empty operands (T156096) by Daimona Eaytoy
  • git #338341d0 - When viewing old filter revisions, show `abusefilter-view-oldwarning` to users who cannot edit the filter (T235590) by DannyS712
  • git #f7ac35d5 - Hard-deprecate too many params (T230803) by Daimona Eaytoy
  • git #c0f83746 - Check for 0-like floats passed to the modulo operator (T237459) by Daimona Eaytoy
  • git #a1379929 - Restrict viewing Special:Log/AbuseFilter, and remove from recent changes (T34959) by DannyS712
  • git #585d6cdb - Make to sure to report division by zero when the LHS is undefined (T234339) by Daimona Eaytoy
  • git #1abaff1a - Better handling of keywords and functions (T234339) by Daimona Eaytoy
  • git #e98799a0 - Centralize the code for calling keywords by Daimona Eaytoy
  • git #b7c7ae16 - Explicitly forbid negative indexes in arrays (T237219) by Daimona Eaytoy
  • git #a7b28369 - Expand the list of types that can be cast to int (T237624) by Daimona Eaytoy
  • git #cb15400f - Fix conditionals examples in i18n messages (T237131) by Daimona Eaytoy

ActiveAbstract

edit

No changes for ActiveAbstract

AdvancedSearch

edit

AntiSpoof

edit

No changes for AntiSpoof

ApiFeatureUsage

edit

No changes for ApiFeatureUsage

ArticleCreationWorkflow

edit

No changes for ArticleCreationWorkflow

ArticlePlaceholder

edit

No changes for ArticlePlaceholder

Babel

edit

No changes for Babel

BetaFeatures

edit

BounceHandler

edit

Calendar

edit

No changes for Calendar

Campaigns

edit

No changes for Campaigns

Capiunto

edit

No changes for Capiunto

CategoryTree

edit
  • git #87ddb7f7 - Suppress page translations and render only the default page(s) (T229265) by Derick Alangi

CentralAuth

edit
  • git #071737e7 - Remove/replace unused null default values by Thiemo Kreuz
  • git #73e7e2d0 - Add 'warningbox' class for onSpecialContributionsBeforeMainOutput (T236756) by rxy
  • git #ee87f3a6 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender

CharInsert

edit

No changes for CharInsert

CheckUser

edit

CirrusSearch

edit
  • git #2d57527e - Move unit test to unit test directory (T232589) by Maryum Styles
  • git #345d2ba0 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #86bf820f - Move test that indirectly touch LinkBatch to integration tests by mainframe98
  • git #8f2d5838 - Remove redundant null checks by Umherirrender
  • git #f37102f1 - Attach query timeout messages to search context (T237606) by Erik Bernhardson
  • git #462c1ed5 - Don't pass arrays into Status i18n messages (T237559) by Erik Bernhardson
  • git #d2579b50 - Improve param docs by Umherirrender
  • git #807114b1 - [integ] Wait for document to have expected incoming link count before searching by Erik Bernhardson
  • git #69516252 - Fixes for PHPUnit 8 compatibility (T192167) by Max Semenik
  • git #c3178010 - Restore CirrusSearchBuildDocumentParse hook (T237849) by Erik Bernhardson
  • git #26339202 - Remove instant index on page creation by Erik Bernhardson
  • git #fbc1c0bd - Create/run ElasticaWrite jobs through a common method by Erik Bernhardson
  • git #618a53c8 - Enqueue a job per cluster to write to (T230495) by Erik Bernhardson
  • git #77592f4c - Move bulk content for update after ElasticaWrite (T236186) by Erik Bernhardson
  • git #a29ced85 - Finish moving flags from Updater to BuildDocument by Erik Bernhardson
  • git #da916ea8 - Add a simple "phrase_suggest" fallback profile by David Causse

Cite

edit
  • git #97746db9 - More specific function signature by Adam Wight
  • git #ec091fe9 - Reorder keys by Adam Wight
  • git #38d7c094 - Tweak comment by Adam Wight
  • git #890e86a7 - Fix tests: cannot have name and follow by Adam Wight
  • git #55099a7b - Remove impossible condition by Adam Wight
  • git #7cdcc2b0 - Alphabetize returned array of attributes by Adam Wight
  • git #6a9e51fc - Tag every usage of "extends" even when invalid (T237531) by Adam Wight
  • git #2229f228 - [Refactor] Nest conditionals with common term by Adam Wight
  • git #301b1fbc - Move a `follow` edge case to validation by Adam Wight
  • git #44a2599a - [Refactor] Handle `extends` attribute in validation by Adam Wight
  • git #d1e0e630 - Add some comments by Adam Wight
  • git #d65bb667 - Drop unused param by Adam Wight
  • git #9fa22b15 - Signature: these are all nullable by Adam Wight
  • git #33014bb8 - Comments in TODOs by Adam Wight
  • git #22b0bdf5 - Test for numeric `extends` attribute (T151305) by Adam Wight
  • git #feaa724e - Test for numeric attributes earlier by Adam Wight
  • git #3fbeed03 - [Refactor] Consolidate validation by Adam Wight
  • git #9e246888 - Cache parser previewing state by Adam Wight
  • git #8453e3ec - Extract stack and state to a new class (T237241) by Adam Wight
  • git #10e4a435 - Finish renaming "key" to "name" by Adam Wight
  • git #a0f019e1 - Clean up variable names in two more functions by Adam Wight
  • git #3ec5a7c3 - Clean up comments by Adam Wight
  • git #b9c51b81 - Rename variable to $name by Adam Wight
  • git #17c5d6e9 - Use "name" to be consistent with attributes by Adam Wight
  • git #fb430f25 - Fix variadic parameters in error reporter by Adam Wight
  • git #5401fcd1 - Revert a part of "Add missing test cases for follow="…"" by Thiemo Kreuz (WMDE)
  • git #2cfb76f8 - Sync up with Parsoid citeParserTests.txt by Subramanya Sastry
  • git #c76a5e84 - Fix misleading method names in CiteErrorReporter by Thiemo Kreuz
  • git #177c9cc1 - Fix inconsistencies and deep nesting for follow="…" by Thiemo Kreuz
  • git #a823fa23 - Merge two more code paths in Cite::referencesFormatEntry() (T237241) by Thiemo Kreuz
  • git #8e42a6ec - Add missing test cases for follow="…" (T238187) by Thiemo Kreuz
  • git #55707a74 - Rewrite Cite::inReferencesGuardedRef() by Thiemo Kreuz
  • git #ea6cea93 - Move bad dir="…" error reporting down to the renderer by Thiemo Kreuz
  • git #65c8967c - Fix internal presentation of the dir="…" attribute by Thiemo Kreuz
  • git #ab3063fe - Move all code to PSR-4 compatible namespaces by Thiemo Kreuz
  • git #b10dd4ec - Block de-facto empty <ref> as if it's empty (T237241) by Thiemo Kreuz
  • git #a93442f0 - Minimize paths in all RL modules utilizing localBasePath by Thiemo Kreuz
  • git #8e800a89 - Merge two <references> related properties into one by Thiemo Kreuz
  • git #9d2d61ff - Don't pass a Title object around that's not needed by Thiemo Kreuz
  • git #7c1e098b - Fix bad settings name CiteCacheReferencesDataOnParse by Thiemo Kreuz
  • git #deca410d - Get rid of obsolete method_exists() checks by Thiemo Kreuz
  • git #e32a921f - Make two Cite properties private by Thiemo Kreuz
  • git #342e231a - Extract all error reporting to a CiteErrorReporter by Thiemo Kreuz
  • git #7157c7f4 - Add @license to all files by Thiemo Kreuz
  • git #c4c6eaa8 - Collapse duplicate code in Cite::referencesFormatEntry() (T237241) by Thiemo Kreuz
  • git #97ba23aa - Fix indention and add comments to referencesFormatEntry() (T237241) by Thiemo Kreuz
  • git #e1519911 - Avoid intermediate array when rendering a <references> list (T237241) by Thiemo Kreuz
  • git #508f7a05 - Remove dead code from Cite::referencesFormatEntry() (T237241) by Thiemo Kreuz
  • git #19eefa5d - Reduce duplicate code in Cite::stack() (T237241) by Thiemo Kreuz
  • git #2a222b61 - Remove deprecated TargetWidget APIs by Ed Sanders
  • git #26c78a2b - build: Update linters by Ed Sanders
  • git #d50c1696 - Minor test updates for more complete test coverage (T238194) by Thiemo Kreuz
  • git #4619cb24 - Track pageviews only on content page views, not edits (T214493) by Thiemo Kreuz
  • git #7920ec31 - Pass ParserOutput as parameter to Cite::checkRefsNoReferences by Thiemo Kreuz
  • git #e68b96f7 - Add more basic tests for API and RL modules by Thiemo Kreuz
  • git #f94b4004 - Make most existing Cite tests pure unit tests by Thiemo Kreuz
  • git #d8fbbd00 - Remove dependency on PPFrame from Cite class by Thiemo Kreuz
  • git #042a4ecf - Add basic unit tests for all 3 hook classes by Thiemo Kreuz
  • git #c9310ff7 - Use __CLASS__ instead of repeating the class name by Thiemo Kreuz
  • git #7ce10d75 - Remove lazy registration of Parser related hooks by Thiemo Kreuz
  • git #9d706047 - Rename refines -> extends (T171581) by Adam Wight
  • git #89635362 - Remove an unused private variable by Adam Wight
  • git #818e869b - More narrow method signatures involving Parser by Thiemo Kreuz
  • git #bd72636b - Move $this->mParser setters up one level by Thiemo Kreuz
  • git #960b6ed1 - Don't use $this->mParser in Cite::saveReferencesData() by Thiemo Kreuz
  • git #bde9e175 - Test cleanup: drop `equalTo` by Adam Wight
  • git #fe385ecc - Block all combinations of refines="…" and follows="…" (T236256) by Thiemo Kreuz
  • git #d919615e - Merge bookReferencingUnimplemented.txt into bookReferencing.txt by Thiemo Kreuz
  • git #b7a7457f - Add page property when parsing book reference (T237531) by Adam Wight
  • git #ae01d35b - Add basic test coverage for all CiteHooks code by Thiemo Kreuz
  • git #5ac57def - refArg parses and returns the `refines` attribute (T237531) by Adam Wight
  • git #0ebf86fd - Split out BookReferencing parser tests (T236256) by Adam Wight
  • git #1dcb0967 - Add parser tests for refined references as rendered right now (T236256) by Andrew Kostka
  • git #7965659b - Add dedicated unit test for Cite::refArg() by Thiemo Kreuz
  • git #64c94662 - Add the first small PHPUnit test for Cite::normalizeKey() by Thiemo Kreuz
  • git #ae8360f8 - Move some glue code from Cite to the Cite…Hooks classes by Thiemo Kreuz
  • git #1a371ec6 - Extract all hook handler functions to small glue classes by Thiemo Kreuz

CiteThisPage

edit
  • git #c9e29bb5 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #b23e4780 - Restore prefix search for subpages on Special:CiteThisPage (T237184) by Umherirrender

Citoid

edit
  • git #6833ef5d - Catch failed snak promises by mvolz
  • git #95088968 - Add Phan stubs for Wikibase instead of suppressing issues by Lucas Werkmeister
  • git #3c42ad9b - build: Update linters by Ed Sanders

cldr

edit

Cognate

edit

No changes for Cognate

CodeEditor

edit

CodeMirror

edit

CodeReview

edit

No changes for CodeReview

CollaborationKit

edit

Collection

edit

CommonsMetadata

edit

No changes for CommonsMetadata

ConfirmEdit

edit

CongressLookup

edit

No changes for CongressLookup

ContactPage

edit
  • git #23ea634a - Sanitizer::escapeId() is deperecated by Max Semenik

ContentTranslation

edit
  • git #827346c5 - eslint: Enable wikimedia/mediawiki ruleset by Ed Sanders

ContributionTracking

edit

No changes for ContributionTracking

CreditsSource

edit

No changes for CreditsSource

Dashiki

edit

No changes for Dashiki

Disambiguator

edit

No changes for Disambiguator

DiscussionTools

edit
  • git #55b8405e - Plain ReplyWidget styling by Ed Sanders
  • git #a17fb49a - Scroll ReplyWidget into view by Ed Sanders
  • git #994c38d6 - Fix ReplyWidget dependencies by Bartosz Dziewoński
  • git #87696c9c - Move postReply code to controller by Ed Sanders
  • git #2b36ebe6 - Implement basic saving by Ed Sanders
  • git #8a0a4004 - Fix opening/closing widgets multiple times by Ed Sanders
  • git #41676098 - Wrap up the plain textbox in a ReplyWidget by Ed Sanders
  • git #9733f723 - Use Parsoid hack to remove whitespace from replies by Ed Sanders
  • git #83a45399 - Fetch Parsoid document for modification by Ed Sanders
  • git #16de8fb2 - Rewrite list modifier in plain JS and move to separate file by Ed Sanders

DismissableSiteNotice

edit

No changes for DismissableSiteNotice

DonationInterface

edit

DoubleWiki

edit

No changes for DoubleWiki

DynamicSidebar

edit

No changes for DynamicSidebar

EUCopyrightCampaign

edit

No changes for EUCopyrightCampaign

Echo

edit

Elastica

edit

ElectronPdfService

edit
  • git #5c6f2854 - Move image files into modules/ directory by Timo Tijhof

EntitySchema

edit

EventBus

edit

No changes for EventBus

EventLogging

edit
  • git #9f9f3c1d - Rename getHighlightHtml to getText in @covers by Fomafix

ExtensionDistributor

edit

No changes for ExtensionDistributor

ExternalGuidance

edit

No changes for ExternalGuidance

FeaturedFeeds

edit

No changes for FeaturedFeeds

FileExporter

edit

No changes for FileExporter

FileImporter

edit

FlaggedRevs

edit

Flow

edit
  • git #608c159c - Tests should not have a constructor, but use setUp() by Thiemo Kreuz
  • git #0ea5e85a - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #5e95994f - Init static variable before use by Umherirrender
  • git #1c7332d9 - Improve param docs by Umherirrender

FundraiserLandingPage

edit

FundraisingTranslateWorkflow

edit

No changes for FundraisingTranslateWorkflow

Gadgets

edit

No changes for Gadgets

GeoCrumbs

edit

GeoData

edit

GettingStarted

edit

No changes for GettingStarted

GlobalBlocking

edit
  • git #c857af98 - Set block parameters on GlobalBlock object to fix error message (T233996) by Thalia
  • git #b9bcc256 - Add 'warningbox' class for onSpecialContributionsBeforeMainOutput (T236756) by rxy
  • git #39caa9ad - Don't do a database read after a successful block insertion by Reedy

GlobalCssJs

edit

No changes for GlobalCssJs

GlobalPreferences

edit

GlobalUsage

edit
  • git #79fe2620 - Classes: Type hint $updater parameter in onLoadExtensionSchemaUpdates (T223939) by Ammarpad

GlobalUserPage

edit

No changes for GlobalUserPage

GoogleNewsSitemap

edit

No changes for GoogleNewsSitemap

Graph

edit

No changes for Graph

GrowthExperiments

edit
  • git #9268a3e3 - Simplify SuggestedEditsFiltersWidget.updateButtonLabelAndIcon by Gergő Tisza
  • git #631eaaf7 - Newcomer tasks: Escape ? in hastemplate terms by Gergő Tisza
  • git #b31f5ce4 - Add English pronouns for mentors by Amir Aharoni
  • git #d53a8d04 - Add no-op {{GENDER}} to several English messages by Amir Aharoni
  • git #7f376a9a - Newcomer tasks: Fix explanation widget behavior on touch devices (T238165) by Gergő Tisza
  • git #7910a7db - RemotePageConfigurationLoader: Make non-remote titles work (T237301) by Roan Kattouw
  • git #a9ad063c - Use AQS for fetching pageview data (T238178) by Gergő Tisza
  • git #555f189e - Do not show StartEditing dialog when suggested edits are already active (T232513) by Gergő Tisza
  • git #351359ae - StartEditingDialog: Styling tweaks for mobile (T236854) by Roan Kattouw
  • git #ad4df58d - Newcomer tasks: do not hide completed StartEditing module on mobile (T232513) by Gergő Tisza
  • git #3e82b6b4 - Pass pageview token via task URL parameter, and use it in edit/help log (T238249) by Gergő Tisza
  • git #b4d853fa - Disable done button when no checkboxes are selected (T235042) by Kosta Harlan
  • git #9b0b2471 - Stop passing objects by reference (T193950) by Max Semenik
  • git #b2305c92 - Preserve result ordering when using the growthtasks API as a generator (T237084) by Gergő Tisza
  • git #5ed3f31d - Newcomer tasks: Skip fetching the extract if there's no API for it by Gergő Tisza
  • git #0ead34cb - RemoteSearchTaskSuggester: improve unit test for interleaving (T237084) by Gergő Tisza
  • git #c3299031 - StartEditingDialog: Make sure vector-view-edit message is exported (T237710) by Roan Kattouw
  • git #a309cd66 - StartEditingDialog: Change layout for mobile (T236854) by Roan Kattouw
  • git #16d87eee - StartEditingDialog: Convert to ProgressDialog for mobile support (T236854) by Roan Kattouw
  • git #9b2b3884 - TaskExplanationWidget: Make the (i) icon bigger on mobile (T236854) by Roan Kattouw
  • git #de811b9d - TaskExplanationWidget: Fix action name for opening/closing explanation popup (T235931) by Roan Kattouw
  • git #681cf44d - SuggestedEditCardWidget: Layout tweaks (T238282) by Roan Kattouw
  • git #462a06c1 - SuggestedEditCardWidget: Restrict card title to one line (T237483) by Roan Kattouw
  • git #43903c27 - SuggestedEditCardWidget: Make extract fade out at the end (T237483) by Roan Kattouw
  • git #95704115 - SuggestedEditCardWidget: Use content direction for extract by Roan Kattouw
  • git #0b8ee55d - SuggestedEdits: Allow languages to disable large number suffixes (T236050) by Roan Kattouw
  • git #43c583b0 - SuggestedEdits: Don't error when 'links' task type doesn't exist (T237791) by Roan Kattouw
  • git #dc59c16f - Sign pageview token with user ID by Gergő Tisza
  • git #e89792f6 - Newcomer Tasks: Add maintenance template information to tasks (T235931) by Gergő Tisza
  • git #8e12d416 - Suggested Edits: Instrumentation (T235931) by Kosta Harlan
  • git #f4aa4ac0 - SuggestedEdits: Avoid JS error when trying to access a card past the end by Roan Kattouw
  • git #efde68ec - Instrumentation: Don't log mobile-overlay impression in summary view (T237600) by Kosta Harlan
  • git #a92d51e2 - Suggested Edits: Make extract text span up to 4 lines (T237483) by Kosta Harlan
  • git #11316595 - Suggested Edits: Show error message if all checkboxes are deselected (T235042) by Kosta Harlan
  • git #1baabb96 - Suggested Edits: Allow count to set to 0 when checkboxes deselected (T237347) by Kosta Harlan
  • git #5975c88f - Suggested Edits: Prevent concurrent requests when toggling filters by Kosta Harlan
  • git #00fc89bd - Suggested Edits: Bump query to 250 tasks, then return slice of 200 (T237347) by Kosta Harlan
  • git #5e7d3856 - Suggested Edits: Adjust spacing for error/end-of-queue/no-results (T235043) by Kosta Harlan
  • git #75e31a24 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #556f9704 - Suggested edits: Load suggested edits after activation (T232513) (T236851) by Kosta Harlan
  • git #c0443aa5 - SuggestedEdits: Fix styling of difficulty indicator on mobile (T236854) by Roan Kattouw

GuidedTour

edit

No changes for GuidedTour

GWToolset

edit

ImageMap

edit

InputBox

edit

Insider

edit

intersection

edit

Interwiki

edit

No changes for Interwiki

InterwikiSorting

edit

No changes for InterwikiSorting

Jade

edit

No changes for Jade

Josa

edit

JsonConfig

edit

No changes for JsonConfig

Kartographer

edit

No changes for Kartographer

LabeledSectionTransclusion

edit

No changes for LabeledSectionTransclusion

LandingCheck

edit

No changes for LandingCheck

LdapAuthentication

edit
  • git #66bca2a5 - Classes: Type hint $updater parameter in onLoadExtensionSchemaUpdates (T223939) by Ammar Abdulhamid
  • git #08375fe5 - Remove orphaned modifyUITemplate (T237845) by Reedy
  • git #05878ec1 - Convert to static extension registration (T87934) by James D. Forrester
  • git #a25f7204 - Remove code checking for ancient PHP version by Reedy
  • git #6c7fc941 - Move efLdapAuthenticationSchemaUpdates into Hooks file by James D. Forrester
  • git #5b753d90 - build: Move executable PHP to includes/ per coding standards by James D. Forrester

Linter

edit

No changes for Linter

LiquidThreads

edit

Listings

edit

No changes for Listings

LocalisationUpdate

edit

No changes for LocalisationUpdate

LoginNotify

edit

No changes for LoginNotify

MachineVision

edit
  • git #9f1dff79 - Add config support for UploadWizard CTA by Michael Holloway
  • git #3751c09c - build: Upgrade oojs to the same version MediaWiki uses by James D. Forrester
  • git #3cd0703f - build: Upgrade devDependencies to latest (T237415) by James D. Forrester
  • git #3db08cdf - Treat user-provided and dynamically generated paths more defensively (T237419) by Michael Holloway
  • git #cb34e424 - Retrieve withheld labels for personal uploads by Mateus Santos
  • git #07a3083b - resources: Scope RL package module to more specific directory (T230813) by Timo Tijhof
  • git #aded1a72 - resources: Simplify constructor initialisations by Timo Tijhof
  • git #03090b7d - Use parse(), not text(), when getting message strings for display (T237420) by Michael Holloway
  • git #ee32965a - Load initial suggestions data before kicking off the JS module by Michael Holloway
  • git #a49517c3 - LabelResolver: Handle unresolvable IDs in resolveExternal by Michael Holloway
  • git #99d8ac8d - Hygiene: Remove outdated comments by Michael Holloway
  • git #dd3000f4 - Add tests for SuggestedTagsCardstack (T236827) by annet
  • git #b05f3cd3 - Show an appropriate message when the user has no uploads by Michael Holloway
  • git #24a6cc7d - Fix: Begin a transaction before fetching labels for a batch of files (T238301) by Michael Holloway
  • git #c4b5537f - Do not sleep between requests when fetching suggestions by script by Michael Holloway
  • git #f7c49641 - Handle case where entity not found for given ID (T238245) by Michael Holloway
  • git #452f7539 - Hygiene: Look up wiki ID rather than hard-coding 'commonswiki' by Michael Holloway
  • git #031fc928 - Update suggestion widget design so buttons don't change width (T237585) by annet
  • git #4d4eb088 - Add a full stop at the end of echo-pref-tooltip-machinevision-suggestions-ready by Amir Aharoni
  • git #dc75e7ce - Fix: Do not return after inserting a single suggestion by Michael Holloway
  • git #f88f148a - Fix: Do not use JobQueue on retry in maintenance/fetchSuggestions.php by Michael Holloway
  • git #a6d10051 - Fix: Convert template links before comparing against blacklist by Michael Holloway
  • git #234dddb7 - Fix: Provide defaults for createFileListFromCategoriesAndTemplates params by Michael Holloway
  • git #100cb797 - Add hyphen in "computer-suggested" by Amir Aharoni
  • git #63255c7f - Add Echo notifications (T231102) by Eric Gardner
  • git #a7baba57 - Rephrase machinevision-more-title by Amir Aharoni
  • git #b644f420 - Send a thumbnail URL for labeling if the original file size is too large by Michael Holloway
  • git #944a8001 - Fix magic edit summaries by Michael Holloway
  • git #48b31d0f - Fix infinite loop in fetchSuggestions script by Michael Holloway
  • git #df642b4a - Test SuggestedTagsPage widget (T236827) by annet
  • git #cce4faa9 - Add tests for ImageWithSuggestionWidget, ConfirmTagsDialog, and UserMessage (T236827) by annet
  • git #face1d2f - Hygiene: Remove extension services code with dropped dependency by Michael Holloway
  • git #f3285904 - Add GoogleOAuthClient and drop external dependencies by Michael Holloway
  • git #c813bd27 - Allow specifying API credentials as an associative array (T236426) by Michael Holloway
  • git #84c90edc - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #9708e826 - Filter out images with missing data (T237547) by annet
  • git #51cf9e36 - docs: Avoid class name strings in PHP, spelling of MediaWiki (T230813) by Timo Tijhof
  • git #9f77be01 - Re-use 'MachineVisionConfig' instance internally by Timo Tijhof
  • git #207c75f0 - Avoid deprecated wfWikiID() (T230813) by Timo Tijhof
  • git #5d0824ff - Stop (double-)escaping Wikidata IDs when constructing Wikidata URLs (T227346) by Michael Holloway

MapSources

edit

MassMessage

edit

No changes for MassMessage

Math

edit
  • git #852eba3c - Always call original constructors in tests, and more cleanups by Thiemo Kreuz
  • git #61b9904b - Update tests to not use MockBuilders, if not needed by Thiemo Kreuz
  • git #b1892804 - Make all @covers tags absolute, and fix some by Thiemo Kreuz
  • git #67108480 - Move API messages to a separate file (T189982) by Amir Aharoni
  • git #457ea582 - Classes: Type hint $updater parameter in onLoadExtensionSchemaUpdates (T223939) by Ammar Abdulhamid
  • git #2b15b37a - Fix Typo in Math Extension (T238534) by AndreG-P
  • git #848168c3 - Fix capitalization of HTML Class by Moritz Schubotz (physikerwelt)
  • git #54518a49 - Delete Wikibase repository dependency in Math extension (T208758) by AndreG-P
  • git #796a0217 - Minor: Only log the code and body of the response in case of error (T238344) by Marko Obrovac
  • git #4a7bc3ee - Add special page and API endpoint that show information from math Wikibase items (T208758) (T229939) by Moritz Schubotz (physikerwelt)

MobileApp

edit

No changes for MobileApp

MobileFrontend

edit
  • git #2483928c - Enable stylelint 'selector-max-id' rule and disable only on occurrence (T239183) by Volker E
  • git #8b754fd6 - SECURITY: Set stopMobileRedirect cookie within MobileFrontent to true (T238076) by sbassett
  • git #2ac1be88 - Expose Drawer to other extensions by Gergő Tisza
  • git #51aacbf9 - Dev: Drop isTOCEnabled logic from MobileFormatter by jdlrobson
  • git #34d55086 - EditAttemptStep: Only use overridden session ID for the first session by Roan Kattouw
  • git #e2fd2325 - Avoid unintentional back behavior in _onHideOverlay (T237677) by jdlrobson
  • git #20618c2f - EditAttemptStep: Allow session ID override from query string or mw.config (T238249) by Roan Kattouw
  • git #abc3b648 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #bd75df5b - Cleanup OverlayManager _matchRoute (T230695) by Nicholas Ray
  • git #8bc9c16d - mobile.init/editor: Fix gray overlay when wiki requires login to edit (T237552) by Bartosz Dziewoński
  • git #e8eecb7a - Hygiene: Not all UserModes are selectable by Piotr Miazga
  • git #9b9a0508 - Remove obsolete 'mobile-frontend-talk-' messages (T230695) by Nicholas Ray

MultimediaViewer

edit
edit

No changes for NavigationTiming

Newsletter

edit

No changes for Newsletter

NewUserMessage

edit

No changes for NewUserMessage

Nuke

edit

No changes for Nuke

OATHAuth

edit
  • git #18c257fa - Remove ApiOATHValidate::getCacheMode() by Reedy
  • git #e1d6ac50 - Add missing oathauth-module-invalid message (T228269) by zoranzoki21
  • git #1bc446c9 - Remove and fix remaining phpcs exclusions by Reedy
  • git #659012e5 - Remove and fix phpcs exclusion PSR12.Properties.ConstantVisibility.NotFound by Reedy
  • git #8a87a3ab - Add DisableOATHForUser alias for Serbian (T212586) by zoranzoki21

OAuth

edit
  • git #16010bac - Move OAuth2 functionality to OAuth(1) - add index on oaat_acceptance_id by Dejan Savuljesku
  • git #947b7908 - Add help links to special pages (T228071) by DannyS712
  • git #cef43067 - Move OAuth2 functionality to OAuth(1) - database updates by Dejan Savuljesku
  • git #2651dee4 - Merge 'BasicStyles' and 'AuthorizeForm' modules by Timo Tijhof

OpenStackManager

edit

ORES

edit

No changes for ORES

PageAssessments

edit

PagedTiffHandler

edit

No changes for PagedTiffHandler

PageImages

edit

No changes for PageImages

PageTriage

edit
  • git #190c3591 - G13 doesn't require any parameters, don't ask for a URL by DannyS712

PageViewInfo

edit

No changes for PageViewInfo

ParserFunctions

edit

No changes for ParserFunctions

ParsoidBatchAPI

edit

PdfHandler

edit

No changes for PdfHandler

PerformanceInspector

edit

No changes for PerformanceInspector

Petition

edit

No changes for Petition

Poem

edit

No changes for Poem

PoolCounter

edit

No changes for PoolCounter

Popups

edit

ProofreadPage

edit

PropertySuggester

edit

QuickSurveys

edit

Quiz

edit

ReadingLists

edit

No changes for ReadingLists

edit

Renameuser

edit

No changes for Renameuser

RevisionSlider

edit

No changes for RSS

edit

No changes for SandboxLink

Score

edit

Scribunto

edit

SearchExtraNS

edit

No changes for SearchExtraNS

SecureLinkFixer

edit
  • git #7345fa94 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #4c96302b - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #6011dbc4 - Updating domains.php from Mozilla by SecureLinkFixer updater bot
  • git #32304688 - Updating domains.php from Mozilla by SecureLinkFixer updater bot

SecurePoll

edit
  • git #f0f0572c - Classes: Type hint $updater parameter in onLoadExtensionSchemaUpdates (T223939) by Ammar Abdulhamid
  • git #4fe6089c - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender

Sentry

edit

No changes for Sentry

ShortUrl

edit

No changes for ShortUrl

SiteMatrix

edit
  • git #60f10ee6 - Streamline ParserGetVariableValueSwitch hook handler signature by Thiemo Kreuz
  • git #10735775 - Stop passing objects by reference (T193950) by Max Semenik

SkinPerPage

edit

No changes for SkinPerPage

SpamBlacklist

edit
  • git #17313f97 - EmailBlacklist: Suppress warnings from invalid user-supplied regexes (T64864) by Bartosz Dziewoński

SubPageList3

edit

SubpageSortkey

edit

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

edit

TemplateData

edit
  • git #956367fb - Implement ParsoidFetchTemplateData hook for Parsoid/PHP (T238954) by Subramanya Sastry

TemplateSandbox

edit

No changes for TemplateSandbox

TemplateStyles

edit

TemplateWizard

edit
  • git #723759a3 - Selenium: make it possible to run daily Jenkins job targeting beta cluster (T199113) by Željko Filipin

TextExtracts

edit

No changes for TextExtracts

Thanks

edit

TheWikipediaLibrary

edit

TimedMediaHandler

edit

timeline

edit

TitleBlacklist

edit

TocTree

edit

TorBlock

edit

Translate

edit

TranslationNotifications

edit

TrustedXFF

edit

No changes for TrustedXFF

TwoColConflict

edit

No changes for TwoColConflict

UniversalLanguageSelector

edit
  • git #81e7f9a8 - Update language name search index with CLDR 36 data by Niklas Laxström
  • git #95912d43 - Update jquery.uls from upstream by Amir Aharoni
  • git #f6e5d249 - Put overhauled icon on baseline and unify code with Vector's (T207075) by Volker E
  • git #5425ac76 - Update jquery.uls from upstream by Amir Aharoni
  • git #b105c2ca - build: Update linters by Ed Sanders
edit

No changes for UploadsLink

UploadWizard

edit
  • git #99962577 - Restrict MachineVision CTA based on MachineVision config and user groups by Michael Holloway
  • git #24a2bb20 - Fix typo in MachineVision CTA Special page link by Michael Holloway
  • git #f77f205a - Add Machine Vision CTA to final step (T234960) by annet
  • git #2b23333b - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender

UrlShortener

edit

No changes for UrlShortener

UserMerge

edit

No changes for UserMerge

VipsScaler

edit

VisualEditor

edit
  • git #e1db4661 - Paste plaintext if conversion fails by Ed Sanders
  • git #65f0264b - Update VE core submodule to master (9d0ef183a) by Bartosz Dziewoński
  • git #02d6709b - Set tab-size to 4 in TempWikitextEditorWidget by Ed Sanders
  • git #7f752a14 - Update VE core submodule to master (c6b5e46fa) (T153434) (T236949) (T238351) by James D. Forrester
  • git #a8ab4878 - Localize some hardcoded English error messages (T227325) by Bartosz Dziewoński
  • git #1dc642ee - ArticleTargetSaver: Fix handling for `data.result !== 'success'` by Bartosz Dziewoński
  • git #eebe4cd9 - Unbreak instrumentation of init events by Roan Kattouw
  • git #0f97e1dc - EditAttemptStep: Allow session ID override from query string or mw.config (T238249) by Roan Kattouw
  • git #1e890f97 - ApiVisualEditorEdit: Simplify diff handling a bit by Bartosz Dziewoński
  • git #99cd4e26 - Remove unused message 'visualeditor-loaderror-title' by Bartosz Dziewoński
  • git #050227ae - Remove unused message 'visualeditor-loadwarning-token' by Bartosz Dziewoński
  • git #b0f4b4c9 - Move more code to ArticleTargetSaver by Ed Sanders
  • git #6caa4601 - Generate internal links locally (T147230) by Ed Sanders
  • git #3e93c00a - Update VE core submodule to master (12422dc27) by Bartosz Dziewoński
  • git #545c6f13 - Add missing FragmentInspector tests to MW by Ed Sanders
  • git #3542799a - tests: Have MWDummyTarget create the correct surface type by Ed Sanders
  • git #58eb936f - Update VE core submodule to master (a6ef2cc7d) (T237289) by James D. Forrester
  • git #737e9e82 - Follow-up I83b98e41: Always sanitize when using plain text paste in NWE (T201561) by Ed Sanders
  • git #a53c02f2 - ve.init.mw.ArticleTarget: Fix error handling in #prepareCacheKey by Bartosz Dziewoński
  • git #d71522c4 - Set the plain text 'pasteSpecial' flag when using plain text paste in NWE (T201561) by Ed Sanders
  • git #64be4b2a - Update VE core submodule to master (2d0f0ec1f) (T157956) by Ed Sanders
  • git #46e7b3ba - Config value for X-Parsoid-Variant (T229074) by David Lynch

WebAuthn

edit
  • git #f325549a - Move api help messages to a separate file (T189982) by Amir Aharoni
  • git #c9c7123d - Remove unnecessary space in messages by Amir Aharoni
  • git #c0ab06ae - Use correct database ($wgOATHAuthDatabase) in WebAuthnCredentialRepository (T237554) by Reedy
  • git #4d54e573 - Remove and fix remaining phpcs exclusions by Reedy
  • git #b9f8057b - Remove and fix phpcs exclusion PSR12.Properties.ConstantVisibility.NotFound by Reedy
  • git #d247cf6a - Remove WebAuthnCredentialRepository.php from phpcs exclusions by Reedy
  • git #f204c0d9 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender
  • git #77f13d18 - Remove ES6 features (T236387) by Dejan Savuljesku
  • git #0dabcefb - Update webauthn libraries from 2.1.5 to 2.1.7 by Reedy
  • git #d4dbb95c - Remove some extra brackets by Reedy

Wikibase

edit

WikibaseCirrusSearch

edit

WikibaseLexeme

edit

WikibaseLexemeCirrusSearch

edit

WikibaseMediaInfo

edit

WikibaseQualityConstraints

edit
  • git #5c6cf50b - Constraints report "Help" should link using SpecialMyLanguage (T233003) by Marius Hoch
  • git #1def0f3d - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender

Wikidata.org

edit

WikidataPageBanner

edit

WikiEditor

edit
  • git #253adb8f - EditAttemptStep: Allow session ID to be overridden through query string (T238249) by Roan Kattouw
  • git #13661d37 - build: Updating mediawiki/mediawiki-phan-config to 0.8.0 (T235049) by Umherirrender

wikihiero

edit

WikiLove

edit

WikimediaBadges

edit

WikimediaEditorTasks

edit

WikimediaEvents

edit

WikimediaIncubator

edit

WikimediaMaintenance

edit

No changes for WikimediaMaintenance

WikimediaMessages

edit

Wikisource

edit

XAnalytics

edit

Skins

edit

CologneBlue

edit

No changes for CologneBlue

EUCopyrightCampaignSkin

edit

No changes for EUCopyrightCampaignSkin

MinervaNeue

edit

MonoBook

edit

No changes for MonoBook

Modern

edit

No changes for Modern

Nostalgia

edit

No changes for Nostalgia

Timeless

edit

No changes for Timeless

Vector

edit
  • git #d6f4aaa8 - Hygiene: extract VectorTemplate inline HTML to SearchComponent Mustache file by Stephen Niedzielski
  • git #c9f15a42 - Hygiene: move VectorTemplate inlined PHP to variables by Stephen Niedzielski
  • git #c8e0ea32 - Set `overflow-y` to `scroll` to prevent reflow (T204084) by Volker E
  • git #6d6e1f11 - Bump `h3` to `14pt` to set apart from running text (T183105) by Volker E
  • git #625ec18f - Hygiene: divide VectorTemplate.renderNavigation() by Stephen Niedzielski
  • git #2f355a3e - Hygiene: remove getPageClasses by Piotr Miazga
  • git #1d68f1de - Bump running text to more generally readable `12pt` on print stylesheet (T183105) by Volker E

Total Changes

edit

715 Changes in 109 repos by 96 authors