Maxime Rainville
Maxime Rainville
There's [SiteTreeURLSegmentField](https://github.com/silverstripe/silverstripe-cms/blob/5/code/Forms/SiteTreeURLSegmentField.php) in the CMS module and a derivative [SegmentField](https://github.com/silverstripe/silverstripe-segment-field/blob/2/src/SegmentField.php) in its own module. The derivative is used by UserForm. `SegmentField` seems generally better in every way and is more...
The contextual menu gives you the option to duplicate a page.  The "More actions" menu doesn't.  @silverstripeux
`$null` parameter doesn't appear to be ever added to the method. `$this->fixtureFactory` is null also. ## Parent issue - https://github.com/silverstripe/silverstripe-behat-extension/issues/224
I've converted the module to use the latest version of `onelogin/php-saml` and SS3.7. However I didn't manage to set up an active directory for testing. So I don't know for...
Looks like these button and form field are meant to be fused together. 
We recently introduce an option to spell out the full "Search options". The problem is that when in a constrain space (e.g. like the page search), that takes half of...
Our current JS/CSS build stack is horribly outdated. We need to refresh this to a more modern stack. # Acceptance criteria - [ ] All our JS dependencies are supported...
Follow up card to #1312 # Acceptance critreria - [ ] There's suitable doc for developers who want to do front end PRs. - [ ] There's suitable doc for...
DateField - and its child field types - don't update their value if their redux-form state gets updated externally. This is an annoyance when working with the [Search Tag](https://github.com/silverstripe/silverstripe-admin/pull/606) because,...
The CommentAdmin layout appear broken in CWP 2.7.0 and above. It was working fine in CWP2.6. So thil sooks like a recent regression. 