Maxime Rainville

Results 41 issues of 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...

type/api-break
impact/medium
complexity/medium

The contextual menu gives you the option to duplicate a page. ![Screenshot from 2019-06-25 15-17-34](https://user-images.githubusercontent.com/1168676/60066863-86734f00-975c-11e9-9fa7-9b98ea472ff0.png) The "More actions" menu doesn't. ![image](https://user-images.githubusercontent.com/1168676/60066896-a440b400-975c-11e9-9130-6b51e04fa983.png) @silverstripeux

complexity/low
impact/low
affects/v4
type/UX

`$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...

type/enhancement
affects/v3
change/minor
effort/medium
impact/medium

Looks like these button and form field are meant to be fused together. ![image](https://user-images.githubusercontent.com/1168676/86432070-a57ec680-bd4a-11ea-8cc4-a2c98ceeb2b9.png)

type/bug
affects/v4
complexity/medium
impact/medium
type/UX

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...

complexity/medium
impact/low
type/UX

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...

type/enhancement
complexity/medium
impact/medium
affects/v5

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...

impact/low
type/docs
affects/v5

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,...

type/bug
affects/v4
complexity/medium
impact/high
type/UX

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. ![image](https://user-images.githubusercontent.com/1168676/111377293-57a5c500-8705-11eb-8168-923347b27543.png)

type/bug
affects/v4
complexity/low
impact/high
type/UX