Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -2/+2 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15738] Remove code related with safe_mode | Rubén Calvo | 2019-05-09 | 1 | -2/+2 |
| | | | | PHPBB3-15738 | ||||
* | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 1 | -1/+1 |
| | | | | PHPBB3-15910 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -3/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/13904] Set properties to protected where possible in filespec | Marc Alexander | 2015-09-13 | 1 | -12/+19 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Modify files for updated fast-image-size library | Marc Alexander | 2015-09-09 | 1 | -6/+6 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 1 | -4/+115 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | 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 | 1 | -0/+43 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Set visibility in files and improve test coverage | Marc Alexander | 2015-09-09 | 1 | -5/+55 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -4/+7 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -11/+8 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Remove functions_fileupload.php | Marc Alexander | 2015-09-09 | 1 | -1/+0 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13904] Fix filespec tests | Marc Alexander | 2015-09-09 | 1 | -2/+3 |
| | | | | PHPBB3-13904 | ||||
* | Merge pull request #3524 from marc1706/ticket/8672 | Tristan Darricau | 2015-04-27 | 1 | -1/+1 |
|\ | | | | | | | [ticket/8672] Add class for retrieving imagesize without download | ||||
| * | [ticket/8672] User $user->lang() instead of sprintf | Marc Alexander | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-8672 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-04-26 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | [ticket/13755] Ignore dots in path when determining file extension. | Cesar G | 2015-04-10 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13755 | ||||
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -3/+6 |
|/ | | | | | | | | | | | | | | | | * 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/13577] Skip filespec test requiring mimetype check on windows | Marc Alexander | 2015-02-05 | 1 | -0/+5 |
| | | | | PHPBB3-13577 | ||||
* | [ticket/11148] Add mimetype guesser to filespec and fileupload class | Marc Alexander | 2014-06-23 | 1 | -1/+38 |
| | | | | | | | | The mimetype guesser will be used to get the mimetype of uploaded files. Until now, this was only used for files uploaded with plupload. If a file doesn't have a mimetype supplied, we will now try to get the correct mimetype. PHPBB3-11148 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12211] Do not run attachment file names twice through htmlspecialchars | Marc Alexander | 2014-04-11 | 1 | -0/+14 |
| | | | | | | | | Upload filenames are already processed via htmlspecialchars in the type_cast_helper of the new request class. There is no need to run it through htmlspecialchars() again in the filespec class. PHPBB3-12211 | ||||
* | [ticket/10851] Add unit and functional tests for checking attachments | Marc Alexander | 2014-04-04 | 1 | -0/+2 |
| | | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851 | ||||
* | [ticket/10763] Make functions for remote avatars static | Marc Alexander | 2012-12-17 | 1 | -2/+1 |
| | | | | | | | | | fileupload::image_types() and filespec::get_extension() are called statically while submitting the form for the remote avatar. Make them static as described in the ticket in order to prevent a PHP notice. Also change the tests to use the static functions. PHPBB3-10763 | ||||
* | [ticket/10941] Removed superfluous array | Fyorl | 2012-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] File 'txt' now too big so changed tests to reflect that | Fyorl | 2012-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Modified tearDown to use DirectoryIterator instead of glob | Fyorl | 2012-07-09 | 1 | -2/+7 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Removed manual includes of mock classes | Fyorl | 2012-07-09 | 1 | -2/+0 |
| | | | | | | | Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941 | ||||
* | [ticket/10941] Added subdirectory for file operations | Fyorl | 2012-07-09 | 1 | -0/+272 |
Also removed common.php as it was unnecessary. PHPBB3-10941 |