Jump to content

MediaWiki 1.33/wmf.2

From mediawiki.org
MediaWiki 1.33.0-wmf.1 Deployment of MediaWiki 1.33.0-wmf.2 to Wikimedia sites MediaWiki 1.33.0-wmf.3

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

Core changes

[edit]
  • git #42a6f991 - Use new WikiMap::getCurrentWikiDomain() for objectcache and profiler keyspace by Krinkle
  • git #a442f7e6 - Set the SaveParser logger in RevisionRenderer by Aaron Schulz
  • git #633eb437 - rdbms: clean up return values of IDatabase write methods by Aaron Schulz
  • git #36ec0c69 - Drop six authentication-related hooks, deprecated in 1.27 (T193755) by James D. Forrester
  • git #dbccb3a3 - Use WikiMap methods for wiki ID logic in more places by Krinkle
  • git #afc530c3 - Use WikiMap methods in ClassicInterwikiLookup instead of wfWikiId() by Krinkle
  • git #afe9a0fa - Remove use of old API doc methods by James D. Forrester
  • git #dcd0a3d5 - Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap by Aaron Schulz
  • git #e085e3f3 - Parser: Remove markNoConversion for displaytitle error message (T208249) by Fomafix
  • git #58abac2d - Change ParserOptions `tidy` default to `true` by C. Scott Ananian
  • git #97d96599 - Replace deprecated calls to OutputPage::parseInline() (T198214) by C. Scott Ananian
  • git #a3f63785 - Deprecate OutputPage::parse() and OutputPage::parseInline() (T198214) by C. Scott Ananian
  • git #e68eff59 - CalendarWidget: Fix left arrow position in header by VolkerE
  • git #6030e9cf - Create JobQueueEnqueueUpdate class to call JobQueueGroup::pushLazyJobs() (T207809) by Aaron Schulz
  • git #7ac86091 - Avoid using return value of IDatabase::insert() by Aaron Schulz
  • git #387071ec - Avoid broken markup due to conversion table DB queries in Installer:parse() (T207979) by Aaron Schulz
  • git #512aa4e5 - Use PHP 7 '??' operator instead of if-then-else by Fomafix
  • git #e2088f11 - Make UserEditCountUpdate faster by using auto-commit mode (T202715) by Aaron Schulz
  • git #a5352157 - Deprecate hacky wfSplitWikiID() method by Aaron Schulz
  • git #19dd2879 - Increment edit count for all page moves (T195550) by Aaron Schulz
  • git #cb7e0ea5 - resoureloader: Restore support for plain callbacks in mediawiki.base's RLQ (T208093) by Timo Tijhof
  • git #db4fa6fb - Fix OutputPage::parseInternal() by stripping <div> wrapper by C. Scott Ananian
  • git #b6be5ec0 - .gitignore: Fix .vscode by Zoranzoki21
  • git #661c43f3 - Hard deprecate $wgTidyConfig['driver'] = 'disabled' by C. Scott Ananian
  • git #a6a017ce - Fix use of non-existent variable Parser::$config (T208000) by Tim Starling
  • git #fc7b71e8 - RCFilters: Apply same distance to FilterItemHighlightButtons as other elements by Volker E
  • git #390fce6d - Move user_editcount updates to a mergeable deferred update (T202715) by Aaron Schulz
  • git #a58a9d5f - rdbms: add transaction comment to IDatabase::masterPosWait() by Aaron Schulz
  • git #0233868b - RCFilters: Cleanup 'Namespaces' dropdown borders appearance by Volker E
  • git #c4d9d515 - Clear the title cache in MutableRevisionRecordTest by Krinkle
  • git #41083811 - Make testFormatValueRestrictions() account for $wgArticlePath to avoid failures by Krinkle
  • git #8baffeae - filerepo: Inject the WAN cache info FileRepo instances by Krinkle
  • git #5ad3a323 - rdbms: Use "mixed" type for $profiler field in LoadBalancer by Krinkle
  • git #eb251abc - Fix code style in EmailNotification.php by D3r1ck01
  • git #da9c742a - MailAddress->toString(): Reduce complexity by inverting ifs by James D. Forrester
  • git #0ee8b165 - Move timing code out of the try/catch in doPostOutputShutdown() by Aaron Schulz
  • git #59573879 - rdbms: avoid transaction status errors from ping() in rollback() by Aaron Schulz
  • git #46875ad8 - API: Set robots noindex,nofollow on HTML output (T207818) by Brad Jorsch
  • git #991d50d4 - RCFilters: Fix centering of "no results" message (T207808) by Roan Kattouw
  • git #13a1d895 - WikiPage: Truncate redirect fragments before inserting them into the DB (T207876) by Roan Kattouw
  • git #d47e2822 - Disable $wgEnableImageWhitelist by default by Kunal Mehta
  • git #139bf5bc - composer.json, require ext-fileinfo by James D. Forrester
  • git #30d0c549 - Use a pre-commit hook for change_tag_def count updates (T207881) by Aaron Schulz
  • git #48cea98f - RELEASE-NOTES-1.33: Note new Partial Blocks feature flag by James D. Forrester
  • git #45305de5 - Hard deprecate non-tidy OutputPage::addWikiText() method (T198214) by Jforrester
  • git #518ddd81 - Remove deprecated "Parsoid v1 API" compatibility thunks (T205029) by James D. Forrester
  • git #b3014df3 - List Partial Block details in ApiQueryBlocks and ApiQueryUserinfo. (T197141) by Dbarratt
  • git #170c49d6 - Update Special:BlockList to present Partial Block details from the database (T197143) by Dbarratt
  • git #9c32d7bc - Follow-up cfa70ea6d0: Fix rebase artefact, also remove preference listing by James D. Forrester
  • git #45a4cc4c - Minor cleanup of languages/ConverterRule.php by Nikerabbit
  • git #7f1a2fcd - rdbms: fix connection reuse logic in LoadBalancer for postgres by Aaron Schulz
  • git #935dfc30 - Silence transaction profiler master queries notices for rollback by Aaron Schulz
  • git #d67121f6 - Enforce partial blocks (T197117) by Dbarratt
  • git #f7fb00c8 - Fix slow query counting by unindexed field ar_page_id (T207530) by Tim Starling
  • git #f24991c6 - Add partial block details to block-log entries. (T197108) by Jforrester
  • git #0813c46d - Update Special:Block to set Partial Blocks (T197109) by Jforrester
  • git #07a5c716 - TitlesMultiselectWidget: Add a widget that allows selection of multiple titles (T197109) by Jforrester
  • git #a562611e - Add block restriction classes (T202036) by Moriel Schottlender
  • git #14f6a1af - RELEASE-NOTES-1.32: Add all new/changed libraries in composer.json by James D. Forrester
  • git #96ec2453 - rdbms: remove duplicate @params in IDatabase::select() by Aaron Schulz
  • git #54d9b373 - HTMLForm: Remove parameters 'notice', 'notice-messages', 'notice-message' (T197179) by James D. Forrester
  • git #7356e66e - resourceloader: ResourceLoaderGetConfigVars is passed skin (T186062) by Jdlrobson
  • git #43244db9 - Use PHP 7 '??' operator instead of if-then-else by Fomafix
  • git #b4ecf374 - Fix PHPDoc type for instance variables and methods by Alangi Derick
  • git #b02c9190 - Remove unused fields in ForeignDBViaLBRepo by Aaron Schulz
  • git #a345be42 - extraParserTests.txt: Fix typo by Bartosz Dziewoński
  • git #ff280480 - Hard deprecate functionality replaced with random_bytes() by Max Semenik
  • git #cfa70ea6 - Remove old "bulletin board style toolbar" from core (T30856) (T32795) by James D. Forrester
  • git #4b1db119 - Tidy Message::parseAsBlock() by enabling tidy in MessageCache (T198214) by C. Scott Ananian
  • git #fd6d96f6 - Remove unnecessary, unoptimized, unused overview SVG by Volker E
  • git #c58afe45 - debug: Allow the DBQuery channel to be used (T202764) by Timo Tijhof

