aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/upload/UploadBaseTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-7/+7
* UploadBaseTest: Add const for path used for test uploadsReedy2023-07-121-11/+14
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* upload: Allow attributes starting with "on" in inkscape SVG namespaceDerk-Jan Hartman2023-02-131-0/+12
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* tests: Migrate away from `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-08-141-7/+9
* Add us-ascii to safeXmlEncodingsDerk-Jan Hartman2022-04-271-0/+1
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-1/+0
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Add missing @param and @return to documentation in testsUmherirrender2021-01-221-0/+3
* Deprecate InterwikiLoadPrefix hookC. Scott Ananian2020-12-211-6/+6
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* upload: Modernize callback code to make use of PHP7 syntaxThiemo Kreuz2020-05-291-2/+2
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Relax HTML sniffing checks on image uploadBrion Vibber2019-06-071-0/+36
* Relax filter attribute filtering to allow self-referential urlsBrian Wolff2019-01-081-3/+16
* Fix UploadBase::checkXMLEncodingMissmatch() on PHP 7.1+Kunal Mehta2018-06-061-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+2
* Add @covers tags to miscellaneous testsKunal Mehta2017-12-241-0/+5
* SECURITY: Whitelist DTD declaration in SVGBrian Wolff2017-04-061-5/+122
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-9/+9
* Merge "Update weblinks in comments from HTTP to HTTPS"jenkins-bot2016-11-081-1/+1
|\
| * Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* | UploadBase: Permit SVG files with broken namespace definition (Inkscape bug)Bartosz Dziewoński2016-10-271-0/+47
|/
* Allow SVGs encoded as WINDOWS-125[0-8].Brian Wolff2016-08-011-0/+17
* Improve how slashes are stripped from filenamesBartosz Dziewoński2016-07-251-1/+1
* SECURITY: Don't use m modifier when checking link prefixcsteipp2016-05-201-1/+6
* Swap the rest of array() -> []Reedy2016-03-301-82/+82
* Convert all array() syntax to []Kunal Mehta2016-02-171-32/+32
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Fix Generic.Files.LineLength phpcs check in files under phpunit/includesAmir E. Aharoni2015-10-031-0/+2
* SECURITY: Always expand xml entities when checking SVG'scsteipp2015-04-011-1/+12
* SECURITY: Fix animate blacklistcsteipp2015-04-011-0/+12
* SECURITY: Don't allow embedded application/xml in SVG'scsteipp2015-04-011-0/+13
* SECURITY: Make SVG @import checking case insensitiveTyler Romeo2015-04-011-0/+6
* Use MediaWikiTestCase methods for tempdir in unit testsTimo Tijhof2015-02-111-2/+1
* UploadBaseTest: Use setMwGlobals() instead of juggling globalsTimo Tijhof2014-10-071-21/+17
* SECURITY: Enhance CSS filtering in SVG filescsteipp2014-09-241-0/+239
* Fixed spacingumherirrender2013-11-211-1/+0
* Add @covers tags for more testsaddshore2013-10-211-2/+5
* Renaming files to follow name conventionsDavid E. Narváez2013-05-291-0/+144