aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13904] Use the class member plupload instead of argumentMarc Alexander2015-09-091-5/+4
| | | | PHPBB3-13904
* [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-092-2/+2
| | | | PHPBB3-13904
* [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-096-80/+210
| | | | PHPBB3-13904
* [ticket/13904] Add more tests for upload classMarc Alexander2015-09-091-0/+96
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-095-13/+22
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-093-16/+27
| | | | PHPBB3-13904
* [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-094-25/+35
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-095-46/+41
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in filespec classMarc Alexander2015-09-091-18/+76
| | | | PHPBB3-13904
* [ticket/13904] Fix tests againMarc Alexander2015-09-092-15/+25
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-092-26/+30
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
| | | | PHPBB3-13904
* [ticket/13904] Remove functions_fileupload.phpMarc Alexander2015-09-093-33/+0
| | | | PHPBB3-13904
* [ticket/13904] Fix fileupload functional testsMarc Alexander2015-09-091-6/+29
| | | | PHPBB3-13904
* [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-093-28/+40
| | | | PHPBB3-13904
* [ticket/13904] Use factory instead of container and add factory to servicesMarc Alexander2015-09-092-12/+18
| | | | PHPBB3-13904
* [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-093-3/+11
| | | | PHPBB3-13904
* [ticket/13904] Fix fileupload testsMarc Alexander2015-09-091-9/+33
| | | | PHPBB3-13904
* [ticket/13904] Fix filespec testsMarc Alexander2015-09-092-3/+4
| | | | PHPBB3-13904
* [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-093-19/+6
| | | | PHPBB3-13904
* [ticket/13904] Remove fileupload classMarc Alexander2015-09-091-641/+0
| | | | PHPBB3-13904
* [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-093-9/+6
| | | | PHPBB3-13904
* [ticket/13904] Allow using factory for none files. classesMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Remove magic method from factory and allow short namesMarc Alexander2015-09-091-24/+3
| | | | PHPBB3-13904
* [ticket/13904] Load upload class using factoryMarc Alexander2015-09-096-32/+47
| | | | PHPBB3-13904
* [ticket/13904] Add fileupload class to files classesMarc Alexander2015-09-091-0/+655
| | | | PHPBB3-13904
* [ticket/13904] Turn filespec into prototype and improve init methodsMarc Alexander2015-09-093-12/+20
| | | | PHPBB3-13904
* [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-093-10/+16
| | | | PHPBB3-13904
* [ticket/13904] Remove filespec class from functions_uploadMarc Alexander2015-09-091-467/+1
| | | | PHPBB3-13904
* [ticket/13904] Modify constructor to be instantiatable by containerMarc Alexander2015-09-092-13/+32
| | | | PHPBB3-13904
* [ticket/13904] Add filespec class to files classesMarc Alexander2015-09-092-0/+483
| | | | PHPBB3-13904
* [ticket/13904] Add initial factory for handling file classesMarc Alexander2015-09-091-0/+79
| | | | PHPBB3-13904
* Merge pull request #3891 from marc1706/ticket/14150Tristan Darricau2015-09-099-19/+19
|\ | | | | | | | | | | | | [ticket/14150] Update fast-image-size to newest version * marc1706/ticket/14150: [ticket/14150] Update fast-image-size to newest version
| * [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-089-19/+19
| | | | | | | | PHPBB3-14150
* | Merge branch '3.1.x'Marc Alexander2015-09-082-2/+2
|\ \ | |/ |/|
| * Merge pull request #3881 from VSEphpbb/ticket/14142Marc Alexander2015-09-082-2/+2
| |\ | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers
| | * [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-042-2/+2
| | | | | | | | | | | | PHPBB3-14142
* | | Merge branch '3.1.x'Marc Alexander2015-09-071-0/+2
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/functions_messenger.php
| * | Merge pull request #3884 from Nicofuma/ticket/14143Marc Alexander2015-09-071-0/+2
| |\ \ | | | | | | | | | | | | [ticket/14143] Flush the mail queue when writing it
| | * | [ticket/14143] Flush the mail queue when writing itTristan Darricau2015-09-051-0/+2
| |/ / | | | | | | | | | PHPBB3-14143
* | | Merge pull request #3878 from Nicofuma/ticket/14140-masterAndreas Fischer2015-09-051-57/+57
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14140] Update Symfony to latest 2.8-dev version - #3877 * Nicofuma/ticket/14140-master: [ticket/14140] Update Symfony to latest 2.8-dev version [ticket/14140] Update SYmfony to 2.3.32
| * | | [ticket/14140] Update Symfony to latest 2.8-dev versionTristan Darricau2015-09-021-57/+57
| | | | | | | | | | | | | | | | PHPBB3-14140
| * | | Merge branch 'ticket/14140' into ticket/14140-masterTristan Darricau2015-09-020-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * ticket/14140: [ticket/14140] Update SYmfony to 2.3.32
| | * | | [ticket/14140] Update SYmfony to 2.3.32Tristan Darricau2015-09-021-167/+201
| | | | | | | | | | | | | | | | | | | | PHPBB3-14140
* | | | | Merge branch '3.1.x'Andreas Fischer2015-09-050-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14140] Update SYmfony to 2.3.32 Conflicts: phpBB/composer.lock
| * | | | Merge pull request #3877 from Nicofuma/ticket/14140Andreas Fischer2015-09-051-167/+201
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14140] Update Symfony to 2.3.32 * Nicofuma/ticket/14140: [ticket/14140] Update SYmfony to 2.3.32
| | * | | | [ticket/14140] Update SYmfony to 2.3.32Tristan Darricau2015-09-031-167/+201
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-14140
* | | | | Merge branch '3.1.x'Joas Schilling2015-09-052-2/+33
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: build/build.xml
| * | | | Merge branch 'prep-release-3.1.6' into 3.1.xJoas Schilling2015-09-052-2/+33
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| | * | | [prep-release-3.1.6] Add migration for 3.1.6Joas Schilling2015-09-051-0/+31
| | | | |