Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 10, 2022
  2. Aug 09, 2022
  3. Aug 08, 2022
  4. Aug 03, 2022
  5. Aug 02, 2022
  6. Aug 01, 2022
  7. Jun 09, 2022
  8. Jun 03, 2022
  9. Jun 02, 2022
  10. Jun 01, 2022
    • rhenck's avatar
      Fix page constructor parameter · eb6008f9
      rhenck authored
      Page needs to be a partial as it is only the blueprint.
      eb6008f9
    • rhenck's avatar
      Quick and dirty fix sanitization service tests · 2f9dcce3
      rhenck authored
      2f9dcce3
    • rhenck's avatar
      Fix simple drop list properties panel · f63443af
      rhenck authored
      Now properly finds all normal and simple drop lists.
      This is achieved by a new method of unit all it's sub-components, which 
      returns all contained elements with and optional type filter.
      
      Also improve (still not very pretty) styling of the drop list props 
      panel.
      
      #260 #259
      f63443af
    • rhenck's avatar
      Fix element ID initialization · 45c2874c
      rhenck authored
      There were some cases where elements could end up without an ID.
      Also just in case an error is thrown when no ID is present.
      45c2874c
    • rhenck's avatar
      Fix IDService unit tests · d458e13c
      rhenck authored
      The service is no longer an Angular service, but is now a basic 
      singleton.
      d458e13c
    • rhenck's avatar
      Add sanitization for drop-list-simple · e74d1ae5
      rhenck authored
      e74d1ae5
    • rhenck's avatar
      Fix sanitization of cloze elements · 044b0c92
      rhenck authored
      The creation of a temporary cloze elements fails when it encounters 
      unknown child types.
      Therefore we use a static ClozeElement method to get the child elements 
      from the document instead of the whole element.
      044b0c92
    • rhenck's avatar
      Refactor cloze element's document handling · 89befccd
      rhenck authored
      - Move methods from cloze parser helper library to cloze class.
      - Cloze children are set up with a special placeholder which is then 
      recognized and replaced by a new ID. And the element is recreated (like 
      before) to have a proper element model class, which the TipTap editor 
      doesn't provide.
      89befccd
Loading