| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13904] Use the class member plupload instead of argument | Marc Alexander | 2015-09-09 | 1 | -5/+4 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix minor coding issues and don't use form_upload anymore | Marc Alexander | 2015-09-09 | 2 | -2/+2 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Move form_upload to its own class and define type classes | Marc Alexander | 2015-09-09 | 6 | -80/+210 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add more tests for upload class | Marc Alexander | 2015-09-09 | 1 | -0/+96 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 5 | -13/+22 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 3 | -16/+27 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 4 | -25/+35 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 5 | -46/+41 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in filespec class | Marc Alexander | 2015-09-09 | 1 | -18/+76 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix tests again | Marc Alexander | 2015-09-09 | 2 | -15/+25 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of user global in upload | Marc Alexander | 2015-09-09 | 2 | -26/+30 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in upload class | Marc Alexander | 2015-09-09 | 1 | -11/+74 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove functions_fileupload.php | Marc Alexander | 2015-09-09 | 3 | -33/+0 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix fileupload functional tests | Marc Alexander | 2015-09-09 | 1 | -6/+29 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] No longer use fileerror class for extending filespec class | Marc Alexander | 2015-09-09 | 3 | -28/+40 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use factory instead of container and add factory to services | Marc Alexander | 2015-09-09 | 2 | -12/+18 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 3 | -3/+11 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix fileupload tests | Marc Alexander | 2015-09-09 | 1 | -9/+33 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix filespec tests | Marc Alexander | 2015-09-09 | 2 | -3/+4 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 3 | -19/+6 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove fileupload class | Marc Alexander | 2015-09-09 | 1 | -641/+0 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Get rid of useless parameters and variables | Marc Alexander | 2015-09-09 | 3 | -9/+6 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Allow using factory for none files. classes | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove magic method from factory and allow short names | Marc Alexander | 2015-09-09 | 1 | -24/+3 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Load upload class using factory | Marc Alexander | 2015-09-09 | 6 | -32/+47 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add fileupload class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+655 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Turn filespec into prototype and improve init methods | Marc Alexander | 2015-09-09 | 3 | -12/+20 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix uploading for use with new filespec class | Marc Alexander | 2015-09-09 | 3 | -10/+16 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove filespec class from functions_upload | Marc Alexander | 2015-09-09 | 1 | -467/+1 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Modify constructor to be instantiatable by container | Marc Alexander | 2015-09-09 | 2 | -13/+32 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add filespec class to files classes | Marc Alexander | 2015-09-09 | 2 | -0/+483 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add initial factory for handling file classes | Marc Alexander | 2015-09-09 | 1 | -0/+79 |
| | | | | | PHPBB3-13904 | ||||
| * | Merge pull request #3891 from marc1706/ticket/14150 | Tristan Darricau | 2015-09-09 | 9 | -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 version | Marc Alexander | 2015-09-08 | 9 | -19/+19 |
| | | | | | | | | | PHPBB3-14150 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-09-08 | 2 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | Merge pull request #3881 from VSEphpbb/ticket/14142 | Marc Alexander | 2015-09-08 | 2 | -2/+2 |
| | |\ | | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers | ||||
| | | * | [ticket/14142] Remove unused ignore_configs from avatar drivers | Matt Friedman | 2015-09-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-14142 | ||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-09-07 | 1 | -0/+2 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/functions_messenger.php | ||||
| | * | | Merge pull request #3884 from Nicofuma/ticket/14143 | Marc Alexander | 2015-09-07 | 1 | -0/+2 |
| | |\ \ | | | | | | | | | | | | | [ticket/14143] Flush the mail queue when writing it | ||||
| | | * | | [ticket/14143] Flush the mail queue when writing it | Tristan Darricau | 2015-09-05 | 1 | -0/+2 |
| | |/ / | | | | | | | | | | PHPBB3-14143 | ||||
| * | | | Merge pull request #3878 from Nicofuma/ticket/14140-master | Andreas Fischer | 2015-09-05 | 1 | -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 version | Tristan Darricau | 2015-09-02 | 1 | -57/+57 |
| | | | | | | | | | | | | | | | | | PHPBB3-14140 | ||||
| | * | | | Merge branch 'ticket/14140' into ticket/14140-master | Tristan Darricau | 2015-09-02 | 0 | -0/+0 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | * ticket/14140: [ticket/14140] Update SYmfony to 2.3.32 | ||||
| | | * | | | [ticket/14140] Update SYmfony to 2.3.32 | Tristan Darricau | 2015-09-02 | 1 | -167/+201 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14140 | ||||
| * | | | | | Merge branch '3.1.x' | Andreas Fischer | 2015-09-05 | 0 | -0/+0 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14140] Update SYmfony to 2.3.32 Conflicts: phpBB/composer.lock | ||||
| | * | | | | Merge pull request #3877 from Nicofuma/ticket/14140 | Andreas Fischer | 2015-09-05 | 1 | -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.32 | Tristan Darricau | 2015-09-03 | 1 | -167/+201 |
| | | | |/ / | | |/| | | | | | | | | | | | | PHPBB3-14140 | ||||
| * | | | | | Merge branch '3.1.x' | Joas Schilling | 2015-09-05 | 2 | -2/+33 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | Conflicts: build/build.xml | ||||
| | * | | | | Merge branch 'prep-release-3.1.6' into 3.1.x | Joas Schilling | 2015-09-05 | 2 | -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.6 | Joas Schilling | 2015-09-05 | 1 | -0/+31 |
| | | | | | | |||||
