| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | [ticket/13194] Use correct array to access bbcode_bitfield | Jakub Senko | 2014-10-21 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13194 | |||||
| * | | [ticket/13171] Check the correct (soft)delete permission when deleting in MCP | Joas Schilling | 2014-10-17 | 1 | -2/+4 | |
| |/ | | | | PHPBB3-13171 | |||||
| * | Merge pull request #3004 from Senky/ticket/13116 | Joas Schilling | 2014-10-02 | 1 | -2/+2 | |
| |\ | | | | | | | [ticket/13116] Topic and post approval notifications got interchanged | |||||
| | * | [ticket/13116] Interchange post and topic approval notification | Jakub Senko | 2014-09-29 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-13116 | |||||
| * | | [ticket/13119] Add another event which is triggered independent from actions | Joas Schilling | 2014-10-01 | 1 | -0/+16 | |
| | | | | | | | | | PHPBB3-13119 | |||||
| * | | Merge pull request #2888 from Nicofuma/ticket/12993 | Joas Schilling | 2014-10-01 | 1 | -8/+8 | |
| |\ \ | | | | | | | | | | [ticket/12993] Improve get_user_ranks | |||||
| | * | | [ticket/12993] Return an array instead of reference passing | Tristan Darricau | 2014-08-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | | PHPBB3-12993 | |||||
| | * | | [ticket/12993] Fix includes of functions_display | Tristan Darricau | 2014-08-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-12993 | |||||
| | * | | [ticket/12993] Rename to phpbb_get_user_rank | Tristan Darricau | 2014-08-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-12993 | |||||
| | * | | [ticket/12993] Improve get_user_ranks | Forumhulp.com | 2014-08-18 | 1 | -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 class | Joas Schilling | 2014-09-30 | 1 | -20/+13 | |
| | | | | | | | | | | | | | PHPBB3-13119 | |||||
| * | | | [ticket/13119] Add events to MCP's ban module | Joas Schilling | 2014-09-30 | 1 | -8/+77 | |
| | |/ |/| | | | | | PHPBB3-13119 | |||||
| * | | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.php | Tristan Darricau | 2014-09-11 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13057 | |||||
| * | | Merge pull request #2903 from rxu/ticket/13006 | Tristan Darricau | 2014-09-11 | 1 | -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' event | rxu | 2014-08-22 | 1 | -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/12928 | Marc Alexander | 2014-08-30 | 1 | -0/+21 | |
| |\ \ \ | | | | | | | | | | | | | [ticket/12928] core.mcp_reports_gather_query_before | |||||
| | * | | | [ticket/12928] Update to RC4 | brunoais | 2014-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12928 | |||||
| | * | | | [ticket/12928] core.mcp_reports_gather_query_before | brunoais | 2014-08-08 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the core.mcp_reports_gather_query_before event to mcp backend. PHPBB3-12928 | |||||
| * | | | | Merge pull request #2865 from marc1706/ticket/12966 | Dhruv Goel | 2014-08-29 | 2 | -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 applicable | Marc Alexander | 2014-08-23 | 2 | -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/12990 | Marc Alexander | 2014-08-21 | 3 | -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 types | Tristan Darricau | 2014-08-16 | 3 | -29/+29 | |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-12990 | |||||
| * | | | | [ticket/12998] Fix use of $lang in mcp_warn.php | Tristan Darricau | 2014-08-19 | 1 | -2/+2 | |
| |/ / / | | | | | | | | | | PHPBB3-12998 | |||||
| * | | | [ticket/12967] Fix undefined variable phpbb_dispatcher error. | Cesar G | 2014-08-11 | 1 | -0/+1 | |
| |/ / | | | | | | | PHPBB3-12967 | |||||
| * | | [ticket/11520] Re-adjust userpost count on topic fork | Geolim4 | 2014-08-08 | 1 | -2/+1 | |
| | | | | | | | | | PHPBB3-11520 | |||||
| * | | [ticket/11520] Coding guideline compliance | Geolim4 | 2014-08-08 | 1 | -8/+7 | |
| | | | | | | | | | PHPBB3-11520 | |||||
| * | | [ticket/11520] Re-adjust userpost count on topic fork | Geolim4 | 2014-08-08 | 1 | -2/+28 | |
| | | | | | | | | | PHPBB3-11520 | |||||
| * | | 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 | |||||
| * | | Merge pull request #2764 from brunoais/ticket/12880 | Joas Schilling | 2014-08-08 | 1 | -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_before | brunoais | 2014-08-07 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | Adding core.mcp_queue_is_topics_query_before PHPBB3-12880 | |||||
| * | | | Merge pull request #2762 from brunoais/ticket/12876 | Joas Schilling | 2014-08-08 | 1 | -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_after | brunoais | 2014-08-07 | 1 | -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/12877 | Marc Alexander | 2014-08-07 | 1 | -0/+12 | |
| |\ \ | | | | | | | | | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_before | |||||
| | * | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_before | brunoais | 2014-07-23 | 1 | -0/+12 | |
| | |/ | | | | | | | | | | | Adding core.mcp_mcp_front_reports_listing_query_before PHPBB3-12877 | |||||
| * | | Merge pull request #2701 from Nicofuma/ticket/12818 | Andreas Fischer | 2014-07-11 | 1 | -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_logs | Tristan Darricau | 2014-07-06 | 1 | -2/+2 | |
| | |/ | | | | | | | PHPBB3-12818 | |||||
| * | | Merge branch 'develop-olympus' into develop-ascraeus | Tristan Darricau | 2014-07-10 | 1 | -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_post | Marc Alexander | 2014-07-10 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-12695 | |||||
| * | | [ticket/12612] Prefix check_ids() with phpbb_ | Joas Schilling | 2014-06-23 | 5 | -16/+16 | |
| | | | | | | | | | PHPBB3-12612 | |||||
| * | | [ticket/12612] Prefix mcp_sorting() with phpbb_ | Joas Schilling | 2014-06-23 | 5 | -6/+6 | |
| | | | | | | | | | PHPBB3-12612 | |||||
| * | | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global | Joas Schilling | 2014-06-23 | 8 | -33/+33 | |
| | | | | | | | | | PHPBB3-12612 | |||||
| * | | [ticket/12612] Prefix module url functions with phpbb_ | Joas Schilling | 2014-06-23 | 2 | -2/+2 | |
| | | | | | | | | | PHPBB3-12612 | |||||
| * | | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 2 | -3/+3 | |
| | | | | | | | | | PHPBB3-12721 | |||||
| * | | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-12722 | |||||
| * | | Merge pull request #2434 from Nicofuma/ticket/8610 | Joas Schilling | 2014-06-09 | 2 | -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 set | Tristan Darricau | 2014-05-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-8610 | |||||
| | * | | [ticket/8610] Fix bookmarks when merging all the posts of a topic | Tristan Darricau | 2014-05-27 | 1 | -4/+18 | |
| | | | | | | | | | | | | | PHPBB3-8610 | |||||
| | * | | [ticket/8610] Merging topics does not handle bookmarks correctly | Tristan Darricau | 2014-05-10 | 1 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-8610 PHPBB3-8610 | |||||
| * | | | [ticket/12675] Fix code sniffer complaints introduced by recent commits | Marc Alexander | 2014-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-12675 | |||||
