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

Introduced mentions plugin #1757

Merged
merged 90 commits into from
Apr 25, 2018
Merged

Introduced mentions plugin #1757

merged 90 commits into from
Apr 25, 2018

Conversation

jacekbogdanski
Copy link
Member

@jacekbogdanski jacekbogdanski commented Mar 7, 2018

What is the purpose of this pull request?

New feature

Does your PR contain necessary tests?

All patches which change the editor code must include tests. You can always read more
on PR testing,
how to set the testing environment and
how to create tests
in the official CKEditor documentation.

This PR contains

  • Unit tests
  • Manual tests

What changes did you make?

Introduced mentions plugin.

Based on #1727

@mlewand mlewand closed this Mar 16, 2018
@mlewand mlewand changed the base branch from next to major March 16, 2018 10:15
@mlewand
Copy link
Contributor

mlewand commented Mar 16, 2018

Sorry, I've removed the next branch before rebasing all the PRs that were based on it. This PR is now rebased onto latest major (4.10.0).

@mlewand mlewand reopened this Mar 16, 2018
@mlewand mlewand self-requested a review April 17, 2018 14:43
@jacekbogdanski jacekbogdanski changed the base branch from major to t/1751 April 25, 2018 10:31
@jacekbogdanski
Copy link
Member Author

jacekbogdanski commented Apr 25, 2018

As @mlewand already mentioned #1757 (comment) we want to split this PR into two different plugins:

To do this I already created t/1751 target branch for this PR which will act as a base branch for autocomplete plugin. I also removed mentions plugin from this PR to keep it clean. mentions plugin will be restored with t/1703-b branch based on autocomplete plugin (t/1751) by removing 2451cf6 commit and its revert.

With this changes, we will separate autocomplete and mentions plugins.

@jacekbogdanski jacekbogdanski merged commit ca1a82f into t/1751 Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants