aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
|\ | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| * [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-2/+2
| | | | | | | | PHPBB3-13429
| * [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-1/+1
| | | | | | | | PHPBB3-13429
* | [ticket/14549] Correcting $redirect var to avoid the bughubaishan2016-12-291-1/+1
| | | | | | | | | | | | by this correct $redirect will go to clean mcp page after merge PHPBB3-14549
* | Merge pull request #4514 from senky/ticket/14759Marc Alexander2016-12-111-1/+13
|\ \ | | | | | | | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql event
| * | [ticket/14759] Add core.mcp_main_modify_shadow_sql eventJakub Senko2016-11-131-1/+13
| |/ | | | | | | PHPBB3-14759
* | [ticket/14760] Add core.mcp_main_modify_fork_sql eventJakub Senko2016-11-131-0/+12
|/ | | | PHPBB3-14760
* Merge pull request #4472 from dsinn/ticket/14804Marc Alexander2016-11-121-7/+21
|\ | | | | | | [ticket/14804] Add core event to MCP after merging topics
| * [ticket/14804] Merge remote-tracking branch 'upstream/3.1.x' into ticket/14804Daniel Sinn2016-10-031-0/+8
| |\ | | | | | | | | | PHPBB3-14804
| * | [ticket/14804] Fix undefined $topic_data after trying to port 3.2 changes to 3.1Daniel Sinn2016-09-301-1/+1
| | | | | | | | | | | | PHPBB3-14804
| * | [ticket/14804] Rename event to mcp_forum_merge_topics_after; update @sinceDaniel Sinn2016-09-301-3/+3
| | | | | | | | | | | | PHPBB3-14804
| * | [ticket/14804] Add core event to MCP after merging topicsDaniel Sinn2016-09-301-6/+20
| | | | | | | | | | | | | | | | | | | | | Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity and to stop overwriting a variable. PHPBB3-14804
* | | [ticket/14795] Use maximum topic views instead of adding up views in mergeMarc Alexander2016-10-161-1/+1
| |/ |/| | | | | | | | | | | Merging topics should not result in topic views being added up but rather in the highest topic view showing up for the merged topic. PHPBB3-14795
* | [ticket/14795] Merge topic views when merging topicsJakub Senko2016-09-251-0/+8
|/ | | | PHPBB3-14795
* [ticket/14673] Changes wrong language variable in mcp_forumCrizzo2016-08-221-1/+1
| | | | PHPBB3-14673
* [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-8/+10
| | | | PHPBB3-12925
* Merge pull request #3874 from lavigor/ticket/14134Tristan Darricau2016-03-261-4/+20
|\ | | | | | | | | | | | | | | | | [ticket/14134] Send warning notification PM in user's language. * lavigor/ticket/14134: [ticket/14134] Fix Okay in a comment. [ticket/14134] Fix code comments. [ticket/14134] Send warning notification PM in user's language.
| * [ticket/14134] Fix Okay in a comment.lavigor2016-03-251-1/+0
| | | | | | | | PHPBB3-14134
| * [ticket/14134] Fix code comments.lavigor2016-02-271-3/+2
| | | | | | | | PHPBB3-14134
| * [ticket/14134] Send warning notification PM in user's language.lavigor2015-09-021-4/+22
| | | | | | | | PHPBB3-14134
* | [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-152-8/+8
| | | | | | | | PHPBB3-14412
* | [ticket/14343] Added missing $phpbb_dispatcherkasimi2016-01-061-1/+1
| | | | | | | | PHPBB3-14343
* | [ticket/14343] Add event when locking/unlocking posts/topicskasimi2015-12-061-0/+16
| | | | | | | | PHPBB3-14343
* | Merge pull request #3910 from kinerity/ticket/14170Marc Alexander2015-11-121-10/+11
|\ \ | | | | | | | | | [ticket/14170] Fix mcp_change_poster_after event
| * | [ticket/14170] Revert mcp_change_poster_after @since changeKailey Truscott2015-10-131-1/+2
| | | | | | | | | | | | | | | | | | | | | Revert the @since change back to 3.1.6-RC1. Add @changed line 3.1.7-RC1 and description. PHPBB3-14170
| * | [ticket/14170] Fix mcp_change_poster_after eventKailey Truscott2015-09-161-11/+11
| | | | | | | | | | | | | | | | | | | | | Move the mcp_change_poster_after event to before renewing $post_info. I changed the "since" version as this would be fixed in 3.1.7-RC1. PHPBB3-14170
* | | Merge pull request #3983 from prototech/ticket/13831Andreas Fischer2015-11-021-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 G2015-10-141-2/+3
| | | | | | | | | | | | | | | | PHPBB3-13831
* | | | 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 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 approvedMarc Alexander2015-05-301-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 pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-112-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/8920] Add a MCP PM reports view permission
| * | | | [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-302-4/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* | | | Merge pull request #3934 from Zoddo/ticket/14181Marc Alexander2015-10-091-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 translatedHB2015-09-271-1/+1
| | |_|/ | |/| | | | | | | | | | PHPBB3-14181
* | | | Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| * | | [ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.rxu2015-07-301-0/+1
| | | | | | | | | | | | | | | | PHPBB3-13846
* | | | Merge pull request #3833 from rxu/ticket/14102Marc Alexander2015-09-161-0/+24
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/14102] Add core event to the mcp_topic.php
| * | | [ticket/14102] Add core event to the mcp_topic.phprxu2015-08-151-0/+24
| | | | | | | | | | | | | | | | PHPBB3-14102
* | | | [ticket/14106] Fix topics sorting in MCP for topics merging.rxu2015-08-161-9/+0
|/ / / | | | | | | | | | | | | | | | | | | The "bug" in the deleted code comment is non-existent now. The PR is for 3.1 only. PHPBB3-14106
* | | Merge pull request #3760 from Zoddo/ticket/14014Marc Alexander2015-08-091-0/+24
|\ \ \ | | | | | | | | | | | | [ticket/14014] Add core.mcp_forum_view_before event
| * | | [ticket/14014] Add core.mcp_forum_view_before eventZoddo2015-07-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | This event can be used to get some data in order to execute other actions. PHPBB3-14014
* | | | [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change the docblock for userdata from string to array. PHPBB3-13974
* | | | [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new event to perform additional tasks after chainging a post's poster. PHPBB3-13974
* | | | Merge pull request #3725 from RMcGirr83/ticket/13962Joas Schilling2015-06-271-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/13962] MCP Queue dropdown for forum selection
| * | | [ticket/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13962
* | | | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
|/ / / | | | | | | | | | PHPBB3-13966
* | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-092-3/+3
|\ \ \ | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| * | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-072-3/+3
| | |/ | |/| | | | | | | PHPBB3-13685
* | | Merge pull request #3558 from javiexin/ticket/13786Joas Schilling2015-06-041-2/+43
|\ \ \ | |/ / |/| | | | | [ticket/13786] Add events to add MCP post options
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html Fix another typo. PHPBB3-13786