aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/attachment/upload.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/14589] Fix @var usageMáté Bartus2016-04-131-1/+1
* [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-121-1/+1
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-091-1/+0
* [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-61/+94
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-52/+78
* [ticket/14168] Split thumbnail creation to separate methodMarc Alexander2015-10-091-0/+15
* [ticket/14168] Use language class and fix incorrect docblockMarc Alexander2015-10-091-6/+6
* [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-0/+261