Vendor

[edit]

No changes for vendor

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]
  • git #b73786df - Replace deprecated OutputPage::parse/parseInline() (T198214) by C. Scott Ananian
  • git #5071c657 - Use proper cache key construction for throttle, rules, and autoblock keys by Aaron Schulz

ActiveAbstract

[edit]

No changes for ActiveAbstract

AdvancedSearch

[edit]

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

ArticlePlaceholder

[edit]

No changes for ArticlePlaceholder

Babel

[edit]
  • git #c9d299a2 - Change HTTP links to mediawiki.org to use HTTPS (T189687) by Rafid Aslam
  • git #65dba456 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender

BetaFeatures

[edit]

BounceHandler

[edit]

No changes for BounceHandler

Calendar

[edit]

No changes for Calendar

Campaigns

[edit]

No changes for Campaigns

Capiunto

[edit]

No changes for Capiunto

CategoryTree

[edit]
  • git #e53b74d7 - Update mediawiki http to https links in CategoryTree extension (T189687) by stibba
  • git #96b44610 - API: Drop back-compat. code for old versions of MW we don't support by Umherirrender

CentralAuth

[edit]
  • git #8649e4e5 - SECURITY: Give AntiSpoof error when renaming users in all cases (T207576) by Amir Sarabadani
  • git #96ba9579 - Avoid use of IDatabase::delete() return values by Aaron Schulz
  • git #c45e9663 - Replace deprecated OutputPage::parse/parseInline() (T198214) by C. Scott Ananian

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]

