MediaWiki 1.32/wmf.23/Changelog
Core changes
[edit]- git #3888c001 - Hard deprecate EventRelayerGroup::singleton() by Kunal Mehta
- git #10fabd98 - Remove repeated line in RELEASE-NOTES-1.32 by C. Scott Ananian
- git #9da12daf - Provide a way to restore an old revision with multiple slots. (task T204732) by daniel
- git #ba0839ac - resources: Register 'sinonjs' as foreign resource by Timo Tijhof
- git #ac6e8495 - resources: Make jquery.cookie a multi-file resource with changelog, licence by James D. Forrester
- git #1ed0a109 - resourceloader: Add filter cache version to module version hash (task T176884) by Krinkle
- git #450da07f - resourceloader: Remove MW cacheEpoch from module version hash by Krinkle
- git #f198154d - SpecialLog: Don't throw exceptions on invalid date from user input (task T201411) by James D. Forrester
- git #f6be6e3f - resources: Register jquery.cookie as foreign resource by James D. Forrester
- git #a2cad5be - Remove unnecesary else blocks by Reedy
- git #754f793d - Update wikimedia/timestamp to v2.2.0 by Kunal Mehta
- git #6aaaa070 - Remove MimeMagic by Reedy
- git #137bba78 - resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0 by Timo Tijhof
- git #bfcd2c96 - resources: Register mustache.js as foreign resource by Timo Tijhof
- git #dfc47317 - resourceloader: Mark clearCache() as private (only for tests) by Timo Tijhof
- git #07910fa3 - Pass title to Revision constructor in Title::getFirstRevision by Umherirrender
- git #801a5a74 - Fix caller name in Title::loadRestrictions by Umherirrender
- git #8af76dec - registration: Let extensions add PHP version requirements (task T197535) by MGChecker
- git #a89ef9b3 - Fix some double escaping, and some incorrect escaping for convert() by Kunal Mehta
- git #52804205 - Fix some phan-taint-check false positives by Kunal Mehta
- git #f05bf405 - Deprecate QuickTemplate::msgHtml & fix phan-taint-warning in includes/skins by Kunal Mehta
- git #b3c95517 - Set consistent min value options for RC and Watchlist filters (task T204623) (task T199049) by Kosta Harlan
- git #71badb42 - Remove global namespaced LBFactory by Reedy
- git #2e345deb - McrUndoAction: Fix preview (task T205101) by Brad Jorsch
- git #a11a6f61 - Hard deprecate non-Remex tidy modes (task T198214) by C. Scott Ananian
- git #4461aa6e - Don't show unsaved revision in DifferenceEngine::renderNewRevision. by Daniel Kinzler
- git #1c5399b4 - tests: Stop using deprecated LBFactory, use namespaced version by Jforrester
- git #d506c187 - Stop MailAddress accepting a User object (task T204863) by Jforrester
- git #9d50d978 - Drop support for array syntax for $wgSpecialPages (task T204863) by Reedy
- git #4e8eed74 - Collapse some unnecessary else conditions by Reedy
- git #8b92158d - Update HISTORY for 1.27.5/1.29.3/1.30.1/1.31.1 (task T199025) by Reedy
- git #b78d595f - SECURITY: Don't exclude .htaccess files from `git archive` (task T199029) by Reedy
- git #9c0ba336 - SECURITY: Do not allow botpassword login if account locked. (task T194605) by Reedy
- git #befd48c5 - SECURITY: Make 'newbie' limit in $wgRateLimits really override 'user' limit (task T169545) by Reedy
- git #733704ed - CommentStore: Hard-deprecate newKey() by James D. Forrester
- git #7b233828 - Soft deprecate non-Remex tidy configurations (task T198214) by C. Scott Ananian
- git #6f8431c4 - Hard-deprecate the $wgUseTidy option (task T198214) by C. Scott Ananian
- git #327f0f92 - Use wfIsHHVM() instead of a HipHop-specific environment variable by C. Scott Ananian
- git #e908d347 - selenium: invoke jobs to enforce eventual consistency (task T199446) by Pablo Grass
- git #8477d4a6 - Define which languages explicitly fallback to 'en' (task T203350) by James D. Forrester
- git #2240a3c4 - Special:Preferences: Remove unnecessary OOUI styles override by Bartosz Dziewoński
- git #c5c7980c - Use new isTalkPage/isTalkNamespace methods by James D. Forrester
- git #be2734b5 - Special:Preferences: Reduce PanelLayout border contrast slightly by Volker E
- git #b1027342 - resourceloader: Remove check for Function#bind and Object.defineProperty by Krinkle
- git #30a949da - Avoid ResourceLoader LESS parsing bug (task T204816) by Ed Sanders
- git #9bea45ea - Use binary charset in default table options by Tim Starling
- git #587851c4 - DateTimeInputWidget: Rename vars to reflect latest WikimediaUI theme vars by Volker E
- git #92ebd0cf - DateInputWidget: Update OOUI variables to latest by Volker E
- git #be277470 - mediawiki.util: Optimise addPortletLink (task T204625) by Krinkle
- git #480b6537 - StructureTest::testUnitTestFileNamesEndWithTest() should not shell out (task T169005) by Umherirrender
- git #8fb62951 - Special:Preferences: Enable OOUI mode by default (task T117781) by James D. Forrester
- git #d6b989b5 - Use "Unknown user" instead of an empty user name. (task T195692) by James D. Forrester
- git #f5469d36 - WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none (task T204729) by Brad Jorsch
- git #1a625b8c - mediawiki.util: Improve unit tests (task T204625) by Timo Tijhof
- git #f22b3b81 - resourceloader: Add internal RLPAGEMODULES constant (task T204426) by Timo Tijhof
- git #b7f4b55f - resourceloader: Factor out encodeJsonForScript by Timo Tijhof
- git #0a5757cd - resourceloader: Make ResourceLoader::makeLoaderRegisterScript() internal by Timo Tijhof
- git #9222f524 - mediawiki.Title: Add isTalkPage/getTalkPage methods to mw.Title.js by Ed Sanders
- git #fb11be8c - resourceloader: Simplify StringSet fallback by Krinkle
- git #46daa86c - resourceloader: Use null-objects for 'sources' and 'registry' by Krinkle
- git #d0a80f22 - resourceloader: Minor clean up in mw.loader and mw.html by Timo Tijhof
- git #c4d2ac4d - Code to read from change_tag_def table instead of valid_tag (task T194162) by Amir Sarabadani
- git #e21e1028 - Allow edit.php to modify different slots. (task T189220) by daniel
- git #92ddf5dc - Set break-word on figcaption (task T171761) by Arlo Breault
- git #724fbe82 - mw.jqueryMsg: Handle non-string parameters to functions that expect strings better (task T203892) by Bartosz Dziewoński
- git #65f714e1 - user: Allow "CAS update failed" exceptions to be normalised (task T202149) by Timo Tijhof
- git #38d70454 - Ensure parserTests pass even if wiki has wgUsePigLatin enabled by C. Scott Ananian
- git #76e72fd4 - mw.jqueryMsg: Add tests for non-string parameters to functions that expect strings (task T203892) by Bartosz Dziewoński
- git #b2be6cb4 - Add MessagesSco.php (task T201462) by MarcoAurelio
- git #56d2fdea - Add MessagesBi.php (task T202438) by MarcoAurelio
- git #babb4184 - RevisionStoreDbTestBase, remove redundant needsDB override by Addshore
Vendor
[edit]- git #6b5dd8b6 - Update wikimedia/timestamp to v2.2.0 by Kunal Mehta
Extensions
[edit]3D
[edit]- git #9c8b37cc - Fix check for already-wrapped thumbnails by Ed Sanders
- git #33b179cb - Fix 3D thumbnail HTML in PHP (task T187562) by Ed Sanders
- git #44733b63 - Follow-up Ia0df4884b: Only teardown 3D viewer inside MMV (task T204749) by Ed Sanders
- git #be6c9b37 - build: Update phan-taint-check-plugin to 1.5.1 by MarcoAurelio
- git #a77d4516 - Remove .arclint by MarcoAurelio
- git #0e514715 - Lazy-build the placeholderTemplate (task T204621) by Ed Sanders
AbuseFilter
[edit]- git #8ad2203c - Move all apihelp translatable messages to separate files (task T189982) by Amire80
- git #9144dbf4 - Remove unused parameter by Daimona Eaytoy
- git #ef51e7c2 - Fix the block options on ViewEdit by Daimona Eaytoy
ActiveAbstract
[edit]No changes for ActiveAbstract
AdvancedSearch
[edit]- git #a111afd8 - Lazy-load dependent module (task T203373) by Gabriel Birke
- git #2c390dc6 - Split resource modules (task T203373) by tzhelyazkova
AntiSpoof
[edit]- git #647529ca - Do not localize antispoof error message in the logs (task T64863) by Umherirrender
ApiFeatureUsage
[edit]No changes for ApiFeatureUsage
ArticleCreationWorkflow
[edit]No changes for ArticleCreationWorkflow
ArticlePlaceholder
[edit]No changes for ArticlePlaceholder
Babel
[edit]No changes for Babel
BetaFeatures
[edit]- git #069c1347 - Remove unnecessary distance and outdated `font-size` normalization by Volker E
BounceHandler
[edit]- git #a50782e5 - Unsubscribe the local user if the global user is not attached (task T202455) by Seb35
- git #02be4184 - Remove php entry point (task T140007) by Jforrester
Calendar
[edit]No changes for Calendar
Campaigns
[edit]No changes for Campaigns
Capiunto
[edit]No changes for Capiunto
CategoryTree
[edit]No changes for CategoryTree
CentralAuth
[edit]No changes for CentralAuth
CharInsert
[edit]No changes for CharInsert
CheckUser
[edit]- git #4ffbe829 - Fix minor typo in config description by Reedy
CirrusSearch
[edit]- git #ec49a498 - MultiSearchRequestLog: Fix minor grammar in log message by Timo Tijhof
- git #1aff33d9 - Make timeouts more configurable (task T204959) by David Causse
- git #529eb5be - Mocked getContent method of mock Page object (task T204932) by Cormac Parle
- git #0343f956 - Start indexing the display_title property by Erik Bernhardson
- git #39232846 - Split PrefixSearchQueryBuilder into a couple functions by Erik Bernhardson
- git #a7d4a63f - Rethrow RuntimeException from hhvm as an Elastica exception (task T204776) by Erik Bernhardson
- git #31aef5dc - DataSender: Clarify meaning of "Update for doc ids" error by Krinkle
- git #c13ab33e - DataSender: Add type hint and remove needless count() operation by Timo Tijhof
- git #f1c6c5cd - Add basic test case for MappingConfigBuilder by Erik Bernhardson
- git #77124b6b - Stop overriding username and password in wdioConf.config by Reedy
- git #0d04f71f - Fix Job.php other-index/external-index by David Causse
- git #3fd8dc7a - Externalize language detector creation out of CirrusSearch (task T204255) by David Causse
- git #ec08d822 - Add tilde header support to the new parser (task T189880) by David Causse
- git #49fd0565 - Drop support for elasticsearch-langdetect plugin by David Causse
- git #aabd02bb - Add support for namespace header in the new parser (task T189880) by David Causse
- git #f46b46a2 - Update saneitizer to constantly re-index documents (task T203622) by Erik Bernhardson
Cite
[edit]- git #ca95ada4 - i18n: Drop unnecessary overwrites of en defaults from pt-br by Jforrester
- git #eb7bed04 - Template reflist: Re-render when converting for preview (e.g. visual diff) (task T202324) by Ed Sanders
CiteThisPage
[edit]No changes for CiteThisPage
Citoid
[edit]No changes for Citoid
cldr
[edit]No changes for cldr
Cognate
[edit]No changes for Cognate
CodeEditor
[edit]No changes for CodeEditor
CodeMirror
[edit]- git #ef8c62c7 - Use renamed ve.visibleWhitespaceCharacters by Ed Sanders
CodeReview
[edit]No changes for CodeReview
CollaborationKit
[edit]No changes for CollaborationKit
Collection
[edit]No changes for Collection
CommonsMetadata
[edit]No changes for CommonsMetadata
ConfirmEdit
[edit]No changes for ConfirmEdit
CongressLookup
[edit]No changes for CongressLookup
ContactPage
[edit]No changes for ContactPage
ContentTranslation
[edit]- git #81094ad3 - Before saving, make sure change queue is processed (task T204101) by Santhosh
- git #952dbdbd - Provide help link in CX version switcher (task T205089) by petarpetkovic
- git #ca4734ec - Use the right message when new CX version is enabled by petarpetkovic
- git #81bab7d7 - Fix rendering of MT abuse warning message in CX1 (task T202464) by petarpetkovic
- git #ba748568 - CX2: Prefetch MT and adaptations for the next paragraph (task T193124) by jenkins-bot
- git #f4fba6fb - Register TransclusionNode rerender as a section change (task T201088) by jenkins-bot
- git #ac336983 - Section alignment: fix height of source section if it is smaller (task T203243) by Santhosh
- git #43e961fc - Move the alignTitles to TranslationView from CXTarget class by Santhosh Thottingal
ContributionTracking
[edit]No changes for ContributionTracking
CreditsSource
[edit]No changes for CreditsSource
Dashiki
[edit]No changes for Dashiki
DisableAccount
[edit]- git #83e590f7 - Improved final message by Reedy
- git #9aa0e504 - Check for users with "" for password and email too (task T141954) (task T109060) by Reedy
Disambiguator
[edit]No changes for Disambiguator
DismissableSiteNotice
[edit]No changes for DismissableSiteNotice
DonationInterface
[edit]No changes for DonationInterface
DoubleWiki
[edit]- git #fe276fa7 - Use Language::factory instead of wfGetLangObj by Fomafix
- git #c77079b1 - Fix PHP coding style and remove phpcs rule excludes by Fomafix
DynamicSidebar
[edit]No changes for DynamicSidebar
EUCopyrightCampaign
[edit]No changes for EUCopyrightCampaign
Echo
[edit]- git #33081061 - ApiCrossWiki: Handle needsToken() returning false (task T204758) by Roan Kattouw
EducationProgram
[edit]No changes for EducationProgram
Elastica
[edit]No changes for Elastica
ElectronPdfService
[edit]No changes for ElectronPdfService
EventBus
[edit]- git #f1ac53b8 - Define EventFactory for transforming MW objects to events. (task T204575) by Petr Pchelko
EventLogging
[edit]No changes for EventLogging
ExtensionDistributor
[edit]- git #45424cad - Rely on StatusValue::__toString for formatting into a log message (task T204858) by Kunal Mehta
FeaturedFeeds
[edit]No changes for FeaturedFeeds
FileExporter
[edit]No changes for FileExporter
FileImporter
[edit]No changes for FileImporter
FlaggedRevs
[edit]No changes for FlaggedRevs
Flow
[edit]- git #9fc82729 - Use DBLoadBalancerFactory to rollback all DBs, add more logging (task T70526) by Kosta Harlan
- git #fa97e1cf - Fix alignment of icons in popup menus by Ed Sanders
- git #43917526 - Fix alignment of 'About this board' icon by Ed Sanders
- git #aa273c8d - Add logging to help debug IRC / RCFeeds reporting (task T187861) by Kosta Harlan
FundraiserLandingPage
[edit]No changes for FundraiserLandingPage
FundraisingTranslateWorkflow
[edit]No changes for FundraisingTranslateWorkflow
Gadgets
[edit]No changes for Gadgets
GeoCrumbs
[edit]No changes for GeoCrumbs
GeoData
[edit]No changes for GeoData
GettingStarted
[edit]- git #a0d644ae - Use "Publish changes" instead of "Save changes" (task T164771) by Stephane Bisson
GlobalBlocking
[edit]No changes for GlobalBlocking
GlobalCssJs
[edit]No changes for GlobalCssJs
GlobalPreferences
[edit]- git #47d79f07 - OOUI'fy Special:GlobalPreferences (task T186842) by Moriel Schottlender
- git #f689e991 - Consider pref sections optional (task T204864) by Max Semenik
GlobalUsage
[edit]No changes for GlobalUsage
GlobalUserPage
[edit]No changes for GlobalUserPage
GoogleNewsSitemap
[edit]No changes for GoogleNewsSitemap
Graph
[edit]No changes for Graph
GuidedTour
[edit]No changes for GuidedTour
GWToolset
[edit]No changes for GWToolset
ImageMap
[edit]No changes for ImageMap
InputBox
[edit]No changes for InputBox
Insider
[edit]No changes for Insider
intersection
[edit]No changes for intersection
Interwiki
[edit]No changes for Interwiki
InterwikiSorting
[edit]No changes for InterwikiSorting
JADE
[edit]- git #7fdb06be - Update judgment content schema by Adam Wight
- git #b01ca673 - Make sure we assert things in tests by Adam Wight
- git #29da4f80 - MCR API compatibility by Adam Wight
- git #bcce5943 - Drop page judgments for this release (task T202596) by Adam Wight
- git #d6f3ad52 - Drop "append-only" support by Adam Wight
- git #046e757c - Rename namespace to NS_JUDGMENT by Adam Wight
Josa
[edit]No changes for Josa
JsonConfig
[edit]No changes for JsonConfig
Kartographer
[edit]- git #0f65d52b - Add simple transition to sidebar by Ed Sanders
LabeledSectionTransclusion
[edit]No changes for LabeledSectionTransclusion
LandingCheck
[edit]No changes for LandingCheck
LdapAuthentication
[edit]No changes for LdapAuthentication
Linter
[edit]No changes for Linter
LiquidThreads
[edit]No changes for LiquidThreads
Listings
[edit]No changes for Listings
LocalisationUpdate
[edit]No changes for LocalisationUpdate
LoginNotify
[edit]No changes for LoginNotify
MapSources
[edit]No changes for MapSources
MassMessage
[edit]No changes for MassMessage
Math
[edit]No changes for Math
MobileApp
[edit]No changes for MobileApp
MobileFrontend
[edit]- git #0973e2ad - Increase touch area for Image Overlay next / prev buttons (task T198018) by Nicholas Ray
- git #9505a077 - Add user page CTA edit link browser test (move from Minerva) by Jdlrobson
- git #dd823ae3 - ImageOverlay arrows should be buttons (task T197105) by Jdlrobson
- git #883fc93f - ApiParseExtender: Remove some dead code by Bartosz Dziewoński
- git #e1bb1945 - Adds a QUnit test for mobile.startup/cache.js (task T203818) by jdlrobson
- git #8cd6d97e - Porting PageGateway to webpack (task T203817) by Jdlrobson
- git #6b895e06 - Remove validate HTML dev-script by jdlrobson
- git #674d7d08 - Rename QUnit test files from "test_" to "test.js" (task T197884) by jdlrobson
- git #7f1b50f5 - Doc: fix mfExtend JSDoc parameter by Jdlrobson
- git #a7c05925 - Port user to webpack (task T203817) by Stephen Niedzielski
- git #a1218d5d - Hygiene: Prefix Browser unit test by jdlrobson
- git #58c958ee - context.js is built via webpack (task T203817) by jdlrobson
- git #d06d9949 - Time is built via webpack (task T203817) by jdlrobson
- git #583d85e8 - Hygiene: document CategoryOverlay code w/ function (task T191987) by Jdlrobson
- git #bdc719f0 - Hygiene: rename Overlay.clearSpinner() to hide (task T191987) by Jdlrobson
- git #7d85e6a1 - Migrate View.js to webpack (task T203100) by Nicholas Ray
- git #bc791f0b - Include the src folder when generating our js documentation by Jdlrobson
- git #0954a81b - Add 'mobile.editor.ve' styles (move from Minerva) (task T202978) by Jforrester
MultimediaViewer
[edit]- git #170d1084 - Use a `for` loop instead of Array.prototype.find (task T205162) by MGChecker
- git #30bae884 - Use improvements of jQuery 3.3 by Fomafix
NavigationTiming
[edit]- git #50abaa27 - ext.navigationTiming: Update mwLoadEnd to use RLPAGEMODULES (task T204426) by Timo Tijhof
- git #c3945d73 - tests: Add missing ResourceTiming dependency by Timo Tijhof
Newsletter
[edit]No changes for Newsletter
NewUserMessage
[edit]No changes for NewUserMessage
Nuke
[edit]No changes for Nuke
OATHAuth
[edit]No changes for OATHAuth
OAuth
[edit]- git #7511b617 - Fix escapeForHtml method name (task T204757) by Gergő Tisza
OpenStackManager
[edit]No changes for OpenStackManager
ORES
[edit]- git #3a44067d - Retry once when ores service is timed out (task T204753) by Amir Sarabadani
PageAssessments
[edit]No changes for PageAssessments
PagedTiffHandler
[edit]No changes for PagedTiffHandler
PageImages
[edit]No changes for PageImages
PageTriage
[edit]- git #608720f4 - Rename wp10 to articlequality (task T202998) by Stephane Bisson
- git #1cb925d6 - Render bottom navigation stats only when not in AfC mode (task T204634) by Kosta Harlan
- git #ab2d8d4a - Maintenance script to delete afc_states (task T203184) by Stephane Bisson
- git #812a42f3 - ArticleCompileInterface: Use Article::getParserOutput() directly by Roan Kattouw
- git #deed186b - ArticleCompileProcessor: Use last edit timestamp for ptrp_reviewed_updated by Roan Kattouw
- git #b3ee68c7 - ArticleCompileUserData: Fix order of actor table queries (task T204764) by Roan Kattouw
- git #721237f5 - Use same api params for list and stats on page load (task T204629) by Stephane Bisson
- git #2ed52408 - Correctly sync the form when afc_state === 'all' (task T204629) by Stephane Bisson
- git #a472cae8 - Find pages in queue that don't have afc_state (task T203184) by Stephane Bisson
PageViewInfo
[edit]No changes for PageViewInfo
ParserFunctions
[edit]No changes for ParserFunctions
ParserMigration
[edit]No changes for ParserMigration
ParsoidBatchAPI
[edit]No changes for ParsoidBatchAPI
PdfHandler
[edit]No changes for PdfHandler
PerformanceInspector
[edit]No changes for PerformanceInspector
Petition
[edit]No changes for Petition
Poem
[edit]No changes for Poem
PoolCounter
[edit]No changes for PoolCounter
Popups
[edit]- git #3cfb1d34 - Amend preferences message to unify with messages elsewhere (task T203992) by Volker E
- git #5b6fe604 - Do not use jQuery's hasClass with space separated classes by Stephen Niedzielski
- git #ae472fe6 - Simplify JavaScript by using native ES5 instead of jQuery by jdlrobson
ProofreadPage
[edit]- git #03e9c412 - Use OutputPage::addWikiTextTidy() when text is in content language (task T198214) by C. Scott Ananian
- git #09e69dab - Suppress page separator before a hyphen (task T104566) by Candalua
- git #698237e1 - Use zoomIn and zoomOut icons from OOjs UI by Tpt
PropertySuggester
[edit]No changes for PropertySuggester
QuickSurveys
[edit]- git #b0682a71 - Renaming QUnit test files from "test_" to "test.js" (task T197884) by Jan Drewniak
Quiz
[edit]No changes for Quiz
ReadingLists
[edit]No changes for ReadingLists
RelatedArticles
[edit]- git #6b49ddff - Remove EventLogging/A-B test code from RelatedArticles (task T202306) by jdlrobson
- git #6856ef8b - Renaming QUnit test files from "test_" to "test.js" (task T197884) by Jan Drewniak
- git #00405b03 - Remove `mediaWiki` and `jQuery` from eslint globals by Krinkle
RelatedSites
[edit]No changes for RelatedSites
Renameuser
[edit]No changes for Renameuser
RevisionSlider
[edit]No changes for RevisionSlider
RSS
[edit]No changes for RSS
SandboxLink
[edit]No changes for SandboxLink
Score
[edit]No changes for Score
Scribunto
[edit]No changes for Scribunto
SearchExtraNS
[edit]No changes for SearchExtraNS
SecurePoll
[edit]No changes for SecurePoll
Sentry
[edit]No changes for Sentry
ShortUrl
[edit]No changes for ShortUrl
SiteMatrix
[edit]No changes for SiteMatrix
SkinPerPage
[edit]No changes for SkinPerPage
SpamBlacklist
[edit]No changes for SpamBlacklist
SubPageList3
[edit]No changes for SubPageList3
SubpageSortkey
[edit]No changes for SubpageSortkey
SyntaxHighlight_GeSHi
[edit]- git #118dcdb4 - Separate node classes into individual files (task T205231) by Thalia
- git #ab5ce238 - Remove tidy workaround for armoring tabs by Jforrester
TemplateData
[edit]No changes for TemplateData
TemplateSandbox
[edit]No changes for TemplateSandbox
TemplateStyles
[edit]No changes for TemplateStyles
TemplateWizard
[edit]No changes for TemplateWizard
TextExtracts
[edit]No changes for TextExtracts
Thanks
[edit]- git #8daf5750 - Allow thanking discontinuous revisions (task T186470) by Sbisson
TimedMediaHandler
[edit]No changes for TimedMediaHandler
timeline
[edit]No changes for timeline
TitleBlacklist
[edit]No changes for TitleBlacklist
TocTree
[edit]No changes for TocTree
TorBlock
[edit]- git #8e461f95 - Soft-deprecate loadExitNodes.php (task T203324) by MarcoAurelio
Translate
[edit]- git #c545ab07 - Use Language::equals to compare Language objects by Fomafix
- git #8b19b9b1 - Avoid warnings and errors caused by x-pagetranslation-tag (task T204797) by jenkins-bot
TranslationNotifications
[edit]No changes for TranslationNotifications
TrustedXFF
[edit]No changes for TrustedXFF
TwoColConflict
[edit]- git #09a015b9 - Narrow HtmlSplitConflictHeader to not rely on it's (only) user (task T203085) by WMDE-Fisch
- git #df370393 - Enable editing with wikitext editors (task T203144) by WMDE-Fisch
- git #67dfda55 - Adjust browser tests to new preferences interface (task T205381) by WMDE-Fisch
UniversalLanguageSelector
[edit]- git #fcfa36ac - compactlinks: Optimise performance of list creation logic (task T127328) by jenkins-bot
UploadsLink
[edit]No changes for UploadsLink
UploadWizard
[edit]No changes for UploadWizard
UrlShortener
[edit]No changes for UrlShortener
UserMerge
[edit]- git #6ffe0085 - Clean up Special:UserMerge by Matěj Suchánek
VipsScaler
[edit]No changes for VipsScaler
VisualEditor
[edit]- git #e2a5bfd2 - MWTemplateSpecModel: Factor out getLocalValue, avoid isPlainObject by Jforrester
- git #1631a35c - Update VE core submodule to master (2d668bdbb) (task T205231) by James D. Forrester
- git #78a3c0df - Provide platform when tracking mwedit.ready for tempWikitextEditor (task T205241) by Ed Sanders
- git #985a9477 - Change type from 'frame' to 'thumb' when resizing (task T204185) by Ed Sanders
- git #bbed4307 - Separate node classes into individual files (task T205231) by Ed Sanders
- git #253e7e6c - Update comment by Ed Sanders
- git #a2c04973 - Use renamed ve.visibleWhitespaceCharacters utility by Ed Sanders
- git #327f600c - Fix special page override (task T204873) by Ed Sanders
- git #3c8bb380 - Turn off CSS transforms after toolbar has been opened (task T202935) by Ed Sanders
- git #917645eb - Use mw.Title.isTalkNamespace by Ed Sanders
Wikibase
[edit]- git #5b86669e - MCR: If a revision doesn't have our role, it doesn't have our entity (task T194729) (task T200903) by addshore
- git #2cfe456e - Add note to PrefetchingWikiPageEntityMetaDataAccessor::prefetch by addshore
- git #cca35fcf - GenericServices add missing $entitySlots property by addshore
- git #9798806e - PrefetchingWikiPageEntityMetaDataAccessor max cache key cleanup by Addshore
- git #43129446 - Fix EntityNamespaceLookup::getEntitySlotRole phpdoc return by Addshore
- git #a74a42f9 - Teach EntitySelector._combineResults() to evaluate rank by Jonas Kress (WMDE)
- git #73b4ac26 - Remove MediaInfo from repo api EditEntity tests by Addshore
- git #225541e7 - Add EntityLoadingHelperTest to autoloader for tests (task T205076) by Addshore
- git #8cc1b5c9 - Give phrase profile own name (task T163642) by Stanislav Malyshev
- git #01d2e7c5 - Split apihelp messages to a separate group (task T189982) by Legoktm
- git #56489338 - WikibaseApiTestCase also setService on SiteLookup (task T205074) by Addshore
- git #746b8b34 - SimpleCacheWithBagOStuff, Throw exception with key when invalid (task T204791) by Addshore
- git #f3054116 - Add phrase rescoring to queries (task T163642) by Stanislav Malyshev
- git #08bebd85 - Catch exceptions in Special:EntitiesWithout* if entity type does not support * (task T204708) by Amir Sarabadani
- git #0f3bc8a6 - Remove mnw from monolingual text list (task T203310) by Amir Sarabadani
- git #3beee28e - Comment truncation should be done by CommentStore, not Wikibase by C. Scott Ananian
- git #8744ffb8 - Move field definitions to search-field-definitions handler (task T190022) by Addshore
- git #533e54de - Remove dependency on a specific Preprocessor implementation by C. Scott Ananian
WikibaseLexeme
[edit]- git #c90fb4b1 - Special:NewLexeme - Language code box visible after failed submit (task T194347) by Jakob
- git #6a83c1bf - LexemeMergerTest, factor out NoCrossReferencingLexemeStatements creation by Addshore
- git #78420756 - Reduce inheritance code sharing in SpecialNewLexeme: step 3 by WMDE-leszek
- git #6e0bfe9d - Reduce inheritance code sharing in SpecialNewLexeme: step 2 by WMDE-leszek
- git #1fcc888b - Reduce visibility in SpecialNewLexeme by WMDE-leszek
- git #740b5268 - browser tests: clarify in README by Pablo Grass
- git #a4df1bec - selenium, lexeme.page.js, clean up use toolbar selectors by addshore
- git #8727a265 - Add InvalidLanguageIndicator and use it in glosses (task T198203) by Addshore
- git #f29341ec - Remove inheritance abuse in SpecialNewLexeme: step 1 by Jeroen De Dauw
- git #12b95f86 - Remove not needed else by Jeroen De Dauw
- git #d1a4b6ba - Specify constant visibility by Jeroen De Dauw
- git #f65b81d4 - Add WikibaseLexemeIntegrationTestCase::saveEntity helper by Jakob Warkotsch
- git #3c769560 - Add integration test for lexeme link formatters by Jakob Warkotsch
- git #9f1d6860 - Form: make use of ENTITY_TYPE const by Pablo Grass
- git #d3086c75 - Make Sense ID link targets less redundant (task T204557) by Amir Sarabadani
- git #07b66601 - Move field definitions to search-field-definitions handler (task T190022) by Stanislav Malyshev
- git #5da820a0 - Add tablesUsed to SpecialMergeLexemesTest and SpecialNewLexemeTest by Jakob Warkotsch
- git #21820192 - Fix FormLinkFormatter html escaping by Jakob Warkotsch
- git #e783fc6e - Reassign statement IDs when adding a sense (task T201605) by Lucas Werkmeister
- git #a0414070 - Add form id prefix to form statement groups (task T196226) by Jakob Warkotsch
WikibaseMediaInfo
[edit]- git #45f0b424 - build: Re-enable the eslint 'indent' rule and make pass by James D. Forrester
- git #6c1b8574 - build: Bump linters to latest and make pass by Jforrester
- git #c50dc829 - Inject multi-lingual captions into the File page (task T202287) by Matthias Mullie
- git #be1f6a01 - Relax outdated HistoryEntityAction constructor by Jforrester
- git #3bfb89af - Move field definitions to search-field-definitions handler (task T190022) by Addshore
WikibaseQuality
[edit]No changes for WikibaseQuality
WikibaseQualityConstraints
[edit]- git #a5f56227 - Move over classes from Wikibase Quality (task T205063) by Jeroen De Dauw
- git #6c9aa66f - Specify compat with DM 8.x by Jeroen De Dauw
- git #444cb16c - npm: add package-lock.json (task T195828) by Pablo Grass
- git #9446709b - Move ResultsSource to services (task T196053) by Lucas Werkmeister
- git #878e6627 - Move constraint checkers and DelegatingConstraintChecker to services (task T196053) by Lucas Werkmeister
- git #4e45ed10 - Extract Wikibase services from default service wiring (task T196053) by Lucas Werkmeister
- git #138d4ee6 - Clone Wikibase submodules in Travis script (task T204304) by Lucas Werkmeister
- git #7abee634 - Introduce rank in constraint suggester by Jonas Kress (WMDE)
Wikidata.org
[edit]No changes for Wikidata.org
WikidataPageBanner
[edit]No changes for WikidataPageBanner
WikiEditor
[edit]No changes for WikiEditor
wikihiero
[edit]No changes for wikihiero
WikiLove
[edit]No changes for WikiLove
WikimediaBadges
[edit]No changes for WikimediaBadges
WikimediaEvents
[edit]- git #7713f407 - Revert "Minerva will load WikimediaEvents itself" (task T204144) by Jdlrobson
- git #7aa47f07 - Minerva will load WikimediaEvents itself (task T204144) by jdlrobson
WikimediaIncubator
[edit]No changes for WikimediaIncubator
WikimediaMaintenance
[edit]- git #634f2c13 - Create Flow tables where $wgFlowDefaultWikiDb is false and the wiki is in the Flow dblist (task T178886) by Reedy
WikimediaMessages
[edit]- git #31f65f45 - Add 'wikimedia-switchover-read-only' message by MarcoAurelio
- git #727420ad - build: Update npm dev dependencies by jenkins-bot
XAnalytics
[edit]No changes for XAnalytics
ZeroBanner
[edit]No changes for ZeroBanner
ZeroPortal
[edit]No changes for ZeroPortal
Skins
[edit]CologneBlue
[edit]No changes for CologneBlue
EUCopyrightCampaignSkin
[edit]No changes for EUCopyrightCampaignSkin
MinervaNeue
[edit]- git #8c587c58 - Fix broken config name for MinervaABSamplingRate (task T205355) by Piotr Miazga
- git #58c0b813 - Minerva A/B tests are not subject to HTML caching time (task T205355) by Jdlrobson
- git #6daf19df - Remove user page CTA edit link browser test (move to MobileFrontend) by Jforrester
- git #85505d69 - Buttons should be cursor pointer by default (task T205321) by VolkerE
- git #992630c7 - Remove broken remains of &campaign=leftNavSignup handling (task T205325) by Jdlrobson
- git #786ec45c - SkinMinerva: Remove incorrect comment by Bartosz Dziewoński
- git #2f3fed5f - Users can request new treatment via query string (task T204746) by jdlrobson
- git #01dc9de9 - Minerva is responsible for turning on WikimediaEvents itself (task T204144) by Jdlrobson
- git #2163d5f9 - Rename QUnit test files from "test_" to "test.js" (task T197884) by Stephen Niedzielski
- git #03bc2518 - Red links are linked separately (task T204073) by Stephen Niedzielski
- git #287a2aaf - Exclude redlink clicks from modalEditClicked event (task T204073) by Stephen Niedzielski
- git #8ac5b9c6 - Hygiene: remove unused pre-commit script by Jdlrobson
- git #c6960ce8 - Remove 'mobile.editor.ve' styles (move to MobileFrontend) (task T202978) by Bartosz Dziewoński
- git #5e7b3994 - Move Parsoid output overrides to 'mediawiki.skinning.content.parsoid' skinStyles (task T202978) by Bartosz Dziewoński
- git #73d724a7 - mobile.editor.ve: Simplify left/right border of toolbar on >1000px screens (task T202978) by Bartosz Dziewoński
- git #9fc58af5 - Get rid of ICustomizableSkin by Krinkle
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]272 Changes in 49 repos by 65 committers