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