Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -3/+3 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14729] Make reports take config base class | Wesley Fok | 2016-08-03 | 1 | -2/+2 |
| | | | | | | | | Make the report controller and helper classes accept the more generic phpbb/config/config base class in their constructors, instead of the specific database implementation phpbb/config/db. PHPBB3-14729 | ||||
* | [ticket/13654] Moving reporting into controller | MateBartus | 2015-04-16 | 1 | -0/+319 |
Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654 |