aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/report
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* Merge pull request #5138 from senky/ticket/15559Marc Alexander2018-02-221-2/+2
|\ | | | | | | [ticket/15559] Fix wrongly assigned uid and bitfield
| * [ticket/15559] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
| | | | | | | | PHPBB3-15559
* | [ticket/15558] Fix wrongly assigned uid and bitfieldJakub Senko2018-02-191-2/+2
|/ | | | PHPBB3-15558
* [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-032-4/+4
| | | | | | | | 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/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/13654] Moving reporting into controllerMateBartus2015-04-1614-0/+1055
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