Историја ревизија

Аутор SHA1 Порука Датум
  Kamil Piechaczek 20acc7aa2e Added comment with explanation. [skip ci] пре 8 година
  Kamil Piechaczek 85202fc930 Fixed indent in comment. [skip ci] пре 8 година
  Kamil Piechaczek 15eed8847e Improved the tests. пре 8 година
  Kamil Piechaczek 3d69876eba Improved docs and tests. пре 8 година
  Kamil Piechaczek 2c6266851a Simplified "Position#getCommonAncestor()" (model) and fixed incorrect docs. пре 8 година
  Kamil Piechaczek 6579c8406b Added method "DocumentFragment#getNodeByPath()". пре 8 година
  Kamil Piechaczek 78d2eb60f0 Introduced `Position#getCommonAncestor( otherPosition )` and `Range#getCommonAncestor()` methods for `view` and `model`. пре 8 година
  Szymon Cofalik 26122ab850 Other: Removed commented out code and out-dated comments. пре 8 година
  Piotrek Koszuliński 23e61d5a80 Merge pull request #977 from ckeditor/remove-refactor пре 8 година
  Piotrek Koszuliński 4c16225d80 Minor API docs fixes. пре 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 a9b215ad08 Tests: Fixed and added tests for delta transformations after changes done to operations and deltas transformations. пре 8 година
  Szymon Cofalik 288546d85a Fixed: Fixes in deltas transformations: context.forceWeakRemove depends on document.history, better context setting, deltas normalization. пре 8 година
  Szymon Cofalik 52815e541b Changed: Refactored `SplitDelta` transformations. пре 8 година
  Szymon Cofalik e03eb7e240 Tests: fixed tests due to "move operation normalization" done in `MoveOperation` x `MoveOperation` transformation. пре 8 година
  Szymon Cofalik e4b3ca230f Changed: refactored `MoveOperation` x `MoveOperation` transformation. пре 8 година
  Szymon Cofalik a26531c90f Changed: context.insertBefore now also affects `InsertOperation` transformation. пре 8 година
  Szymon Cofalik 973f1d6f19 Docs: Added "missing" example in a comment. пре 8 година
  Szymon Cofalik 612e5501f3 Fixed: `SplitDelta#_moveOperation` should return null if second operation is `NoOperation`. пре 8 година
  Szymon Cofalik c68ce8637e Fixed: Prevent errors in AttributeDelta if one of operations is NoOperation. пре 8 година
  Szymon Cofalik 02f40d876f Changed: Added logging whether `MoveOperation` is sticky for `MoveOperation.log()`. пре 8 година
  Szymon Cofalik 50d14e38ec Fixed: Remove and reinsert change types needs fixes during range transformations since `RemoveOperation` no longer creates `graveyardHolder`. пре 8 година
  Szymon Cofalik b05aff7ddb Fixed: `RemoveOperation#getReversed()` and `ReinsertOperation#getReversed()` were incorrect after `RemoveOperation` no longer creates `$graveyardHolder`. пре 8 година
  Szymon Cofalik 68b006a163 Fixed: RemoveOperation#isPermanent sometimes had no effect during OT. пре 8 година
  Szymon Cofalik e1b7889cbf Changed: model.Range and view.Range#containsRange changed parameter name and default value from strict to loose. пре 8 година
  Szymon Cofalik 9917897f58 Added: Introduced `model.Document#transformDeltas` as an entry point for deltas transformation (instead of `deltaTransform.transformDeltaSets` which is protected). пре 8 година
  Szymon Cofalik 7abb5fb325 Added: introduce context in operations and delta transformations. пре 8 година
  Szymon Cofalik 67206cd791 Changed: `MergeDelta` and `SplitDelta` should create sticky move operations on reverse. пре 8 година
  Szymon Cofalik 3fba25e149 Changed: update `LiveSelection` range fixing algorithms after changes in `LiveRange` and `RemoveOperation`. пре 8 година