aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/report/controller
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
| | | | PHPBB3-14972
* [ticket/14729] Make reports take config base classWesley Fok2016-08-031-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 controllerMateBartus2015-04-161-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