aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | [ticket/12769] Properly include FAMichael Miday2015-09-174-1/+36
* | | | | | | | | | | | | | | Merge branch '3.1.x'Marc Alexander2015-09-161-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| / / / / / / / / / / / / / | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #3833 from rxu/ticket/14102Marc Alexander2015-09-161-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | [ticket/14102] Add core event to the mcp_topic.phprxu2015-08-151-0/+24
* | | | | | | | | | | | | | | Merge branch '3.1.x'Tristan Darricau2015-09-162-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #3895 from Zoddo/ticket/14154Tristan Darricau2015-09-162-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-122-2/+5
* | | | | | | | | | | | | | | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-1622-1174/+1811
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [ticket/13904] Use filespec's get_filesize instead of calling filesize()Marc Alexander2015-09-131-2/+2
| * | | | | | | | | | | | | | | | [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
| * | | | | | | | | | | | | | | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-093-4/+4
| * | | | | | | | | | | | | | | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
| * | | | | | | | | | | | | | | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-093-5/+6
| * | | | | | | | | | | | | | | | [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| * | | | | | | | | | | | | | | | [ticket/13904] Update composer.lockMarc Alexander2015-09-091-1/+1
| * | | | | | | | | | | | | | | | [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
| * | | | | | | | | | | | | | | | [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
| * | | | | | | | | | | | | | | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
| * | | | | | | | | | | | | | | | [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
| * | | | | | | | | | | | | | | | [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
| * | | | | | | | | | | | | | | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-092-5/+7
| * | | | | | | | | | | | | | | | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-095-21/+35
| * | | | | | | | | | | | | | | | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-096-21/+21
| * | | | | | | | | | | | | | | | [ticket/13904] Add bantu/ini-get-wrapper to composer.jsonMarc Alexander2015-09-092-1/+32
| * | | | | | | | | | | | | | | | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-093-19/+11
| * | | | | | | | | | | | | | | | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-093-15/+27
| * | | | | | | | | | | | | | | | [ticket/13904] Update doc blocksMarc Alexander2015-09-093-6/+11
| * | | | | | | | | | | | | | | | [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-092-55/+63
| * | | | | | | | | | | | | | | | [ticket/13904] Remove unused use statementMarc Alexander2015-09-091-3/+1
| * | | | | | | | | | | | | | | | [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-091-11/+19
| * | | | | | | | | | | | | | | | [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-092-25/+42
| * | | | | | | | | | | | | | | | [ticket/13904] Modify doc blocksMarc Alexander2015-09-092-8/+5
| * | | | | | | | | | | | | | | | [ticket/13904] Fix remote upload functional testsMarc Alexander2015-09-091-1/+1
| * | | | | | | | | | | | | | | | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-094-186/+251
| * | | | | | | | | | | | | | | | [ticket/13904] Improve docblockMarc Alexander2015-09-093-11/+9
| * | | | | | | | | | | | | | | | [ticket/13904] Split up local_upload methodMarc Alexander2015-09-091-16/+31
| * | | | | | | | | | | | | | | | [ticket/13904] Add types base classMarc Alexander2015-09-091-0/+66
| * | | | | | | | | | | | | | | | [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-095-105/+163
| * | | | | | | | | | | | | | | | [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-092-2/+2
| * | | | | | | | | | | | | | | | [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-096-80/+210
| * | | | | | | | | | | | | | | | [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-092-8/+13
| * | | | | | | | | | | | | | | | [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+7
| * | | | | | | | | | | | | | | | [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-092-10/+14
| * | | | | | | | | | | | | | | | [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-092-20/+26
| * | | | | | | | | | | | | | | | [ticket/13904] Improve doc blocks in filespec classMarc Alexander2015-09-091-18/+76
| * | | | | | | | | | | | | | | | [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-092-26/+30
| * | | | | | | | | | | | | | | | [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
| * | | | | | | | | | | | | | | | [ticket/13904] Remove functions_fileupload.phpMarc Alexander2015-09-091-31/+0
| * | | | | | | | | | | | | | | | [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-092-18/+23