MediaWiki 1.32/wmf.22/Changelog

Core changes

edit
  • git #a9198f06 - Article: Fix reference to view() in documentation comment by Krinkle
  • git #a1ac1b82 - ApiQueryInfo: fix query limits for testactions by Peter Bowman
  • git #aa467dac - Handle invalid input to Special:FilePath?file= (T175301) by Umherirrender
  • git #114e6547 - Give more specific error messages on Special:Redirect (T202183) by Umherirrender
  • git #a4caa4d0 - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Krinkle
  • git #f31e8666 - resourceloader: Remove unused makeCustomLoaderScript() method (T65240) by Timo Tijhof
  • git #4da52463 - Ensure database is setup in MediaWikiTestCase::insertPage by Umherirrender
  • git #43eaabe9 - Release notes for MCR baseline by Thiemo Kreuz (WMDE)
  • git #7960d538 - Introduce ContentHandler::getSecondaryDataUpdates. (T194038) (T194037) by daniel
  • git #6760216e - remove outdated design.txt. by daniel
  • git #7e0bb365 - Drop wfUseMW, deprecated in 1.26 by James D. Forrester
  • git #add9bd19 - resources: Strip '$' and 'mw' from file closures by Timo Tijhof
  • git #8889c6a8 - mediawiki.language: Use the 'mw' global by Timo Tijhof
  • git #6a83163b - resourceloader: Optimise and simplify state propagation logic (T127328) (T202703) by Roan Kattouw
  • git #c147c69a - resources: Register easy-deflate as foreign resource by Timo Tijhof
  • git #ab7cabe6 - Replace 'help' with better fitting 'helpNotice' icon on tags panel (T204165) by Sbisson
  • git #d7ec7978 - Give search results a consistent css class to select (T189242) by Erik Bernhardson
  • git #938e9402 - HTMLTextField: Pass extra parameters in OOUI mode (T181844) by Bartosz Dziewoński
  • git #6c6efe54 - HTMLForm: Drop this never-used backwards-compatibility by James D. Forrester
  • git #b5ce7632 - hooks: Drop Special{Watchlist|RecentChanges}Filters, deprecated in 1.23 by James D. Forrester
  • git #f0d5aaa4 - Set MCR migration stage to write-both/read-new AGAIN. (T198561) by Daniel Kinzler
  • git #c472b7ca - Reset services in ParserTestTopLevelSuite. (T204065) (T204072) by daniel
  • git #9b405a3f - foreign-resources.yaml: Fix some documentation typos by Bartosz Dziewoński
  • git #46d7645d - Remove unused MediaWikiTestCase::prepareConnectionForTesting by Daniel Kinzler
  • git #3fc713d4 - Fix --user option in DeleteLocalPasswords (T201009) by Amir Sarabadani
  • git #4d7b6e77 - Use NumberInputWidget in HTMLFloatField (T203656) by Mainframe98
  • git #b7fa6d10 - Update OOUI to v0.28.2 (T190581) (T202477) (T203766) (T203813) by Volker E
  • git #19c3472b - ContribsPager: Factor revision check out of formatRow (T199066) by Krinkle
  • git #d4a21919 - build: Update eslint-config-wikimedia by Ed Sanders
  • git #e0aa4128 - Lazy-infuse OOUI widgets by tab (T203838) by Jforrester
  • git #b3574162 - Go search to consider fragment only title invalid (T182452) by Erik Bernhardson
  • git #824900d6 - Fix missing comma on sql file (T197144) by Dayllan Maza
  • git #42312dd4 - tests: Throw when tests run that "need a db" but miss Database group by Jforrester
  • git #d1aa925b - Use improvements of jQuery 3.3 by Fomafix
  • git #a87e829a - Add release notes for removed collations by Bartosz Dziewoński
  • git #b969226b - Revert MCR migration stage to write-both/read-old (T204065) by Daniel Kinzler
  • git #4835a75e - Use RevisionRenderer for rendering ParserOutput (T174035) (T174036) by Jforrester
  • git #c391e487 - Cover incomplete revision case in RenderedRevision. (T174035) by Jforrester
  • git #9c46871d - Remove xx-uca-et collation workaround (T202977) by Pikne
  • git #bc42269d - Introduce RevisionRecord::isReadForInsertion by Daniel Kinzler
  • git #9bd162dc - [MCR] Set MCR migration stage to write-both/read-new. (T198561) by daniel
  • git #8ebb1c16 - Add part to update ctd_user_defined in populateChangeTagDef by Amir Sarabadani
  • git #7b6c7dfa - Special:AllPages: Use OOUI (T117724) by VolkerE
  • git #0449506a - resources: Sort keys of foreign-resources.yaml by Timo Tijhof
  • git #6c63e240 - resources: Register html5shiv as foreign resource by Timo Tijhof
  • git #20151a76 - jsduck: Fix OOUI resource links by James D. Forrester
  • git #7cadf392 - resources: Rename oojs-ui file paths to ooui per general branding by James D. Forrester
  • git #39ce2004 - foreign-resources.yaml: Add blank lines between registrations for easier merges by James D. Forrester
  • git #a6242eff - Bump qunit from 2.6.0 to 2.6.2 by James D. Forrester
  • git #a436983f - resourceloader: Update startup mock in jsduck/eg-iframe (T203578) by Krinkle
  • git #c429e425 - resources: Register CLDRPluralRuleParser as foreign resource by Timo Tijhof
  • git #f5b7a939 - Fix undeletion write-both/read-old mode. (T174024) (T194015) (T183488) by Daniel Kinzler
  • git #87dd9db2 - Update wikimedia/timestamp to v2.1.1 (T195807) by Brad Jorsch
  • git #452c7166 - Consolidate tests for getQueryInfo() and related methods. (T198561) by Jforrester
  • git #bd7e7dfa - Special:Preferences OOUI: Limit `max-width` override to inputs only by Volker E
  • git #b0df641d - build: Update grunt-karma from 2.0.0 to 3.0.0 (T194280) by James D. Forrester
  • git #a4cfb318 - Special:Preferences OOUI: Reduce width of number inputs to 10em (T181844) by VolkerE
  • git #886c37e9 - mediawiki.notification: Use data-mw-foo instead of data-mw.foo by Fomafix
  • git #7717aa28 - Add hooks to MediaWikiPHPUnitTestListener start/endTest by Addshore
  • git #eb8e2ba2 - test: disable hook when testing default preferences by Antoine Musso
  • git #d89704bc - Improve page display title handling for category pages (T43720) (T46197) by Niklas Laxström
  • git #1292e80d - resourceloader: Configure eslint to disallow $ and require inside startup (T192623) by Timo Tijhof
  • git #334cf28d - resourceloader: Improve mw.loader tests by Timo Tijhof
  • git #f3641c0a - resourceloader: Remove support for `addSource(id, url)` by Timo Tijhof
  • git #ab3d8085 - resourceloader: Remove redundant UA-check for Opera 12 by Timo Tijhof
  • git #20edb638 - resourceloader: Optimise register() to avoid different self-called signature by Timo Tijhof
  • git #4b069cdc - resourceloader: Remove closure around $CODE.defineLoader() by Timo Tijhof
  • git #7c66b040 - resourceloader: Optimise mw.now() definition by Timo Tijhof
  • git #9aa4b1b9 - RCFilters: Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by Volker E
  • git #c2bd4b12 - Make Schema changes for Partial Blocks (T197144) by Roan Kattouw
  • git #6d6628d4 - mediawiki.language: Remove unused private method 'procPLURAL' by Timo Tijhof
  • git #3cd6154a - mw.special.preferences/confirmClose: Catch clicks inside OOUI dropdowns (T203825) by Bartosz Dziewoński
  • git #b5caebdd - Prevent field margin FOUC when loading OOUI Special:Preferences (T195986) by VolkerE
  • git #1bb5b58e - Unwrap HTML loaded from parser cache (T203716) by Gergő Tisza
  • git #7c2d0202 - Allow dumps to function with MCR in read-new mode. (T198561) by daniel
  • git #cf95107f - Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql by Reedy
  • git #56fddb98 - Provide a RevisionRecord with the correct title after a move (T203661) by Brad Jorsch
  • git #2c58fbaa - Linker: more consistent whitespace parsing in formatLinksInComment by Umherirrender
  • git #89dcdfa8 - Watchlist preferences: Disallow zero value for days/limit (T199049) (T176033) by Kosta Harlan
  • git #3f767b24 - build: Bump most devDependencies to latest (T194280) by Jforrester
  • git #465954aa - Provide new, unsaved revision to PST to fix magic words. (T203583) by daniel
  • git #c3033424 - Update OOUI to v0.28.1 by Bartosz Dziewoński
  • git #a7ac3b83 - Allow skins to place notification container for mw.notify (T143837) (T202466) by Esanders
  • git #ef06b528 - exception: Do not log PHP errors with severity DEBUG or INFO by Timo Tijhof
  • git #1ded0846 - Hygiene: Discourage use of $.each (T200877) by jdlrobson
  • git #fc202943 - Make assertFileContains not create files by default by Smalyshev
  • git #ebc85989 - Replace $.proxy by Function.prototype.bind (T200877) by Krinkle

