aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload/fixture
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-249-0/+0
| | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* [ticket/10941] Added a comment to ensure tags stay uppercaseFyorl2012-07-091-0/+1
| | | | PHPBB3-10941
* [ticket/10941] Added tests/upload/fixture/copies to trackingFyorl2012-07-091-0/+0
| | | | PHPBB3-10941
* [ticket/10941] Added subdirectory for file operationsFyorl2012-07-095-0/+1
Also removed common.php as it was unnecessary. PHPBB3-10941