aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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 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/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
|/
* [ticket/13537] Add core events on mcp_queue for approval and disapprovalWolfsblvt2015-01-231-5/+87
* [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
* [ticket/12270] Correct confirm approval message for topicsmarcosbc2014-05-031-5/+17
* [ticket/12270] Correcting to follow phpBB coding standardsmarcosbc2014-05-031-1/+3
* [ticket/12270] Better structured code and no debug error messagemarcosbc2014-05-031-7/+11
* [ticket/12270] Correct notifications for posts/topics now workingmarcosbc2014-05-031-10/+14
* [ticket/12270] Reverted templatesmarcosbc2014-05-031-1/+0
* [ticket/12270] Correct post&topic approval msg, no template changesmarcosbc2014-05-031-2/+9
* [ticket/12270] Corrent post and topic approval notification messagemarcosbc2014-05-031-0/+1
* Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...Nils Adermann2014-05-021-15/+30
|\
| * [ticket/11772] Do not send out new topic/post notifications when reapprovingJoas Schilling2014-04-251-9/+24
| * [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-6/+6
* | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12445' into develop-asc...Nathaniel Guse2014-05-011-1/+1
|\ \
| * | [ticket/12445] Disapproved post: the name of the poster should be in logsNicofuma2014-04-261-1/+1
| |/
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+0
|/
* [ticket/11352] Redirect the user back to view*.php after disapprovingJoas Schilling2014-04-071-0/+16
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* Merge pull request #1889 from prototech/ticket/11963Nathan Guse2013-12-301-5/+33
|\
| * [ticket/11963] Fix undefined variable: post_data when mass-approving topics.Cesar G2013-11-231-5/+28
| * [ticket/11963] Delete topic_in_queue notifications in MCP approve_details modeCesar G2013-11-231-0/+5
* | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-251-2/+3
|\ \
| * | [ticket/11849] Update more MCP calls to pagination classJoas Schilling2013-12-181-2/+3
| |/
* | [ticket/11672] Move the reapply_sid() call before meta_refresh() is called.Cesar G2013-11-211-6/+3
* | [ticket/11672] The json response call exits so the else is not necessary.Cesar G2013-11-191-23/+11
* | [ticket/11672] Clean up the logic in mcp_queue.php.Cesar G2013-11-191-97/+75
* | [ticket/11672] Remove some messages that were missed in mcp_queue.php.Cesar G2013-11-191-2/+10
* | [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-1/+1