Commit History

Author SHA1 Message Date
  Aleksander Nowodzinski cb5fcdee5c Code refactoring in DOMEmitterMixin module. 10 years ago
  Aleksander Nowodzinski 5c5142cc34 Added docs for DOMEmitterMixin. 10 years ago
  Aleksander Nowodzinski d2370dded3 Created DOMEmitterMixin as a bridge between native DOM events and Emitter class. 10 years ago
  Aleksander Nowodzinski 207e6c4ff6 Extended tests for ui/view and ui/region. 10 years ago
  Aleksander Nowodzinski 7c7d7dfa7c Extended comment in region.destroy(). 10 years ago
  Aleksander Nowodzinski b686f55cce Destroy View and its regions. 10 years ago
  Aleksander Nowodzinski c7076894ed Code refactoring in core/ui tests. 10 years ago
  Aleksander Nowodzinski d0217fe366 Remove Region Views when region is destroyed. 10 years ago
  Aleksander Nowodzinski 8a9117e7c3 Throw when rendering a templateless View instance. 10 years ago
  Aleksander Nowodzinski 655dd09dca Remove View element from Region element when View removed from views Collection. 10 years ago
  Aleksander Nowodzinski 5204033fba Code refactoring in ui/template. 10 years ago
  Aleksander Nowodzinski aced1e00fc Tests: Basic tests for ui/region. 10 years ago
  Aleksander Nowodzinski 63eeffc24f Simplified ui/view class. 10 years ago
  Aleksander Nowodzinski 03cd757943 Updated core UI classes' doc strings. 10 years ago
  Aleksander Nowodzinski f409dcf1dd Extracted View's templating API to ui/template module. 10 years ago
  Aleksander Nowodzinski a597f08670 Mock–up of View listener API. 10 years ago
  Aleksander Nowodzinski 0090211f0e Don't append region to the view when added. Allowed binding between element's text and model property. 10 years ago
  Aleksander Nowodzinski 9d575b2b2f Fixed: JSHint issues. 10 years ago
  Aleksander Nowodzinski dfcc4d4bd3 Added core UI API to the repository. 10 years ago
  Aleksander Nowodzinski e4116e1a7b Closes #49. Merge branch 't/49' 10 years ago
  Aleksander Nowodzinski 83887c24e8 Use NamedCollection Map API in #find and #filter. 10 years ago
  Piotrek Koszuliński 909c428fff Added forEach, filter and find methods to Collection and NamedCollection. 10 years ago
  Piotrek Koszuliński 09a82da84a Does not throw from get() so we don't need to introduce has(). 10 years ago
  Aleksander Nowodzinski 00913c7b8d Closes #48. Merge branch 't/48' 10 years ago
  Aleksander Nowodzinski eb7b462b42 Use NamedCollection Map API in PluginCollection. 10 years ago
  Aleksander Nowodzinski 7262a4e9c9 Added forEach method to NamedCollection API. 10 years ago
  Aleksander Nowodzinski 786fba9b1f Use native Map for NamedCollection _models property. 10 years ago
  Piotrek Koszuliński 85ca0078a1 Converted Collection's errors to CKEditorError (I left the one in get() as we're planning to remove it). 10 years ago
  Piotrek Koszuliński 3f4063de0f Made it more ESsixy. 10 years ago
  Piotrek Koszuliński adbb68a9bc Rewritten PluginCollection using NamedCollection. 10 years ago