aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/types/form.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-091-6/+6
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-091-2/+1
* [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
* [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-091-2/+8
* [ticket/13904] Update doc blocksMarc Alexander2015-09-091-2/+4
* [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-091-24/+15
* [ticket/13904] Use the class member plupload instead of argumentMarc Alexander2015-09-091-5/+4
* [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-091-1/+1
* [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-091-0/+151