No changes for CheckUser

CirrusSearch

[edit]

Cite

[edit]
  • git #4df9bf5f - Fix wikitext paste test (T204007) by Ed Sanders
  • git #05c006ab - i18n: Use `<` rather than `<nowiki><` for security testing sanity by James D. Forrester

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]

No changes for Citoid

cldr

[edit]
  • git #9b1ecf32 - Start showing warning for deprecated PHP entry point by jenkins-bot
  • git #f37c527d - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
  • git #92cbf423 - Update to CLDR 34.0 by Reedy

Cognate

[edit]

No changes for Cognate

CodeEditor

[edit]

No changes for CodeEditor

CodeMirror

[edit]

No changes for CodeMirror

CodeReview

[edit]

CollaborationKit

[edit]

Collection

[edit]

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]

CongressLookup

[edit]

No changes for CongressLookup

ContactPage

[edit]

No changes for ContactPage

ContentTranslation

[edit]

ContributionTracking

[edit]

No changes for ContributionTracking

CreditsSource

[edit]

No changes for CreditsSource

Dashiki

[edit]

No changes for Dashiki

Disambiguator

[edit]

No changes for Disambiguator

DismissableSiteNotice

[edit]

No changes for DismissableSiteNotice

DonationInterface

[edit]
  • git #9a4e0be8 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
  • git #19cbce80 - Replace deprecated OutputPage::parse() (T198214) by C. Scott Ananian
  • git #014cb4bb - Update Amazon SDK fork and SmashPig library by Elliott Eggleston
  • git #3036187e - Explicitly list Ingenico-supported currencies by Elliott Eggleston
  • git #973295dc - Send order_id for all the PayPal merchant reference fields (T202583) by Elliott Eggleston
  • git #ca9a1d9f - Fix continue statement breaking tests under PHP 7.3 by Elliott Eggleston
  • git #5716657c - Handle invalid GC SET_PAYMENT response and fix some (T203126) by jgleeson

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

EUCopyrightCampaign

[edit]

No changes for EUCopyrightCampaign

Echo

[edit]
  • git #bbf0e1fa - Avoid use of IDatabase::insert() return value by Aaron Schulz
  • git #9aa13448 - Avoid use of IDatabase::delete() return values by Aaron Schulz
  • git #9a0ce7d4 - Avoid use of IDatabase::update return value by Aaron Schulz
  • git #9cca2896 - Avoid use of IDatabase::update return value by Aaron Schulz
  • git #deb5057d - Avoid use of IDatabase::update return value by Aaron Schulz
  • git #611d1610 - Simplify testDiscussionParser code by Umherirrender
  • git #3f42e295 - Fix HTTP links to HTTPS for www.mediawiki.org (T189687) by Zoranzoki21
  • git #9c267798 - Reload the test user instance before checking the edit count by Aaron Schulz

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]

No changes for ElectronPdfService

EventBus

[edit]

EventLogging

