提交历史

作者 SHA1 备注 提交日期
  Szymon Cofalik 9ee2170d45 Changed: Remove `ReinsertOperation` and `RemoveOperation`. 7 年之前
  Szymon Cofalik c1416effc9 Changed: Fixed code style. 7 年之前
  Szymon Cofalik db95addb13 Changed: `context.isStrong` to `context.aIsStrong`. 7 年之前
  Szymon Cofalik 65ca18933d Operational transformation refactor. Added new operations, transformations and changed other code connected with it. Added new tests. 7 年之前
  Piotrek Koszuliński de22c255fc Internal: Bumped the year. [skip ci] 8 年之前
  Oskar Wróbel 4fd49111f2 Changed incorrect markers collection reference. 8 年之前
  Oskar Wróbel 7b14364940 Aligned operation tests with engine changes. 8 年之前
  Piotrek Koszuliński 2debd0e781 Revert "Merge pull request #1175 from ckeditor/t/897" 8 年之前
  Maciej Gołaszewski b938ae39df Other: Remove non semantic methods from Position. 8 年之前
  Maciej Gołaszewski 3f97a18184 Other: Make Range immutable. 8 年之前
  Maciej Gołaszewski 0f3acc2742 Other: Make Position immutable. 8 年之前
  Szymon Cofalik eaa9069e3e Changed: Changed how MoveOperation is broken on multiple MoveOperations during transformation. 8 年之前
  Szymon Cofalik f056e06991 Removed: `RemoveOperation#isPermanent` was removed as it is no longer needed for correct 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 68b006a163 Fixed: RemoveOperation#isPermanent sometimes had no effect during OT. 8 年之前
  Szymon Cofalik 7abb5fb325 Added: introduce context in operations and delta transformations. 8 年之前
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 年之前
  Szymon Cofalik 900cc0fb22 Changed: Modified transformation case for Remove/ReinsertOperation x RemoveOperation transformation. 8 年之前
  Szymon Cofalik 074d837846 Changed: `RemoveOperation#_needsHolderElement` will be set manually in scripts that create `RemoveOperation` instance. 8 年之前
  Szymon Cofalik 5e2a42eab0 Changed: MarkerOperation should be passed MarkerCollection instance. 9 年之前
  Szymon Cofalik 8830d8a472 Changed: Markers refactor: 9 年之前
  Piotrek Koszuliński d893eb58d9 Updated imports to use scoped packages. 9 年之前
  Piotrek Koszuliński c904325be6 Bump up the year. 9 年之前
  Piotrek Koszuliński 1e6d9a8380 Updated tests – removed bender tags and CSS links. 9 年之前
  Piotrek Koszuliński 2a894e8be4 Use package-based paths to modules. 9 年之前
  Szymon Cofalik dc03fc9ac6 Fixed: Improvements connected to RemoveOperation transformation. 9 年之前
  Szymon Cofalik 89361fa9db Changed: AttributeOperation x AttributeOperation transformation - "strong" AttributeOperation should be kept as AttributeOperation even if its oldValue and newValue are same. 9 年之前
  Szymon Cofalik 0163670ebd Fixed: RenameOperation x RenameOperation transformation. 9 年之前
  Szymon Cofalik 18ec54fe27 Changed: MoveOperation#movedRangeStart changed from property to method #getMovedRangeStart to have it always up-to-date with #targetPosition. 9 年之前