Jump to content

MediaWiki 1.31/wmf.25

From mediawiki.org
MediaWiki 1.31.0-wmf.24 Deployment of MediaWiki 1.31.0-wmf.25 to Wikimedia sites MediaWiki 1.31.0-wmf.26

The latest version (labeled "1.31.0-wmf.25") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 13 March 2018 (see the roadmap).

Core changes

[edit]
  • git #4a312769 - Fix typo acceptible --> acceptable by Jayprakash12345
  • git #d27f400d - Add Hijri calendar in Urdu (T145266) by Amire80
  • git #d9fb8bab - Move phpunit @group from file comment to class comment by Umherirrender
  • git #8aeedcba - Cleanup some comments related to DB replication by Aaron Schulz
  • git #7c450dff - Remove "dash" case in preprocessToObj by Arlo Breault
  • git #cb68d6da - Fix typo in word compatibility by Umherirrender
  • git #15cff857 - Add ExternalUserNames::getLocal() to get local part of username (T189320) by Amir Sarabadani
  • git #e35d4730 - API: Update prefixsearch/opensearch docs (T189139) by Anomie
  • git #83731192 - Remove useless use (T189302) by Brad Jorsch
  • git #c48f489b - Remove deprecated function wfBaseConvert() (T189300) by Umherirrender
  • git #38ac1846 - Fix spelling mistake inside API i18n message by Legoktm
  • git #3d20679f - Typo fix (T189251) by Brad Jorsch
  • git #5e53629c - rdbms: small cleanups to session loss handling by Aaron Schulz
  • git #5f018dd6 - Drop OpenSearch::getOpenSearchTemplate(), deprecated in 1.25 by James D. Forrester
  • git #a211db0f - rdbms: Restore test for Database::setFlag() by Krinkle
  • git #8bd0600b - tables.sql: Correct lie about ct_params being unused by Roan Kattouw
  • git #9a4ee528 - Update wikimedia/remex-html to 1.0.3 by Kunal Mehta
  • git #b4eb1fee - Remove FakeDatabaseMysqlBase test class by Aaron Schulz
  • git #4d19c7e9 - maintainance: Re-order OOUI script to be clearer, rename by James D. Forrester
  • git #372a40b7 - Update OOUI to v0.25.3 by Jforrester
  • git #55185c2e - Article.php: Use BCP 47 language code for HTML attribute lang by Fomafix
  • git #0526f2d6 - Introduce IDatabase::buildIntegerCast by addshore
  • git #f3df984c - Introduce IDatabase::buildSubstring by addshore
  • git #65fcb7a9 - Use `class="free external"` only on unbracketed URLs by C. Scott Ananian
  • git #dc6c5002 - Sync up with Parsoid parserTests.txt by C. Scott Ananian
  • git #4c7b3510 - Allow querying contributions of interwiki usernames (T187079) by Brad Jorsch
  • git #fc7ad58c - Self links should not be marked as legacy css (T181472) by jdlrobson
  • git #bac54c27 - Restore index forcing in ContribsPager (T189026) by Brad Jorsch
  • git #fb1333c5 - purgeExpiredUserrights: Show number of rows purged (T176754) by Eddie Greiner-Petter
  • git #bd912292 - Use RemexHtml as the tidy implementation for parser tests (T188167) by Kunal Mehta
  • git #f6d1dae3 - Switch Block::purgeExpired to use AutoCommitUpdate by Aaron Schulz
  • git #554f9c85 - Replace wfGetLBFactory by Umherirrender
  • git #289e4204 - Add support for 'hu-formal' (T187824) by Fomafix
  • git #934fd720 - Change Recent Changes "Number of edits..." preference message (T183030) by petarpetkovic
  • git #970557f8 - Job::insert: Hard deprecate (soft-deprecated in 1.21!) by James D. Forrester

Vendor

[edit]
  • git #508a233f - Update OOUI to v0.25.3 by Bartosz Dziewoński
  • git #c08cbc5c - Update wikimedia/remex-html to 1.0.3 by Kunal Mehta
  • git #e074b3b6 - Update wikimedia/equivset to 1.3.0 by Kunal Mehta

Extensions

[edit]

3D

[edit]
  • git #be3d4158 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

AbuseFilter

