aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
| | | | PHPBB3-15910
* [ticket/15873] Add core.mcp_report_template_data3D-I2018-11-181-2/+31
| | | | PHPBB3-15873
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
| | | | PHPBB3-15849
* [ticket/15701] Display signature in MCPJakub Senko2018-09-251-0/+5
| | | | PHPBB3-15701
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-16/+16
| | | | PHPBB3-14972
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+2
| | | | PHPBB3-10961
* Merge branch '3.1.x'Marc Alexander2016-01-161-3/+3
|\
| * [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-151-3/+3
| | | | | | | | PHPBB3-14412
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+1
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+1
| | | | | | | | PHPBB3-9485
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | Merge branch '3.1.x'Joas Schilling2015-05-281-0/+20
|\ \ | |/ | | | | | | | | | | * 3.1.x: [ticket/13672] Removed bogus sting concatenation [ticket/13672] BUMP version to 3.1.5-dev [ticket/13672] Allow changing the data from the user-submitted report
| * Merge pull request #3469 from brunoais/ticket/13672Joas Schilling2015-05-281-0/+20
| |\ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13672] Allow changing the data from the user-submitted report * brunoais/ticket/13672: [ticket/13672] Removed bogus sting concatenation [ticket/13672] BUMP version to 3.1.5-dev [ticket/13672] Allow changing the data from the user-submitted report
| | * [ticket/13672] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | | | | | | | | | | | PHPBB3-13672
| | * [ticket/13672] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | PHPBB3-13672
| | * [ticket/13672] Allow changing the data from the user-submitted reportbrunoais2015-03-051-0/+20
| | | | | | | | | | | | PHPBB3-13672
* | | Merge branch '3.1.x'Joas Schilling2015-05-281-5/+34
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13668] Removed bogus sting concatenation [ticket/13668] BUMP version to 3.1.5-dev [ticket/13668] Allow changing the query to obtain the user-submitted report. [ticket/13668] Convert the mcp report_details query to a built query Conflicts: phpBB/includes/mcp/mcp_reports.php
| * | Merge pull request #3468 from brunoais/ticket/13668Joas Schilling2015-05-281-5/+33
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13668] Allow changing the query to obtain the user-submitted report * brunoais/ticket/13668: [ticket/13668] Removed bogus sting concatenation [ticket/13668] BUMP version to 3.1.5-dev [ticket/13668] Allow changing the query to obtain the user-submitted report. [ticket/13668] Convert the mcp report_details query to a built query
| | * | [ticket/13668] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13668
| | * | [ticket/13668] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13668
| | * | [ticket/13668] Allow changing the query to obtain the user-submitted report.brunoais2015-03-051-0/+19
| | |/ | | | | | | | | | PHPBB3-13668
| | * [ticket/13668] Convert the mcp report_details query to a built querybrunoais2015-03-051-5/+14
| | | | | | | | | | | | PHPBB3-13668
* | | Merge branch '3.1.x'Andreas Fischer2015-05-061-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13819] Add missing sql_freeresult() to files in includes/ Conflicts: phpBB/includes/acp/acp_database.php
| * | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-051-0/+1
| |/ | | | | | | PHPBB3-13819
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-15/+15
| | | | | | | | PHPBB3-13455
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+11
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+4
|/ | | | PHPBB3-13450
* [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
| | | | PHPBB3-13057
* Merge pull request #2826 from brunoais/ticket/12928Marc Alexander2014-08-301-0/+21
|\ | | | | | | [ticket/12928] core.mcp_reports_gather_query_before
| * [ticket/12928] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | PHPBB3-12928
| * [ticket/12928] core.mcp_reports_gather_query_beforebrunoais2014-08-081-0/+21
| | | | | | | | | | | | | | Adding the core.mcp_reports_gather_query_before event to mcp backend. PHPBB3-12928
* | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-5/+5
|/ | | | PHPBB3-12990
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-4/+4
| | | | PHPBB3-12612
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12501] Only select attachments uploaded before the post was reported.Cesar G2014-05-051-0/+1
| | | | | | | | | | The post text displayed to the user is the same as when it was reported, even if the post was edited afterwards, thus it follows that the attachments would be the same. This also addresses an issue where the index in the attachment bbcode no longer matches that of its corresponding attachment when new attachments are uploaded after the post is reported. PHPBB3-12501
* [ticket/12501] Parse the reported post message before its attachments.Cesar G2014-05-051-2/+9
| | | | | | | This ensures that the empty lines from attachment.html aren't converted into <br />. PHPBB3-12501
* Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into ↵Nils Adermann2014-05-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12371: [ticket/12371] Fix language string [ticket/12371] Fix typos in comment [ticket/12371] Fix redirect link for approve_post and post_in_queue [ticket/12371] Delete the approve_post notification when editing a post [ticket/12371] Fix language in comment [ticket/12371] Reapprove the post and topic again in tests [ticket/12371] Correctly set is_starter when editing first post of the topic [ticket/12371] Add functional tests for reapproving [ticket/12371] Fix query in mcp_sorting() [ticket/12371] Rename disapprove and softdelete tests [ticket/12371] We do not group quote notifications anymore [ticket/12371] Fix SQL query [ticket/11772] Do not send out new topic/post notifications when reapproving [ticket/12052] Use different visibility when post was edited [ticket/12052] Add support for ITEM_UNAPPROVED to set_post_visibility method [ticket/12371] Do not add unlimited users as responders [ticket/12371] Do not update the notification entry unneccessarily [ticket/12371] Do not delete post related notifications when a post is deleted [ticket/12371] Allow notification types to redirect to a different url [ticket/12371] Do not group "quote" notifications
| * [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
| | | | | | | | | | | | ... and needs to be reapproved. PHPBB3-12052
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-4/+2
|/ | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
| | | | PHPBB3-12153
* Merge pull request #1889 from prototech/ticket/11963Nathan Guse2013-12-301-6/+4
|\ | | | | [ticket/11963] Remove stale MCP notifications.
| * [ticket/11963] Don't depend on user_notify flag to delete report notifications.Cesar G2013-11-231-6/+4
| | | | | | | | PHPBB3-11963
* | [ticket/11849] Update more MCP calls to pagination classJoas Schilling2013-12-181-2/+3
|/ | | | PHPBB3-11849
* Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-09-121-0/+1
|\ | | | | | | | | | | | | | | * remotes/upstream/develop-olympus: [ticket/11829] Use report_closed to determine status in MCP report_details Conflicts: phpBB/styles/prosilver/template/mcp_post.html