Vendor

edit
  • git #efdc5687 - Replace symfony/polyfill-* with backendtea/un-poly-* (T204278) by Reedy
  • git #62d98a54 - Update symfony minor releases by Reedy
  • git #f3bdbced - Update pear dependancies by Reedy
  • git #076ea832 - Updating pear/pear-core-minimal (v1.10.3 => v1.10.6) by Reedy
  • git #f6428c53 - Updating justinrainbow/json-schema (5.2.6 => 5.2.7) by Reedy
  • git #85e3fcbe - Updating james-heinrich/getid3 (v1.9.14 => v1.9.15) by Reedy
  • git #afaee906 - Remove jakub-onderka/php-console-highlighter from require-dev by Reedy
  • git #ddb2bd26 - Update to suggest composer 1.6.5 or newer by Reedy
  • git #8c405f8f - Update OOUI to v0.28.2 by Volker E
  • git #46cdf1f0 - Update wikimedia/timestamp to v2.1.1 (T195807) by Brad Jorsch
  • git #da0ec65f - Update OOUI to v0.28.1 by James D. Forrester
  • git #193244f7 - README: Add a reminder about the need for paired commits with /core by Jforrester
  • git #cbb612ad - Bump wikimedia/timestamp to 2.1.0 (T203481) by Gergő Tisza
  • git #b9c2f408 - Document handling of test file lint failures by Gergő Tisza

Extensions

edit
  • git #5c1abdf1 - build: Update npm dev dependencies by Jforrester
  • git #49d200c5 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #d1bc9490 - build: Update npm dev dependencies by MarcoAurelio

AbuseFilter

edit

ActiveAbstract

edit
  • git #ded6efc9 - Remove @static doc annotation by Umherirrender
  • git #139c76bd - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

AdvancedSearch

edit

AntiSpoof

edit
  • git #637174ee - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ApiFeatureUsage

edit
  • git #977c5265 - Remove PHP entry point by Reedy
  • git #e58107c1 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #c9afa0f2 - build: Update npm dev dependencies by MarcoAurelio

ArticleCreationWorkflow

edit
  • git #8908479e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #f932ded7 - build: Update npm dev dependencies by MarcoAurelio

ArticlePlaceholder

edit
  • git #6b33bd51 - Remove PHP entry point by Reedy
  • git #99ba17ca - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Babel

edit
  • git #aa70e902 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #abff2e40 - build: Expand npm tests by jenkins-bot

BetaFeatures

edit
  • git #25b6afd1 - Avoid concurrent post-send database save on auto enroll (T202149) by Umherirrender
  • git #0d4455c9 - Remove PHP entry point by Reedy
  • git #f3bc134b - Fix usage of tabs in package.json by Umherirrender
  • git #e56b5aff - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #92130e0a - build: Update npm dev dependencies by MarcoAurelio
  • git #5788470b - Avoid 'rawrow' for HTMLForm 'info' fields (T203202) by Bartosz Dziewoński

BounceHandler

edit
  • git #8518eb47 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #7f491039 - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Umherirrender

Calendar

edit

Campaigns

edit
  • git #919536df - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Capiunto

edit

CategoryTree

edit

CentralAuth

