Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [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 | ||||
| * | Merge pull request #3764 from Zoddo/ticket/13988 | Tristan Darricau | 2015-08-28 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds | ||||
| | * | [ticket/13988] Update tests | Zoddo | 2015-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13988 | ||||
| * | | [ticket/14099] Fix tests | Tristan Darricau | 2015-08-14 | 1 | -9/+2 |
| | | | | | | | | | | | | PHPBB3-14099 | ||||
* | | | Merge pull request #3470 from Nicofuma/ticket/13645 | Máté Bartus | 2015-08-28 | 6 | -85/+104 |
|\ \ \ | | | | | | | | | [ticket/13645] Move the feeds to controllers | ||||
| * | | | [ticket/13645] Move the feeds to controllers | Nicofuma | 2015-08-23 | 6 | -85/+104 |
| | | | | | | | | | | | | | | | | PHPBB3-13645 | ||||
* | | | | Merge pull request #3863 from VSEphpbb/ticket/14128 | Tristan Darricau | 2015-08-27 | 7 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14128] Fix img bbcode regression, lost postimage class * VSEphpbb/ticket/14128: [ticket/14128] Fix img bbcode regression, lost postimage class | ||||
| * | | | | [ticket/14128] Fix img bbcode regression, lost postimage class | Matt Friedman | 2015-08-26 | 7 | -8/+8 |
| |/ / / | | | | | | | | | | | | | PHPBB3-14128 | ||||
* | | | | Merge pull request #3652 from Elsensee/ticket/12143 | Tristan Darricau | 2015-08-23 | 4 | -0/+90 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12143] Make it possible to use translated group names for non-special groups * Elsensee/ticket/12143: [ticket/12143] Fix tests after rebase [ticket/12143] Avoid no output from get_group_name() [ticket/12143] Fix those tests [ticket/12143] Add some tests [ticket/12143] Oops, fixed array index [ticket/12143] Replace group name output [ticket/12143] Add group helper class to translate groupnames [ticket/12143] Add is_set method to language service | ||||
| * | | | [ticket/12143] Fix tests after rebase | Oliver Schramm | 2015-08-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-12143 | ||||
| * | | | [ticket/12143] Fix those tests | Oliver Schramm | 2015-08-05 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | I always have to fix them.. :( PHPBB3-12143 | ||||
| * | | | [ticket/12143] Add some tests | Oliver Schramm | 2015-08-05 | 2 | -0/+82 |
| | | | | | | | | | | | | | | | | PHPBB3-12143 | ||||
* | | | | [ticket/14094] Fix segmentation fault error on PHP 7 tests | rxu | 2015-08-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14094 | ||||
* | | | | Merge branch '3.1.x' | Marc Alexander | 2015-08-08 | 1 | -1/+3 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php | ||||
| * | | | Merge pull request #3738 from javiexin/ticket/13981 | Marc Alexander | 2015-08-08 | 1 | -1/+3 |
| |\ \ \ | | |_|/ | |/| | | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting | ||||
| | * | | [ticket/13981] Add events to capture avatar deletion or overwriting | javiexin | 2015-07-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix Travis tests. PHPBB3-13981 | ||||
* | | | | Merge remote-tracking branch 'Nicofuma/ticket/12692' | Marc Alexander | 2015-08-07 | 4 | -0/+162 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | [ticket/12692] Fix tests and update style | Tristan Darricau | 2015-08-06 | 1 | -24/+35 |
| | | | | | | | | | | | | | | | | PHPBB3-12692 | ||||
| * | | | [ticket/12692] Fix tests | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-12692 | ||||
| * | | | [ticket/12692] Add a proper extension to the fixtures | Tristan Darricau | 2015-07-09 | 3 | -4/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-12692 | ||||
| * | | | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-12692 | ||||
| * | | | [ticket/12692] Add unit test | Tristan Darricau | 2015-07-09 | 4 | -0/+149 |
| | | | | | | | | | | | | | | | | PHPBB3-12692 |