Skip to content
Snippets Groups Projects
  1. Jun 15, 2021
  2. Jun 10, 2021
  3. May 31, 2021
  4. May 14, 2021
  5. May 12, 2021
  6. May 04, 2021
  7. Apr 30, 2021
  8. Apr 29, 2021
  9. Mar 30, 2021
  10. Mar 24, 2021
  11. Mar 23, 2021
  12. Mar 22, 2021
  13. Mar 19, 2021
  14. Mar 17, 2021
  15. Mar 15, 2021
    • Daniel Hornung's avatar
      This merge should resolve #156 and #160 · 34eeddea
      Daniel Hornung authored
      34eeddea
    • Timm Fitschen's avatar
      Fix safari edit mode and entity preview · 34052f91
      Timm Fitschen authored and Daniel Hornung's avatar Daniel Hornung committed
      This merge should resolve #156 and #160
      
      The general strategy here was fixing as much unit tests as possible for Safari and then hope that the edit mode (and entity preview) is fixed automatically.
      
      Therefore, a lot of small changes have happened. However, the most important take-away is that Safari is way more strict (or dumb?) when it comes to XML, XSLT and HTML. E.g. it does not allow <tr> elements without direct <table> parents, it is very pedantic with XML namespaces (conversion from 'XMLDocuments to HTMLDocuments and vice-versa can break things). Apparently, DocumentFragment(a lightweight alternative toDocument`s) could not be transformed by our XSLT functions - I still don't understand why.
      
      Note: I also removed the (unnecessary) ext_revisions module because the tests kept failing in safari and I didn't want to deal with them.
      34052f91
  16. Mar 13, 2021
  17. Mar 12, 2021
  18. Mar 05, 2021
  19. Mar 02, 2021
  20. Mar 01, 2021
  21. Feb 22, 2021
  22. Feb 19, 2021
  23. Feb 16, 2021
Loading