edit
  • git #4bd4181a - Add missing @group Database tags by addshore
  • git #b0f90e9d - Fix phan-taint-check-plugin issues in CentralAuthHooks (T189227) by Kunal Mehta
  • git #1dbf51c7 - Remove @static and @public doc annotations by Umherirrender
  • git #cb44b4d7 - Make the preferences links into OOUI buttons when available by James D. Forrester
  • git #419b386b - Fix typo (T201009) by Amir Sarabadani
  • git #4a4fbb91 - Follow-up 05b6c9788: Add possessive to CA account link by James D. Forrester
  • git #94b9c941 - Use pinned npm dev dependency by MarcoAurelio
  • git #90fc8749 - build: Update npm dev dependencies by James D. Forrester
  • git #81ae4696 - ext.centralauth.ForeignApi.js: Trim line lengths by James D. Forrester
  • git #136213b0 - build: Wrap anon-set in a closure by James D. Forrester
  • git #09dd356f - build: Suppress eslint's 'no-alert' errors from some files (T203367) by James D. Forrester

CharInsert

edit

CheckUser

edit
  • git #e2b80c30 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by Umherirrender
  • git #d1601def - Fix phan-taint-check warning. by Brian Wolff

CirrusSearch

edit

Cite

edit

CiteThisPage

edit

Citoid

edit

cldr

edit
  • git #eb2e4887 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Cognate

edit
  • git #ae7d4d72 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

CodeEditor

edit

CodeMirror

edit
  • git #1be09a9a - build: Update linters by Ed Sanders
  • git #7cd71f47 - Remove @staticvar doc annotation by Umherirrender
  • git #9cdee042 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

CodeReview

edit
  • git #98a20ed3 - Remove php entry point (T140007) by Reedy
  • git #98d78bc8 - Remove unhelpful comment from maintenance script by Umherirrender
  • git #c6e377e8 - Remove @static and @abstract doc annotation by Umherirrender
  • git #c8dd9884 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by Umherirrender
  • git #7c2f3f72 - Fix raw html message 'code-load-diff' by Brian Wolff

CollaborationKit

edit
  • git #8354426f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Collection

edit
  • git #27ba549e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

CommonsMetadata

edit

ConfirmEdit

edit
  • git #21145c56 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #c9030bce - FancyCaptcha: Actually load styles for the CAPTCHA input (T203718) by Bartosz Dziewoński

CongressLookup

edit

ContactPage

edit
  • git #f50a558e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ContentTranslation

edit
  • git #5772329c - Allow to switch between CX1 and CX2 from the dashboard (T194387) by Petar.petkovic
  • git #b743ff4b - Reduce the debounce delay for section change handler (T204101) by jenkins-bot
  • git #4a2f0b5b - Section alignment: Do a quick test to determine the alignment need (T200323) by jenkins-bot
  • git #803d2f74 - For the restored section, give matching id with source section (T200323) by jenkins-bot
  • git #d13d544d - CX2: While retrying a translation save after a failure, increase API timeout (T204310) by jenkins-bot
  • git #6ee4737b - Use improvements of jQuery 3.3 by jenkins-bot
  • git #baa050fb - Don't export unused configs by Petar.petkovic
  • git #751ac112 - Delay the validation of the current paragraph after the user editings (T200683) by jenkins-bot
  • git #6acb4c37 - TranslationController: Remove a misleading debugging log by jenkins-bot
  • git #c686a84e - Add error checking to TranslationStorageManager::update (T204038) by jenkins-bot
  • git #53b2630f - Remove php entry point (T140007) by jenkins-bot
  • git #e6aa12f1 - Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by jenkins-bot
  • git #21a2ce4c - Only register one name in MessagesDirs by jenkins-bot
  • git #659add26 - Change help links to use OOUI buttons by jenkins-bot
  • git #78ed06e5 - Use HTTPS for GapFinder link by Santhosh
  • git #211e8340 - Move remaining QUnit test files to tests/qunit by Ed Sanders
  • git #d15c1c02 - Restore: Use the timestamps of the translation units to choose one (T203285) by jenkins-bot
  • git #a723f1e6 - Create a list of excluded section types from MT abuse validation (T200416) by jenkins-bot
  • git #f4232be2 - build: Update linters by jenkins-bot
  • git #32392b4d - Communicate that block template could not be adapted (T192271) by jenkins-bot
  • git #db023797 - Empty return statement not required by jenkins-bot
  • git #9f94a835 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #ae059800 - Change name of event re-emitted from mw.cx.ui.TranslationView by Petar.petkovic
  • git #673b6cc3 - Handle the transition from translated section to placeholder by 'undo' (T202442) by jenkins-bot
  • git #e653861d - Introduce common class for translation and suggestion lists (T201416) by petarpetkovic

ContributionTracking

edit
  • git #e64a74fc - Remove @global doc annotation by Umherirrender
  • git #94437669 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

CreditsSource

edit

Dashiki

edit
  • git #e81502aa - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

DisableAccount

edit

Disambiguator

edit

DismissableSiteNotice

edit
  • git #3ae2a6a2 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

DonationInterface

edit

DoubleWiki

edit
  • git #f49b7e4f - Move php files to includes by Reedy
  • git #4968b955 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

DynamicSidebar

edit

EUCopyrightCampaign

edit
  • git #aaa1adde - Add warning translations in case browser cannot invoke email application. by Cindy Cicalese
  • git #2992e55c - Add warning in case browser cannot invoke email application. by Cindy Cicalese
  • git #a9dfba78 - Update English call script and email sections with updated information.. by Cindy Cicalese
  • git #6bb45cf5 - Fix error in wording in translations. by Cindy Cicalese
  • git #8e746082 - Fix error in wording. by Cindy Cicalese
  • git #31b90627 - Remove unused messages and help greppers with comments (T203871) by Daimona Eaytoy
  • git #ee8c6cbd - [IMPORTANT] Fix link to fixcopyright domain by Daimona Eaytoy
  • git #b2bb8ff2 - Add stylelint for less files by Umherirrender
  • git #72a418d0 - Tweak English wording. by Cindy Cicalese
  • git #9fb705cf - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #bffe0287 - Update MEPs. (T203296) by Cindy Cicalese
  • git #8d4795a9 - Fix EU national flags size by Volker E
  • git #ef838296 - German translation: Replace 'Vertreter' by 'EU-Abgeordnete' by Volker E
  • git #aff07c35 - Improve German translation by Volker E
  • git #d6b00850 - Add italian translation (T203297) by Daimona Eaytoy
  • git #545c5ec5 - Do not escape labels for OO.ui widgets (T203295) by Cindy Cicalese
  • git #33c188f5 - Replace label text and privacy policy link (T203095) by Dejan Savuljesku
  • git #35dd2926 - Small security fixes: by Brian Wolff
  • git #6180cf46 - Small last-minute changes by Dejan Savuljesku
  • git #9f309fe2 - Add translations + add click to call + unique tracking by Dejan Savuljesku

