aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/report/report_handler_pm.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15559] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| | | | PHPBB3-15559
* [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-0/+137
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