Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 1 | -2/+2 |
| | | | | PHPBB3-15910 | ||||
* | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
| | | | | PHPBB3-15849 | ||||
* | Merge pull request #5218 from senky/ticket/15657 | Marc Alexander | 2018-06-17 | 1 | -2/+43 |
|\ | | | | | | | [ticket/15657] Add MCP queue events | ||||
| * | [ticket/15657] Add MCP queue events | Jakub Senko | 2018-05-03 | 1 | -2/+43 |
|/ | | | | PHPBB3-15657 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -19/+19 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15454] Add post template data to event | Marc Alexander | 2017-12-28 | 1 | -0/+2 |
| | | | | PHPBB3-15454 | ||||
* | [ticket/15454] Add core.mcp_queue_approve_details_template | Jakub Senko | 2017-11-13 | 1 | -2/+28 |
| | | | | PHPBB3-15454 | ||||
* | [ticket/14954] Properly check if topic has attachments in mcp_queue | Marc Alexander | 2017-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-14954 | ||||
* | [ticket/10961] Send HTTP 403 when applicable | Jakub Senko | 2016-09-01 | 1 | -0/+3 |
| | | | | PHPBB3-10961 | ||||
* | [ticket/14680] Fix wrong function name being checked in mcp_queue. | Mark Shaw | 2016-06-17 | 1 | -1/+1 |
| | | | | PHPBB3-14680 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -6/+5 |
| | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+2 |
| | | | | | | Part 4 PHPBB3-13454 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -4/+1 |
| | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | Merge branch '3.1.x' | Andreas Fischer | 2015-11-02 | 1 | -2/+3 |
|\ | | | | | | | | | * 3.1.x: [ticket/13831] Store provided reason when deleting from Mod. Queue module. | ||||
| * | Merge pull request #3983 from prototech/ticket/13831 | Andreas Fischer | 2015-11-02 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | | | | | | | [ticket/13831] Store provided reason when deleting from Mod. Queue module. * prototech/ticket/13831: [ticket/13831] Store provided reason when deleting from Mod. Queue module. | ||||
| | * | [ticket/13831] Store provided reason when deleting from Mod. Queue module. | Cesar G | 2015-10-14 | 1 | -2/+3 |
| | | | | | | | | | | | | PHPBB3-13831 | ||||
* | | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-19 | 1 | -0/+11 |
|\ \ \ | |/ / | | | | | | | | | | * 3.1.x: [ticket/9252] Do not try to disapprove a post that was just approved | ||||
| * | | Merge pull request #3666 from marc1706/ticket/9252 | Tristan Darricau | 2015-10-19 | 1 | -0/+11 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | [ticket/9252] Do not try to disapprove a post that was just approved * marc1706/ticket/9252: [ticket/9252] Do not try to disapprove a post that was just approved | ||||
| | * | [ticket/9252] Do not try to disapprove a post that was just approved | Marc Alexander | 2015-05-30 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Without this change, posts that are approved by someone right before another moderator is trying to disapprove a post are actually deleted instead of disapproved. PHPBB3-9252 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #3934 from Zoddo/ticket/14181 | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | [ticket/14181] Fix empty denial reason if the reason isn't translated | ||||
| | * | | [ticket/14181] Fix empty denial reason if the reason isn't translated | HB | 2015-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-14181 | ||||
* | | | | Merge branch '3.1.x' | Marc Alexander | 2015-10-07 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #3615 from rxu/ticket/13846 | Marc Alexander | 2015-10-07 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic | ||||
| | * | | [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted. | rxu | 2015-07-30 | 1 | -0/+1 |
| | |/ | | | | | | | | | | PHPBB3-13846 | ||||
* | | | [ticket/9485] Add post_id to relevant $phpbb_log->add() | Zoddo | 2015-08-30 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-9485 | ||||
* | | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Schilling | 2015-06-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [ticket/13962] MCP Queue dropdown for forum selection | RMcGirr83 | 2015-06-23 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-13962 | ||||
* | | [ticket/13654] Moving reporting into controller | MateBartus | 2015-04-16 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -5/+87 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/includes/mcp/mcp_queue.php | ||||
| * | [ticket/13537] Add core events on mcp_queue for approval and disapproval | Wolfsblvt | 2015-01-23 | 1 | -5/+87 |
| | | | | | | | | | | | | | | | | Events added for the functions approve_posts(), approve_topics() and disapprove_posts() in mcp_queue.php, so that you can send notifications during approval and disapproval. PHPBB3-13537 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -7/+26 |
| | | | | | | | | PHPBB3-13468 | ||||
* | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+8 |
|/ | | | | PHPBB3-13450 | ||||
* | [ticket/13116] Interchange post and topic approval notification | Jakub Senko | 2014-09-29 | 1 | -2/+2 |
| | | | | PHPBB3-13116 | ||||
* | [ticket/12990] Use the full services name for the notification's types | Tristan Darricau | 2014-08-16 | 1 | -23/+23 |
| | | | | PHPBB3-12990 | ||||
* | [ticket/12967] Fix undefined variable phpbb_dispatcher error. | Cesar G | 2014-08-11 | 1 | -0/+1 |
| | | | | PHPBB3-12967 | ||||
* | Merge pull request #2824 from brunoais/ticket/12927 | Joas Schilling | 2014-08-08 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | [ticket/12927] core.mcp_queue_get_posts2_query_before * brunoais/ticket/12927: [ticket/12927] core.mcp_queue_get_posts2_query_before | ||||
| * | [ticket/12927] core.mcp_queue_get_posts2_query_before | brunoais | 2014-08-08 | 1 | -0/+23 |
| | | | | | | | | | | | | | | Adding the core.mcp_queue_get_posts2_query_before event to mcp backend. PHPBB3-12927 | ||||
* | | [ticket/12880] core.mcp_queue_!is_topics_query_before | brunoais | 2014-08-07 | 1 | -0/+23 |
|/ | | | | | | Adding core.mcp_queue_is_topics_query_before PHPBB3-12880 | ||||
* | [ticket/12612] Prefix check_ids() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -3/+3 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Prefix mcp_sorting() with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global | Joas Schilling | 2014-06-23 | 1 | -7/+7 |
| | | | | PHPBB3-12612 | ||||
* | [ticket/12675] Fix code sniffer complaints introduced by recent commits | Marc Alexander | 2014-06-09 | 1 | -1/+1 |
| | | | | PHPBB3-12675 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12270] Fixed topic counting bug and tests | marcosbc | 2014-05-24 | 1 | -0/+3 |
| | | | | | | | | | Topics was not correctly counted (the counter didn't count topics that were re-approved, for example, but only the ones that were unapproved. This should also fix the test that wasn't working correctly. PHPBB3-12270 | ||||
* | [ticket/12270] Fixed tests not working | marcosbc | 2014-05-21 | 1 | -6/+11 |
| | | | | | | | The success message wasn't output correctly if we were approving topics. PHPBB3-12270 | ||||
* | [ticket/12270] No quote notif and double poster notification fix | marcosbc | 2014-05-10 | 1 | -10/+14 |
| | | | | | | | | | Since a call was added to self::approve_topic(), the poster would get double-notified about it (even if it was later marked as read). Also, when creating a new topic with a quote, it would not be notified, this has also been fixed. PHPBB3-12270 | ||||
* | [ticket/12270] Fixed rebase conflicts | marcosbc | 2014-05-03 | 1 | -21/+14 |
| | | | | PHPBB3-12270 |