Echo

edit
  • git #1345b056 - Add @group Database to unit test by Umherirrender
  • git #983a01bd - Build: Make pass phan-taint-check 1.5.0 (T202383) by Brian Wolff
  • git #00fe420a - Add @group Database to unit test by Umherirrender
  • git #2c089e07 - build: Update linters by Ed Sanders
  • git #a7cf20d9 - Remove obsolete scripts/generatecss.php by Kunal Mehta
  • git #84295477 - Fix phpunit @group annotation by Umherirrender
  • git #8423a7ce - Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by Volker E
  • git #c06ca6d1 - Test data providers should never access the database. by Krinkle
  • git #871a5282 - Use API proxying for markasread requests in the front end (T121930) by Roan Kattouw
  • git #4b8916c4 - Fix HTML escaping on Special:DisplayNotificationsConfiguration by Bartosz Dziewoński
  • git #7a816f8d - Make markasread parameter work cross-wiki (T179765) by Roan Kattouw
  • git #55a5823d - Add cross-wiki proxying to the action=markasread API by Roan Kattouw
  • git #a9089058 - Rename ApiCrossWikiBase -> ApiCrossWiki and make it a trait by Roan Kattouw

EducationProgram

edit
  • git #00bd1115 - Throw a proper exception when the method can't format a value (T203771) by Sébastien Santoro
  • git #606a9190 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #8383d52c - StudentPager: Ensure $retValue exists in all code paths (T203577) by Kunal Mehta

Elastica

edit

ElectronPdfService

edit

EventBus

edit
  • git #c737f1b8 - Specify readonly in the job executor response. (T204154) by Petr Pchelko
  • git #bbd1a9d7 - Use PageContentSaveComplete hook for revision-create. (T166351) by Petr Pchelko
  • git #6e5784cf - Use 'array_values' to renumber the array after 'array_unique' by Petr Pchelko
  • git #90c77a41 - Remove @constructor doc annotion by Umherirrender
  • git #c9252df4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

EventLogging

edit
  • git #66f565d0 - Remove php entry point (T140007) by Reedy
  • git #b0131de4 - Remove break after return in switch by Umherirrender
  • git #03da602e - Add requirement to "MediaWiki": ">= 1.32.0" in extension.json by Umherirrender
  • git #068ef62d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #98cd2b2f - Remove redundant closure aliases by Jdlrobson
  • git #4685227f - Recommend using mw.track for client-side logging by Kunal Mehta

ExtensionDistributor

edit
  • git #45ad3459 - Move Hooks file to includes by Reedy
  • git #67b0eaf6 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

FeaturedFeeds

edit

FileExporter

edit
  • git #8ffc652f - Move FileExporterHooks to src/ by Kunal Mehta
  • git #8876cfd2 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

FileImporter

edit
  • git #9b0425e4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

FlaggedRevs

edit

Flow

edit

FundraiserLandingPage

edit
  • git #2c60abcc - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Umherirrender
  • git #c91d083b - Remove php entry point (T140007) by Reedy
  • git #3eb99a1d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

FundraisingTranslateWorkflow

edit

Gadgets

edit
  • git #f3da6020 - SpecialGadgets: Omit blank space due to <br> between <ul> and <p> (T204616) by Timo Tijhof
  • git #e369419b - SpecialGadgets: List right names instead of descriptions by Timo Tijhof
  • git #b2f09f0e - Remove php entry point (T140007) by Reedy
  • git #11414611 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #52d57c65 - Avoid 'rawrow' for HTMLForm 'info' fields (T203202) by Bartosz Dziewoński

GeoCrumbs

edit

GeoData

edit
  • git #a14757b3 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #0510ad92 - Add recent pattern for ESLinting to repo by Alangi Derick

GettingStarted

edit
  • git #121b1a0e - maintenance: Call parent constructor in scripts by Phuedx
  • git #7540463b - Remove php entry point (T140007) by Reedy
  • git #23d3f57c - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #dbeff1f4 - Improve param doc by Umherirrender
  • git #b0c4239f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Graph

edit
  • git #9f6881f8 - Improve layout of the visual editor graph dialog (T203470) by Thalia
  • git #0d624b46 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GlobalBlocking

edit
  • git #d6991995 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GlobalCssJs

edit

GlobalPreferences

edit
  • git #52ea5f46 - Break loop when false is first encountered by Ed Sanders
  • git #76253107 - build: Update linters by Ed Sanders
  • git #af21b056 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GlobalUsage

edit
  • git #d7462632 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GlobalUserPage

edit
  • git #d9d30e6f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GoogleNewsSitemap

edit
  • git #2a403416 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

GuidedTour

edit
  • git #b088c19e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #ae6e3910 - Add recent pattern for ESLinting in repo by Alangi Derick

GWToolset

edit
  • git #d13a706c - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ImageMap

edit
  • git #772891c1 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

InputBox

edit
  • git #1224167b - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Insider

edit
  • git #a44f72b5 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

intersection

edit
  • git #96f42492 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #7dbef3b9 - Drop reference to wgDisableCounters, always true since MW1.25 by James D. Forrester

Interwiki

edit
  • git #0f7f1423 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

InterwikiSorting

edit
  • git #162d61b6 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

JADE

edit
  • git #aa92f666 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #9b122895 - Minor cleanup by Reedy

Josa

edit
  • git #41ea79d1 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

JsonConfig

edit
  • git #2a2d62c7 - Improve test doc comment by Umherirrender
  • git #c3345058 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Kartographer

edit

LabeledSectionTransclusion

edit
  • git #4a6866af - Add method visibility by Umherirrender
  • git #4ebab36f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