[edit]
  • git #9af25447 - Add missing use in hooks by WMDE-Fisch
  • git #3a0f6a48 - Use OOUI datetime selectors on Special:AbuseFilter/examine (T58367) (T58368) by Matěj SuchĂĄnek
  • git #e0d7f6a3 - Fix issue with custom blocks patch by Daimona Eaytoy
  • git #7399cd43 - Update CommentStore usage by Brad Jorsch
  • git #5ae26bb5 - Fix supposedly nullable argument by Matěj SuchĂĄnek
  • git #ff281fa2 - Fix typo in wgAbuseFilterActions (T189299) by Matěj SuchĂĄnek
  • git #38f56d1d - Convert Special:AbuseFilter/history and /examine to use OOUI (T132284) by Matěj SuchĂĄnek
  • git #4637d19f - Fix Special:AbuseLog::getUserLinks call by Matěj SuchĂĄnek
  • git #6c8a6846 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #2dd8d27c - Allow customizing block durations for each filter (T32024) by Daimona Eaytoy
  • git #21c268e2 - Add logging for preventEditOwnTalk blocks (T188970) by Daimona Eaytoy

ActiveAbstract

[edit]
  • git #b006d021 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

AdvancedSearch

[edit]
  • git #0b6e0f9f - Improve data model dependencies by Gabriel Birke
  • git #40f17770 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #884e260f - Use LESS for CSS by Thiemo Mättig
  • git #5e9403cf - Fix syntax mistake in docs/settings.md by Thiemo Mättig
  • git #50a32ef4 - Add missing JSDoc blocks to JavaScript code by Thiemo Kreuz (WMDE)
  • git #221db3b1 - Fix various type hints in JSDoc comments by Thiemo Mättig
  • git #d87c4b9c - Inline fake implementation into sandbox.stub() by Thiemo Mättig
  • git #9a305a8b - Unify syntax of @param documentation comments for arrays by Thiemo Mättig
  • git #d4f1a9bf - Add PHPUnit tests for all PHP files by Thiemo Mättig
  • git #14360f24 - Change the default file option text (T181583) by aniansson
  • git #b8325443 - Fix and add missing type hints and PHPDoc comments in PHP by Thiemo Mättig
  • git #a9231cce - Fix type hints for option objects by Thiemo Mättig
  • git #f8d64e75 - Add unit tests for FileTypeSelection and FileTypeProvider (T166851) by tzhelyazkova

AntiSpoof

[edit]
  • git #1ff2cb3a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #2f63990e - Make BatchAntiSpoof not load all user rows at once by Max Semenik

ApiFeatureUsage

[edit]
  • git #45abe5d2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ArticleCreationWorkflow

[edit]
  • git #a2502174 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ArticlePlaceholder

[edit]
  • git #43efe00a - Remove unused termIndex from SearchHookHandler by Lucas Werkmeister
  • git #3c0512d0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Babel

[edit]
  • git #e3567e9d - Remove deprecated dieUsage method (T189222) by Umherirrender
  • git #fd135d88 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

BetaFeatures

[edit]
  • git #bd812dbf - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

BounceHandler

[edit]
  • git #78ca0a71 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #67dfdbe5 - Remove deprecated dieUsage methods (T189222) by Jayprakash12345

Calendar

[edit]
  • git #b07444a4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Campaigns

[edit]
  • git #b13d669b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Capiunto

[edit]
  • git #8dd327cb - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CategoryTree

[edit]
  • git #5f9a92c0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CentralAuth

[edit]
  • git #9c86d30d - No need to check if checkUserRightsAny is callable by Huji
  • git #33a62498 - Move @group closer to test class by Umherirrender
  • git #afeb7739 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #8d939388 - Update for proper batching added in AntiSpoof by Max Semenik

CharInsert

[edit]
  • git #0e567b79 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CheckUser

[edit]
  • git #b839b01e - Remove deprecated dieUsage method (T189222) by Jayprakash12345
  • git #d9d51f3c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CirrusSearch

[edit]
  • git #5c800b54 - Rename test classes to match file name by Umherirrender
  • git #a3c34c7d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #4af37e73 - Enable Serbian-Specific Analysis Chain (T183015) by tjones

Cite

[edit]
  • git #9bf8f5c3 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #5433d46b - Sync up with Parsoid citeParserTests.txt by C. Scott Ananian

CiteThisPage

[edit]
  • git #0c0a5d23 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Citoid

[edit]
  • git #174332dd - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

cldr

[edit]
  • git #3f45f963 - Rename crh from "Crimean Turkish" to "Crimean Tatar" (T189511) by Jayprakash12345
  • git #4bae3e53 - Fix typo absense --> absence by Jayprakash12345
  • git #0d8cb6d7 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Cognate

