Alex Rock

Results 67 comments of Alex Rock

The v4 is out yet already: https://github.com/Orbitale/CmsBundle/blob/4.x/composer.json#L11 I tagged it as a "pre-release" because the audience for this project is not active enough to be sure that 4.0.0 is 100%...

> Unfortunately we can't really use v4 either, as it's locked to SF5. Do you use any of the new features that make it impossible to be compatible with SF4.4?...

I already switched from releases notes to a Changelog file on [Compotes](https://github.com/Orbitale/Compotes/blob/master/CHANGELOG.md), but not yet on all other packages, I'm going to do it :slightly_smiling_face: (Edit: it's done for CmsBundle!...

When I have more time for this specific subject, I'll probably update v3 and v4 and check the "lowest compatible SF version" :) Is it urgent for you?

I'm coming back on this issue since I'm having it right away. While working on [my side-project](https://github.com/Orbitale/Compotes), I wanted to create a DTO that would contain the `UniqueEntity` constraint associated...

A use-case I'm having right now is that I have to block certain requests based on HTTP headers (like "referer" or "from"), and I have like 24 config files for...

My use-case is to prepend some action to **all** site handlers, but I may at some point need to do some other action for specific sites, and in such case,...

> @Pierstoval I imagine your files in the `vhosts` folder are all pretty similar? Nope 😁 Some are, like the PHP/Symfony apps all contain the same customized stuff. Example with...

I'm having struggles too because on my app, web test case is using the env vars from the `phpunit.xml.dist`, but Panther test have a different configuration and I need an...

@bastien70 There's one specific thing about using the `test` environment that is not the best option: session. Since Panther uses a web browser, you can't use Session, since it's mocked...