LandingCheck

edit
  • git #22f2bdf6 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

LdapAuthentication

edit
  • git #8c0e0ca5 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Linter

edit

No changes for Linter

LiquidThreads

edit
  • git #7394909b - Use "publish" instead of "save" for summary page (T164771) by Stephane Bisson
  • git #8402fed7 - Revert "Remove impossible query condition" (T197541) by Catrope
  • git #7512f588 - Hide LQT preferences on frozen wikis (T112012) by Jforrester
  • git #1b757660 - Update phan-taint-check to 1.5.0 and suppress 2 errors (T203690) by James D. Forrester
  • git #3a18e689 - build: Enable Squiz.PHP.NonExecutableCode.Unreachable by Umherirrender
  • git #9c1307d1 - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Umherirrender

Listings

edit
  • git #c3ef8611 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

LocalisationUpdate

edit
  • git #56d10719 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

LoginNotify

edit
  • git #e1170b06 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

MapSources

edit
  • git #50b67a1d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

MassMessage

edit

Math

edit
  • git #d2d92e16 - build: Update linters by Ed Sanders
  • git #c82458bb - Remove @global doc annotation by Umherirrender
  • git #aff36565 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #2d9dadb4 - build: Updating mediawiki/phan-taint-check-plugin to 1.4.0 by Jforrester
  • git #5e46c131 - Code of Conduct: Update link to use Special:MyLanguage (T202047) by Jforrester
  • git #b8153d0d - Ensure database tests run as part of --group Database (T202223) by Physikerwelt
  • git #087a973f - build: Bump mediawiki-codesniffer to 22.0.0 by Physikerwelt
  • git #4f5225d6 - Fix common typos in code (T201491) by Physikerwelt
  • git #42da15f6 - Selenium: Simplify selenium-daily NPM script (T188742) by Zfilipin

MobileApp

edit
  • git #eeb0c531 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

MobileFrontend

edit
  • git #1f18dc2f - Hygiene: rename View.options.enhance to skipTemplateRender (T191987) by Jdlrobson
  • git #59464670 - Remove conditional Edit event logging module. (T204584) (T203615) by jdlrobson
  • git #fa9458ef - Follow-up e400746: Delete the now-unused changeUserLoginCreateForm method by Jforrester
  • git #6e48b8c0 - Drop MakeFile and friends (T202743) by Jdlrobson
  • git #a7ca79e1 - Precommit hook should run `composer test` and `npm run test:unit` (T202743) by jdlrobson
  • git #ab79cdc7 - Rename mobileFrontend global to mfModules by jdlrobson
  • git #7db56b1e - Hygiene: remove redundant directory from ESLint ignores by Stephen Niedzielski
  • git #71618c88 - Fix eslint line length warnings by Stephen Niedzielski
  • git #a6c49674 - Hygiene: move ESLint ignores to distinct file (T204176) by Jdlrobson
  • git #1319d784 - Fix dist/tests.mobilefrontend.js.map.json file (T203100) by Nicholas Ray
  • git #82a5cf7c - Hygiene: add NVM config by Stephen Niedzielski
  • git #ab9af61a - Continue webpack + test transition of mobile.startup (T203100) by Nicholas Ray
  • git #ea3b3860 - Introduce pre-commit npm module (T202743) by Niedzielski
  • git #52f548db - Hygiene: forbid excessively long JavaScript lines by Stephen Niedzielski
  • git #c2304a75 - build: Update linters by Ed Sanders
  • git #6347ac23 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #a11be2b5 - Change Page.findChildInSectionLead to return nested elements (T203386) by jdlrobson
  • git #e66998bf - Hygiene: update Webpack output comments by Stephen Niedzielski
  • git #2fa31777 - Remove remaining white flicker from image overlay load (T197110) by Jdlrobson
  • git #e9758396 - Hygiene: headless QUnit tests compatible with Special:JavascriptTest (T199452) by Niedzielski
  • git #718fd4b6 - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Jdlrobson
  • git #2cf964e5 - Thumbnails should not have view-border-box class attached (T202701) by Jdlrobson
  • git #18909745 - Temporarily suppress SecurityCheck-XSS error (T203490) by jdlrobson

MultimediaViewer

edit
  • git #053d1a9d - build: Update linters by Ed Sanders
  • git #965b4968 - Replace jQuery by native JavaScript by Fomafix
  • git #76f9c76a - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
edit
  • git #18d6c525 - ext.navigationTiming: Improve setMwLoadEnd() tests by Timo Tijhof
  • git #df1de82b - ext.navigationTiming: Make sure setMwLoadEnd() is not deferred (T204426) by Timo Tijhof
  • git #5dd819c2 - Add comments about top image resource timing (T197609) by Gilles Dubuc
  • git #5857237f - Add ability to oversample specific pages (T197607) by Ian Marlier
  • git #61d41eab - Collect ResourceTiming data of top article image (T197609) by Gilles Dubuc
  • git #6f89b345 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #673b95c4 - tests: Remove use of newMwEnvironment by Krinkle
  • git #616ee470 - Remove redundant closure aliases by Krinkle
  • git #f6cc1b0e - Fix actual Heisenbug – tests fail if you look away by Krinkle
  • git #865d0b9e - Use mw.eventLog.inSample() instead of copying it (T192862) by Krinkle
  • git #8b85d563 - Rename EL schema field for consistency by Gilles Dubuc

Newsletter

edit
  • git #34ed2856 - Selenium: add selenium-daily NPM script (T188742) by Željko Filipin
  • git #38b30313 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #877fe5c7 - Remove break after throw in switch by Umherirrender

NewUserMessage

edit
  • git #bdb4f41b - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Nuke

edit
  • git #96d9a9ce - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

OAuth

edit

OATHAuth

edit
  • git #2b7aa6ec - Make the preferences links into OOUI buttons when available by James D. Forrester
  • git #78c7eb2a - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ORES