[edit]
  • git #7ad48067 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #074cdc90 - Update PHP CodeSniffer to latest version (T188086) by Thiemo Mättig

CodeEditor

[edit]
  • git #200628d1 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CodeMirror

[edit]

CodeReview

[edit]
  • git #002146e6 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CollaborationKit

[edit]
  • git #5bfbfa3d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Collection

[edit]
  • git #d582d4e5 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CommonsMetadata

[edit]
  • git #0a9d05ef - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ConfirmEdit

[edit]
  • git #d37b6f03 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ContactPage

[edit]
  • git #e53ba369 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ContentTranslation

[edit]

ContributionTracking

[edit]
  • git #1c04746e - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

CreditsSource

[edit]
  • git #423d3eda - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Dashiki

[edit]
  • git #952e9d7b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

DisableAccount

[edit]
  • git #4afb5731 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Disambiguator

[edit]
  • git #4b701acc - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

DismissableSiteNotice

[edit]
  • git #6d5947b2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

DonationInterface

[edit]

DoubleWiki

[edit]
  • git #d7500fbe - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

DynamicSidebar

[edit]
  • git #a24717d7 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Echo

[edit]

EducationProgram

[edit]
  • git #7e8bada1 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Elastica

[edit]
  • git #d0816864 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ElectronPdfService

[edit]
  • git #cef3278c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

EventBus

[edit]
  • git #b15e94a3 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #96b19d9b - Event metadata: Use UTC for the `meta.dt` field (T189243) by Marko Obrovac

EventLogging

[edit]
  • git #8963439f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ExtensionDistributor

[edit]
  • git #6c83fc91 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

FeaturedFeeds

[edit]
  • git #511d67e9 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

FileExporter

[edit]
  • git #f64b0ac6 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

FileImporter

[edit]
  • git #bb33618e - Import text revisions in the order of oldest to newest (T186609) by Andrew-WMDE
  • git #be4895b6 - Fix use of ImportException by WMDE-Fisch
  • git #07732ef3 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

FlaggedRevs

[edit]
  • git #62cf0565 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Flow

[edit]

FundraiserLandingPage

[edit]
  • git #e88b335c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

FundraisingTranslateWorkflow

[edit]
  • git #b6d9b5dc - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Gadgets

[edit]
  • git #5b7e9fcf - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GeoCrumbs

[edit]
  • git #ea50fdd9 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GeoData

[edit]
  • git #5242fb75 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GettingStarted

[edit]
  • git #4aaa403f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #fc631c2c - Remove unnecessary tab and add requires MediaWiki Version by Jayprakash12345
  • git #0b33c25c - Remove deprecated dieUsage methods (T189222) by Jayprakash12345

Graph

[edit]
  • git #c0a5983d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GlobalBlocking

[edit]
  • git #ea696552 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GlobalCssJs

[edit]
  • git #c964e415 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GlobalUsage

[edit]
  • git #5eece4e9 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GlobalUserPage

[edit]
  • git #e1785911 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GoogleNewsSitemap

[edit]
  • git #f1c620db - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GuidedTour

[edit]
  • git #3122264c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

GWToolset

[edit]
  • git #dd09fa75 - Move @covers closer to test class by Umherirrender
  • git #589c5505 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ImageMap

[edit]
  • git #bc0cc30a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

InputBox

[edit]
  • git #89fbf371 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #91763b61 - Update parser tests for RemexHtml as tidy implementation (T188167) by Kunal Mehta

Insider

[edit]
  • git #54e35121 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

intersection

[edit]
  • git #88d01bdf - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Interwiki

[edit]
  • git #2e859dd5 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

InterwikiSorting

[edit]
  • git #33344537 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Josa

[edit]
  • git #d34398d3 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

JsonConfig

[edit]
  • git #ec1b9b51 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Kartographer

[edit]
  • git #d5b9f92a - Fix corruption of title/description wikitext to HTML when editing in VE (T187230) by Roan Kattouw
  • git #f2487610 - Clean up promise usage by Roan Kattouw
  • git #1019410d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LabeledSectionTransclusion

[edit]
  • git #24f27740 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LandingCheck

[edit]
  • git #94b5318c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LdapAuthentication

[edit]
  • git #544ab2cd - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Linter

[edit]
  • git #8958e123 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LiquidThreads

[edit]
  • git #af7190da - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Listings

[edit]
  • git #2f27188d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LocalisationUpdate

[edit]
  • git #d092cd07 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

LoginNotify

