Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 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/12834] Correctly match directories in session page | Joas Schilling | 2014-07-08 | 1 | -1/+1 |
| | | | | | | Also clean path before working with it PHPBB3-12834 | ||||
* | [ticket/12834] Fix tests to match what we want to have | Joas Schilling | 2014-07-08 | 1 | -4/+8 |
| | | | | PHPBB3-12834 | ||||
* | [ticket/9801] Add viewonline_helper service to allow proper testing | Marc Alexander | 2014-06-24 | 1 | -0/+42 |
The viewonline_helper service can and will be extended in the future which will allow us to also test the viewonline page better. PHPBB3-9801 |