Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -2/+2 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15037] try larger size limit | hanakin | 2017-01-23 | 1 | -1/+1 |
| | | | | PHPBB3-15037 | ||||
* | [ticket/15307] fix for good! | hanakin | 2017-01-23 | 1 | -2/+2 |
| | | | | PHPBB3-15037 | ||||
* | [ticket/15037]a attempt to fix stupid test issue | hanakin | 2017-01-23 | 1 | -3/+3 |
| | | | | PHPBB3-15037 | ||||
* | [ticket/14448] Let user decide if remote upload certs should be checked | Marc Alexander | 2016-02-04 | 1 | -2/+3 |
| | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448 | ||||
* | [ticket/13904] Fix tests after changes to factory | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -2/+2 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 1 | -5/+5 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 1 | -5/+9 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Add more tests and test cases | Marc Alexander | 2015-09-09 | 1 | -0/+1 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | 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] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 1 | -4/+8 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 1 | -4/+8 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -7/+3 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Fix tests again | Marc Alexander | 2015-09-09 | 1 | -5/+10 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Fix fileupload functional tests | Marc Alexander | 2015-09-09 | 1 | -6/+29 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697 | ||||
* | [ticket/11528] Revert Mink changes | Dhruv | 2014-08-09 | 1 | -2/+0 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/12918] Load class fileupload in fileupload_remote_test.php. | Andreas Fischer | 2014-08-07 | 1 | -0/+2 |
| | | | | PHPBB3-12918 | ||||
* | [ticket/11528] Move parent::tearDown() to end of tearDown() | Dhruv | 2014-06-23 | 1 | -2/+2 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/11528] Call parent::tearDown in overrided tearDown method | Dhruv | 2014-06-23 | 1 | -0/+2 |
| | | | | PHPBB3-11528 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11761] Serve blank file locally in functional test | Andy Chase | 2013-08-06 | 1 | -3/+3 |
| | | | | | | | | | Example.org no longer serves blank responses, failing functional tests. this patch creates a blank file and serve it locally during the test, instead of hitting the http://example.org servers kindly provided by IANA. PHPBB3-11761 | ||||
* | [ticket/develop/11568] Fix some more tests in 3.1 | Joas Schilling | 2013-05-30 | 1 | -2/+3 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/10941] Renamed classes and filenames so that tests run | Fyorl | 2012-07-09 | 1 | -0/+72 |
Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941 |