MediaWiki 1.32/wmf.23
![]() |
Deployment of MediaWiki 1.32.0-wmf.23 to Wikimedia sites | MediaWiki 1.32.0-wmf.24![]() |
The latest version (labeled "1.32.0-wmf.23") of MediaWiki, the software that powers Wikipedia and its sister sites, is being deployed to all Wikimedia sites in stages, starting on Tuesday, 25 September 2018 (see the roadmap).
Core changesEdit
- 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
VendorEdit
- git #6b5dd8b6 - Update wikimedia/timestamp to v2.2.0 by Kunal Mehta
ExtensionsEdit
3DEdit
- 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
AbuseFilterEdit
- 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
ActiveAbstractEdit
No changes for ActiveAbstract
AdvancedSearchEdit
- git #a111afd8 - Lazy-load dependent module (task T203373) by Gabriel Birke
- git #2c390dc6 - Split resource modules (task T203373) by tzhelyazkova
AntiSpoofEdit
- git #647529ca - Do not localize antispoof error message in the logs (task T64863) by Umherirrender
ApiFeatureUsageEdit
No changes for ApiFeatureUsage
ArticleCreationWorkflowEdit
No changes for ArticleCreationWorkflow
ArticlePlaceholderEdit
No changes for ArticlePlaceholder
BabelEdit
No changes for Babel
BetaFeaturesEdit
- git #069c1347 - Remove unnecessary distance and outdated `font-size` normalization by Volker E
BounceHandlerEdit
- 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
CalendarEdit
No changes for Calendar
CampaignsEdit
No changes for Campaigns
CapiuntoEdit
No changes for Capiunto
CategoryTreeEdit
No changes for CategoryTree
CentralAuthEdit
No changes for CentralAuth
CharInsertEdit
No changes for CharInsert
CheckUserEdit
- git #4ffbe829 - Fix minor typo in config description by Reedy
CirrusSearchEdit
- 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
CiteEdit
- 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
CiteThisPageEdit
No changes for CiteThisPage
CitoidEdit
No changes for Citoid
cldrEdit
No changes for cldr
CognateEdit
No changes for Cognate
CodeEditorEdit
No changes for CodeEditor
CodeMirrorEdit
- git #ef8c62c7 - Use renamed ve.visibleWhitespaceCharacters by Ed Sanders
CodeReviewEdit
No changes for CodeReview
CollaborationKitEdit
No changes for CollaborationKit
CollectionEdit
No changes for Collection
CommonsMetadataEdit
No changes for CommonsMetadata
ConfirmEditEdit
No changes for ConfirmEdit
CongressLookupEdit
No changes for CongressLookup
ContactPageEdit
No changes for ContactPage
ContentTranslationEdit
- 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
ContributionTrackingEdit
No changes for ContributionTracking
CreditsSourceEdit
No changes for CreditsSource
DashikiEdit
No changes for Dashiki
DisableAccountEdit
- git #83e590f7 - Improved final message by Reedy
- git #9aa0e504 - Check for users with "" for password and email too (task T141954) (task T109060) by Reedy
DisambiguatorEdit
No changes for Disambiguator
DismissableSiteNoticeEdit
No changes for DismissableSiteNotice
DonationInterfaceEdit
No changes for DonationInterface
DoubleWikiEdit
- git #fe276fa7 - Use Language::factory instead of wfGetLangObj by Fomafix
- git #c77079b1 - Fix PHP coding style and remove phpcs rule excludes by Fomafix
DynamicSidebarEdit
No changes for DynamicSidebar
EUCopyrightCampaignEdit
No changes for EUCopyrightCampaign
EchoEdit
- git #33081061 - ApiCrossWiki: Handle needsToken() returning false (task T204758) by Roan Kattouw
EducationProgramEdit
No changes for EducationProgram
ElasticaEdit
No changes for Elastica
ElectronPdfServiceEdit
No changes for ElectronPdfService
EventBusEdit
- git #f1ac53b8 - Define EventFactory for transforming MW objects to events. (task T204575) by Petr Pchelko
EventLoggingEdit
No changes for EventLogging
ExtensionDistributorEdit
- git #45424cad - Rely on StatusValue::__toString for formatting into a log message (task T204858) by Kunal Mehta
FeaturedFeedsEdit
No changes for FeaturedFeeds
FileExporterEdit
No changes for FileExporter
FileImporterEdit
No changes for FileImporter
FlaggedRevsEdit
No changes for FlaggedRevs
FlowEdit
- 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
FundraiserLandingPageEdit
No changes for FundraiserLandingPage
FundraisingTranslateWorkflowEdit
No changes for FundraisingTranslateWorkflow
GadgetsEdit
No changes for Gadgets
GeoCrumbsEdit
No changes for GeoCrumbs
GeoDataEdit
No changes for GeoData
GettingStartedEdit
- git #a0d644ae - Use "Publish changes" instead of "Save changes" (task T164771) by Stephane Bisson
GlobalBlockingEdit
No changes for GlobalBlocking
GlobalCssJsEdit
No changes for GlobalCssJs
GlobalPreferencesEdit
- git #47d79f07 - OOUI'fy Special:GlobalPreferences (task T186842) by Moriel Schottlender
- git #f689e991 - Consider pref sections optional (task T204864) by Max Semenik
GlobalUsageEdit
No changes for GlobalUsage
GlobalUserPageEdit
No changes for GlobalUserPage
GoogleNewsSitemapEdit
No changes for GoogleNewsSitemap
GraphEdit
No changes for Graph
GuidedTourEdit
No changes for GuidedTour
GWToolsetEdit
No changes for GWToolset
ImageMapEdit
No changes for ImageMap
InputBoxEdit
No changes for InputBox
InsiderEdit
No changes for Insider
intersectionEdit
No changes for intersection
InterwikiEdit
No changes for Interwiki
InterwikiSortingEdit
No changes for InterwikiSorting
JADEEdit
- 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
JosaEdit
No changes for Josa
JsonConfigEdit
No changes for JsonConfig
KartographerEdit
- git #0f65d52b - Add simple transition to sidebar by Ed Sanders
LabeledSectionTransclusionEdit
No changes for LabeledSectionTransclusion
LandingCheckEdit
No changes for LandingCheck
LdapAuthenticationEdit
No changes for LdapAuthentication
LinterEdit
No changes for Linter
LiquidThreadsEdit
No changes for LiquidThreads
ListingsEdit
No changes for Listings
LocalisationUpdateEdit
No changes for LocalisationUpdate
LoginNotifyEdit
No changes for LoginNotify
MapSourcesEdit
No changes for MapSources
MassMessageEdit
No changes for MassMessage
MathEdit
No changes for Math
MobileAppEdit
No changes for MobileApp
MobileFrontendEdit
- 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
MultimediaViewerEdit
- 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
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
NewsletterEdit
No changes for Newsletter
NewUserMessageEdit
No changes for NewUserMessage
NukeEdit
No changes for Nuke
OATHAuthEdit
No changes for OATHAuth
OAuthEdit
- git #7511b617 - Fix escapeForHtml method name (task T204757) by Gergő Tisza
OpenStackManagerEdit
No changes for OpenStackManager
ORESEdit
- git #3a44067d - Retry once when ores service is timed out (task T204753) by Amir Sarabadani
PageAssessmentsEdit
No changes for PageAssessments
PagedTiffHandlerEdit
No changes for PagedTiffHandler
PageImagesEdit
No changes for PageImages
PageTriageEdit
- 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
PageViewInfoEdit
No changes for PageViewInfo
ParserFunctionsEdit
No changes for ParserFunctions
ParserMigrationEdit
No changes for ParserMigration
ParsoidBatchAPIEdit
No changes for ParsoidBatchAPI
PdfHandlerEdit
No changes for PdfHandler
PerformanceInspectorEdit
No changes for PerformanceInspector
PetitionEdit
No changes for Petition
PoemEdit
No changes for Poem
PoolCounterEdit
No changes for PoolCounter
PopupsEdit
- 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
ProofreadPageEdit
- 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
PropertySuggesterEdit
No changes for PropertySuggester
QuickSurveysEdit
- git #b0682a71 - Renaming QUnit test files from "test_" to "test.js" (task T197884) by Jan Drewniak
QuizEdit
No changes for Quiz
ReadingListsEdit
No changes for ReadingLists
RelatedArticlesEdit
- 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
RelatedSitesEdit
No changes for RelatedSites
RenameuserEdit
No changes for Renameuser
RevisionSliderEdit
No changes for RevisionSlider
RSSEdit
No changes for RSS
SandboxLinkEdit
No changes for SandboxLink
ScoreEdit
No changes for Score
ScribuntoEdit
No changes for Scribunto
SearchExtraNSEdit
No changes for SearchExtraNS
SecurePollEdit
No changes for SecurePoll
SentryEdit
No changes for Sentry
ShortUrlEdit
No changes for ShortUrl
SiteMatrixEdit
No changes for SiteMatrix
SkinPerPageEdit
No changes for SkinPerPage
SpamBlacklistEdit
No changes for SpamBlacklist
SubPageList3Edit
No changes for SubPageList3
SubpageSortkeyEdit
No changes for SubpageSortkey
SyntaxHighlight_GeSHiEdit
- git #118dcdb4 - Separate node classes into individual files (task T205231) by Thalia
- git #ab5ce238 - Remove tidy workaround for armoring tabs by Jforrester
TemplateDataEdit
No changes for TemplateData
TemplateSandboxEdit
No changes for TemplateSandbox
TemplateStylesEdit
No changes for TemplateStyles
TemplateWizardEdit
No changes for TemplateWizard
TextExtractsEdit
No changes for TextExtracts
ThanksEdit
- git #8daf5750 - Allow thanking discontinuous revisions (task T186470) by Sbisson
TimedMediaHandlerEdit
No changes for TimedMediaHandler
timelineEdit
No changes for timeline
TitleBlacklistEdit
No changes for TitleBlacklist
TocTreeEdit
No changes for TocTree
TorBlockEdit
- git #8e461f95 - Soft-deprecate loadExitNodes.php (task T203324) by MarcoAurelio
TranslateEdit
- 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
TranslationNotificationsEdit
No changes for TranslationNotifications
TrustedXFFEdit
No changes for TrustedXFF
TwoColConflictEdit
- 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
UniversalLanguageSelectorEdit
- git #fcfa36ac - compactlinks: Optimise performance of list creation logic (task T127328) by jenkins-bot
UploadsLinkEdit
No changes for UploadsLink
UploadWizardEdit
No changes for UploadWizard
UrlShortenerEdit
No changes for UrlShortener
UserMergeEdit
- git #6ffe0085 - Clean up Special:UserMerge by Matěj Suchánek
VipsScalerEdit
No changes for VipsScaler
VisualEditorEdit
- 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
WikibaseEdit
- 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
WikibaseLexemeEdit
- 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
WikibaseMediaInfoEdit
- 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
WikibaseQualityEdit
No changes for WikibaseQuality
WikibaseQualityConstraintsEdit
- 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.orgEdit
No changes for Wikidata.org
WikidataPageBannerEdit
No changes for WikidataPageBanner
WikiEditorEdit
No changes for WikiEditor
wikihieroEdit
No changes for wikihiero
WikiLoveEdit
No changes for WikiLove
WikimediaBadgesEdit
No changes for WikimediaBadges
WikimediaEventsEdit
- git #7713f407 - Revert "Minerva will load WikimediaEvents itself" (task T204144) by Jdlrobson
- git #7aa47f07 - Minerva will load WikimediaEvents itself (task T204144) by jdlrobson
WikimediaIncubatorEdit
No changes for WikimediaIncubator
WikimediaMaintenanceEdit
- git #634f2c13 - Create Flow tables where $wgFlowDefaultWikiDb is false and the wiki is in the Flow dblist (task T178886) by Reedy
WikimediaMessagesEdit
- git #31f65f45 - Add 'wikimedia-switchover-read-only' message by MarcoAurelio
- git #727420ad - build: Update npm dev dependencies by jenkins-bot
XAnalyticsEdit
No changes for XAnalytics
ZeroBannerEdit
No changes for ZeroBanner
ZeroPortalEdit
No changes for ZeroPortal
SkinsEdit
CologneBlueEdit
No changes for CologneBlue
EUCopyrightCampaignSkinEdit
No changes for EUCopyrightCampaignSkin
MinervaNeueEdit
- 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
MonoBookEdit
No changes for MonoBook
ModernEdit
No changes for Modern
NostalgiaEdit
No changes for Nostalgia
TimelessEdit
No changes for Timeless
VectorEdit
No changes for Vector
Total ChangesEdit
272 Changes in 49 repos by 65 committers