Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12769] Properly include FA | Michael Miday | 2015-09-17 | 1 | -0/+29 |
| | |||||
* | Merge pull request #3727 from marc1706/ticket/13904 | Tristan Darricau | 2015-09-16 | 12 | -35/+1709 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ... | ||||
| * | [ticket/13904] Use filespec's get_filesize instead of calling filesize() | Marc Alexander | 2015-09-13 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Set properties to protected where possible in filespec | Marc Alexander | 2015-09-13 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix tests after changes to factory | Marc Alexander | 2015-09-09 | 2 | -3/+3 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Minor coding style fixes | Marc Alexander | 2015-09-09 | 7 | -24/+22 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add language entries for error messages in upload class | Marc Alexander | 2015-09-09 | 1 | -5/+2 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve code coverage | Marc Alexander | 2015-09-09 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add unit tests for local upload type | Marc Alexander | 2015-09-09 | 1 | -12/+0 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Minor coding style fixes | Marc Alexander | 2015-09-09 | 2 | -2/+2 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve test coverage of remote upload type | Marc Alexander | 2015-09-09 | 1 | -5/+0 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve test coverage of form upload type | Marc Alexander | 2015-09-09 | 1 | -10/+0 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 1 | -5/+6 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 4 | -21/+32 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 4 | -18/+18 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 2 | -17/+9 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 2 | -15/+25 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Update doc blocks | Marc Alexander | 2015-09-09 | 3 | -6/+11 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 2 | -55/+63 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove unused use statement | Marc Alexander | 2015-09-09 | 1 | -3/+1 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve test coverage and use constants instead of magic numbers | Marc Alexander | 2015-09-09 | 1 | -11/+19 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Split code up and pass root path to remote upload type | Marc Alexander | 2015-09-09 | 1 | -25/+41 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Modify doc blocks | Marc Alexander | 2015-09-09 | 2 | -8/+5 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix remote upload functional tests | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Move remote upload to its own type class | Marc Alexander | 2015-09-09 | 3 | -186/+243 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve docblock | Marc Alexander | 2015-09-09 | 3 | -11/+9 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Split up local_upload method | Marc Alexander | 2015-09-09 | 1 | -16/+31 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add types base class | Marc Alexander | 2015-09-09 | 1 | -0/+66 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix minor issues and move local_upload to its own class | Marc Alexander | 2015-09-09 | 3 | -104/+152 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [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 | 4 | -79/+202 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -8/+11 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 1 | -4/+7 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 1 | -10/+13 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -20/+25 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in filespec class | Marc Alexander | 2015-09-09 | 1 | -18/+76 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of user global in upload | Marc Alexander | 2015-09-09 | 1 | -26/+29 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in upload class | Marc Alexander | 2015-09-09 | 1 | -11/+74 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] No longer use fileerror class for extending filespec class | Marc Alexander | 2015-09-09 | 2 | -18/+23 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use factory instead of container and add factory to services | Marc Alexander | 2015-09-09 | 1 | -12/+12 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 1 | -2/+9 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix filespec tests | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 1 | -16/+2 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Get rid of useless parameters and variables | Marc Alexander | 2015-09-09 | 2 | -7/+5 |
| | | | | | | | | 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 | 4 | -30/+38 |
| | | | | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add fileupload class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+655 |
| | | | | | | | | PHPBB3-13904 |