Jump to content

MediaWiki 1.33/wmf.1

From mediawiki.org

Prior version: MediaWiki 1.32/wmf.26

MediaWiki 1.33.0-wmf.0 Deployment of MediaWiki 1.33.0-wmf.1 to Wikimedia sites MediaWiki 1.33.0-wmf.2

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

Core changes

[edit]
  • git #eff391e0 - [1.33.0-wmf.1] Fix slow query counting by unindexed field ar_page_id (T207530) by Tim Starling
  • git #b1724eea - Update git submodules by Gerrit Code Review
  • git #5aa68729 - Update git submodules by Gerrit Code Review
  • git #577eeaea - Remove fixed phpcs:ignore by Umherirrender
  • git #bbeb3e4d - RELEASE-NOTES-1.32: Add all new/changed libraries in resources/lib by James D. Forrester
  • git #1113b120 - fix stubs dump query to use straight join (T207628) by Ariel T. Glenn
  • git #fcbde8ae - Make Language::hasVariant() more strict (T207433) by C. Scott Ananian
  • git #001a20ea - Fix warnings in SpecialEmailuser by Amir Sarabadani
  • git #1ee582b2 - Remove UtfNormal class by James D. Forrester
  • git #cfb62c60 - Hard-deprecate LegacyHookPreAuthenticationProvider class by James D. Forrester
  • git #bb2d81c3 - Update wikimedia/base-convert to 2.0.0 (T194052) by Kunal Mehta
  • git #a1774627 - Remove untidy wrapper from ImagePage::makeMetadataTable() (T205624) by C. Scott Ananian
  • git #553e40ca - Follow-up T174035: Wrap inline ternary in brackets to make phpcs happy (T203805) by James D. Forrester
  • git #a5500e7a - Fix bad join on ChangeTag subquery (T207313) by Amir Sarabadani
  • git #b3141dac - Rename WebInstallerOutput::addWikiTextInterface by C. Scott Ananian
  • git #103a4f76 - Deprecate $wgFixArabicUnicode / $wgFixMalayalamUnicode by C. Scott Ananian
  • git #162caf26 - Bump release notes for RemexHtml upgrade by Kunal Mehta
  • git #cf18de1e - Equalization translations for Serbian by Zoranzoki21
  • git #35023d61 - SECURITY: Don't allow loading unprotected JS files (T194204) (T113042) (T112937) by Brian Wolff
  • git #999fe649 - Add .vscode to .gitignore file by Zoranzoki21
  • git #8b7b5f04 - installer: Don't link to the obsolete "Extension Matrix" page (T205765) by Zoranzoki21
  • git #a404d874 - Upgrade wikimedia/remex-html to 2.0.1 (T207088) by Kunal Mehta
  • git #39d55d81 - Output Done! at end of resetUserEmail.php by Reedy
  • git #b23cc4fe - Fix typo in includes/watcheditem/WatchItemStoreInterface.php by Umherirrender
  • git #a30ebfc5 - Replace http://be-x-old. by https://be-tarask. by Fomafix
  • git #c57aacb7 - Don't pass a MailAddress pass the email to mail() (T207541) by Reedy
  • git #1b521232 - Include IP address in "Login for $1 succeeded" log entry (T207540) by Reedy
  • git #49e76f6e - RCFilters: Fix highlight circles for unseen changes (T207472) by Roan Kattouw
  • git #5f7002b9 - During special page transclusion, save and restore context's WikiPage too (T207065) by Bartosz Dziewoński
  • git #970eda65 - RCFilters: Fix completely broken highlight circles (T207472) by Roan Kattouw
  • git #f2e05169 - Include BCP 47 codes in $wgDummyLanguageCodes, but deprecate it (T207433) by C. Scott Ananian
  • git #5255e01a - Remove mention of $wgHTCPMulticastRouting, not present since MW 1.24 by C. Scott Ananian
  • git #6c14dcfc - Deprecate $wgSquidPurgeUseHostHeader by C. Scott Ananian
  • git #d63684a0 - Deprecate $wgUseESI by C. Scott Ananian
  • git #a2f8caa3 - Fix comment handling on image upload or deletion (T207419) by Brad Jorsch
  • git #b53f0c27 - Add COALESCE for image deletion and imgcomment_description_id (T207419) by Brad Jorsch
  • git #f44c1ff1 - Add ICU mapping for versions 62 and 63 by Reedy
  • git #d2c2bf65 - objectcache: avoid using heavily time-drifted microtime() values in WAN cache by Aaron Schulz
  • git #05b490bc - Watchlist: Commit after each batch watchlist insertion and removal (T171898) by Kosta Harlan
  • git #edc5a90d - Add docs and minor cleanup in PHPVersionCheck.php by Alangi Derick
  • git #e2484bc0 - Fix jqueryMsg breaking when passed an undefined param (T207397) by Jakob Warkotsch
  • git #6404071d - Sort allowed log actions when displaying by Matěj Suchánek
  • git #7e81d6f4 - Revert "Introduce Special:RedirectExternal" by Kosta Harlan
  • git #5f2cb872 - ImagePage: Inherit parent's handling for action=render (T206546) by Bartosz Dziewoński
  • git #0ae317bc - New hook ApiOptions (T198913) by Max Semenik
  • git #c3c12a0a - Reword 'prefixindex-strip' to "Hide the prefix in results" (T76972) by Bartosz Dziewoński
  • git #c5a5b022 - Database: Allow selectFieldValues() to accept SQL fragments (T201781) by Aaron Schulz
  • git #b83cf888 - Introduce Special:RedirectExternal (T207115) by Roan Kattouw
  • git #7eb1d7d0 - mw.feedback: Remove a hack with passing message parameters by Bartosz Dziewoński
  • git #a1b894cc - Remove Language::truncate(), deprecated in MW 1.31 (T197492) by C. Scott Ananian
  • git #ade27ecb - Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappers (T205624) by C. Scott Ananian
  • git #7d8a9595 - Allow getRevisionText to function without the text table. (T205808) by Brad Jorsch
  • git #c0ed2620 - Use OutputPage::addWikiTextAsInterface() instead of untidy addWikiText() (T198214) by C. Scott Ananian
  • git #08a68482 - rdbms: do not treat SAVEPOINT and RELEASE SAVEPOINT as write queries by Aaron Schulz
  • git #62b7f124 - Force type Language for $lang of doEditSectionLink by Fomafix
  • git #59502c9a - Force type Language for $lang of DifferenceEngine::setTextLanguage by Fomafix
  • git #d404b765 - Add OutputPage::wrapWikiTextAsInterface() to safely wrap wikitext (T205624) by C. Scott Ananian
  • git #a47aec96 - INSTALL, UPGRADE: Re-wrap to 80 chars and enforce by James D. Forrester
  • git #59dc7a40 - Change to “LESS” as it's the official name (again) by Volker E
  • git #b06f0202 - rdbms: re-add DB domain sanity checks to LoadBalancer (T193565) by Krinkle
  • git #0513250c - Selenium: record video of every test (T179188) by Krinkle
  • git #4fc5ba8b - messagecache: check overridable message array in getMsgFromNamespace() (T193271) by Krinkle
  • git #b162e8ae - Follow-up 3481e3b2: Drop disablability of ExpiryInputWidget before 1.32 is cut (T192620) by Jforrester
  • git #8d184470 - jqueryMsg: Don't fall back to simple parser when jQuery params passed by Roan Kattouw
  • git #c1eb51dc - RELEASE-NOTES-1.32: Add entries for all changes to DefaultSettings.php by James D. Forrester
  • git #20d18cf3 - API: Allow prop=info intestactions to return reasons (T194585) by David Barratt
  • git #2abce6a6 - Convert Special:EmailUser to use OOUIHTMLForm (T117791) by Volker E
  • git #ebbccf18 - Migrate some wfWikiId() callers to getLocalDomainID() by Aaron Schulz
  • git #6e041210 - Prepare for REL1_32 cut, labelling master as 1.33-alpha by James D. Forrester
  • git #54bb63b2 - [Korean] Add 2 additional bookstoreList by Yongmin Hong
  • git #5173d5ee - Inject Config into Parser instead of using globals by Aryeh Gregor

