aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
* Merge pull request #5218 from senky/ticket/15657Marc Alexander2018-06-171-2/+43
|\
| * [ticket/15657] Add MCP queue eventsJakub Senko2018-05-031-2/+43
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-19/+19
* [ticket/15454] Add post template data to eventMarc Alexander2017-12-281-0/+2
* [ticket/15454] Add core.mcp_queue_approve_details_templateJakub Senko2017-11-131-2/+28
* [ticket/14954] Properly check if topic has attachments in mcp_queueMarc Alexander2017-01-021-1/+1
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+3
* [ticket/14680] Fix wrong function name being checked in mcp_queue.Mark Shaw2016-06-171-1/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-6/+5
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+1
* Merge branch '3.1.x'Andreas Fischer2015-11-021-2/+3
|\
| * Merge pull request #3983 from prototech/ticket/13831Andreas Fischer2015-11-021-2/+3
| |\
| | * [ticket/13831] Store provided reason when deleting from Mod. Queue module.Cesar G2015-10-141-2/+3
* | | Merge branch '3.1.x'Tristan Darricau2015-10-191-0/+11
|\ \ \ | |/ /
| * | Merge pull request #3666 from marc1706/ticket/9252Tristan Darricau2015-10-191-0/+11
| |\ \ | | |/ | |/|
| | * [ticket/9252] Do not try to disapprove a post that was just approvedMarc Alexander2015-05-301-0/+11
* | | Merge branch '3.1.x'Marc Alexander2015-10-091-1/+1
|\ \ \ | |/ /
| * | Merge pull request #3934 from Zoddo/ticket/14181Marc Alexander2015-10-091-1/+1
| |\ \
| | * | [ticket/14181] Fix empty denial reason if the reason isn't translatedHB2015-09-271-1/+1
* | | | Merge branch '3.1.x'Marc Alexander2015-10-071-0/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.rxu2015-07-301-0/+1
| | |/
* | | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+2
* | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-5/+5
* | | Merge branch '3.1.x'Joas Schilling2015-06-271-1/+1
|\ \ \ | |/ /
| * | [ticket/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
| |/
* | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-6/+1
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-5/+5
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-5/+87
|\ \ | |/
| * [ticket/13537] Add core events on mcp_queue for approval and disapprovalWolfsblvt2015-01-231-5/+87
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-7/+26
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+8
|/
* [ticket/13116] Interchange post and topic approval notificationJakub Senko2014-09-291-2/+2
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-23/+23
* [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
* Merge pull request #2824 from brunoais/ticket/12927Joas Schilling2014-08-081-0/+23
|\
| * [ticket/12927] core.mcp_queue_get_posts2_query_beforebrunoais2014-08-081-0/+23
* | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
|/
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-3/+3
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-7/+7
* [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12270] Fixed topic counting bug and testsmarcosbc2014-05-241-0/+3
* [ticket/12270] Fixed tests not workingmarcosbc2014-05-211-6/+11
* [ticket/12270] No quote notif and double poster notification fixmarcosbc2014-05-101-10/+14
* [ticket/12270] Fixed rebase conflictsmarcosbc2014-05-031-21/+14