[edit]
  • git #edba4520 - Correct the way that loginAttempt.php verifies a user exists by Huji
  • git #e907ea1e - Reword "computer" -> "device" (T180947) by Niharika29
  • git #8413ddfc - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

MapSources

[edit]
  • git #986a65a2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

MassMessage

[edit]
  • git #a43a4a5a - Remove newline between comment and class from tests by Umherirrender
  • git #957d8a2f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Math

[edit]
  • git #43b187e6 - Move @covers closer to test class by Umherirrender
  • git #3d9083d7 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

MobileApp

[edit]
  • git #758c367f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #a3aa56cd - Retire loading.less by Michael Holloway

MobileFrontend

[edit]

MultimediaViewer

[edit]
  • git #808cc6c4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

MwEmbedSupport

[edit]
  • git #1b4d5bee - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
[edit]
  • git #4630feb4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #b6a013c1 - ext.NavigationTiming: Add integration test for oversampling feature (T181413) by Ian Marlier

Newsletter

[edit]
  • git #a3be4ea0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #fc686b25 - Convert begin/commit calls to atomic sections by Aaron Schulz

NewUserMessage

[edit]
  • git #6a67097b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Nuke

[edit]
  • git #ab88fc1c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

OAuth

[edit]
  • git #0be79aca - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

OATHAuth

[edit]
  • git #9aad4dc2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ORES

[edit]
  • git #f71e88ef - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #17dc2aa3 - Change default config of ores models to use the new system by Amir Sarabadani

OpenStackManager

[edit]
  • git #9753a779 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PagedTiffHandler

[edit]
  • git #bd844844 - Add missing @covers to test by Umherirrender
  • git #d5cef57b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PageAssessments

[edit]
  • git #1757d808 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PageImages

[edit]
  • git #b669f559 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PageTriage

[edit]
  • git #0030de3d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #b5f4094a - Update browser warning from IE10 to IE11 (T188969) by GeoffreyT2000

PageViewInfo

[edit]
  • git #068708f2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ParserFunctions

[edit]
  • git #5db4a456 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ParserMigration

[edit]
  • git #559abc93 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ParsoidBatchAPI

[edit]
  • git #dee11a61 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PdfHandler

[edit]
  • git #611210ac - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PerformanceInspector

[edit]
  • git #1e5e7a9a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Petition

[edit]
  • git #27ac075c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Poem

[edit]
  • git #7aa43cc0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PoolCounter

[edit]
  • git #98032022 - build: force cucumber color on Jenkins by Antoine Musso
  • git #fd9a11c8 - build: add daemon compilation and test to rake (T187797) by Antoine Musso
  • git #6ad64de3 - build: bump cucumber to 1.3.20 to support ruby2.2+ by Antoine Musso
  • git #5c0843e4 - build: drop bundle version from Gemfile.lock by Antoine Musso

Popups

[edit]
  • git #8391f5cc - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #3cd45bca - Give summary a min-height to avoid overlap with gradient. (T188581) by jdlrobson
  • git #f5f21a8d - RESTBase url is configurable by barrybrowsertestbot
  • git #ca440dfb - Remove client side formatters in Popups code base for MW API. (T189042) by barrybrowsertestbot
  • git #e9e3d592 - Hygiene: only report diff status by Stephen Niedzielski

ProofreadPage

[edit]
  • git #86136a66 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

PropertySuggester

[edit]
  • git #4e28411c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

QuickSurveys

[edit]
  • git #8f1fa0fe - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Quiz

[edit]
  • git #eacd842e - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ReadingLists

[edit]
  • git #e3050854 - Log more information when logic errors happen (T189340) by Gergő Tisza
  • git #244d0a1e - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #729a5484 - Fix deleted row handling in ApiQueryReadingListEntries (T189272) by Gergő Tisza
  • git #f1006b1d - Better reporting of no-op count updates in fixListSize.php by Gergő Tisza
[edit]
  • git #d16d67a1 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

RelatedSites

[edit]
  • git #0b4caab2 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Renameuser

[edit]
  • git #f55dcb82 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

RevisionSlider

[edit]
  • git #697bc1f0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

RSS

[edit]
  • git #8c746637 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
[edit]
  • git #7b8e93b0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Scribunto

[edit]
  • git #1df0fc6e - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Score

[edit]
  • git #eb01489b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SearchExtraNS

[edit]
  • git #6f29a0f4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SecurePoll

[edit]
  • git #0a0c5900 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Sentry

[edit]
  • git #3113c216 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ShortUrl

[edit]
  • git #4c4b7d0a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SiteMatrix