edit
  • git #6ffd2c00 - Selenium: add selenium-daily NPM script (T188742) by Željko Filipin
  • git #c351a6a4 - Add special page alias for Serbian by MarcoAurelio
  • git #1e9f5031 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #80e725a6 - Run stylelint also for less files by Umherirrender
  • git #a1d31df1 - SpecialORESModels: Sort filters in the expected order by Roan Kattouw
  • git #1cbd728b - SpecialORESModels: Remove workaround for Mustache parent scope bug by Roan Kattouw
  • git #d7530567 - Add special page with model statistics by Roan Kattouw
  • git #8244c85e - Rename wp10 to articlequality (T203080) by Amir Sarabadani

OpenStackManager

edit

PagedTiffHandler

edit
  • git #d0b729c3 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PageAssessments

edit
  • git #c4da5b02 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #7698aa58 - Empty return statement not required by Umherirrender

PageImages

edit
  • git #16b5cfd1 - Start showing warning for deprecated PHP entry point by Fomafix
  • git #672a9fd3 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PageTriage

edit

PageViewInfo

edit
  • git #81eaeaf6 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ParserFunctions

edit
  • git #793cf739 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ParserMigration

edit
  • git #2557a382 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ParsoidBatchAPI

edit
  • git #a9c9288d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PdfHandler

edit
  • git #87ec583e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PerformanceInspector

edit
  • git #933faec6 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #92241fea - build: Bump devDependencies to latest and make fixes by James D. Forrester

Petition

edit
  • git #36efd699 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Poem

edit
  • git #403f6fce - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PoolCounter

edit
  • git #26d3d106 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Popups

edit

ProofreadPage

edit
  • git #28e8384d - build: Update linters by Ed Sanders
  • git #d177b40f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

PropertySuggester

edit
  • git #aab5db7f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

QuickSurveys

edit
  • git #127bfb6c - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Quiz

edit

ReadingLists

edit
  • git #fda79afd - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
edit
  • git #37beb7df - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #937980a9 - Selenium: Simplify selenium-daily NPM script (T188742) by Željko Filipin

RelatedSites

edit
  • git #39052d04 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Renameuser

edit
  • git #a52496f8 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #8107a4a8 - Fix "the the" typos in RenameuserSQL.php file (T201491) by Umherirrender
  • git #130b99c4 - Fix incorrect usage in RenameUserJob (T198285) by Umherirrender
  • git #eaafedbe - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Umherirrender

RevisionSlider

edit
  • git #351bdcfa - build: Update linters by Ed Sanders
  • git #62197eff - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #48396b78 - Rework and cleanup ext.RevisionSlider.DiffPage code by Thiemo Kreuz
  • git #6934b90d - Show tags data on the tooltip in Revision Slider (T180429) by srish
  • git #0bd4bd56 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
edit
  • git #386fa44d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Scribunto

edit
  • git #fe118332 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Score

edit

SearchExtraNS

edit
  • git #680474fd - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SecurePoll

edit

Sentry

edit
  • git #57f18c3d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ShortUrl

edit
  • git #6b92a6ab - Remove PHP entry point by Reedy
  • git #9b84dafd - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SiteMatrix

edit
  • git #41972a74 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SkinPerPage

edit

SpamBlacklist

edit
  • git #2ec8f276 - Add @group Database to unit test by Krinkle
  • git #413f8b1e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SubPageList3

edit
  • git #12b997ed - Add method visibility by Umherirrender
  • git #46819a33 - Remove @global doc annotation by Umherirrender
  • git #4afa4df1 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SubpageSortkey

edit
  • git #cbe2a361 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

SyntaxHighlight_GeSHi

edit
  • git #82b8efb5 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #61a6b2c8 - Add parser tests for tabs and tidy by Kunal Mehta
  • git #14e31674 - Use MWTidy::isEnabled() instead of deprecated $wgUseTidy by C. Scott Ananian

TemplateData

edit
  • git #e06b2b16 - Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by Volker E
  • git #79e5347d - Prevent leading hash from starting param names when guessing (T203605) by Sam Wilson
  • git #4e6bb25e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #7da7b90b - Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by Volker E
  • git #c608d204 - Fix problems with MediaWiki messages and non-displaying icons (T160252) by Bartosz Dziewoński

TemplateSandbox

edit
  • git #7d443c45 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TemplateStyles

edit
  • git #c7e759af - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TemplateWizard

edit
  • git #7d849f67 - Add tooltips to parameter buttons for accessibility (T203604) by Moriel Schottlender
  • git #4f3816f4 - build: Update eslint-config-wikimedia by Ed Sanders
  • git #d36438fb - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #27309994 - Only focus on 'add/remove all' if it actually exists (T203722) by Moriel Schottlender
  • git #a489dbf4 - Set initial focus on template load (T198926) by Moriel Schottlender

TextExtracts

edit
  • git #2fdd62e9 - Start showing warning for deprecated PHP entry point by Fomafix
  • git #bd206eac - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #6f3840db - Add recent pattern for ESLinting in repo by Alangi Derick

Thanks

edit
  • git #801eed16 - Better message when thanking on page creation (T201507) by Framawiki
  • git #12cfc2e4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TimedMediaHandler

edit
  • git #0cf7c1b6 - build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 by Umherirrender
  • git #58e723eb - Drop PHP entry point (T140007) by James D. Forrester
  • git #3467d721 - Move all PHP-land files to more normal locations by James D. Forrester
  • git #098d45d5 - Move all apihelp translatable messages to separate files (T189982) by James D. Forrester
  • git #6c975400 - Follow-up f3085a15f: Fix paths for legacy i18n access by James D. Forrester
  • git #30a228fd - Only register one name in MessagesDirs by Kunal Mehta
  • git #8bca728a - Remove @static doc annotation by Umherirrender
  • git #12f797b3 - Fix phan-taint-check warnings, and add it to extra of composer.json (T202371) by Brian Wolff
  • git #baf12307 - Drop standalone mwembedplayer test files, broken for years by James D. Forrester
  • git #effdfa34 - Fix usage of tabs in extension.json by Jforrester
  • git #2c473da1 - .phpcs.xml: Drop exemption for now-deleted MwEmbedModules dir by Jforrester
  • git #f3085a15 - Move MwEmbed- and EmbedPlayer-related i18n to i18n/ by Jforrester
  • git #2abea6c4 - Drop duplicate NewMwEmbedSupport i18n registration by Jforrester
  • git #8b5cf6fe - build: Pin stylelint to 9.2.0 as required by stylelint-config-wikimedia 0.4.3 by Jforrester
  • git #eaf166da - Move MwEmbed static resources into the static resources directory by James D. Forrester
  • git #18b6b3d1 - Drop ResourceLoaderRegisterModules, scrap NewMwEmbedResourceManager by James D. Forrester

