aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/13194] Use correct array to access bbcode_bitfieldJakub Senko2014-10-211-1/+1
| | | | | | | | PHPBB3-13194
* | [ticket/13171] Check the correct (soft)delete permission when deleting in MCPJoas Schilling2014-10-171-2/+4
|/ | | | PHPBB3-13171
* 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
* | [ticket/13119] Add another event which is triggered independent from actionsJoas Schilling2014-10-011-0/+16
| | | | | | | | PHPBB3-13119
* | 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
* | | [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
* | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
| | | | | | | | PHPBB3-13057
* | 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 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 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 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
* | | | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
|/ / / | | | | | | | | | PHPBB3-12998
* | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
|/ / | | | | | | PHPBB3-12967
* | [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 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 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 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
| * | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_afterbrunoais2014-08-071-0/+14
| |/ | | | | | | | | | | | | Adding the core.mcp_mcp_front.mcp_front_view_queue_topicid_list_after event to mcp backend. PHPBB3-12876
* | Merge pull request #2763 from brunoais/ticket/12877Marc Alexander2014-08-071-0/+12
|\ \ | | | | | | | | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_before
| * | [ticket/12877] core.mcp_mcp_front_reports_listing_query_beforebrunoais2014-07-231-0/+12
| |/ | | | | | | | | | | Adding core.mcp_mcp_front_reports_listing_query_before PHPBB3-12877
* | Merge pull request #2701 from Nicofuma/ticket/12818Andreas Fischer2014-07-111-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12818] Deleting a log entry in MCP produces a General error * Nicofuma/ticket/12818: [ticket/12818] Use assertGreaterThanOrEqual in the tests [ticket/12818] Don't use the id for i= [ticket/12818] Add tests [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
| * | [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logsTristan Darricau2014-07-061-2/+2
| |/ | | | | | | PHPBB3-12818
* | Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-101-0/+1
|\ \ | |/ |/| | | | | * develop-olympus: [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
| * [ticket/12695] Add viewtopic language file for parse_attachments in mcp_postMarc Alexander2014-07-101-0/+1
| | | | | | | | PHPBB3-12695
* | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-235-16/+16
| | | | | | | | PHPBB3-12612
* | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-235-6/+6
| | | | | | | | PHPBB3-12612
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-238-33/+33
| | | | | | | | PHPBB3-12612
* | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-232-2/+2
| | | | | | | | PHPBB3-12612
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-162-3/+3
| | | | | | | | PHPBB3-12721
* | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
| | | | | | | | PHPBB3-12722
* | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-092-7/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8610] Merging topics does not handle bookmarks correctly * Nicofuma/ticket/8610: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| * | [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| | | | | | | | | | | | PHPBB3-8610
| * | [ticket/8610] Fix bookmarks when merging all the posts of a topicTristan Darricau2014-05-271-4/+18
| | | | | | | | | | | | PHPBB3-8610
| * | [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-8610 PHPBB3-8610
* | | [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
| | | | | | | | | | | | PHPBB3-12675