aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/attachment
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15755] Fix event vars in /phpbb/attachment/delete.phprxu2018-08-121-4/+52
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-3/+3
* [ticket/14589] Fix @var usageMáté Bartus2016-04-132-2/+2
* [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-122-2/+2
* [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
* [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
* [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+99
* [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
* [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
* [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-8/+62
* [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-091-1/+3
* [ticket/14168] Coding guidelines fixesMarc Alexander2015-10-091-4/+4
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-092-2/+2
* [ticket/14168] Add attachment resync classMarc Alexander2015-10-092-87/+134
* [ticket/14168] Further split up attachment delete classMarc Alexander2015-10-091-161/+218
* [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-0/+398
* [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