timeline

edit
  • git #fc9a681c - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TitleBlacklist

edit
  • git #299782a0 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TocTree

edit
  • git #950c7665 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TorBlock

edit
  • git #810f5937 - Remove @static doc annotation by Umherirrender
  • git #c8614ef9 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Translate

edit
  • git #f600d342 - Fix error mw.Title is undefined on Special:PageMigration by Niklas Laxström
  • git #35b83cbc - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #3a6f55cb - Prevent "Key contains invalid characters" (T199039) by Krinkle
  • git #70a61666 - Convert Special:PageTranslationDeletePage/{pagename} to OOUI Part 2 (T201279) by jenkins-bot
  • git #d3935a65 - Allow displaying page translation language list in the sidebar (T64702) by jenkins-bot
  • git #3567b81d - Implement srcset support for Special:TranslationStats plots by jenkins-bot

TranslationNotifications

edit
  • git #56565b2a - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TrustedXFF

edit
  • git #c88463f4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

TwoColConflict

edit
  • git #ff2bea65 - Add @group Database to unit test by Umherirrender
  • git #98992121 - Selenium: add selenium-daily NPM script (T188742) by Zfilipin
  • git #55ee3c64 - Fix incorrect HTML by jhsoby
  • git #eaed4be2 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #b69e2df0 - Empty return statement not required by Umherirrender
  • git #cc6f0447 - Fix T202884 (Unwanted greyed out text in tour tip 3/3) (T202884) by WMDE-Fisch
  • git #0b948ef4 - Streamline construction of the two …ConflictHelper factories (T202881) by WMDE-Fisch
  • git #65d58d82 - Dismiss help dialoge by default by WMDE-Fisch
  • git #1c4036c2 - Add edit buttons (T203141) by WMDE-Fisch
  • git #c9da1c69 - Add basic browser test for the merge view (T203141) by WMDE-Fisch
  • git #ce1b2884 - Reduce InlineTwoColConflictHelper code referencing WikiPage by Thiemo Kreuz
  • git #224d8fd9 - Stop forwarding from the simulation special page to the real page (T202881) by Thiemo Kreuz (WMDE)
  • git #038a120a - Make use of SpecialPageHtmlFragment in another class by Thiemo Kreuz (WMDE)
  • git #c04cc3b6 - Add abstract SpecialPageHtmlFragment and start using it by Thiemo Kreuz (WMDE)
  • git #c18eaa75 - Remove die() from HtmlPreview by Thiemo Kreuz
  • git #3d68af36 - Document all getHtml methods to @return HTML by Thiemo Kreuz
  • git #ae59ad34 - Add newlines to structure PHPDoc tags into groups by Thiemo Kreuz

UniversalLanguageSelector

edit
  • git #d3cd069f - Correct alignment of cog in interlanguage links in Vector skin (T162381) by jenkins-bot
  • git #effcd804 - compactlinks: Optimise performance of DOM logic (T127328) by jenkins-bot
  • git #f0ad6be4 - Avoid reflow (FOUC) due to ULS link on Special:Preferences by jenkins-bot
  • git #6131e48c - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #971e4c74 - Simplify by using native JavaScript instead of jQuery by Krinkle
  • git #1857627c - Drop support for discontinued freegeoip.net (T199106) by Krinkle
  • git #4e067715 - Remove redundant closure aliases by Krinkle
  • git #e58be7c4 - ext.uls.eventlogger: Remove unused $.Callbacks() indirection by Krinkle
  • git #635cada6 - Revert "Simplify by using native JavaScript instead of jQuery" (T203750) by jenkins-bot
  • git #445087e5 - Add recent pattern for ESLinting to repo (T203648) by Krinkle
  • git #51d86ad5 - Move now static ext.uls.compactlinks to extension.json by jenkins-bot
  • git #8ee09f0b - Allow $wgULSLanguageDetection to work if $wgULSAnonCanChangeLanguage is false (T203179) by jenkins-bot
  • git #aa23d555 - Vary caching on Accept-Language header if it is used (T203179) by jenkins-bot
edit
  • git #b5269202 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

UploadWizard

edit
  • git #f34638cf - Add @group Database to unit test by Umherirrender
  • git #27b121aa - build: Update linters by Ed Sanders
  • git #b94c987f - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

UrlShortener

edit
  • git #94249e56 - Move PHP files to includes folder by Reedy
  • git #dbce795e - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

UserMerge

edit
  • git #7175d154 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

VipsScaler

edit
  • git #a4161da4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

VisualEditor

edit
  • git #165fe4ad - ve.init.mw.MobileArticleTarget: Simplify margin/padding for debug bar by Bartosz Dziewoński
  • git #5badbfed - ve.init.MWVESwitchConfirmDialog: Fix gap above dropdown on MonoBook (T194120) by Bartosz Dziewoński
  • git #14777e89 - ve.init.mw.MobileArticleTarget: Fix keyboard shortcuts to be hidden (T203659) by Bartosz Dziewoński
  • git #164ccecf - CollabPad: Show current sub-page as separate tab by Jforrester
  • git #e050bb9e - dm.MWTableNode: include paragraph in suggestedParentNodeTypes (T201573) by David Lynch
  • git #8ea820ab - build: Update devDependencies by Ed Sanders
  • git #338bccc6 - Follow-up I6b13dad: Wait for surfaceReady before first focus by Ed Sanders
  • git #7eb836ad - Update VE core submodule to master (7420443fe) (T203114) (T203156) by Ed Sanders
  • git #bb5762a0 - ve.init.mw.DesktopArticleTarget: Handle deactivate on namespace tab when it's a talk namespace (T204194) by Bartosz Dziewoński
  • git #d30e6925 - ui.MWParameterPage: multiline inputs for `line` if newlines already present (T190191) by David Lynch
  • git #f2d54d85 - Update VE core submodule to master (465ea4618) by James D. Forrester
  • git #b2b35283 - build: Bump eslint-config-wikimedia from 0.7.2 to 0.8.1 by James D. Forrester
  • git #40b8c0da - Replace deprecated 'advanced' by renamed to 'settings' icon (T190581) by Volker E
  • git #627128f1 - DesktopArticleTarget.init: Pass platform to ve.track directly (T203618) by David Lynch
  • git #418c82fa - Update VE core submodule to master (e4ca18ac3) (T203474) by James D. Forrester
  • git #6396fad4 - Release editWarning unload event when switching from old wikitext to VE (T202587) by Ed Sanders
  • git #8ac5a03a - Cleanup setEditorPreference: Always return promises, never deferreds. by Ed Sanders
  • git #a21e95b6 - Revert "Revert "Follow-up I38eda4a: Add unit tests for lang/dir in target init"" by Ed Sanders