[edit]

ExtensionDistributor

[edit]

No changes for ExtensionDistributor

FeaturedFeeds

[edit]
  • git #df04a91c - API: Drop back-compat. code for old versions of MW we don't support by James D. Forrester

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]

No changes for FileImporter

FlaggedRevs

[edit]
  • git #ffd4b3d7 - Replace deprecated OutputPage::parse() (T198214) by C. Scott Ananian
  • git #b2b5bb3a - API: Drop back-compat. code for old versions of MW we don't support by Umherirrender

Flow

[edit]
  • git #2cdaa14f - Avoid use of IDatabase::insert() return value by Roan Kattouw
  • git #7430699e - Check if result is an array before calling count() (T206583) by Kosta Harlan
  • git #a523ecf7 - Avoid use of IDatabase::update return value by Krinkle
  • git #c8149a4e - Avoid use of IDatabase::update return value by Aaron Schulz
  • git #e09c21ee - Fix recentchanges event not emitted for topic on empty board (T187861) by Kosta Harlan
  • git #be1960df - Fix HTTP links to HTTPS for www.mediawiki.org (T189687) by Zoranzoki21

FundraiserLandingPage

[edit]

No changes for FundraiserLandingPage

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]
  • git #6b0829a8 - Full Russian localisation of Gadgets by Saint Johann

GeoCrumbs

[edit]

No changes for GeoCrumbs

GeoData

[edit]

No changes for GeoData

GettingStarted

[edit]

No changes for GettingStarted

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]

No changes for GlobalPreferences

GlobalUsage

[edit]

No changes for GlobalUsage

GlobalUserPage

[edit]

No changes for GlobalUserPage

GoogleNewsSitemap

[edit]
  • git #7d0efdc5 - Start showing warning for deprecated PHP entry point by Umherirrender

Graph

[edit]

GuidedTour

[edit]

GWToolset

[edit]

No changes for GWToolset

ImageMap

[edit]

No changes for ImageMap

InputBox

[edit]

No changes for InputBox

Insider

[edit]
  • git #32d9cabf - Start showing warning for deprecated PHP entry point by Umherirrender

intersection

[edit]

No changes for intersection

Interwiki

[edit]

No changes for Interwiki

InterwikiSorting

[edit]

No changes for InterwikiSorting

JADE

[edit]

Josa

[edit]

No changes for Josa

JsonConfig

[edit]

No changes for JsonConfig

Kartographer

[edit]

LabeledSectionTransclusion

[edit]
  • git #e42d3ca9 - Start showing warning for deprecated PHP entry point by Umherirrender

LandingCheck

[edit]
  • git #b201e7f1 - Start showing warning for deprecated PHP entry point by Umherirrender

LdapAuthentication

[edit]

Linter

[edit]

No changes for Linter

LiquidThreads

[edit]
  • git #b76a76d7 - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #708805d4 - Replace deprecated OutputPage::parse/parseInline() (T198214) by C. Scott Ananian

Listings

[edit]
  • git #b1c1828f - Start showing warning for deprecated PHP entry point by Umherirrender

LocalisationUpdate

[edit]
  • git #421174ea - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
  • git #db84ba6e - Handle exceptions from GitHubFetcher (T176390) by Niklas Laxström

LoginNotify

[edit]

No changes for LoginNotify

MapSources

[edit]
  • git #228694ba - Start showing warning for deprecated PHP entry point by Umherirrender

MassMessage

[edit]
  • git #f6952a4f - Start showing warning for deprecated PHP entry point by Umherirrender

Math

[edit]
  • git #73a3f662 - Start showing warning for deprecated PHP entry point by Umherirrender

MobileApp

[edit]
  • git #46de56f7 - Start showing warning for deprecated PHP entry point by Umherirrender

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]
  • git #8f73b192 - Start showing warning for deprecated PHP entry point by Umherirrender

Newsletter

[edit]
  • git #a1ec74a9 - Add a unit test to check newsletter creation validation (T183632) by Tony Thomas
  • git #d45bbe90 - Start showing warning for deprecated PHP entry point by Umherirrender

NewUserMessage

[edit]
  • git #f5a08e24 - Start showing warning for deprecated PHP entry point by Umherirrender