Vendor

[edit]

Extensions

[edit]

3D

[edit]

No changes for 3D

AbuseFilter

[edit]

ActiveAbstract

[edit]

AdvancedSearch

[edit]

No changes for AdvancedSearch

AntiSpoof

[edit]

No changes for AntiSpoof

ApiFeatureUsage

[edit]

No changes for ApiFeatureUsage

ArticleCreationWorkflow

[edit]

No changes for ArticleCreationWorkflow

ArticlePlaceholder

[edit]
  • git #d6df8147 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

Babel

[edit]

BetaFeatures

[edit]

No changes for BetaFeatures

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]

No changes for CategoryTree

CentralAuth

[edit]

CharInsert

[edit]

No changes for CharInsert

CheckUser

[edit]
  • git #7341452b - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

CirrusSearch

[edit]

Cite

[edit]

No changes for Cite

CiteThisPage

[edit]

No changes for CiteThisPage

Citoid

[edit]

No changes for Citoid

cldr

[edit]

No changes for cldr

Cognate

[edit]

No changes for Cognate

CodeEditor

[edit]

No changes for CodeEditor

CodeMirror

[edit]

No changes for CodeMirror

CodeReview

[edit]
  • git #3b08734d - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

CollaborationKit

[edit]
  • git #ca01b692 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

Collection

[edit]
  • git #643fb58f - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

CommonsMetadata

[edit]

No changes for CommonsMetadata

ConfirmEdit

[edit]
  • git #d22d1e88 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

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]

DonationInterface

[edit]

DoubleWiki

[edit]

No changes for DoubleWiki

DynamicSidebar

[edit]

No changes for DynamicSidebar

EUCopyrightCampaign

[edit]

No changes for EUCopyrightCampaign

Echo

[edit]
  • git #5cf0e627 - Add missing limits to explode() where possible by Umherirrender
  • git #8c51f5bd - Avoid count()ing where not necessary by Thiemo Kreuz

Elastica

[edit]

No changes for Elastica

ElectronPdfService

[edit]

No changes for ElectronPdfService

EventBus

[edit]

EventLogging

[edit]

No changes for EventLogging

ExtensionDistributor

[edit]

No changes for ExtensionDistributor

FeaturedFeeds

[edit]

No changes for FeaturedFeeds

FileExporter

[edit]

No changes for FileExporter

FileImporter

[edit]

No changes for FileImporter

FlaggedRevs

[edit]
  • git #0c98cc1c - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

Flow

[edit]
  • git #d25444f2 - Explicit "use" namespace statement for MediaWikiTestCase by Alangi Derick
  • git #2595fbbc - Fix countable PHP 7.2 error in Flow (T207563) by Alangi Derick
  • git #fa48d7e0 - [Korean] Move to StructuredDiscussion in alias by Yongmin Hong
  • git #24787131 - Catch any exception in getParserOutput() (T206364) by Kosta Harlan
  • git #4894e91d - Replace Flow in API translation to Structured Discussions by Yongmin Hong
  • git #99edb3a0 - Use "break" instead of "continue" inside a switch (T207122) by RazeSoldier

FundraiserLandingPage

[edit]
  • git #6d859976 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

FundraisingTranslateWorkflow

[edit]

No changes for FundraisingTranslateWorkflow

Gadgets

[edit]
  • git #1acde38a - Randomized APC gadget definition refreshes to avoid stampedes to memcached (T203786) by Krinkle

GeoCrumbs

[edit]

No changes for GeoCrumbs

GeoData

[edit]

No changes for GeoData

GettingStarted

[edit]

GlobalBlocking

[edit]

No changes for GlobalBlocking

GlobalCssJs

[edit]

No changes for GlobalCssJs

GlobalPreferences

[edit]
  • git #a56f7b2e - Add a warning when action=options changes a globally overridden setting (T198913) by Max Semenik

GlobalUsage

[edit]

No changes for GlobalUsage

GlobalUserPage

[edit]

No changes for GlobalUserPage

GoogleNewsSitemap

[edit]

No changes for GoogleNewsSitemap

Graph

[edit]

No changes for Graph

GuidedTour

[edit]

GWToolset

[edit]

ImageMap

[edit]

InputBox

[edit]

No changes for InputBox

Insider

[edit]

No changes for Insider

