aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-10-211-1/+1
|\ \ \ | |/ /
| * | Merge pull request #3053 from Senky/ticket/13194Marc Alexander2014-10-211-1/+1
| |\ \ | | |/ | |/| | | | [ticket/13194] BBCode isn't parsed when issuing a warning for a post
| | * [ticket/13194] Use correct array to access bbcode_bitfieldJakub Senko2014-10-211-1/+1
| | | | | | | | | | | | PHPBB3-13194
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-10-181-2/+4
|\ \ \ | |/ /
| * | [ticket/13171] Check the correct (soft)delete permission when deleting in MCPJoas Schilling2014-10-171-2/+4
| |/ | | | | | | PHPBB3-13171
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-021-2/+2
|\ \ | |/
| * Merge pull request #3004 from Senky/ticket/13116Joas Schilling2014-10-021-2/+2
| |\ | | | | | | | | | [ticket/13116] Topic and post approval notifications got interchanged
| | * [ticket/13116] Interchange post and topic approval notificationJakub Senko2014-09-291-2/+2
| | | | | | | | | | | | PHPBB3-13116
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-10-011-0/+16
|\ \ \ | |/ /
| * | [ticket/13119] Add another event which is triggered independent from actionsJoas Schilling2014-10-011-0/+16
| | | | | | | | | | | | PHPBB3-13119
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-8/+8
|\ \ \ | |/ /
| * | Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-8/+8
| |\ \ | | | | | | | | | | | | [ticket/12993] Improve get_user_ranks
| | * | [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-6/+6
| | | | | | | | | | | | | | | | PHPBB3-12993
| | * | [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12993
| | * | [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12993
| | * | [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* | | | Merge branch 'develop-ascraeus' into developCesar G2014-10-011-25/+87
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13119] Remove unused globals and use the request class [ticket/13119] Add events to ACP's ban module [ticket/13119] Add events to MCP's ban module
| * | | [ticket/13119] Remove unused globals and use the request classJoas Schilling2014-09-301-20/+13
| | | | | | | | | | | | | | | | PHPBB3-13119
| * | | [ticket/13119] Add events to MCP's ban moduleJoas Schilling2014-09-301-8/+77
| | |/ | |/| | | | | | | PHPBB3-13119
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-09-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php
| * | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
| | | | | | | | | | | | PHPBB3-13057
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-09-111-1/+5
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
| * | Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event * rxu/ticket/13006: [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
| | * | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' eventrxu2014-08-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add $quickmod and $action variables for the 'core.modify_quickmod_actions' event trigerring to avoid of using global operator in corresponding extensions. PHPBB3-13006
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-301-0/+21
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch 'develop-ascraeus' into developDhruv2014-08-292-4/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Marc Alexander # Via Dhruv Goel (1) and Marc Alexander (1) * develop-ascraeus: [ticket/12966] Sort by post_time and post_id where applicable [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | | | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-292-4/+4
| |\ \ \ \ | | |_|/ / | |/| | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| | * | | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-213-29/+29
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2885 from Nicofuma/ticket/12990Marc Alexander2014-08-213-29/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12990] Use the full services name for the notification's types
| | * | | | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-163-29/+29
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-12990
* | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-12998
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-111-0/+1
|\ \ \ \ | |/ / /
| * | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
| |/ / | | | | | | | | | PHPBB3-12967
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-091-2/+26
|\ \ \ | |/ /
| * | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+1
| | | | | | | | | | | | PHPBB3-11520
| * | [ticket/11520] Coding guideline complianceGeolim42014-08-081-8/+7
| | | | | | | | | | | | PHPBB3-11520
| * | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+28
| | | | | | | | | | | | PHPBB3-11520
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+23
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12927] core.mcp_queue_get_posts2_query_before
| * | Merge pull request #2824 from brunoais/ticket/12927Joas Schilling2014-08-081-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_beforebrunoais2014-08-081-0/+23
| | |/ | | | | | | | | | | | | | | | | | | Adding the core.mcp_queue_get_posts2_query_before event to mcp backend. PHPBB3-12927
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+23
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12880] core.mcp_queue_!is_topics_query_before
| * | Merge pull request #2764 from brunoais/ticket/12880Joas Schilling2014-08-081-0/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12880] core.mcp_queue_!is_topics_query_before * brunoais/ticket/12880: [ticket/12880] core.mcp_queue_!is_topics_query_before
| | * | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Adding core.mcp_queue_is_topics_query_before PHPBB3-12880
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
| * | | Merge pull request #2762 from brunoais/ticket/12876Joas Schilling2014-08-081-0/+14
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after * brunoais/ticket/12876: [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after