Nuke

[edit]
  • git #adca008f - Start showing warning for deprecated PHP entry point by Umherirrender

OATHAuth

[edit]

OAuth

[edit]

OpenStackManager

[edit]
  • git #6863d860 - Convert Special:NovaKey to OOUI (T204585) by Umherirrender
  • git #9f48f34d - API: Drop back-compat. code for old versions of MW we don't support by Umherirrender

ORES

[edit]
  • git #f1f53e01 - Fix broken condition in CleanDuplicateScores script by Thiemo Kreuz

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]

No changes for PageImages

PageTriage

[edit]
  • git #7b79b3da - Start showing warning for deprecated PHP entry point by Umherirrender

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]
  • git #0d215415 - Start showing warning for deprecated PHP entry point by Umherirrender

ParserMigration

[edit]

No changes for ParserMigration

ParsoidBatchAPI

[edit]
  • git #649ee8bb - Drop back-compat. code for MW<1.29 by C. Scott Ananian
  • git #a585e06b - Start showing warning for deprecated PHP entry point by Umherirrender

PdfHandler

[edit]
  • git #5252e4d4 - Start showing warning for deprecated PHP entry point by Umherirrender

PerformanceInspector

[edit]

No changes for PerformanceInspector

Petition

[edit]
  • git #61679dd0 - Start showing warning for deprecated PHP entry point by Umherirrender

Poem

[edit]

No changes for Poem

PoolCounter

[edit]

No changes for PoolCounter

Popups

[edit]

No changes for Popups

ProofreadPage

[edit]

No changes for ProofreadPage

PropertySuggester

[edit]

No changes for PropertySuggester

QuickSurveys

[edit]

Quiz

[edit]
  • git #bd18f932 - Start showing warning for deprecated PHP entry point by Umherirrender

ReadingLists

[edit]

No changes for ReadingLists

[edit]

No changes for RelatedArticles

RelatedSites

[edit]
  • git #a9738ad4 - Start showing warning for deprecated PHP entry point by Umherirrender

Renameuser

[edit]
  • git #5a71f27e - Start showing warning for deprecated PHP entry point by Umherirrender

RevisionSlider

[edit]

RSS

[edit]

No changes for RSS

[edit]
  • git #3731cace - Start showing warning for deprecated PHP entry point by Umherirrender

Score

[edit]

No changes for Score

Scribunto

[edit]
  • git #fa7481b6 - Start showing warning for deprecated PHP entry point by jenkins-bot
  • git #946874ef - Update mediawiki http to https in Scribunto extension (T189687) by stibba

SearchExtraNS

[edit]
  • git #dadc2773 - Start showing warning for deprecated PHP entry point by Umherirrender

SecurePoll

[edit]

Sentry

[edit]
  • git #abd59050 - Start showing warning for deprecated PHP entry point by Umherirrender

ShortUrl

[edit]

No changes for ShortUrl

SiteMatrix

[edit]

No changes for SiteMatrix

SkinPerPage

[edit]

No changes for SkinPerPage

SpamBlacklist

[edit]

No changes for SpamBlacklist

SubPageList3

[edit]
  • git #da4cbfb0 - Start showing warning for deprecated PHP entry point by Umherirrender

SubpageSortkey

[edit]
  • git #72219ea9 - Start showing warning for deprecated PHP entry point by Umherirrender

SyntaxHighlight_GeSHi

[edit]
  • git #24c880f2 - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #ad372167 - Make VE language checking case-insensitive (T125231) by Bartosz Dziewoński

TemplateData

[edit]
  • git #bce29bdc - Start showing warning for deprecated PHP entry point by Umherirrender

TemplateSandbox

[edit]
  • git #64a6c192 - Replace deprecated OutputPage::parse() (T198214) by C. Scott Ananian
  • git #4483eb1a - Start showing warning for deprecated PHP entry point by Umherirrender

TemplateStyles

[edit]

No changes for TemplateStyles

TemplateWizard

[edit]

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

TimedMediaHandler

[edit]

No changes for TimedMediaHandler

timeline

[edit]
  • git #2dff8476 - Start showing warning for deprecated PHP entry point by Umherirrender

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]
  • git #023ea7eb - Start showing warning for deprecated PHP entry point by Umherirrender

