Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/14804] Add core event to MCP after merging topics #4472

Merged
merged 4 commits into from Nov 12, 2016
Merged

[ticket/14804] Add core event to MCP after merging topics #4472

merged 4 commits into from Nov 12, 2016

Conversation

dsinn
Copy link
Contributor

@dsinn dsinn commented Sep 30, 2016

Checklist:

  • Correct branch: master for new features; 3.2.x, 3.1.x for fixes
  • Tests pass
  • Code follows coding guidelines: master / 3.2.x, 3.1.x
  • Commit follows commit message format

Tracker ticket (set the ticket ID to your ticket ID):

https://tracker.phpbb.com/browse/PHPBB3-14804

Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.

PHPBB3-14804

Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.

PHPBB3-14804
* @event core.mcp_merge_after
* @var array all_topic_data The data from all topics involved in the merge
* @var int to_topic_id The ID of the topic into which the rest are merged
* @since 3.1.10-RC1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's too late for 3.1.10-RC1 as it's already out. Should go to 3.1.11-RC1.

/**
* Perform additional actions after merging topics.
*
* @event core.mcp_merge_after
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name could be more descriptive, like core.mcp_forum_merge_topics_after or something like that.

@Nicofuma Nicofuma added this to the 3.1.11 milestone Oct 2, 2016
@dsinn dsinn closed this Oct 5, 2016
@dsinn dsinn reopened this Oct 5, 2016
@dsinn
Copy link
Contributor Author

dsinn commented Oct 5, 2016

I haven't worked with Travis very much, so I'm not sure if I'm able to manually trigger a build without committing or closing & reopening the PR.

marc1706 added a commit to marc1706/phpbb that referenced this pull request Nov 12, 2016
[ticket/14804] Add core event to MCP after merging topics
@marc1706 marc1706 merged commit 59b52d6 into phpbb:3.1.x Nov 12, 2016
@marc1706
Copy link
Member

Thanks for the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants