MediaWiki 1.33/wmf.2
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 (task 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 (task T208249) by Fomafix
- git #58abac2d - Change ParserOptions `tidy` default to `true` by C. Scott Ananian
- git #97d96599 - Replace deprecated calls to OutputPage::parseInline() (task T198214) by C. Scott Ananian
- git #a3f63785 - Deprecate OutputPage::parse() and OutputPage::parseInline() (task 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() (task 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() (task 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 (task T202715) by Aaron Schulz
- git #a5352157 - Deprecate hacky wfSplitWikiID() method by Aaron Schulz
- git #19dd2879 - Increment edit count for all page moves (task T195550) by Aaron Schulz
- git #cb7e0ea5 - resoureloader: Restore support for plain callbacks in mediawiki.base's RLQ (task 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 (task 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 (task 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 (task T207818) by Brad Jorsch
- git #991d50d4 - RCFilters: Fix centering of "no results" message (task T207808) by Roan Kattouw
- git #13a1d895 - WikiPage: Truncate redirect fragments before inserting them into the DB (task 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 (task 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 (task T198214) by Jforrester
- git #518ddd81 - Remove deprecated "Parsoid v1 API" compatibility thunks (task T205029) by James D. Forrester
- git #b3014df3 - List Partial Block details in ApiQueryBlocks and ApiQueryUserinfo. (task T197141) by Dbarratt
- git #170c49d6 - Update Special:BlockList to present Partial Block details from the database (task 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 (task T197117) by Dbarratt
- git #f7fb00c8 - Fix slow query counting by unindexed field ar_page_id (task T207530) by Tim Starling
- git #f24991c6 - Add partial block details to block-log entries. (task T197108) by Jforrester
- git #0813c46d - Update Special:Block to set Partial Blocks (task T197109) by Jforrester
- git #07a5c716 - TitlesMultiselectWidget: Add a widget that allows selection of multiple titles (task T197109) by Jforrester
- git #a562611e - Add block restriction classes (task 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' (task T197179) by James D. Forrester
- git #7356e66e - resourceloader: ResourceLoaderGetConfigVars is passed skin (task 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 (task T30856) (task T32795) by James D. Forrester
- git #4b1db119 - Tidy Message::parseAsBlock() by enabling tidy in MessageCache (task 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 (task T202764) by Timo Tijhof
Vendor
editNo changes for vendor
Extensions
edit3D
editNo changes for 3D
AbuseFilter
edit- git #b73786df - Replace deprecated OutputPage::parse/parseInline() (task T198214) by C. Scott Ananian
- git #5071c657 - Use proper cache key construction for throttle, rules, and autoblock keys by Aaron Schulz
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #81212150 - Remove request for feedback link (task T202875) by Tim Eulitz
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
edit- git #548ef0f2 - extension.json: Add createpagemainns right to the createeditmovepage grant (task T207915) by JJMC89
- git #61e3d286 - Truly prevent page creation, add a permission (task T204016) by Max Semenik
ArticlePlaceholder
editNo changes for ArticlePlaceholder
Babel
edit- git #c9d299a2 - Change HTTP links to mediawiki.org to use HTTPS (task T189687) by Rafid Aslam
- git #65dba456 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
BetaFeatures
edit- git #4fe4becf - Use getInstanceForUpdate() in preferences update hook (task T202149) by Aaron Schulz
BounceHandler
editNo changes for BounceHandler
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
edit- git #e53b74d7 - Update mediawiki http to https links in CategoryTree extension (task 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 (task T207576) by Amir Sarabadani
- git #96ba9579 - Avoid use of IDatabase::delete() return values by Aaron Schulz
- git #c45e9663 - Replace deprecated OutputPage::parse/parseInline() (task T198214) by C. Scott Ananian
CharInsert
editNo changes for CharInsert
CheckUser
editNo changes for CheckUser
CirrusSearch
edit- git #c421a203 - Don't try to detect the namespace prefix (task T206967) by David Causse
Cite
edit- git #4df9bf5f - Fix wikitext paste test (task T204007) by Ed Sanders
- git #05c006ab - i18n: Use `<` rather than `<nowiki><` for security testing sanity by James D. Forrester
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo 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
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
editNo changes for CodeMirror
CodeReview
edit- git #7acb3734 - Replace deprecated OutputPage::parse() (task T198214) by C. Scott Ananian
CollaborationKit
edit- git #76967416 - build: Update grunt to 1.0.3 by Umherirrender
Collection
edit- git #c1ac66a0 - Change HTTP links to mediawiki.org to use HTTPS (task T189687) by Rafid Aslam
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
edit- git #7b4a11d0 - Replace deprecated OutputPage::parse() (task T198214) by C. Scott Ananian
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #4370a3c6 - Improve mt abuse strings (task T190798) by jenkins-bot
- git #df19a39e - Remove the session parameter from AbuseFilter logging by Amir Aharoni
ContributionTracking
editNo changes for ContributionTracking
CreditsSource
editNo changes for CreditsSource
Dashiki
editNo changes for Dashiki
Disambiguator
editNo changes for Disambiguator
DismissableSiteNotice
editNo changes for DismissableSiteNotice
DonationInterface
edit- git #9a4e0be8 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
- git #19cbce80 - Replace deprecated OutputPage::parse() (task 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 (task 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 (task T203126) by jgleeson
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo 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 (task T189687) by Zoranzoki21
- git #9c267798 - Reload the test user instance before checking the edit count by Aaron Schulz
Elastica
editNo changes for Elastica
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #19817bb5 - Remove obsolete pushLazyJobs() deferred update call (task T207809) by Aaron Schulz
- git #2b7835ae - Revert "Set event datetime with microsecond resolution." (task T207817) by 20after4
EventLogging
edit- git #f683aaba - Add a server-side sessionInSample() function (task T206543) by Jforrester
ExtensionDistributor
editNo 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
editNo changes for FileExporter
FileImporter
editNo changes for FileImporter
FlaggedRevs
edit- git #ffd4b3d7 - Replace deprecated OutputPage::parse() (task 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() (task 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 (task T187861) by Kosta Harlan
- git #be1960df - Fix HTTP links to HTTPS for www.mediawiki.org (task T189687) by Zoranzoki21
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
edit- git #6b0829a8 - Full Russian localisation of Gadgets by Saint Johann
GeoCrumbs
editNo changes for GeoCrumbs
GeoData
editNo changes for GeoData
GettingStarted
editNo changes for GettingStarted
GlobalBlocking
editNo changes for GlobalBlocking
GlobalCssJs
editNo changes for GlobalCssJs
GlobalPreferences
editNo changes for GlobalPreferences
GlobalUsage
editNo changes for GlobalUsage
GlobalUserPage
editNo changes for GlobalUserPage
GoogleNewsSitemap
edit- git #7d0efdc5 - Start showing warning for deprecated PHP entry point by Umherirrender
Graph
edit- git #3df2f653 - Fixup d6f0686 (add missing namespace) by Timo Tijhof
- git #d6f0686e - Suppress gzdecode() warning (task T184128) by Timo Tijhof
- git #80e19667 - Remove AdHocDebug from master branch (task T155057) by Timo Tijhof
GuidedTour
edit- git #4d37d6d0 - Convert HTTP Links To HTTPS (task T189687) by Pipix
- git #a63066b3 - Fix extension name in deprecation note in the php entry point by Umherirrender
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
edit- git #32d9cabf - Start showing warning for deprecated PHP entry point by Umherirrender
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
JADE
edit- git #e01c65fb - Test for JudgmentContentHandlerTest (task T206352) by Adam Wight
- git #1548d224 - Rename function to emphasize TitleValue signature by Adam Wight
- git #73de08fc - Minor fixups by Adam Wight
- git #c38d133c - Streamline search results summary (task T206352) by Adam Wight
- git #8e6572b2 - Unit tests for JudgmentContent by Adam Wight
- git #97dea900 - Test dry run and batching in CleanJudgmentLinksTest by Marius Hoch
- git #dc5ff698 - Maintenance scripts for judgment indexes (task T202596) by Marius Hoch
- git #bbdf9778 - Test fixes and coverage by Adam Wight
- git #b2b31dc8 - Clean up entity type handling by Adam Wight
- git #aa6c34cd - Tests for JudgmentTarget by Adam Wight
Josa
editNo changes for Josa
JsonConfig
editNo changes for JsonConfig
Kartographer
edit- git #ac1402a9 - build: Update eslint by Ed Sanders
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- git #95049087 - Convert HTTP Links To HTTPS (task T189687) by Fomafix
Linter
editNo changes for Linter
LiquidThreads
edit- git #b76a76d7 - Start showing warning for deprecated PHP entry point by Umherirrender
- git #708805d4 - Replace deprecated OutputPage::parse/parseInline() (task 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 (task T176390) by Niklas Laxström
LoginNotify
editNo 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- git #5bb554ea - Update EventLogging code for Edit->EditAttemptStep schema migration (task T207803) by Roan Kattouw
- git #7f8f63b4 - mobile.startup/rlModuleLoader: Reject promise when loading fails (task T208068) by Bartosz Dziewoński
- git #65935fd4 - Fix all users showing as anon/registered depending on current user (task T204910) by Bjornskjald
- git #f3eedfaa - Revert "`autocomplete` is not necessary on `search` input types" by Jdlrobson
- git #91be748d - Track when block notices are displayed. (task T201719) by Jdlrobson
- git #f9f34a42 - Hygiene: rename modules to moduleLoader by Stephen Niedzielski
- git #32bebcc6 - Migrate Overlay.test.js to tests/node-qunit/mobile.startup (task T207341) by Jdlrobson
- git #6a562e4f - Remove templateReader in favor of simpler alternative by Jdlrobson
- git #8c19c620 - Revert "Update Gemfile.lock to use newer libraries" (task T207861) by Jdlrobson
- git #3f58e6c7 - Do not package entire mockMediaWiki into test bundle by Stephen Niedzielski
- git #0d869e11 - Remove leftover files from PageGateway migration (task T206226) by Nicholas Ray
- git #e3df93f4 - Simplify the templating code (task T205128) by Jdlrobson
- git #78bf3579 - Remove jQuery usage inside PageGateway tests (task T206226) by jdlrobson
- git #e54d66c8 - Use ES6 template strings for test HTML templates (task T206226) by Jdlrobson
- git #b41a5dde - Hygiene: Improve ContentProviderFactory class by Jdlrobson
- git #b9f6ff62 - Special:MobileContributions should use ContribsPager (task T199066) by Jdlrobson
- git #58d0238b - Move the runtime to mediawiki.template.hogan (task T205128) by Jdlrobson
- git #c2c6a94a - Quicker precommit hook by Jdlrobson
- git #419e2b75 - Oversample Schema:Edit events when configured to do so (task T206543) by Catrope
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
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 (task 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- git #7da6aec8 - Start showing warning for deprecated PHP entry point by Umherirrender
- git #a95802a1 - Add SpecialDisableOATHForUser (task T195207) by Reedy
OAuth
edit- git #d4be5eeb - Start showing warning for deprecated PHP entry point by Umherirrender
- git #ccce2f76 - Replace deprecated OutputPage::parseInline() (task T198214) (task T206574) by C. Scott Ananian
OpenStackManager
edit- git #6863d860 - Convert Special:NovaKey to OOUI (task 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
editNo changes for PageAssessments
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
edit- git #7b79b3da - Start showing warning for deprecated PHP entry point by Umherirrender
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
edit- git #0d215415 - Start showing warning for deprecated PHP entry point by Umherirrender
ParserMigration
editNo 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
editNo changes for PerformanceInspector
Petition
edit- git #61679dd0 - Start showing warning for deprecated PHP entry point by Umherirrender
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
editNo changes for Popups
ProofreadPage
editNo changes for ProofreadPage
PropertySuggester
editNo changes for PropertySuggester
QuickSurveys
edit- git #32818cee - Add ability to shuffle answers display order (task T208088) by Gilles Dubuc
Quiz
edit- git #bd18f932 - Start showing warning for deprecated PHP entry point by Umherirrender
ReadingLists
editNo changes for ReadingLists
RelatedArticles
editNo 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- git #f1cea8c8 - Fix icon position of arrow buttons (task T207905) by Volker E
- git #7eb5a10c - Fix capitalization of Html::element() call by Thiemo Kreuz
RSS
editNo changes for RSS
SandboxLink
edit- git #3731cace - Start showing warning for deprecated PHP entry point by Umherirrender
Score
editNo 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 (task T189687) by stibba
SearchExtraNS
edit- git #dadc2773 - Start showing warning for deprecated PHP entry point by Umherirrender
SecurePoll
edit- git #9d4defea - build: Updating npm dependencies for security issues by Umherirrender
- git #49d81647 - Fixup phan stuff (task T205972) by Reedy
- git #d30ef8b2 - Replace deprecated untidy OutputPage::addWikiText() method (task T198214) by C. Scott Ananian
Sentry
edit- git #abd59050 - Start showing warning for deprecated PHP entry point by Umherirrender
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SkinPerPage
editNo changes for SkinPerPage
SpamBlacklist
editNo 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 (task 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() (task T198214) by C. Scott Ananian
- git #4483eb1a - Start showing warning for deprecated PHP entry point by Umherirrender
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
edit- git #c50b37f4 - Simplify the beta feature description by Amir Aharoni
- git #c5fef806 - Add EventLogging (task T200970) by Sam Wilson
TextExtracts
editNo changes for TextExtracts
Thanks
edit- git #037a85f6 - Fix postid parameter on Flow thanks page (task T191442) by Mahuton
TimedMediaHandler
editNo changes for TimedMediaHandler
timeline
edit- git #2dff8476 - Start showing warning for deprecated PHP entry point by Umherirrender
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
edit- git #023ea7eb - Start showing warning for deprecated PHP entry point by Umherirrender
Translate
edit- git #8fa0ab19 - Update version before MLEB release (task T206609) by jenkins-bot
- git #55aeaf05 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
- git #68896249 - Fix grammar typo in the message Tsb-create-user-page (task T207597) by jenkins-bot
- git #2df54a21 - Reduce contention on translate_messagegroupstats (task T134252) by Amire80
- git #18c504a2 - Fix fatal errors from b2586ae (task T207930) by Niklas Laxström
TranslationNotifications
edit- git #f4f3ca2c - Start showing warning for deprecated PHP entry point by Umherirrender
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #6e598578 - Perfect initial text editor size in JS editing mode (task 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 (task 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 (task T207667) by Andrew Kostka
- git #6c108bd4 - Focussed and scrollable text editors (task T207735) by Andrew Kostka
- git #ac834adf - Replace custom date/time concatenation with Language::userTimeAndDate (task T202053) by Thiemo Kreuz (WMDE)
- git #f55e3ce5 - Remove current time from "Not published yet" message (task T202053) by Thiemo Kreuz
- git #df365e19 - Replace "version" with "revision" in header messages (task 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 (task T206609) by jenkins-bot
- git #bf444821 - build: Updating mediawiki/mediawiki-codesniffer to 19.1.0 by Umherirrender
UploadsLink
editNo changes for UploadsLink
UploadWizard
editNo changes for UploadWizard
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
edit- git #c627d4ad - Start showing warning for deprecated PHP entry point by Umherirrender
- git #6173e851 - Replace deprecated OutputPage::parse() (task T198214) by C. Scott Ananian
VisualEditor
edit- git #be628a5b - Update VE core submodule to master (02f5f0ca4) (task T208228) by James D. Forrester
- git #169602ea - Update VE core submodule to master (bef57a528) (task 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 (task T204007) by Ed Sanders
- git #392e5a00 - Update EventLogging code for Edit->EditAttemptStep schema migration (task T207803) by Roan Kattouw
- git #803f4765 - Analytics: track more things for Growth (task 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) (task 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 (task T206543) by Catrope
- git #e048c3e1 - Use the right localisation message for edit tab on Vector skin (task 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 (task T206892) by Bartosz Dziewoński
- git #eefcb795 - Add another test case for stripping RESTBase IDs (task 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 (task T205560) by Amir Sarabadani
- git #886a4b90 - jQuery snackview variation: Fixed typo error (task 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 (task 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 (task 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 (task 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
editNo changes for WikibaseQuality
WikibaseQualityConstraints
editNo changes for WikibaseQualityConstraints
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
edit- git #d700202f - Update EventLogging code for Edit->EditAttemptStep schema migration (task T207803) by Roan Kattouw
- git #55b89c1e - Oversample Schema:Edit events when configured to do so (task T206543) by Roan Kattouw
- git #e54a4420 - Use Schema:Edit sampling rate config from WikimediaEvents (task T206543) by Roan Kattouw
wikihiero
edit- git #71a33d38 - Get rid of display:inline-block from outer table (task T202359) by Ed Sanders
- git #4c93e33b - build: Update devDependencies by Ed Sanders
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEvents
edit- git #2939f8ce - Update Edit schema for rename to EditAttemptStep (task T207803) by Roan Kattouw
- git #c63a853a - Fix parameter order for hash_hmac (task T205759) by Kosta Harlan
- git #e6cbf5cd - Provide capability to log page views for users younger than 24 hours (task T205759) by Roan Kattouw
- git #b2961ec4 - Add oversampling support for Schema:Edit (task T206543) by Roan Kattouw
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
edit- git #d4561721 - RCFilters tour: add images (task T207987) by Sbisson
XAnalytics
editNo 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
editCologneBlue
editNo changes for CologneBlue
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #b71e3631 - Revert "`autocomplete` is not necessary on `search` input types" by Jdlrobson
- git #e3002131 - Ensure there are page margins for 1000px viewports (task T193061) by Jdlrobson
- git #a2fd0b3c - Add "Discussion" button to Main page on Mobile View (task T206406) by Alangi Derick
- git #1fd84e12 - Remove wikimedia.event.ReadingDepthSchema.enable track call (task T207423) by jdlrobson
- git #1326f7be - Cleanup unused page actions CSS (task T196893) by Jdlrobson
- git #aa6a2dda - Watchstar is accessible to non-js users (task T196893) by jdlrobson
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
editNo changes for Timeless
Vector
editNo changes for Vector
Total Changes
edit309 Changes in 89 repos by 66 committers