Commit History

Author SHA1 Message Date
  Maciej Gołaszewski b5a5b1647b Other: Rename writer.setMarker() to writer.addMarker(). 7 years ago
  Maciej Gołaszewski 26cf151bae Aligned code to changes in writer#setMarker method. 7 years ago
  Szymon Cofalik 9016565689 Changed: `controller.DataController#init` now returns a resolved `Promise`. 7 years ago
  Oskar Wróbel 41b34e0f73 Docs: Improved error docs. 7 years ago
  Oskar Wróbel ebaae1b3e6 Docs: Imporved DataController#init error docs. 7 years ago
  Oskar Wróbel 63ec35e4f3 Introduced DataController#init method. 7 years ago
  Oskar Wróbel 279bceb7c9 Decorate DataController#set metohd. 7 years ago
  Szymon Cofalik 25f30a5e65 Changed: Unified converters config. 7 years ago
  Szymon Cofalik a5a9241728 Changed: Merged downcast-helpers.js to downcast-converters.js and upcast-helpers.js to upcast-converters.js. 7 years ago
  Szymon Cofalik c4ddc806c6 Changed: Change naming from "model-to-view-conversion" to "downcast" and from "view-to-model-conversion" to "upcast". 7 years ago
  Szymon Cofalik da3f2fe4ca Changed: Removed converter builders and definition based conversion. 7 years ago
  Piotr Jasiun d6105b6ec6 Merge pull request #1280 from ckeditor/t/1278 7 years ago
  Maciej Bukowski 874c1b142b Added `usingOperation` flag to `setMarker` and `removeMarker`. 7 years ago
  Oskar Wróbel 72565befe0 Fix: Added missing parse context in DataController#set(). 7 years ago
  Oskar Wróbel 24a0a0755c Changed default context used in DataController from String to ContextDefinition. 7 years ago
  Szymon Cofalik 5fec3553e7 Added: Enabled markers conversion in `engine.DataController`. 8 years ago
  Szymon Cofalik 31ebc75f26 Changed: Changed `model.Document#event:change` to be fired after change block is done and there were changes on `Document`. 8 years ago
  Piotrek Koszuliński de22c255fc Internal: Bumped the year. [skip ci] 8 years ago
  Piotrek Koszuliński c37b06c4b8 Converted more schem.allow() calls. 8 years ago
  Piotrek Koszuliński 8650b26165 Started converting schema usage to the new API. 8 years ago
  Maciej Bukowski 0547795b52 Cleaned up model, document and controllers API. 8 years ago
  Oskar Wróbel 43f0cf7f77 Fixed failing DataController tests. 8 years ago
  Oskar Wróbel 8e35c0ee64 Replaced writer by bath in getSelectedContent. 8 years ago
  Oskar Wróbel 02b01ab398 Refactored conversion and DataController to use new Batch API. 8 years ago
  Szymon Cofalik 8825e61b71 Changed: Introduced `DataController#hasContent`. 8 years ago
  Piotrek Koszuliński 2a61a65ae8 Started using decorate() in data controller. 8 years ago
  Kamil Piechaczek 540b4498df Fixed issues reported by ESLint using the flag "--fix". 8 years ago
  Maciej Bukowski 5a2c9dee4e Added missing test. 8 years ago
  Oskar Wróbel 0f35f4d4cb Aligned DataController to new format of view -> model conversion result. 8 years ago
  Oskar Wróbel 39a0ff49ff Changed format of data returned by DataController. 8 years ago