-
## Acceptance Criteria
* I can select one or more items from a hierarchical structure in non-React sections of the CMS
* The field is tested with existing uses: "Groups" in Page Settings, Redire…
-
`admin/pages` takes 4x as long to load in SS4 compared to SS3. That's on a comparable default database, with the same hardware. The numbers are roughly equivalent between PHP 5.6 and PHP 7.1. Both con…
-
**UPDATED 16 JUNE - theme identifiers updated**
PR #5471 starts introducing bootstrap HTML for form fields. The issue that @chillu raises is that this will break everyone else's forms that rely on th…
-
Ever since we split SS4 into minipackages we've been chomping at the bit to shift modules to the vendor path. The current root path of a default install — let alone a CWP recipe — is very cluttered.
…
-
## Acceptance criteria
* When IE10 or lower is used to open the CMS, a warning banner should be shown.
## Pull request
- [x] https://github.com/silverstripe/silverstripe-admin/pull/272/
-
# Original issue
The reason is user is redirected to the edit form so the message set on create form never gets a chance to show it to user.
@tractorcow said:
> Store the message in redux and sho…
-
I've had focuspoint on our site for a while. It's stopped working with a composer update when it jumped to 2.4
Error is
`[User Warning] DataObject::__construct passed The value 'assets/article-…
-
Disclaimer: This is not a joke.
A discussion on #5450 about `isset()` highlights and issue. We too often end up with code like this:
```
if($parent = $this->Parent) {
if($author = $this->Author) {…
-
For example, DataObject is quite large, but also filled with functions like this:
```
/**
* @deprecated 4.0 Method has been replaced by belongsTo() and belongsToComponent()
* @param str…
-
## Problem: we only have ~15 months between SS4 stable release and SS3 end-of-life.
Right now SS3's end-of-life is tied to the end-of-life of the PHP version that it requires - 5.6. This is Decembe…