[edit]
  • git #caa09395 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SpamBlacklist

[edit]
  • git #54e063ab - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SubPageList3

[edit]
  • git #0a0f2b1f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SubpageSortkey

[edit]
  • git #40cf67c4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

SyntaxHighlight_GeSHi

[edit]
  • git #a6c8aa00 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #14d34dfe - Update parser tests for RemexHtml as tidy implementation (T188167) by Kunal Mehta

TemplateData

[edit]
  • git #c21dff12 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TemplateSandbox

[edit]
  • git #f64e261d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TemplateStyles

[edit]
  • git #8937ee2a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TextExtracts

[edit]
  • git #dd728f81 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Thanks

[edit]

TimedMediaHandler

[edit]
  • git #75e2fe43 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #6ff9134b - Update parser tests for RemexHtml as tidy implementation (T188167) by Kunal Mehta

timeline

[edit]
  • git #0c52d6ff - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TitleBlacklist

[edit]
  • git #b7cb4b18 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #a4d5a715 - Remove deprecated dieUsageMsg methods (T189222) by Jayprakash12345

TocTree

[edit]
  • git #f851dbec - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TorBlock

[edit]
  • git #70cf98fd - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #b47c638b - Fix typo in word compatibility by Umherirrender

Translate

[edit]
  • git #9244bf6f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #7ae6c61e - Remove duplicate TTMServer by Reedy

TranslationNotifications

[edit]
  • git #9509febe - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TrustedXFF

[edit]
  • git #745c41c1 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

TwoColConflict

[edit]
  • git #2fccfe2a - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

UnicodeConverter

[edit]
  • git #a482ee46 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

UniversalLanguageSelector

[edit]
  • git #1279308d - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #1ad692dc - Remove deprecated dieUsage method (T189222) by Jayprakash12345
  • git #d6630a47 - Log the context of the ULS in which no search results were found (T179402) by Amire80
[edit]
  • git #3787b86f - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

UploadWizard

[edit]
  • git #6afafe6c - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

UrlShortener

[edit]
  • git #191dd5bb - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #f8a73d64 - Upgrade Require MediaWiki Version 1.27 to 1.29 by Jayprakash12345
  • git #079cb23e - Remove deprecated dieUsage methods (T189222) by Jayprakash12345

UserMerge

[edit]
  • git #1a028334 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

VipsScaler

[edit]
  • git #c41e3bbe - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

VisualEditor

[edit]
  • git #3c676013 - ve.ui.MWGalleryDialog: Dedupe code for saving properties of each image by Ed Sanders
  • git #26e77282 - ve.ce.MWBlockImageNode: Allow normal CE rendering to handle the caption by Ed Sanders
  • git #c493cafe - Update VE core submodule to master (01609bfaa) by James D. Forrester
  • git #77c83c3a - Update VE core submodule to master (3aabb95af) (T188389) by James D. Forrester
  • git #283cf053 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #b6c6d10d - ce.MWTransclusionNode: increase invisible selector specificity (T189267) by David Lynch
  • git #4e10d5b9 - Update rel attribute checks to be aware of multiple rel values by David Lynch
  • git #650836d0 - i18n: Sort messages alphabetically for easier updates by James D. Forrester
  • git #28525497 - Hooks: Don't register beta features if they're enabled for all by James D. Forrester
  • git #f8c5608c - LinkCache: styleParsoidElements find mw:WikiLink with ~= (T189175) by Jforrester
  • git #2aadc181 - build: npm/rake entry point for screenshots upload (T189122) by Antoine Musso
  • git #b05ac142 - Blacklist Web of Trust junk from being added to pages (T189148) by Bartosz Dziewoński
  • git #a083ee37 - Update VE core submodule to master (f46b51b83) (T160588) (T182360) (T189030) (T189104) (T189120) by James D. Forrester
  • git #045f3b76 - Follow-up I5357a909: Fix logic for autosave from edited state (T189071) by Ed Sanders
  • git #94db6545 - Update VE core submodule to master (23666aff0) by James D. Forrester

Wikibase

