- Dec 06, 2021
-
-
Henrik tom Wörden authored
-
Henrik tom Wörden authored
-
- Dec 02, 2021
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Dec 01, 2021
-
-
Florian Spreckelsen authored
-
- Nov 29, 2021
-
-
Florian Spreckelsen authored
-
- Nov 17, 2021
-
-
Henrik tom Wörden authored
-
- Nov 04, 2021
-
-
Timm Fitschen authored
-
- Nov 02, 2021
-
-
Timm Fitschen authored
-
- Nov 01, 2021
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Oct 31, 2021
-
-
Timm Fitschen authored
-
- Oct 28, 2021
-
-
Henrik tom Wörden authored
-
Timm Fitschen authored
-
- Oct 15, 2021
-
-
florian authored
-
- Sep 30, 2021
-
-
Timm Fitschen authored
-
- Sep 14, 2021
-
-
Timm Fitschen authored
-
- Sep 13, 2021
-
-
florian authored
-
- Jun 15, 2021
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Jun 14, 2021
-
-
- Jun 10, 2021
-
-
- Jun 07, 2021
-
-
Florian Spreckelsen authored
-
- Jun 03, 2021
-
-
- Jun 01, 2021
-
-
- May 25, 2021
-
-
- May 18, 2021
-
-
Florian Spreckelsen authored
-
- Apr 20, 2021
-
-
- Mar 30, 2021
-
-
* A button which indicates the current state of an entity * A popover which shows information about the state let users start transitions
-
- Mar 26, 2021
-
-
Henrik tom Wörden authored
-
- Mar 24, 2021
-
-
- Mar 23, 2021
-
-
- Mar 15, 2021
-
-
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.
-