MediaWiki 1.32/wmf.24/Changelog
Core changes
edit- git #a1ad8082 - Update git submodules by Gerrit Code Review
- git #38408d86 - Update git submodules by Gerrit Code Review
- git #8095b4fd - Update git submodules by Gerrit Code Review
- git #5e45a981 - Update git submodules by Gerrit Code Review
- git #5174fa83 - Add audience parameter to PoolWorkArticleView (T205578) by Gergő Tisza
- git #5c03b91e - Add type hint to invalidateImageDescriptions() by Aaron Schulz
- git #e45b64c2 - CategoryTagItemWidget: Drop backwards-compatibility "Capsule" name by James D. Forrester
- git #fd993dd4 - Use pseudo elements to style changelist-separators on Contributions (T205581) by jdlrobson
- git #e3912446 - Hard-deprecate password handling in User (T91699) by Gergő Tisza
- git #3ea7bba4 - ApiOptions: fix resetting some preferences to default (T65080) by Max Semenik
- git #ff95c7a4 - Fix caller name in JobRunner::commitMasterChanges by Umherirrender
- git #609d1fa0 - Add waitForReplication in DeleteLocalPasswords (T201009) by Reedy
- git #59ef38ff - Use Unicode notation (U+XXXX) instead of HTML notation (&#xXXXX;) in comments by Fomafix
- git #ba629660 - Change the Unicode numbers in the comments in MessagesPs by Amir Aharoni
- git #2a1027ce - Update CoC file in Core (T202047) by Umherirrender
- git #be80ee99 - Remove __METHOD__ in ServiceWiring return array by Umherirrender
- git #b4016f14 - Fix logged method in LoadBalancer by Umherirrender
- git #6fc9cf4f - Fix caller name in DatabasePostgresTest by Umherirrender
- git #a33827a6 - Fix caller name in DatabaseMysqlBase::getMasterServerInfo/getServerId by Umherirrender
- git #173df176 - Fix logged method in MessageCache::replace/loadCachedMessagePageEntry by Umherirrender
- git #fe84fb4b - Fix logged method in NameTableStore::getName by Umherirrender
- git #ed95a3e6 - Fix caller name in PurgeJobUtils::invalidatePages by Umherirrender
- git #655d0c31 - Fix caller name in LocalFile::recordUpload2 by Umherirrender
- git #e89bcc78 - Fix caller name in File::getDescriptionText by Umherirrender
- git #a8da2706 - Fix caller name in LocalPasswordPrimaryAuthenticationProvider by Umherirrender
- git #7b051973 - Fix caller name in ApiStashEdit::parseAndStash by Umherirrender
- git #36f9f13a - Fix caller name in SiteStats::numberingroup/pagesInNs by Umherirrender
- git #35cb46bc - Fix caller name in PopulateArchiveRevId::checkMysqlAutoIncrementBug by Umherirrender
- git #2af5b6b0 - Fix caller name in User::addToDatabase by Umherirrender
- git #972a61ad - Fix caller name in WatchedItemStore::updateNotificationTimestamp by Umherirrender
- git #13dd2b95 - Fix caller name in ClassicInterwikiLookup::load by Umherirrender
- git #698c6632 - Fix [[MediaWiki:Config-install-success/en]] translation issues (T205753) by Zoranzoki21
- git #846f600d - Deprecate class LegacyFormatter by Max Semenik
- git #05316b84 - Drop wfErrorLog, deprecated in 1.25 by Max Semenik
- git #cba0fb1c - skins: Remove 'usemsgcache' and deprecate getDynamicStylesheetQuery (T193271) by Timo Tijhof
- git #6dad00ff - Document some understanding of MessageCache in RawAction/EditPage (T193271) by Krinkle
- git #adf774f0 - user: Remove use of Message:text() from User::isUsableName() (T189966) by Timo Tijhof
- git #40e217a4 - Don't use deprecated function wfArrayFilterByKey() by Max Semenik
- git #aeb6a921 - rdbms: Document a bunch of stuff about query verbs (T201900) by Krinkle
- git #0ac1c01a - Replace deprecated use of $wgUseTidy in Special:ExpandTemplates (T175706) by Krinkle
- git #9512ebe7 - exception: Add FIXME about code duplication by Krinkle
- git #908d5115 - Make messages [[MediaWiki:Config-db-web-account-same/qqq]] and [[MediaWiki:Config-db-web-create]] clearer (T205745) (T205749) by Zoranzoki21
- git #c94dea70 - Only strip newline in OrderedStreamingForkController by Erik Bernhardson
- git #085b6e47 - Replace WikiExporter streaming (unbuffered) mode with batched queries (T203424) by Bill Pirkle
- git #ba701be5 - Suggest "apcu" not "apc" in composer.json by Kunal Mehta
- git #68015d3b - BitmapMetadataHandlerTest: Don't reinvent $this->checkPHPExtension() by Kunal Mehta
- git #c8ca57f9 - exception: Report uncaught "Catchable" fatal to "fatal" channel (T205677) by Krinkle
- git #e49ea91f - Handle empty revision table in populateArchiveRevId.php (T203982) by James D. Forrester
- git #f4d62d09 - Use varargs in global functions by MaxSem
- git #f6081797 - Add basic test cases for OutputPage::addWikiMsg / wrapWikiMsg by C. Scott Ananian
- git #2e8512c7 - Remove temporary rcfilters variables (T196033) by Stephane Bisson
- git #8476ec3c - exception: Avoid preg_replace for literal swap by Timo Tijhof
- git #b9932189 - Special:Import - wrap error messages with <div> not <p> (T205624) by C. Scott Ananian
- git #df944a18 - Special:NewFiles - ensure top text is entirely wrapped (T205624) by C. Scott Ananian
- git #6ee0b584 - copyedit patch-parsercache.sql comment by Reedy
- git #d7e3f05e - Rephrase 'imagemaxsize' message (used on preferences) by Bartosz Dziewoński
- git #3f8d6fa8 - Fix double-wrapped HtmlArmor causing fatals (T205469) by Reedy
- git #1c9664d1 - Parser: Refactor parsing of [[File:...|link=...]] syntax for reusability by Bartosz Dziewoński
- git #382582f7 - wdio-mediawiki: relative internal lookups by Pablo Grass
- git #485547cd - ImageHistoryPseudoPager: Protect against TimestampException from bad user input (T204796) by Krinkle
- git #a7bf9ac2 - Forward X-Search-ID header to search suggest tracking (T205348) by Erik Bernhardson
- git #1c10bfb0 - Tidy and rename WebInstallerOutput::addWikiText() to addWikiTextInterface() by C. Scott Ananian
- git #300b91a1 - Don't wrap output added by OutputPage::addWikiText*() by C. Scott Ananian
- git #23edf377 - Use OutputPage::addWikiTextTidy() when text is in content language by C. Scott Ananian
- git #787a6470 - Make maintenance/parse.php default to tidy output (T198214) by C. Scott Ananian
- git #36f14abd - OutputPageTest should be independent of $wgResourceLoaderDebug setting by C. Scott Ananian
- git #80256293 - Ensure disabled deprecation warnings are re-enabled before next test (T191960) by Gergő Tisza
- git #775bcac1 - OutputPageTest: Don't rely on side effects of previous tests (T191960) by C. Scott Ananian
- git #ed6d53fd - Add a maintenance script to remove all users from a User Group (T185989) by Reedy
- git #6e8d39c6 - Add constant for the name of the 'main' slot for MCR (T202142) by Gergő Tisza
- git #eb351597 - Deprecate the 'disabletidy' parameter for ApiParse (T198214) by C. Scott Ananian
- git #eb40f111 - Suppress deprecation warnings for b/c use of UsageException::getMessageArray() by C. Scott Ananian
- git #e75de523 - Simplify HTMLTitleTextField::validate by Umherirrender
- git #9ea4764b - Create UserGetRightsRemove hook by MR70
- git #75924318 - Logging related to WikiExport cleanup and changes in T203424 (T203424) by Bill Pirkle
- git #0d779c1a - Preserve whitespace in search index text content (T195389) by Erik Bernhardson
- git #e6eb87ae - HTMLInfoField: Support 'rawrow' in OOUI mode (T203202) by Bartosz Dziewoński
Vendor
edit- git #d207730e - Upgrade serialization/serialization to 4.0.0 (T192145) by addshore
Extensions
edit3D
edit- git #fdab8748 - Follow-up 33b179cb0: It's Html, not HTML, and PHP's autoloader is case sensitive (T205554) by James D. Forrester
AbuseFilter
edit- git #45e6fa93 - Fix caller name in AbuseFilterHooks::fetchAllTags by Umherirrender
- git #4fdd1bbf - Fix caller name in AFComputedVariable::getLastPageAuthors by Umherirrender
- git #db50bef2 - Fix database schema for PostgreSQL (T62639) by Matěj Suchánek
ActiveAbstract
editNo changes for ActiveAbstract
AdvancedSearch
edit- git #381b0266 - Reduce the number of modules loaded (T205067) by tzhelyazkova
- git #d0471063 - Improve loading animation user experience (T205451) by Tim Eulitz
AntiSpoof
editNo changes for AntiSpoof
ApiFeatureUsage
editNo changes for ApiFeatureUsage
ArticleCreationWorkflow
editNo changes for ArticleCreationWorkflow
ArticlePlaceholder
edit- git #6dab5ff4 - Add API-based search integration (T195752) by Amir Sarabadani
- git #f12fd92a - Remove grunt-contrib-qunit test runner (T180171) (T183512) by Antoine Musso
Babel
editNo changes for Babel
BetaFeatures
editNo changes for BetaFeatures
BounceHandler
editNo changes for BounceHandler
Calendar
editNo changes for Calendar
Campaigns
editNo changes for Campaigns
Capiunto
editNo changes for Capiunto
CategoryTree
editNo changes for CategoryTree
CentralAuth
edit- git #42304641 - Fix caller name in WikiSet::newFromID/newFromName by Umherirrender
- git #e6c87e4e - Follow-up cb44b4d: OOUI\ButtonWidget takes strings as hrefs, not Title objects by James D. Forrester
CharInsert
editNo changes for CharInsert
CheckUser
edit- git #ad3cfe4f - Fix caller name in SpecialCheckUser::addLogEntry by Umherirrender
CirrusSearch
edit- git #b2749b9a - Remove SearchConfig::getAvailableClusters by Smalyshev
- git #aab3059c - Remove extra whitespace is highlighting tests by EBernhardson
- git #31c8e5b1 - Allow the prefix keyword to be applied on other wikis by David Causse
- git #e7dad8a4 - Don't run CrossProject searches on all searches by David Causse
- git #afdef1f9 - Don't run SearchIndexFields hook in MappingConfigBuilderTest by David Causse
- git #f5dfaf01 - Remove Searcher::$language by David Causse
- git #82c8d150 - Fix Fatal error "Invalid operand type" from CirrusSearch LinksUpdate (T205473) by David Causse
- git #c509cd30 - Include X-Search-ID header on api requests (T205348) by Erik Bernhardson
Cite
edit- git #817bfbfa - Avoid jQuery in ve.dm.Model.static.describeChange(s) by Ed Sanders
- git #74fce4b5 - i18n: Drop unnecessary overwrites of en defaults from all languages by James D. Forrester
CiteThisPage
editNo changes for CiteThisPage
Citoid
editNo changes for Citoid
cldr
editNo changes for cldr
Cognate
editNo changes for Cognate
CodeEditor
editNo changes for CodeEditor
CodeMirror
edit- git #079d240a - ve.ui.CodeMirror: Fix padding to match VisualEditor's padding (T205154) (T205658) by Bartosz Dziewoński
CodeReview
editNo changes for CodeReview
CollaborationKit
edit- git #ec574944 - Spacing for the spacing god (css) by Isarra
- git #6337a4f7 - Make ToC items line up better on overflow by Isarra
Collection
editNo changes for Collection
CommonsMetadata
editNo changes for CommonsMetadata
ConfirmEdit
editNo changes for ConfirmEdit
CongressLookup
editNo changes for CongressLookup
ContactPage
editNo changes for ContactPage
ContentTranslation
edit- git #9eb15bc2 - Fix caller name in TranslationStorageManager::save by Umherirrender
- git #4ff814aa - Remove ve.dm.CXTranslationUnitModel#getTranslationUnitId by Petar.petkovic
- git #180cce7d - Remove CXTranslationUnitModel mixin from classes not using it by Petar.petkovic
- git #7ed6e77e - Introduce getSectionNumber and getSectionId for CXPlaceholderNode (T205420) by Petar.petkovic
- git #2627cb45 - Fix error in CXTransclusionNode#afterRender method (T205521) by jenkins-bot
- git #22ade284 - Use numerical option when setting CX version preference (T205493) by jenkins-bot
- git #2335bec3 - Do the validation on all restored sections without delay (T200998) by Santhosh Thottingal
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 #3377b629 - Switch all 'globalcollect' cc forms to 'ingenico' (T204768) by Elliott Eggleston
- git #2eb2b46e - Move to problem array, split out functions (T194517) by Ejegg
DoubleWiki
editNo changes for DoubleWiki
DynamicSidebar
editNo changes for DynamicSidebar
EUCopyrightCampaign
editNo changes for EUCopyrightCampaign
Echo
edit- git #d6e85e13 - Fix loggroup name in NotificationController::getUsersToNotifyForEvent by Umherirrender
- git #0c7bd7db - Wrap unknown \A escape sequence in single quotes by Thiemo Kreuz
- git #08d1224c - Remove U+200E (LRM) from comments by Fomafix
- git #b82b54f0 - Don't override checkmatrix defaults set elsewhere (T174220) by Max Semenik
Elastica
edit- git #c025f288 - Removed deprecated methods by David Causse
- git #7c2f38ec - Use custom Elastica channel and properly format messages by David Causse
ElectronPdfService
editNo changes for ElectronPdfService
EventBus
edit- git #ec6e7103 - Fix caller name in JobExecutor::commitMasterChanges by Umherirrender
- git #f3a601a6 - Fix indent in extension.json by Umherirrender
- git #e8c2deb8 - Minor: Return readonly status even when job creation fails (T204154) by Marko Obrovac
EventLogging
edit- git #bfe31251 - Adding method to ease sampling by session with stickyness (T203612) by Nuria Ruiz
ExtensionDistributor
editNo changes for ExtensionDistributor
FeaturedFeeds
edit- git #12a03de0 - Add language code validation (T205573) by Max Semenik
FileExporter
editNo changes for FileExporter
FileImporter
edit- git #8ddddbb7 - Mention the option to cache HTTP requests in "throttling" docs by WMDE-Fisch
- git #db4e68c1 - Add links to on-wiki documentation to the README by WMDE-Fisch
- git #26d53b5d - Add missing documentation for CommonsHelper configuration by WMDE-Fisch
FlaggedRevs
edit- git #712a41a1 - Fix using the old index when new indexes are not there (T205904) by Amir Sarabadani
- git #a1fc752b - Use proper index on change_tag table (T205904) by Amir Sarabadani
Flow
edit- git #d1c646ae - Fix caller name in FlowFixUserIp::doDBUpdates by Umherirrender
- git #8f537306 - Stop using invalid msg: flow-error-fetch-after-open-lock (T204831) by Stephane Bisson
- git #6394b76d - Catch Exceptions only for HHVM compatibility (T70526) by Kosta Harlan
FundraiserLandingPage
editNo changes for FundraiserLandingPage
FundraisingTranslateWorkflow
editNo changes for FundraisingTranslateWorkflow
Gadgets
edit- git #c8b50c30 - Fix caller name in GadgetDefinitionNamespaceRepo::getGadgetIds by Umherirrender
- git #848775d9 - SpecialGadgets: Restore line breaks between actions and uses (T204616) by Timo Tijhof
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
editNo changes for GoogleNewsSitemap
Graph
editNo changes for Graph
GuidedTour
editNo changes for GuidedTour
GWToolset
editNo changes for GWToolset
ImageMap
editNo changes for ImageMap
InputBox
editNo changes for InputBox
Insider
editNo changes for Insider
intersection
editNo changes for intersection
Interwiki
editNo changes for Interwiki
InterwikiSorting
editNo changes for InterwikiSorting
JADE
edit- git #dbbe71c8 - Add another namespace alias for the "Judgement_talk" spelling (T205548) by Awight
- git #29bab23b - More restrictive validation for API parameters by Adam Wight
- git #9c4aaf27 - Repair merge glitch in comment; reword by Adam Wight
- git #fd5b95ad - Make articlequality scale configurable per wiki (T203030) by Adam Wight
- git #519bfce9 - Move ContentHandler package to Content by Adam Wight
- git #e74405d8 - Add a namespace alias for "judgement" in English (T205548) by Adam Wight
- git #acadd883 - Minor cleanup by Awight
- git #149b8882 - Include annoying copyright preamble by Adam Wight
- git #8270654c - Return Status objects; surface in edit page by Adam Wight
- git #daa77666 - Remove some vestigal page-judgment code. by Adam Wight
- git #79783eb7 - Require the "preferred" boolean on all judgments. by Awight
- git #d7c896bf - Fix typos in JSON schema by Awight
Josa
editNo changes for Josa
JsonConfig
edit- git #088b1012 - Making map data content fields optional (T203076) by Mateus Santos
Kartographer
edit- git #7dfca91c - Hygiene: removing unused library by Mateus Santos
LabeledSectionTransclusion
editNo changes for LabeledSectionTransclusion
LandingCheck
editNo changes for LandingCheck
LdapAuthentication
editNo changes for LdapAuthentication
Linter
editNo changes for Linter
LiquidThreads
editNo changes for LiquidThreads
Listings
editNo changes for Listings
LocalisationUpdate
editNo changes for LocalisationUpdate
LoginNotify
editNo changes for LoginNotify
MapSources
editNo changes for MapSources
MassMessage
edit- git #55c50cd2 - Updates to README.md by D3r1ck01
Math
edit- git #791dcde7 - Fix caller name in MathRenderer::writeToDatabase by Umherirrender
MobileApp
editNo changes for MobileApp
MobileFrontend
edit- git #41652296 - Hygiene: make headless test setups explicit (T204885) by Stephen Niedzielski
- git #fd065b9b - Fix surface setup in mobile (T205527) by Ed Sanders
- git #164e2a7c - Show user page creation CTA for no-JS users by Bartosz Dziewoński
- git #e505422d - Add user page CTA edit link browser test (move from Minerva) [try #2] by Bartosz Dziewoński
- git #29e9aaa7 - Lighten default theme color (T204691) by jdlrobson
- git #05254353 - Do not register Search and MobileWebMainMenuClickTracking via hooks (T204584) by Jdlrobson
- git #285e148e - Revert "Add user page CTA edit link browser test (move from Minerva)" by Stephen Niedzielski
MultimediaViewer
editNo changes for MultimediaViewer
NavigationTiming
edit- git #0a897d07 - Record mwCentralNoticeBanner in CentralNoticeTiming (T195840) by Gilles
- git #aee16204 - Collect navigator.deviceMemory when available (T205117) by Gilles Dubuc
- git #1576b9d6 - Remove 'redirectCount' from NavigationTiming event objects (T186295) by Timo Tijhof
- git #8a006092 - Update schema to match currently reported properties (T186295) by Timo Tijhof
- git #203366bc - ext.navigationTiming: Move main code into a main() function by Krinkle
- git #4057df84 - ext.navigationTiming: Simplify visibilityChanged code by Krinkle
- git #bd7bc657 - ext.navigationTiming: Move navTiming mixins to emitNavTiming by Krinkle
Newsletter
editNo changes for Newsletter
NewUserMessage
editNo changes for NewUserMessage
Nuke
editNo changes for Nuke
OATHAuth
editNo changes for OATHAuth
OAuth
edit- git #3621584c - Fix caller name in MWOAuthUtils::runAutoMaintenance by Umherirrender
OpenStackManager
editNo changes for OpenStackManager
ORES
edit- git #ab6aca95 - Log error messages in English (T205651) by Amir Sarabadani
- git #c1a07a4d - SpecialORESModels: Fix notices when ORES thresholds are broken (T205228) by Krinkle
- git #9979b094 - Catch and gracefully handle when service is not responding properly to ApiHooksHandler (T204961) by Amir Sarabadani
- git #3ed0e165 - Backfill PageTriage: retry failed requests by Stephane Bisson
PageAssessments
edit- git #89f6dd4f - Add Korean translation (T190306) by Yongmin Hong
PagedTiffHandler
editNo changes for PagedTiffHandler
PageImages
editNo changes for PageImages
PageTriage
edit- git #43a1b262 - Hide copyvio behind a global var and url param by Stephane Bisson
- git #f8111f3e - Fix call to undefined buildLink method (T205739) by Kosta Harlan
- git #137249bb - Ensure a valid afc sort option is selected (T205324) (T205168) by Kosta Harlan
- git #dc9d204c - Split state and type filters (T169244) by Stephane Bisson
- git #6f174646 - Prevent duplicate copyvio revision logging (T205657) by Kosta Harlan
- git #d7e8104b - IE11: Use $.extend instead of Object.assign (T201886) by Stephane Bisson
- git #b8196354 - Don't publish tag copyvio insert events to Recent Changes (T204455) by Kosta Harlan
- git #d70ec478 - Log copyvio insertion events (T204455) by Kosta Harlan
- git #16efa964 - Determine toolbar visibility with query param and localStorage (T203273) by Kosta Harlan
PageViewInfo
editNo changes for PageViewInfo
ParserFunctions
editNo changes for ParserFunctions
ParserMigration
editNo changes for ParserMigration
ParsoidBatchAPI
editNo changes for ParsoidBatchAPI
PdfHandler
editNo changes for PdfHandler
PerformanceInspector
editNo changes for PerformanceInspector
Petition
editNo changes for Petition
Poem
editNo changes for Poem
PoolCounter
editNo changes for PoolCounter
Popups
editNo changes for Popups
ProofreadPage
edit- git #305fa210 - Add class to <pages /> tag output's <div> (T205583) by Candalua
PropertySuggester
edit- git #5cecc016 - Add wbsgetsuggestions include parameter (T164994) by Marius Hoch
QuickSurveys
editNo changes for QuickSurveys
Quiz
editNo changes for Quiz
ReadingLists
edit- git #1e86619b - Unit tests for Api ReadingLists (T204269) by Mateus Santos
RelatedArticles
editNo changes for RelatedArticles
RelatedSites
editNo changes for RelatedSites
Renameuser
edit- git #9203e77c - Fix caller name in RenameuserSQL::rename by Umherirrender
RevisionSlider
editNo changes for RevisionSlider
RSS
editNo changes for RSS
SandboxLink
editNo changes for SandboxLink
Score
editNo changes for Score
Scribunto
editNo changes for Scribunto
SearchExtraNS
editNo changes for SearchExtraNS
SecurePoll
editNo changes for SecurePoll
Sentry
editNo changes for Sentry
ShortUrl
editNo changes for ShortUrl
SiteMatrix
editNo changes for SiteMatrix
SkinPerPage
editNo changes for SkinPerPage
SpamBlacklist
edit- git #57ad1703 - Fix caller name in SpamBlacklist::getCurrentLinks by Umherirrender
SubPageList3
editNo changes for SubPageList3
SubpageSortkey
editNo changes for SubpageSortkey
SyntaxHighlight_GeSHi
editNo changes for SyntaxHighlight_GeSHi
TemplateData
edit- git #348edb68 - Remove empty Default, Example and Auto value sections of the output table (T125333) by Agabi10
TemplateSandbox
editNo changes for TemplateSandbox
TemplateStyles
editNo changes for TemplateStyles
TemplateWizard
editNo changes for TemplateWizard
TextExtracts
editNo changes for TextExtracts
Thanks
editNo changes for Thanks
TimedMediaHandler
edit- git #c6b601c4 - Force WebM output to 4:2:0 subsampling for Chrome, Edge compat (T205811) by Brion Vibber
- git #d7181cd1 - Specify thumbnail width for the fillwindow case (T200757) by Gilles Dubuc
timeline
editNo changes for timeline
TitleBlacklist
editNo changes for TitleBlacklist
TocTree
editNo changes for TocTree
TorBlock
editNo changes for TorBlock
Translate
edit- git #d119a709 - Fix caller name in PageTranslationHooks::onDeleteTranslationUnit by jenkins-bot
- git #75f197c5 - Fix caller name in MessageIndex::unlock by jenkins-bot
- git #d0a59143 - Fix caller name in MessageGroupStats::queueWithLock by jenkins-bot
- git #f493b603 - Make message [[MediaWiki:Logentry-pagetranslation-unmark]] clearer (T205175) by Zoranzoki21
- git #7aad38f2 - Fix caller name in ElasticSearchTTMServer::update by Umherirrender
- git #88587282 - Add ExportTranslations alias for Bosnian by Zoranzoki21
TranslationNotifications
editNo changes for TranslationNotifications
TrustedXFF
editNo changes for TrustedXFF
TwoColConflict
edit- git #67d89b34 - Fix and improve tour disabler by WMDE-Fisch
- git #8ea26755 - Rewrite empty line handling in LineBasedUnifiedDiffFormatter (T202402) by Thiemo Kreuz
- git #3a18dca8 - Add link to README pointing to mediawiki.org by Thiemo Kreuz
- git #34a315a4 - Make it possible to restart the tour once more (T195713) by Thiemo Kreuz
- git #cd10c398 - Move buttons in OOUI popups into the $footer (T205379) by Thiemo Kreuz
- git #f173a9a3 - Remove $… from variables that are not jQuery elements by Thiemo Kreuz
- git #9d99ba32 - Fix alignment of the tour buttons without hacky JS (T195713) by Andrew Kostka
- git #0b862ee9 - Making the popups a bit larger seems to fix this for most, if not all cases. (T203066) by Johannes Kroll
- git #0ec1a7dd - Add save (checkmark) button (T195721) by WMDE-Fisch
UniversalLanguageSelector
editNo changes for UniversalLanguageSelector
UploadsLink
editNo changes for UploadsLink
UploadWizard
edit- git #e4ebd61c - Object.values is not supported in IE (T205636) by Matthias Mullie
- git #a706b262 - Tweak some default license inconsistencies (T201800) (T204939) by Matthias Mullie
UrlShortener
editNo changes for UrlShortener
UserMerge
editNo changes for UserMerge
VipsScaler
editNo changes for VipsScaler
VisualEditor
edit- git #7a18889d - ve.ui.MWMediaDialog: Remove unused CSS by Bartosz Dziewoński
- git #d094bfa0 - ext.visualEditor.mwlanguage: Actually load all of the code (T205834) by Bartosz Dziewoński
- git #0e6cf922 - Update VE core submodule to master (e9becf4d0) (T202103) (T205564) (T205807) by Bartosz Dziewoński
- git #dc6e7027 - Make extension dialog done action messages match other dialogs (T205807) by Thalia
- git #349c2f36 - Avoid jQuery in ve.dm.Model.static.describeChange(s) by Ed Sanders
- git #cd720b92 - Update VE core submodule to master (5742a48a3) (T195111) by Ed Sanders
- git #9cf5515c - ve.ui.MWMediaDialog: Remove unused widget and messages by Bartosz Dziewoński
- git #b581d4c6 - Update VE core submodule to master (4888f7664) (T190885) (T205480) by Bartosz Dziewoński
- git #9813d876 - Enable the media dialog on mobile visual editor (T190885) (T118710) by Thalia
- git #42ebd100 - Correct some doc comments' syntax by Bartosz Dziewoński
- git #d80c383a - Move VisualEditor apihelp/apierror messages to a separate i18n file by Amir Aharoni
- git #f67dfea2 - Remove #ca-edit from required skin elements on edit pages (T179427) by Bartosz Dziewoński
- git #5d00bca4 - Update VE core submodule to master (2f27b1a2c) (T204185) by James D. Forrester
Wikibase
edit- git #af37c518 - Allow EntitySavingHelperTest to be run by itself. by Addshore
- git #bb451462 - docs: entitytypes.wiki document entity-revision-lookup-factory-callback by Addshore
- git #589a2360 - Fix $revision -> $revisionId in EntityRevisionLookup phpdoc by Addshore
- git #373cd2db - Allow InfoActionHookHandler to handle pages with no entity (T205833) by Addshore
- git #152c1702 - MCR: Adjust how we work with EDIT_NEW/UPDATE for MCR (T194729) by Addshore
- git #3779c4e0 - Fix WikiPageEntityMetaDataLookup::getWhere for MCR (T194729) (T200903) by addshore
- git #c31c45c4 - Test EntityInitializer.newFromEntityLoadedHook interaction by Jakob Warkotsch
- git #457e66a7 - Improve TypeDispatchingWikiPageEntityMetaDataAccessor class comment by addshore
- git #ea7683ee - Make TypeDispatchingEntityTitleStoreLookup use Assert by addshore
- git #e7652432 - EntityInitializer: make available individually (T195828) by Pablo Grass
- git #bb8916e5 - MCR: Create & Use TypeDispatchingWikiPageEntityMetaDataAccessor (T194729) by addshore
- git #22a8314e - MCR: Add SlotRoleStore to PerRepositoryServiceContainer (T194729) by addshore
- git #37250f4e - Add mw page id to searchEntities.php by Erik Bernhardson
- git #4173e551 - Add fetching X-Search-Id to suggestions search (T205597) by Stanislav Malyshev
- git #ffb679f8 - Fix keyboard navigation when editing statements (T154869) by Lucas Werkmeister
- git #2b71bf06 - Don’t suggest wrong entity types in Special:EntitiesWithout* (T204709) by Amir Sarabadani
- git #f292e0ba - Split Wikibase Client apihelp messages to a separate group (T189982) by Raimond Spekking
- git #5de2ba0c - MCR: Make RepoHooks::onContentModelCanBeUsedOn work by addshore
- git #28a99bb4 - Add some tests for RepoHooks::onContentModelCanBeUsedOn by addshore
- git #8170b04b - Remove unused variable by Amir Sarabadani
- git #b9f7e248 - Use native require_once instead of manual checks and throws (T189966) by Krinkle
- git #0438472d - SqlStore wrap PropertyInfo classes in an APC cache too (T97368) by addshore
WikibaseLexeme
edit- git #328ea0ce - Revert "Enable form statement editing through wbeditentity" by Jakob Warkotsch
- git #5bd8e231 - Revert "phpunit: add method to assert guids" by Jakob Warkotsch
- git #4106306e - Revert "Form: id must be FormId" by Jakob Warkotsch
- git #6322e12e - Revert "Form statement GUIDs: generate on clone" by Jakob Warkotsch
- git #5e79f184 - Form statement GUIDs: generate on clone (T194732) by Pablo Grass (WMDE)
- git #f88518f7 - Form: id must be FormId by Pablo Grass (WMDE)
- git #b4bc6e1f - phpunit: add method to assert guids by Pablo Grass (WMDE)
- git #dabf48e1 - Enable form statement editing through wbeditentity (T194732) by Jakob Warkotsch
- git #491729dd - lexeme: allow access to subentity ids (T195828) by Pablo Grass
- git #8a03747a - lexeme js model: make senses a property (T195828) by Pablo Grass
- git #399e4f5e - Upgrade to serialization/serialization 4.0 (T192145) by Jeroen De Dauw
- git #dee9dee3 - Add FormSet::equals by Jakob Warkotsch
- git #e4dab20a - form statement groups: ids without lexeme part (T196226) by Pablo Grass
- git #5162ba1c - Fix Lexeme Diff Order (T185481) by Thomas Arrow
- git #ce9b2c65 - Update serialization/serialization to use version 4.0 (T192145) by jk
- git #df5a3e4e - Form: do not validate at construction time (T194732) by Jakob
WikibaseMediaInfo
edit- git #5e4e11cb - Update serialization/serialization to use version 4.0 (T192145) by jk
- git #33972608 - build: Re-enable the eslint 'max-len' rule and make pass by James D. Forrester
WikibaseQuality
editNo changes for WikibaseQuality
WikibaseQualityConstraints
edit- git #0d14e152 - gadget: check entity and subentities (T195828) by Pablo Grass
- git #7c3055d7 - gadget: test fullCheck in isolation (T195828) by Pablo Grass (WMDE)
- git #ae6d129b - gadget: abilities as methods (T195828) by Pablo Grass
- git #3bbba165 - gadget: fullCheck based on params (T195828) by Pablo Grass (WMDE)
- git #a720d4e8 - gadget: encapsulate in a module (T195828) by Pablo Grass (WMDE)
- git #2616a2a2 - jasmine tests: add first steps (T195828) by Pablo Grass
Wikidata.org
editNo changes for Wikidata.org
WikidataPageBanner
editNo changes for WikidataPageBanner
WikiEditor
editNo changes for WikiEditor
wikihiero
editNo changes for wikihiero
WikiLove
editNo changes for WikiLove
WikimediaBadges
editNo changes for WikimediaBadges
WikimediaEvents
edit- git #48790caa - Add searchId to Wikidata clicks if present (T205597) by Stanislav Malyshev
- git #70f73664 - Ignore clicks with empty search string (T205301) by Stanislav Malyshev
- git #f3ea9b88 - Ensure Minerva has initialised before loading and executing ReadingDepth (T204144) by Jdlrobson
WikimediaIncubator
editNo changes for WikimediaIncubator
WikimediaMaintenance
editNo changes for WikimediaMaintenance
WikimediaMessages
edit- git #911e5b88 - Remove rcfilters beta features and related tours (T196033) by Stephane Bisson
XAnalytics
editNo changes for XAnalytics
ZeroBanner
editNo changes for ZeroBanner
ZeroPortal
editNo changes for ZeroPortal
Skins
editCologneBlue
editNo changes for CologneBlue
EUCopyrightCampaignSkin
editNo changes for EUCopyrightCampaignSkin
MinervaNeue
edit- git #9312f3d1 - Forbid certain methods with ES6 equivalents by jdlrobson
- git #77646a40 - Hygiene: inline util.noop by Stephen Niedzielski
- git #87924e7e - Add `theme-color` meta tag to Minerva (T204691) by Jdlrobson
- git #1a89047d - Move redlink CTA out of skins.minerva.editor (T198765) by Bartosz Dziewoński
- git #1b61a145 - When browser doesn't support mobile editor, use fallback editor rather than none by Bartosz Dziewoński
- git #71cbed60 - Create $returntoquery variable properly (T205449) by Piotr Miazga
- git #b6672a4f - Less harsh failure mode when attempting to undo in mobile editor (T191706) by Jdlrobson
- git #ffa4d0e8 - Remove some useless code trying to show things that are always visible by Jdlrobson
- git #13b60f68 - Remove user page CTA edit link browser test (move to MobileFrontend) [try #2] by Bartosz Dziewoński
- git #39c5dbc9 - Revert "Remove user page CTA edit link browser test (move to MobileFrontend)" by Jdlrobson
- git #a773c0ee - Allow mobile TOC on pages in all namespaces (T205312) by Bartosz Dziewoński
- git #abf445ec - Revert "Minerva is responsible for turning on WikimediaEvents itself" by Jdlrobson
MonoBook
editNo changes for MonoBook
Modern
editNo changes for Modern
Nostalgia
editNo changes for Nostalgia
Timeless
edit- git #e770804d - Add thumb magnify icon by Isarra
- git #a2e3b727 - Don't hide labels for mobile cactions that have no icon by Isarra
- git #03f01e24 - Use default search placeholder by Isarra
Vector
editNo changes for Vector
Total Changes
edit280 Changes in 53 repos by 71 committers