Translate

[edit]

TranslationNotifications

[edit]
  • git #f4f3ca2c - Start showing warning for deprecated PHP entry point by Umherirrender

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]
  • git #6e598578 - Perfect initial text editor size in JS editing mode (T207163) by Thiemo Kreuz
  • git #0f0453b6 - Remove not needed empty lines at the end of scopes by Thiemo Kreuz
  • git #278d0c2d - Remove obsolete word-wrap alias from all CSS by WMDE-Fisch
  • git #cf282351 - Fix CSS for Chrome on MacOS and Firefox with dark color scheme (T205431) by WMDE-Fisch
  • git #3f0df80d - Add waits to make sure conlicts are created by WMDE-Fisch
  • git #86711276 - Use MediaWikiTestCase::getTestUser instead of User::newFromName by Thiemo Kreuz
  • git #6b696e7f - Increase timeout in tour browser tests to 60 seconds by Thiemo Kreuz
  • git #0bb46ad5 - Break long words (T207667) by Andrew Kostka
  • git #6c108bd4 - Focussed and scrollable text editors (T207735) by Andrew Kostka
  • git #ac834adf - Replace custom date/time concatenation with Language::userTimeAndDate (T202053) by Thiemo Kreuz (WMDE)
  • git #f55e3ce5 - Remove current time from "Not published yet" message (T202053) by Thiemo Kreuz
  • git #df365e19 - Replace "version" with "revision" in header messages (T202053) by Thiemo Kreuz
  • git #d8078d03 - Fix capitalization of Html::element() call by Thiemo Kreuz

UniversalLanguageSelector

[edit]
  • git #e61b40ca - MLEB: Update version before MLEB release (T206609) by jenkins-bot
  • git #bf444821 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
[edit]

No changes for UploadsLink

UploadWizard

[edit]

No changes for UploadWizard

UrlShortener

[edit]

No changes for UrlShortener

UserMerge

[edit]

No changes for UserMerge

VipsScaler

[edit]
  • git #c627d4ad - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #6173e851 - Replace deprecated OutputPage::parse() (T198214) by C. Scott Ananian

VisualEditor

[edit]
  • git #be628a5b - Update VE core submodule to master (02f5f0ca4) (T208228) by James D. Forrester
  • git #169602ea - Update VE core submodule to master (bef57a528) (T208228) by James D. Forrester
  • git #f8bfe84b - Update VE core submodule to master (c8e22de61) by Bartosz Dziewoński
  • git #e7fd1ac8 - .eslintrc: Enable and fix "max-statements-per-line": 1 by Bartosz Dziewoński
  • git #16548af3 - Use data.cloneElements when converting pasted wikitext (T204007) by Ed Sanders
  • git #392e5a00 - Update EventLogging code for Edit->EditAttemptStep schema migration (T207803) by Roan Kattouw
  • git #803f4765 - Analytics: track more things for Growth (T207802) by David Lynch
  • git #ffd7ad22 - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #44b43b38 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by Umherirrender
  • git #ac45e919 - Update VE core submodule to master (d89186159) (T172042) by Bartosz Dziewoński
  • git #ad3fc3c1 - Add missing ce.Selection tests from core by Ed Sanders
  • git #c895c609 - Add Promise.prototype.finally polyfill and restore failing tests by Ed Sanders
  • git #0243fb18 - Oversample Schema:Edit events when configured to do so (T206543) by Catrope
  • git #e048c3e1 - Use the right localisation message for edit tab on Vector skin (T206892) by Bartosz Dziewoński
  • git #62273183 - Simplify handling of messages for section edit links by Bartosz Dziewoński
  • git #6540bbd4 - Define localisation messages for File namespace edit tab in visual mode (T206892) by Bartosz Dziewoński
  • git #eefcb795 - Add another test case for stripping RESTBase IDs (T108506) by Bartosz Dziewoński

Wikibase

