Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14168] Fix tests after adding attachment delete class | Marc Alexander | 2015-10-09 | 3 | -0/+4 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14220] Move route loading to services | Tristan Darricau | 2015-10-08 | 3 | -10/+18 |
| | | | | PHPBB3-14220 | ||||
* | Merge pull request #3857 from Nicofuma/ticket/14124 | Marc Alexander | 2015-10-07 | 1 | -0/+8 |
|\ | | | | | | | [ticket/14124] Automatically translate exceptions in CLI | ||||
| * | [ticket/14124] Update cron tests | Tristan Darricau | 2015-08-26 | 1 | -0/+8 |
| | | | | | | | | PHPBB3-14124 | ||||
* | | [ticket/14216] Do not run thumbnail test if gd is disabled | Marc Alexander | 2015-10-04 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-14216 | ||||
* | | Merge pull request #3851 from hanakin/ticket/12769 | Marc Alexander | 2015-09-20 | 1 | -6/+18 |
|\ \ | | | | | | | | | | [ticket/12769] Font-Awesome Integration & Icon overhaul | ||||
| * | | [ticket/12769] Properly include FA | Michael Miday | 2015-09-17 | 1 | -6/+18 |
| | | | |||||
* | | | [ticket/14180] Use unix line endings in type_foo | Marc Alexander | 2015-09-20 | 1 | -31/+31 |
| | | | | | | | | | | | | PHPBB3-14180 | ||||
* | | | [ticket/14178] Fix installer's database helper test | Mate Bartus | 2015-09-19 | 1 | -1/+17 |
|/ / | | | | | | | PHPBB3-14178 | ||||
* | | Merge pull request #3727 from marc1706/ticket/13904 | Tristan Darricau | 2015-09-16 | 17 | -98/+1177 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Set properties to protected where possible in filespec | Marc Alexander | 2015-09-13 | 3 | -14/+23 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Fix tests after changes to factory | Marc Alexander | 2015-09-09 | 2 | -7/+7 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Add language entries for error messages in upload class | Marc Alexander | 2015-09-09 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 8 | -16/+16 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve code coverage | Marc Alexander | 2015-09-09 | 2 | -1/+96 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Add unit tests for local upload type | Marc Alexander | 2015-09-09 | 1 | -0/+161 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve test coverage of base upload type class | Marc Alexander | 2015-09-09 | 1 | -0/+93 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve test coverage of remote upload type | Marc Alexander | 2015-09-09 | 1 | -0/+77 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve test coverage of form upload type | Marc Alexander | 2015-09-09 | 1 | -0/+174 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 4 | -6/+119 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Add back tests for retrieving floats | Marc Alexander | 2015-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 2 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 10 | -45/+39 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 4 | -25/+25 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 4 | -24/+38 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Test move file on existing error | Marc Alexander | 2015-09-09 | 1 | -0/+8 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Add more tests and test cases | Marc Alexander | 2015-09-09 | 4 | -2/+49 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 3 | -11/+64 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Improve test coverage and use constants instead of magic numbers | Marc Alexander | 2015-09-09 | 2 | -0/+42 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Split code up and pass root path to remote upload type | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Fix remote upload functional tests | Marc Alexander | 2015-09-09 | 1 | -0/+1 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Move remote upload to its own type class | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Fix minor issues and move local_upload to its own class | Marc Alexander | 2015-09-09 | 1 | -4/+25 |
| | | | | | | | | | | | | 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 | 3 | -5/+9 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 2 | -12/+20 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 2 | -15/+21 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 3 | -26/+15 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Fix tests again | Marc Alexander | 2015-09-09 | 2 | -15/+25 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Remove functions_fileupload.php | Marc Alexander | 2015-09-09 | 2 | -2/+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 | 1 | -10/+17 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | 1 | -2/+3 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
| * | | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 1 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-13904 | ||||
* | | | Merge pull request #3870 from Zoddo/ticket/9485 | Tristan Darricau | 2015-09-09 | 4 | -0/+45 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | [ticket/9485] Add a "View post" link in the moderation logs * Zoddo/ticket/9485: [ticket/9485] Fix tests [ticket/9485] Add post_id to relevant $phpbb_log->add() [ticket/9485] Add a "View post" link in the moderation logs | ||||
| * | | [ticket/9485] Fix tests | Zoddo | 2015-08-30 | 4 | -0/+45 |
| | | | | | | | | | | | | PHPBB3-9485 | ||||
* | | | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 2 | -3/+3 |
|/ / | | | | | | | PHPBB3-14150 | ||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-08-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds |