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 #1932

Merged
merged 56 commits into from
Jun 20, 2018
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
144f9e2
Revert "Removed mentions plugin."
jacekbogdanski Apr 26, 2018
8c2d41f
Added caseSensitive option.
jacekbogdanski Apr 27, 2018
8b7d152
Added unit tests.
jacekbogdanski Apr 27, 2018
cf7aeee
Updated docs.
jacekbogdanski Apr 27, 2018
07bbd56
Tests: added manual tests and issue tags.
jacekbogdanski Apr 27, 2018
af22314
Tests: added extra TC for matching sensitivity.
mlewand May 8, 2018
32bb40d
Docs: placed some more emphasize on when case sensitivity option does…
mlewand May 8, 2018
0a7cea2
Updated docs.
jacekbogdanski May 9, 2018
1de3cf0
Reworded docs and added mentions configuration definition.
jacekbogdanski May 9, 2018
d2e9f6a
Refactoring.
jacekbogdanski May 14, 2018
da2593c
Updated docs.
jacekbogdanski May 14, 2018
840a318
Removed CKEDITOR.config.mentions pre initialization.
jacekbogdanski May 14, 2018
f7d7e0d
Refactored URL feed.
jacekbogdanski May 14, 2018
e8072b0
Added race condition test.
jacekbogdanski May 14, 2018
2300208
Fixed pattern regex and added pattern property.
jacekbogdanski May 15, 2018
1bafc49
Reworded docs.
jacekbogdanski May 15, 2018
6f5148e
Typo fix.
jacekbogdanski May 15, 2018
6df3d4e
Added mentions cache.
jacekbogdanski May 15, 2018
82bec98
Added unit tests.
jacekbogdanski May 15, 2018
da541fd
Added comments.
jacekbogdanski May 15, 2018
27081a7
Added manual tests.
jacekbogdanski May 16, 2018
609c0cf
Fixed issue with empty result.
jacekbogdanski May 16, 2018
0a1873f
Small docs refactor.
jacekbogdanski May 16, 2018
dce3cd9
Updated docs.
jacekbogdanski May 16, 2018
b4ad8ba
Small fixes.
jacekbogdanski May 17, 2018
f06c461
Added invalid respose unit test.
jacekbogdanski May 17, 2018
049cf0b
Review adjustments.
mlewand May 18, 2018
043b31f
Tests: use sinon counters whenever possible.
mlewand May 18, 2018
6a07982
Fixed ajax tests.
May 24, 2018
a0eb1fb
Added output template.
May 21, 2018
01dd9a5
Added manual test.
May 21, 2018
4404710
Added unit test.
May 21, 2018
82341ff
Moved templating into autocomplete plugin.
jacekbogdanski May 22, 2018
8103a1e
Rename.
jacekbogdanski May 23, 2018
ac8437a
Added mentions view template manual tests.
jacekbogdanski May 23, 2018
ffaac9a
Reworded docs.
May 24, 2018
3ffb4bd
Review corrections.
mlewand May 25, 2018
63c7aa6
Fixed small issue with invalid text matching.
May 28, 2018
86c53ed
Simplified the mentions dev sample content.
mlewand May 29, 2018
333670f
Allow headers in mentions plugin dev sample.
mlewand May 29, 2018
4d8c4c2
Rebase fixes.
jacekbogdanski Jun 11, 2018
349b483
Added throttling.
jacekbogdanski Jun 11, 2018
41cd52f
Typo fix.
jacekbogdanski Jun 11, 2018
38eb64e
Docs: removed one extra step to get to the doc of given property.
mlewand Jun 12, 2018
d21bc23
Rebase fixes.
jacekbogdanski Jun 18, 2018
f99d4d8
Inherited docs.
jacekbogdanski Jun 19, 2018
305bde6
Changelog fixes.
jacekbogdanski Jun 19, 2018
287547b
Added items limit option.
jacekbogdanski Jun 19, 2018
bc25c71
Merge pull request #2103 from ckeditor/t/2100
mlewand Jun 19, 2018
5f00344
Fixed test on IE10.
jacekbogdanski Jun 20, 2018
44b46df
Adjusted manual test.
mlewand Jun 20, 2018
909305a
Corrections in Mentions manual tests.
mlewand Jun 20, 2018
b7a80d4
Docs: adjusted Mentions API docs.
mlewand Jun 20, 2018
1a6cada
Fixed a bug where Mentions would not include part of marker in case i…
mlewand Jun 20, 2018
61d99f7
Tests: minor unit tests adjustments.
mlewand Jun 20, 2018
906868f
Ignored ie8 tests.
jacekbogdanski Jun 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ New Features:

* [#1761](/~https://github.com/ckeditor/ckeditor-dev/issues/1761): [Autolink](https://ckeditor.com/cke4/addon/autolink) plugin supports email links.
* [#1751](/~https://github.com/ckeditor/ckeditor-dev/issues/1751): Introduced [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) plugin.
* [#1703](/~https://github.com/ckeditor/ckeditor-dev/issues/1703): Introduced [Mentions](https://ckeditor.com/cke4/addon/mentions) plugin.

Fixed Issues:

Expand Down
Loading