-
```
Fatal error: Uncaught MJS\TopSort\CircularDependencyException:
Circular dependency found: debugbarext->debugbarext in /home/test/ss/vendor/marcj/topsort/src/CircularDependencyException.php:34
…
-
## Overview
(Ingo's update on this ticket): It's unclear how "edit any page" permissions work, we need a better UX and messaging for this.
## Affected Version
silverstripe/framework …
-
Similar to the ones, added to `silverstripe-elemental` (see https://github.com/creative-commoners/silverstripe-versioned-admin/commit/0d3208b15c52ecccbf09a94d2f688fafe9128d1e), the banner block needs …
-
On 2.2.x-dev with cwp-kitchen-sink. See stacktrace further down. Might be a framework issue? Subsequent dev/build invocations fix this, so might be an execution ordering issue.
```
asyncphp/doorma…
-
## Affected Version
Observed in 4.2.1
## Description
Silverstripe throws out a big ugly warning when we use addExtraClass on a DropdownField
"nl2br() expects parameter 1 to be string, array …
-
The problem is in https://github.com/symbiote/silverstripe-gridfieldextensions/blob/master/src/GridFieldOrderableRows.php#L564
The $baseTable is not correctly derived from the list (using the name …
-
As React is the integral front-end library for the CMS, it is important we keep it up to date so we can take advantage of improvements made to it and also so we may use other packages which depend on …
-
Create user guide documentation on using the blocks in the elemental module, here: https://github.com/dnadesign/silverstripe-elemental
~Note this should be done for the both modules: elemental-banner…
-
4.2.0+
For DataObjects with a direct relation to a file, an extra tab is added called “LinkTracking”. `SiteTreeLinkTracking` should remove it with
```php
/**
* @param FieldList $fields
*/
…
-
### User Story
As a CMS user, I want to be able to add new content blocks within a page level between current content blocks, so that I can do this quickly and in context with the other page blocks.
…