Wikibase

edit
  • git #8ecbf9da - Relax outdated HistoryEntityAction constructor by Thiemo Kreuz (WMDE)
  • git #436e6544 - Allows EntityRdfBuilders to ask for other entities to be serialized (T195043) by Smalyshev
  • git #d07d18bb - Correctly append browser test language param by Jakob Warkotsch
  • git #2963cbfa - Run mediawiki_selenium tests on CI with Chrome (T204214) by Antoine Musso
  • git #8362332f - Missing favicon.ico is not a Selenium error (T203178) by Antoine Musso
  • git #1b469310 - Add html data attribute to statement groups for dom hydration (T196226) by Jakob Warkotsch
  • git #f4ed4625 - Add optional html id prefix to statement groups (T196226) by Jakob Warkotsch
  • git #22f086dc - Update NoBadDependencyUsageTest by addshore
  • git #f99e6859 - Create LabelsProviderEntityIdHtmlLinkFormatter (T195315) by Pablo Grass
  • git #5ff3a38a - Allow installation with DataModel 8.x by Jeroen De Dauw
  • git #021f249f - Rename MediaWikiPHPUnitTest::startTest hook method for consistency by Jakob Warkotsch
  • git #83d5b102 - Remove @embed from wikibase.client.css background-image (T121730) (T127328) by Krinkle
  • git #eafa561a - EntityIdFormatterFactory: expect Language input (T202223) by Pablo Grass (WMDE)
  • git #9674da39 - Reset WikibaseRepo statics after each test by Addshore
  • git #6c6a59b1 - Fix misplaced str_replace in PageImagesDataUpdater by Thiemo Kreuz
  • git #75f762ea - Configure phan-taint-check 1.5.0 (T202389) by Brian Wolff
  • git #b94378af - Add recent pattern for ESLinting to repo (T203648) by Alangi Derick
  • git #557de5d6 - Create and use DispatchingEntityIdHtmlLinkFormatter (T195315) by Jakob Warkotsch
  • git #a4e09a9e - EntityReferenceExtractor, no guarantee that array elements will be unique by addshore
  • git #0977776b - Add statement fields to "all" field. (T163642) by Stanislav Malyshev
  • git #11695619 - Fix test file paths by Stanislav Malyshev
  • git #5098e89c - Exclude es-formal and hu-formal from the list of languages (T203311) by MarcoAurelio
  • git #9c2be0c5 - Use EntityDocumentView instead of EntityView by Addshore
  • git #07de3847 - Introduce EntityDocumentView interface (T202287) by Addshore
  • git #a54b5b2c - Track new ItemId formatter usages by Aleksey Bekh-Ivanov (WMDE)
  • git #d0fdee75 - Use more specific return type in docs of private EntityParserOutputGeneratorFactory::getDataUpdaters by WMDE-leszek

WikibaseLexeme

edit

WikibaseMediaInfo

edit

No changes for WikibaseMediaInfo

WikibaseQuality

edit
  • git #66f92e7e - Start showing warning for deprecated PHP entry point by Umherirrender
  • git #79d7373d - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

WikibaseQualityConstraints

edit

WikidataPageBanner

edit
  • git #ad0cdb75 - Add @group Database to unit test by Umherirrender
  • git #77987f88 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

WikiEditor

edit
  • git #c59430d2 - Follow-up 874f9bfb8d: Bump server-side Edit schema version here (T203621) by James D. Forrester
  • git #5a5d351a - build: Update linters by Ed Sanders
  • git #ba010f9a - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

wikihiero

edit

WikiLove

edit
  • git #c11d9714 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

WikimediaBadges

edit
  • git #017c3c45 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Wikidata.org

edit
  • git #a8d8b2aa - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

WikimediaEvents

edit

WikimediaIncubator

edit
  • git #d357c0d4 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #f2c3e741 - Empty return statement not required by Umherirrender

WikimediaMaintenance

edit
  • git #33e83990 - Delete ourUsers.php (T204184) by Reedy
  • git #60aceedc - Suppress SecurityCheck-XSS errors in these scripts by Brian Wolff
  • git #11dc8848 - Add a .htaccess to deny from all as a paranoia measure by Brian Wolff
  • git #d9e71f3f - build: Update npm dev dependencies by James D. Forrester

WikimediaMessages

edit
  • git #a4fe6a3c - Only register one name in MessagesDirs by jenkins-bot
  • git #b527338c - Use GENDER magicword in oversight group member message (T203796) by Martin Urbanec
  • git #ccc74c73 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #09751e98 - Fix override of wikimedia-interfaceadmin-info by James D. Forrester

XAnalytics

edit
  • git #7be092a3 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ZeroBanner

edit
  • git #e5990f6b - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

ZeroPortal

edit
  • git #5d3663dd - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader

Skins

edit

CologneBlue

edit
  • git #7589f96f - Remove php entry point (T140007) by Reedy
  • git #9b24c23b - Fix phan-taint-check warning for version 1.5.0 and add extra to composer.json by Brian Wolff
  • git #1028b1b3 - Suppress 2 phan-taint-check errors. by Brian Wolff

EUCopyrightCampaignSkin

edit

MinervaNeue

edit

MonoBook

edit

Modern

edit

Nostalgia

edit

Timeless

edit
  • git #fa38af96 - build: Updating mediawiki/phan-taint-check-plugin to 1.5.0 by libraryupgrader
  • git #bbc88c0c - Configure phan-taint-check-plugin by Kunal Mehta

Vector

edit

Total Changes

edit

824 Changes in 188 repos by 106 committers