Maciej Gołaszewski
|
1a3b72a794
Fix error messages tests assertions.
|
5 lat temu |
Piotrek Koszuliński
|
ab56ad7715
Merge branch 'master' into context
|
5 lat temu |
Kamil Piechaczek
|
2222b673f4
Internal: Bumped the year. [skip ci]
|
6 lat temu |
Oskar Wróbel
|
f14aad168e
Tests: Added tests for ContextPlugin dependencies.
|
6 lat temu |
Oskar Wróbel
|
21fca0156e
Test improvements.
|
6 lat temu |
Maciej Bukowski
|
3a49307c7b
Stubbed `console.error` in `PluginCollection` tests.
|
6 lat temu |
Maciej Bukowski
|
76464c2912
Fixed errors/warnings.
|
6 lat temu |
Maciej Bukowski
|
db552d9638
Fixed codestyle.
|
6 lat temu |
Maciej Bukowski
|
91d3c0bfa9
Removed usage of logger.
|
6 lat temu |
Maciej Bukowski
|
2eeae72457
Added error contexts.
|
6 lat temu |
Maciej Bukowski
|
ce576047ff
Some error fixes.
|
6 lat temu |
Maciej Bukowski
|
d8e642e7de
Added context to thrown `CKEditorError`s.
|
6 lat temu |
Kamil Piechaczek
|
bb8aaf2c05
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 lat temu |
Krzysztof Krztoń
|
7de5b50f25
Merge branch 'master' into t/ckeditor5/1477
|
6 lat temu |
Krzysztof Krztoń
|
77ccae9056
Remove `ready` event. Merge `plugins.load()` and `plugins.init()` methods.
|
6 lat temu |
Kamil Piechaczek
|
6daac3505b
Internal: Bumped the year. [skip ci]
|
6 lat temu |
Maciej Gołaszewski
|
3b80af088f
Add plugincollection.has() method.
|
7 lat temu |
Maciej Gołaszewski
|
cad318923e
Make plugincollection.get() to throw error instead of logging warning.
|
7 lat temu |
Maciej Gołaszewski
|
d47d1f78d2
Add warning message to PluginCollection#get() when plugin is not loaded.
|
7 lat temu |
Maciej Gołaszewski
|
6dc04beb0a
Revert "Add warning message to PluginCollection#get() when plugin is not loaded."
|
7 lat temu |
Maciej Gołaszewski
|
58ceb8c492
Add warning message to PluginCollection#get() when plugin is not loaded.
|
7 lat temu |
Maciej Gołaszewski
|
add2bdbadb
Tests: Properly use sinon sandbox in tests.
|
7 lat temu |
Piotrek Koszuliński
|
8e38d477dd
Internal: Bumped the year. [skip ci]
|
8 lat temu |
Piotrek Koszuliński
|
c104f2d5f2
Fixed the usage of log.warn().
|
8 lat temu |
Kamil Piechaczek
|
f7638055c6
Simplified part of code which logs about loaded duplicated plugins.
|
8 lat temu |
Kamil Piechaczek
|
75d8676eee
PluginCollection - will log a warning if tries to load the plugins with the same name more than once.
|
8 lat temu |
Piotrek Koszuliński
|
ed9d4a7880
Minor improvements in the tests.
|
8 lat temu |
Kamil Piechaczek
|
223c6e0071
Fix: PluginCollection.destroy() does not crash if a plugin does not have a "destroy()" method.
|
8 lat temu |
Kamil Piechaczek
|
409bf0e894
Improvements for Plugin, PluginCollection and Editor classes. See details.
|
8 lat temu |
Kamil Piechaczek
|
faa693dbae
Feature: PluginCollection handles with plugins which do not extend the base Plugin class.
|
8 lat temu |