Oskar Wrobel
|
a6f8834723
Extract methods from utils/utils object to separated files
|
9 лет назад |
Piotrek Koszuliński
|
5dc96e969e
Implemented collection.clear().
|
9 лет назад |
Piotrek Koszuliński
|
f834ce8834
API docs: Minor correction.
|
9 лет назад |
Piotrek Koszuliński
|
bfc7531ddb
Change all occurences of 'core' to 'utils'.
|
9 лет назад |
Piotrek Koszuliński
|
f8fc634956
API docs fixes.
|
9 лет назад |
Maciej Gołaszewski
|
a29645ba3f
Documentation: probably all done.
|
9 лет назад |
Maciej Gołaszewski
|
af79eedb7f
Documentation: update core.ui documentation.
|
9 лет назад |
Maciej Gołaszewski
|
cef21e7485
Documentation: fix some problems with used tags. Add full core.Creator docs.
|
10 лет назад |
Maciej Gołaszewski
|
7823be974a
Documentation: fix @property tag with @type.
|
10 лет назад |
Piotrek Koszuliński
|
c2cbfc71e2
Started using utils.mix().
|
10 лет назад |
Aleksander Nowodzinski
|
e0ca01c536
Removed obsolete _nextId property.
|
10 лет назад |
Aleksander Nowodzinski
|
d132c33adc
Fixed: A collision between existing items with arbitrary ids and a new item with automatically generated id.
|
10 лет назад |
Aleksander Nowodzinski
|
4edce01667
Fixed: Unable to move items with auto–generated ids between Collections.
|
10 лет назад |
Piotr Jasiun
|
878ba84511
Updated copyrights.
|
10 лет назад |
Piotrek Koszuliński
|
d43b906474
Cleanup.
|
10 лет назад |
Piotrek Koszuliński
|
3e3480ec96
First attempt to port src/*.js files.
|
10 лет назад |
Aleksander Nowodzinski
|
3aa76d5b48
Added an optional index argument to Collection#add with tests.
|
10 лет назад |
Aleksander Nowodzinski
|
f62c209484
Extended Collection#add() with optional index parameter.
|
10 лет назад |
Piotrek Koszuliński
|
9dcf1d29c1
Use arrow functions.
|
10 лет назад |
Piotrek Koszuliński
|
aea50efc47
Replaced var with let or const.
|
10 лет назад |
Piotrek Koszuliński
|
847195594b
Made add() chainable.
|
10 лет назад |
Piotrek Koszuliński
|
49fd98f2db
Removed the ability to pass items to the constructor and wrapped the existing option in an options object.
|
10 лет назад |
Piotrek Koszuliński
|
940c41a154
Reimplemented the Collection class.
|
10 лет назад |
Piotrek Koszuliński
|
5832a70a7b
Added forEach, filter and find methods to Collection and NamedCollection.
|
10 лет назад |
Piotrek Koszuliński
|
93d8d03439
Does not throw from get() so we don't need to introduce has().
|
10 лет назад |
Piotrek Koszuliński
|
7b7643a110
Converted Collection's errors to CKEditorError (I left the one in get() as we're planning to remove it).
|
10 лет назад |
Piotrek Koszuliński
|
bc7c6afb92
Introduced NamedCollection.
|
10 лет назад |
Piotrek Koszuliński
|
1369d568c2
Converted existing classes and tests to ES6 style.
|
10 лет назад |
Piotr Jasiun
|
854067e7f1
Fixed typo.
|
10 лет назад |
fredck
|
7d53e343e7
Moved code out of the "mvc" directory.
|
10 лет назад |