intersection

[edit]

No changes for intersection

Interwiki

[edit]

InterwikiSorting

[edit]

No changes for InterwikiSorting

JADE

[edit]

Josa

[edit]

JsonConfig

[edit]

Kartographer

[edit]

LabeledSectionTransclusion

[edit]

No changes for LabeledSectionTransclusion

LandingCheck

[edit]

No changes for LandingCheck

LdapAuthentication

[edit]

No changes for LdapAuthentication

Linter

[edit]

No changes for Linter

LiquidThreads

[edit]
  • git #490fe7fb - Fix and revert for Ia968cdaa936fddb577071af072fa44260a2dbca1 (T206901) by Alangi Derick

Listings

[edit]

No changes for Listings

LocalisationUpdate

[edit]

LoginNotify

[edit]

No changes for LoginNotify

MapSources

[edit]
  • git #4e3f8d47 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

MassMessage

[edit]
  • git #98d8eb25 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

Math

[edit]
  • git #0f32a506 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

MobileApp

[edit]

No changes for MobileApp

MobileFrontend

[edit]

MultimediaViewer

[edit]

No changes for MultimediaViewer

[edit]

Newsletter

[edit]

No changes for Newsletter

NewUserMessage

[edit]

No changes for NewUserMessage

Nuke

[edit]

No changes for Nuke

OATHAuth

[edit]

No changes for OATHAuth

OAuth

[edit]

No changes for OAuth

OpenStackManager

[edit]

No changes for OpenStackManager

ORES

[edit]

PageAssessments

[edit]

No changes for PageAssessments

PagedTiffHandler

[edit]

No changes for PagedTiffHandler

PageImages

[edit]

No changes for PageImages

PageTriage

[edit]
  • git #b25e094d - Test an article with a score between class B and C (T207614) by Stephane Bisson
  • git #362aaa22 - Use Main Object Stash for keeping track of PageTriage last use (T206580) by Stephane Bisson
  • git #c342de78 - Use Main Object Stash for keeping track of PageTriage last use (T206580) by Kosta Harlan
  • git #d3f9523d - Inject links into i18n messages as jQuery objects by Bartosz Dziewoński

PageViewInfo

[edit]

No changes for PageViewInfo

ParserFunctions

[edit]

No changes for ParserFunctions

ParserMigration

[edit]

No changes for ParserMigration

ParsoidBatchAPI

[edit]
  • git #8dcd3d9a - Compute time to compute batch results and send it back to client (T207350) by Subramanya Sastry

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]
  • git #4d44390a - Hygiene: enable ESLint caching by Stephen Niedzielski
  • git #c7e74274 - Doc: fix fetch delay comments by Stephen Niedzielski
  • git #d1ef4cbe - Hygiene: limit ESLint inheritance by Niedzielski
  • git #6e3f9001 - Doc: fix type in getPageviewTracker() by Stephen Niedzielski

ProofreadPage

[edit]

PropertySuggester

[edit]

No changes for PropertySuggester

QuickSurveys

[edit]

Quiz

[edit]

No changes for Quiz

ReadingLists

[edit]

No changes for ReadingLists

[edit]

No changes for RelatedArticles

RelatedSites

[edit]

No changes for RelatedSites

Renameuser

[edit]

No changes for Renameuser

RevisionSlider

[edit]

No changes for RevisionSlider

RSS

[edit]

No changes for RSS

[edit]

No changes for SandboxLink

Score

[edit]

No changes for Score

Scribunto

[edit]

No changes for Scribunto

SearchExtraNS

[edit]

No changes for SearchExtraNS

SecurePoll

[edit]

Sentry

[edit]

No changes for Sentry

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]

No changes for SubPageList3

SubpageSortkey

[edit]

No changes for SubpageSortkey

SyntaxHighlight_GeSHi

[edit]

No changes for SyntaxHighlight_GeSHi

TemplateData

[edit]

No changes for TemplateData

TemplateSandbox

[edit]

No changes for TemplateSandbox

TemplateStyles

[edit]

No changes for TemplateStyles

TemplateWizard

[edit]

TextExtracts

[edit]

No changes for TextExtracts

Thanks

[edit]

No changes for Thanks

TimedMediaHandler

