8
0

История коммитов

Автор SHA1 Сообщение Дата
  Oskar Wróbel a4599c08e9 Added isDocumentOperation property to the RemoveOperation. 8 лет назад
  Szymon Cofalik 36e044af3b Changed: Removed `RemoveOperation#fromJson` that did nothing more than `MoveOperation#fromJson`. 8 лет назад
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct transformation. 8 лет назад
  Szymon Cofalik b05aff7ddb Fixed: `RemoveOperation#getReversed()` and `ReinsertOperation#getReversed()` were incorrect after `RemoveOperation` no longer creates `$graveyardHolder`. 8 лет назад
  Szymon Cofalik 6b04950bc6 Changed: `RemoveOperation` now does not create `$holderElement` and does not set `targetPosition` on its own. 8 лет назад
  Piotrek Koszuliński 5be4a494fb Docs: Fixed inherited methods documentation. Closes #971. 8 лет назад
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 лет назад
  Szymon Cofalik 074d837846 Changed: `RemoveOperation#_needsHolderElement` will be set manually in scripts that create `RemoveOperation` instance. 8 лет назад
  Piotrek Koszuliński c904325be6 Bump up the year. 9 лет назад
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 лет назад
  Szymon Cofalik bd0cd9190e Docs: clarified comment. 9 лет назад
  Szymon Cofalik 46d929355b Fixed: wrong sourcePosition in RemoveOperation when RemoveOperation removes nodes from graveyard. 9 лет назад
  Maciej Bukowski 57c6172b6e Docs: fixed references. 9 лет назад
  Maciek ba20d9ad60 Docs: renamed many type references. 9 лет назад
  Szymon Cofalik 15ed89f72c Fixed: RemoveOperation#fromJSON caused newly created RemoveOperation#targetPosition to be based on current graveyard state rather than original operation's value. 9 лет назад
  Szymon Cofalik 18ec54fe27 Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition. 9 лет назад
  Szymon Cofalik c4659768c7 Changed: converted some methods to getters and vice versa. Fixes #518. Tests: fixed 100% CC. 9 лет назад
  Szymon Cofalik f1585e4a98 Merge branch 'master' into t/480 9 лет назад
  Piotrek Koszuliński c88cb07749 Removed use strict in all ES6 modules and fixed related files. See https://github.com/ckeditor/ckeditor5/issues/149. 9 лет назад
  Szymon Cofalik 215386d4dd Docs: huge docs refactor in engine, also changed methods order and variables names. 9 лет назад
  Szymon Cofalik 2a85897244 Refactored handling text data in model. 9 лет назад
  Szymon Cofalik 606d97f8c0 Change: rename RemoveOperation#_insertHolderElement to #_needsHolderElement, add some comments. 9 лет назад
  Szymon Cofalik 8d20174f05 Added: setter for RemoveOperation#_holderElementOffset and changed it to protected method. 9 лет назад
  Szymon Cofalik 1ca82284ee Changed: RemoveOperation now inserts "holder" elements in graveyard for removed nodes. 9 лет назад
  Piotr Jasiun 370c25830c Renamed treeView to view, treeModel to model and treeController to conversion. 9 лет назад