[edit]
  • git #37b6cb9b - Fix documentation of allowLocalShortDesc by Gergő Tisza
  • git #d3089967 - Test UsageDeduplicator not being called more than once (T189409) by Lucas Werkmeister
  • git #60b42cf0 - DataUpdateHookHandlers: Only call UsageAccumulator::getUsages once by Marius Hoch
  • git #55d80d8f - Remove mention of obsolete setting (T188995) by Lucas Werkmeister
  • git #3486c4ce - Remove everything related read/write term_entity_id config (T188995) by Lucas Werkmeister
  • git #065395eb - Remove unused function argument in WikibaseLuaEntityBindingsTest by Thiemo Mättig
  • git #bc6d95ed - Micro-optimization of EntityUsage::getIdentityString (T189409) by Thiemo Mättig
  • git #58017cdb - Fix UsageDeduplicator accidentially being called way to often (T189409) by Thiemo Mättig
  • git #59ce7fea - Use only local part of username when building the RC line (T189320) by Jonas Kress (WMDE)
  • git #f69516f8 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #147780ee - Fix copy+paste artifact in test function by Lucas Werkmeister
  • git #40f6fd7a - Remove lame debugging in the browser tests by Leszek Manicki
  • git #dea76e6f - Handle redirects correctly in loadLatestRevisionIds (T188381) by Lucas Werkmeister
  • git #b6e71223 - Remove unused parameter from EntityContent::getParserOutputFromEntityView by Thiemo Kreuz (WMDE)
  • git #45eae286 - Add parser function and API module for page descriptions (T184000) by Gergő Tisza
  • git #d310c7d4 - Rearrange PrefetchingWPEMDA::loadLatestRevisionIds (T188381) by Lucas Werkmeister
  • git #c8494058 - Optimize PrefetchingWPEMDA::loadLatestRevisionIds (T188381) by Lucas Werkmeister
  • git #3577ee0a - docs: fix typo in public-apis.wiki by addshore
  • git #d238712b - Remove non-helpful @return docs from test data providers by Thiemo Mättig
  • git #f8014957 - Update old array() syntax in comments to [] by Thiemo Mättig
  • git #edf842ae - Fixed a typo in the lame-debug code in browser tests by WMDE-leszek
  • git #e0f1044a - Add code of special wikis as interwiki when populating sites table (T183019) by Amir Sarabadani
  • git #8aac3087 - Improve WikiPageEntityMetaDataAccessor documentation by Lucas Werkmeister
  • git #30b02121 - Optimize WikiPageEntityMetaDataLookup::loadLatestRevisionIds (T188381) by Daniel Kinzler
  • git #b3fba13f - Throw exception when using EntityByLinkedTitleLookup with objects by Thiemo Kreuz (WMDE)
  • git #ceaa9d36 - Make readFullEntityIdColumn enabled by default by WMDE-leszek

WikibaseQuality

[edit]
  • git #f8f9dde9 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikibaseQualityConstraints

[edit]

WikidataPageBanner

[edit]
  • git #8f6e3eef - Move comment with @group closer to test class by Umherirrender
  • git #ac9fdd6b - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikiEditor

[edit]
  • git #4c1ae8ef - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #d5648e2c - Avoid '|' in title is interpreted as separator on API request by Fomafix

wikihiero

[edit]
  • git #8e666112 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikiLove

[edit]
  • git #6257b769 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikimediaBadges

[edit]
  • git #3ee483c4 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Wikidata.org

[edit]
  • git #888bfa45 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikimediaEvents

[edit]
  • git #a7766362 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikimediaIncubator

[edit]
  • git #74980b23 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikimediaMaintenance

[edit]
  • git #06629edf - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

WikimediaMessages

[edit]
  • git #58ccff8f - Rename crh from "Crimean Turkish" to "Crimean Tatar" (T189511) by Jayprakash12345
  • git #35c9a811 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

XAnalytics

[edit]
  • git #5eb647f6 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

ZeroBanner

[edit]
  • git #7dc9c3be - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader
  • git #05cf0a83 - Remove unnecessary space by Jayprakash12345
  • git #8fc887fb - Remove deprecated dieUsage methods (T189222) by Jayprakash12345

ZeroPortal

[edit]
  • git #cb6bc4d3 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Skins

[edit]

CologneBlue

[edit]
  • git #69b83821 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

MinervaNeue

[edit]

MonoBook

[edit]
  • git #fb35e5ac - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Modern

[edit]
  • git #d1053bff - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Nostalgia

[edit]
  • git #867f9510 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Timeless

[edit]
  • git #36cb8aac - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Vector

[edit]
  • git #0ee8510c - Remove old selectors and JavaScript for dropdown menus (T168080) by Krinkle
  • git #26f071b0 - build: Updating jakub-onderka/php-parallel-lint to 1.0.0 by libraryupgrader

Total Changes

[edit]

398 Changes in 183 repos by 66 committers