Ingo Schommer
Ingo Schommer
We catch `window.onerror`, but only output the message, which isn't very helpful and makes for a lot of Heisenbugs. The HTML5 spec supports error objects in this method now, so...
Currently it shows in the output, but doesn't get saved alongside the step failure in a JUnit log
[SAMLController](https://github.com/silverstripe/silverstripe-activedirectory/blob/875417b618d398b124329fd75635e4262f0b7b23/src/Control/SAMLController.php#L69) reads `$auth->getNameId()`, and saves it to `Member->GUID`. The default service provider [metadata](https://github.com/silverstripe/silverstripe-activedirectory/blob/0da2a12ffe31881dd91427ebbf3f079770b5aa3b/src/Services/SAMLConfiguration.php#L73) asks for a transient value. “transient” (vs. persistent) is defined as “Indicates that the content of the...
### Background Same issue as https://github.com/silverstripe/silverstripe-realme/issues/24 ### Testing This module covers two use cases which both need to be tested (as below) Internal ticket tracking this: https://silverstripe.freshdesk.com/a/tickets/56368 #### Plain AD...
There's a whole bunch of "widgets" which is our outdated way of doing blocks: https://github.com/silverstripe/silverstripe-blog/tree/master/src/Widgets We don't have an equivalent replacement for this in elemental. Widgets are designed for a...
# Overview Followup from https://github.com/silverstripe/silverstripe-framework/issues/6719 # Acceptance Criteria * As a user with a potentially incompatible browser, I can get informed about better choices * I can discard the warning,...
# Overview Follow up from https://github.com/silverstripe/silverstripe-admin/issues/436 # Acceptance Criteria * If the list was filtered, previous and next buttons respect this filter
## Acceptance Criteria * As a CMS author, I can insert links without breaking my writing flow due to sluggish UIs * All "insert link" forms are available without a...
## Acceptance Criteria * I can select a single item in a dropdown * I can select a multiple items in a dropdown * I can clear selection for single...
# Overview Page icons and status are fairly important data points to get context on more complex sites. Otherwise authors might accidentally link to pages which aren't published yet. It's...