[edit]
  • git #d3629feb - Split WikibaseEntityNamespaces hook repo/client by addshore
  • git #0fc57024 - Avoid use of IDatabase::delete() return values by Aaron Schulz
  • git #0a68c6d5 - Avoid use of IDatabase::insert() return value by Aaron Schulz
  • git #6bed90b0 - Add option to disable entity search UI (T205560) by Amir Sarabadani
  • git #886a4b90 - jQuery snackview variation: Fixed typo error (T207386) by Jasper Michalke
  • git #7a3027ed - Move wikibase-termbox submodule to Phabricator by Alex Monk
  • git #723b6d8d - Add field declaration for EntityParserOutputGenerator::$entityMetaTagsCreatorFactory by Jakob Warkotsch

WikibaseLexeme

[edit]
  • git #6c0d605c - Return empty TermList as representations when it can't find the form (T208142) by Amir Sarabadani
  • git #d64d0867 - Remove legacy WikibaseEntityNamespaces hook by addshore
  • git #12e93c80 - Start also listening to WikibaseRepoEntityNamespaces by addshore
  • git #514d53ba - Revert "Enable lexeme namespace by default using config, instead of forcing it with a hook" by addshore
  • git #2099f74e - composer: detect diff with mediawiki-vendor by Pablo Grass (WMDE)
  • git #e14d2493 - jasmine tests: ensure deps by Pablo Grass (WMDE)
  • git #2fefdaaf - npm: prevent unexpected-dom 4.9 install by Pablo Grass
  • git #bbb5b01f - Add COPYING file (T204938) by Zoranzoki21
  • git #c0261131 - Add aliases for Serbian by Zoranzoki21
  • git #4dcc4b8f - Fix type in comment by Jeroen De Dauw
  • git #c08583e8 - Rename Domain/Lookups to Domain/Storage by Jeroen De Dauw
  • git #7af41066 - Remove not needed vars by Jeroen De Dauw
  • git #b3eb5615 - Add TODO by Jeroen De Dauw
  • git #b5223273 - Add to DIRECTORIES.md by Jeroen De Dauw
  • git #46b4990f - Remove docs in LexemeValidatorFactory by Jeroen De Dauw
  • git #6fbfe2cc - Enable lexeme namespace by default using config, instead of forcing it with a hook by Leszek Manicki
  • git #8575a52a - Add missing limits to explode() by Thiemo Kreuz
  • git #57bd77cd - Inline not needed vars by Jeroen De Dauw
  • git #2c3491f0 - Remove dead code from MergeLexemesInteractor by Jeroen De Dauw
  • git #c49ca141 - Do not require factory in ChangeOpLexicalCategory by Jeroen De Dauw
  • git #15b2a7b3 - Do not require factory in ChangeOpLanguage by Jeroen De Dauw
  • git #5b38dbec - Add preliminary DIRECTORIES.md by Jeroen De Dauw
  • git #7491390a - Move ChangeOps/ into DataAccess/ by Jeroen De Dauw

WikibaseMediaInfo

[edit]
  • git #c4fc3a44 - Don't use WikibaseRepo for CreatePageProps EntityIdComposer (T208043) by addshore
  • git #f78ea5bd - Remove legacy WikibaseEntityNamespaces hook by Jforrester
  • git #2e3e4b55 - Start also listening to WikibaseRepoEntityNamespaces by addshore
  • git #71a7d41c - Add phan-taint-check-plugin by Umherirrender

WikibaseQuality

[edit]

No changes for WikibaseQuality

WikibaseQualityConstraints

[edit]

No changes for WikibaseQualityConstraints

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]
  • git #d700202f - Update EventLogging code for Edit->EditAttemptStep schema migration (T207803) by Roan Kattouw
  • git #55b89c1e - Oversample Schema:Edit events when configured to do so (T206543) by Roan Kattouw
  • git #e54a4420 - Use Schema:Edit sampling rate config from WikimediaEvents (T206543) by Roan Kattouw

wikihiero

[edit]

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEvents

[edit]

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]

XAnalytics

[edit]

No changes for XAnalytics

ZeroBanner

[edit]
  • git #8b0c6a56 - Drop back-compat. API i18n code for MW<1.25 by James D. Forrester

ZeroPortal

[edit]
  • git #edfe73d7 - Drop back-compat. API i18n code for MW<1.25 by James D. Forrester

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]

No changes for Vector

Total Changes

[edit]

309 Changes in 89 repos by 66 committers