| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4578 from javiexin/ticket/14849 | Marc Alexander | 2017-03-19 | 1 | -15/+47 |
| |\ | | | | | | | [ticket/14849] Add core.acp_extensions_run_action | ||||
| | * | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2017-02-19 | 1 | -3/+4 |
| | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849 | ||||
| | * | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2016-12-30 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849 | ||||
| | * | [ticket/14849] Add core.acp_extensions_run_action_after | javiexin | 2016-12-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849 | ||||
| | * | [ticket/14849] Add core.acp_extensions_run_action_after | javiexin | 2016-12-16 | 1 | -0/+20 |
| | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849 | ||||
| | * | [ticket/14849] Add core.acp_extensions_run_action | javiexin | 2016-12-11 | 1 | -9/+21 |
| | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849 | ||||
| * | | Merge pull request #4703 from javiexin/ticket/15011 | Marc Alexander | 2017-03-19 | 1 | -10/+8 |
| |\ \ | | | | | | | | | | [ticket/15011] All errors on metadata throw exceptions | ||||
| | * \ | Merge branch '3.1.x' into ticket/15011 | javiexin | 2017-02-15 | 14 | -34/+248 |
| | |\ \ | |||||
| | * | | | [ticket/15011] All errors on metadata throw exceptions | javiexin | 2017-02-15 | 1 | -10/+8 |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | There is inconsistency in the way error are treated in metadata_manager. Some method return false on error, others throw exception. With this, the usage is homogeneus, and the uses of these are also adapted. Using same ticket as it is the same issue, solved in a different way. PHPBB3-15011 | ||||
| * | | | Merge pull request #4743 from rubencm/ticket/14820 | Marc Alexander | 2017-03-19 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14820] Add style version in ACP | ||||
| | * | | | [ticket/14820] Add style version in ACP | Rubén Calvo | 2017-03-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-14820 | ||||
| * | | | | Merge remote-tracking branch 'origin/ticket/14927' into 3.1.x | Marc Alexander | 2017-02-22 | 1 | -4/+6 |
| |\ \ \ \ | |||||
| | * | | | | [ticket/14927] Put vars on one line | Marc Alexander | 2017-02-21 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927 | ||||
| | * | | | | [ticket/14927] Corrected order in docblock of event & target version | david63 | 2017-02-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927 | ||||
| | * | | | | [ticket/14927] Add items to core.user_add_modify_data | david63 | 2017-02-21 | 1 | -4/+10 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-14927 | ||||
| * | | | | Merge pull request #4604 from rxu/ticket/13344 | Marc Alexander | 2017-02-21 | 1 | -6/+21 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php | ||||
| | * | | | [ticket/13344] Add core event to acp/info/acp_logs.php | rxu | 2017-01-01 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | | PHPBB3-13344 | ||||
| * | | | | Merge pull request #4523 from senky/ticket/13429 | Marc Alexander | 2017-02-11 | 5 | -5/+5 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks | ||||
| | * | | | [ticket/13429] Replace @change with @changed | Jakub Senko | 2017-01-23 | 10 | -12/+12 |
| | | | | | | | | | | | | | | | | | PHPBB3-13429 | ||||
| | * | | | [ticket/13429] Fix @change tags without description | Jakub Senko | 2016-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13429 | ||||
| | * | | | [ticket/13429] Replace @changed with @change in event docblocks | Jakub Senko | 2016-11-20 | 5 | -7/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-13429 | ||||
| * | | | | [ticket/14998] Point only to install dir from acp_update | Marc Alexander | 2017-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14998 | ||||
| * | | | | [ticket/14968] Display possible upgrade on acp index and update page | Marc Alexander | 2017-01-22 | 2 | -3/+20 |
| | | | | | | | | | | | | | | | | | PHPBB3-14968 | ||||
| * | | | | [ticket/11076] State current and minimum required versions in old PHP notice | Marc Alexander | 2017-01-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-11076 | ||||
| * | | | | Merge pull request #4600 from hubaishan/ticket/14549 | Marc Alexander | 2017-01-04 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14549] fix mcp page redirect back after topic merge and rised warning | ||||
| | * | | | | [ticket/14549] Correcting $redirect var to avoid the bug | hubaishan | 2016-12-29 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | by this correct $redirect will go to clean mcp page after merge PHPBB3-14549 | ||||
| * | | | | [ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query | Marc Alexander | 2017-01-02 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-14953 | ||||
| * | | | Merge pull request #4531 from senky/ticket/14817 | Marc Alexander | 2016-12-28 | 1 | -1/+21 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14817] Add core.send_file_to_browser_before | ||||
| | * | | | [ticket/14817] Add core.send_file_to_browser_before | Jakub Senko | 2016-12-18 | 1 | -1/+21 |
| | |/ / | | | | | | | | | | PHPBB3-14817 | ||||
| * | | | Merge pull request #4525 from senky/ticket/14119 | Marc Alexander | 2016-12-28 | 1 | -1/+15 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14119] Add core.user_unban | ||||
| | * | | | [ticket/14119] Add core.user_unban | Jakub Senko | 2016-12-17 | 1 | -1/+15 |
| | |/ / | | | | | | | | | | PHPBB3-14119 | ||||
| * | | | Merge pull request #4544 from dsinn/ticket/14882 | Marc Alexander | 2016-12-25 | 1 | -4/+26 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14882] Add core event to MCP after move post sync | ||||
| | * | | | [ticket/14882] Correct type of topic_id for function_admin's move_posts events | Daniel Sinn | 2016-12-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-14882 | ||||
| | * | | | [ticket/14882] Add core event to MCP after move post sync | Daniel Sinn | 2016-11-29 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | | | PHPBB3-14882 | ||||
| * | | | | Merge pull request #4536 from senky/ticket/13845 | Marc Alexander | 2016-12-18 | 1 | -1/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13845] Add core.ucp_profile_avatar_sql | ||||
| | * | | | | [ticket/13845] Add core.ucp_profile_avatar_sql | Jakub Senko | 2016-11-21 | 1 | -1/+10 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-13845 | ||||
| * | | | | Merge pull request #4535 from senky/ticket/14331 | Marc Alexander | 2016-12-18 | 1 | -0/+17 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14331] Add core.get_user_rank_after | ||||
| | * | | | | [ticket/14331] Add core.get_user_rank_after | Jakub Senko | 2016-11-21 | 1 | -0/+17 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14331 | ||||
| * | | | | Merge pull request #4533 from senky/ticket/14524 | Marc Alexander | 2016-12-18 | 1 | -0/+22 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14524] Add core.ucp_register_requests_after | ||||
| | * | | | | [ticket/14524] Add core.ucp_register_requests_after | Jakub Senko | 2016-11-21 | 1 | -0/+22 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14524 | ||||
| * | | | | Merge pull request #4526 from senky/ticket/14239 | Marc Alexander | 2016-12-17 | 1 | -5/+25 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14239] Add core.ucp_remind_modify_select_sql | ||||
| | * | | | | [ticket/14239] Add core.ucp_remind_modify_select_sql | Jakub Senko | 2016-12-13 | 1 | -5/+25 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14239 | ||||
| * | | | | Merge pull request #4518 from senky/ticket/14870 | Marc Alexander | 2016-12-17 | 1 | -9/+58 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14870] Add events to ucp_pm_viewfolder:get_pm_from | ||||
| | * | | | | [ticket/14870] Add events to ucp_pm_viewfolder:get_pm_from | Jakub Senko | 2016-12-16 | 1 | -9/+58 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14870 | ||||
| * | | | | | Merge pull request #4514 from senky/ticket/14759 | Marc Alexander | 2016-12-11 | 1 | -1/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql event | ||||
| | * | | | | | [ticket/14759] Add core.mcp_main_modify_shadow_sql event | Jakub Senko | 2016-11-13 | 1 | -1/+13 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14759 | ||||
| * | | | | | Merge pull request #4513 from senky/ticket/14760 | Marc Alexander | 2016-12-10 | 1 | -0/+12 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | [ticket/14760] Add core.mcp_main_modify_fork_sql event | ||||
| | * | | | | [ticket/14760] Add core.mcp_main_modify_fork_sql event | Jakub Senko | 2016-11-13 | 1 | -0/+12 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14760 | ||||
| * | | | | Merge pull request #4555 from javiexin/ticket/14888 | Tristan Darricau | 2016-12-04 | 1 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types | ||||
| | * | | | | [ticket/14888] Missing check for disabled profile field types | javiexin | 2016-12-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888 | ||||
