MediaWiki 1.33/wmf.2/Changelog
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 Edit
No changes for vendor
Extensions Edit
3D Edit
No 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 Edit
No changes for ActiveAbstract
AdvancedSearch Edit
- git #81212150 - Remove request for feedback link (task T202875) by Tim Eulitz
AntiSpoof Edit
No changes for AntiSpoof
ApiFeatureUsage Edit
No 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 Edit
No 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 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 (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 Edit
No changes for CharInsert
CheckUser Edit
No 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 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
- 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 Edit
No changes for CommonsMetadata
ConfirmEdit Edit
- git #7b4a11d0 - Replace deprecated OutputPage::parse() (task T198214) by C. Scott Ananian
CongressLookup Edit
No changes for CongressLookup
ContactPage Edit
No 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 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() (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 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 (task 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
- 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 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() (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 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
- 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 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
- 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 Edit
No changes for Josa
JsonConfig Edit
No 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 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() (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 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
- 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 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 (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 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
- 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 Edit
No changes for ReadingLists
RelatedArticles 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
- 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 Edit
No changes for RSS
SandboxLink 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 (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 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 (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 Edit
No 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 Edit
No changes for TextExtracts
Thanks Edit
- git #037a85f6 - Fix postid parameter on Flow thanks page (task T191442) by Mahuton
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
- 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 Edit
No 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 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() (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 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 (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 Edit
No changes for WikiLove
WikimediaBadges Edit
No 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 Edit
No changes for WikimediaIncubator
WikimediaMaintenance Edit
No changes for WikimediaMaintenance
WikimediaMessages Edit
- git #d4561721 - RCFilters tour: add images (task T207987) by Sbisson
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
- 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 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