[edit]

No changes for TimedMediaHandler

timeline

[edit]

No changes for timeline

TitleBlacklist

[edit]

No changes for TitleBlacklist

TocTree

[edit]

No changes for TocTree

TorBlock

[edit]

No changes for TorBlock

Translate

[edit]

TranslationNotifications

[edit]
  • git #dc405b24 - Make messages Translationnotifications-languages-to-notify-label and Translationnotifications-languages-to-notify-label-help-message clearer (T206370) (T206369) by Zoranzoki21

TrustedXFF

[edit]

No changes for TrustedXFF

TwoColConflict

[edit]

UniversalLanguageSelector

[edit]
  • git #d052482c - Use <a> instead of <a href="#"> for JavaScript click events by jenkins-bot
[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]

No changes for VipsScaler

VisualEditor

[edit]

Wikibase

[edit]

WikibaseLexeme

[edit]
  • git #de0c396c - Move LemmaTermValidator to where other ChangeOp validation code is by Jeroen De Dauw
  • git #bb5f1f31 - Move DummyObjects/ into Domain/ by Jeroen De Dauw
  • git #225278b2 - Move Diff/ into Presentation/ by Jeroen De Dauw
  • git #aa485968 - Move Store/ and Search/ into DataAccess/ by Jeroen De Dauw
  • git #30c64f72 - Move contents of Validators/ elsewhere by WMDE-leszek
  • git #09570e8e - Move View/ into Presentation/ by Leszek Manicki
  • git #eecd752c - Move Formatters/ and Rdf/ into Presentation/ by Leszek Manicki
  • git #14733cc0 - Remove EntityTermsView from LexemeView by Addshore
  • git #b37d25c3 - Move EntityReferenceExtractors/ and Merge/ into Domain/ by Jeroen De Dauw
  • git #b0d6f521 - Reorganize contents of DataModel and rename to Model by Jeroen De Dauw
  • git #d965da38 - Move DataModel to Domain/DataModel by Jeroen De Dauw

WikibaseMediaInfo

[edit]

No changes for WikibaseMediaInfo

WikibaseQuality

[edit]

No changes for WikibaseQuality

WikibaseQualityConstraints

[edit]

Wikidata.org

[edit]

No changes for Wikidata.org

WikidataPageBanner

[edit]

No changes for WikidataPageBanner

WikiEditor

[edit]

No changes for WikiEditor

wikihiero

[edit]

No changes for wikihiero

WikiLove

[edit]

No changes for WikiLove

WikimediaBadges

[edit]

No changes for WikimediaBadges

WikimediaEvents

[edit]
  • git #02d7e7f1 - Update schema revisions for CitationUsage and CitationUsagePageLoad (T206083) by Baha
  • git #4a80007a - Don't send events to nonexistent wikimedia.ReadingDepthSchema.enable (T207423) by jdlrobson
  • git #84380b12 - Split out null edits for the save timing metrics by Aaron Schulz
  • git #da9f4a41 - Make sampling rate for Schema:Edit configurable (T206543) by Roan Kattouw

WikimediaIncubator

[edit]

No changes for WikimediaIncubator

WikimediaMaintenance

[edit]

No changes for WikimediaMaintenance

WikimediaMessages

[edit]

XAnalytics

[edit]

No changes for XAnalytics

ZeroBanner

[edit]

No changes for ZeroBanner

ZeroPortal

[edit]
  • git #42d72247 - Replace deprecated untidy OutputPage::addWikiText() method (T198214) by C. Scott Ananian

Skins

[edit]

CologneBlue

[edit]

No changes for CologneBlue

EUCopyrightCampaignSkin

[edit]

No changes for EUCopyrightCampaignSkin

MinervaNeue

[edit]

MonoBook

[edit]

No changes for MonoBook

Modern

[edit]

Nostalgia

[edit]

No changes for Nostalgia

Timeless

[edit]

No changes for Timeless

Vector

[edit]
  • git #6c3e0b62 - Use `list-style` shorthand with x-browser compatible values by Volker E
  • git #f42faabb - Bring personal tools' icons on baseline with label (T207075) by Volker E

Total Changes

[edit]

237 Changes in 61 repos by 63 committers