VincentLanglet
Repos
68
Followers
49
Following
11

A tool to automatically fix Twig Coding Standards issues

58
8

PHP Static Analysis Tool - discover bugs in your code without running it!

11779
807

The missing Symfony Admin Generator

2087
1241

Integrate Doctrine ORM into the SonataAdminBundle

432
331

The Symfony PHP framework

28151
8784

The library for web and native user interfaces

204981
41129

Events

Allow sql keywords as column name

Hi @Schrank, thanks for your PR.

Seems like the current tests are failing with your changes, so i'm not sure it works. Can you take a look ?

Also it would be nice to add a test with a reserved keyword in order to confirm it solve the issue and avoid a regression later.

Created at 5 hours ago
pull request opened
[Validator] Throw Symfony/OutOfBounds exception instead of default one in ConstraintViolationList

| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #... | License | MIT | Doc PR | symfony/symfony-docs#...

Symfony seems to almost always using namespaced Exception rather than default one. This is useful:

  • In order to do custom catch
  • When using static analysis and you want to track some exception and exclude others

But the ConstraintViolationList was throwing the PHP OutOfBounds exception even if a namespaced one exists for Validator component. This PR is BC and change this.

Created at 16 hours ago
create branch
VincentLanglet create branch outOfBound
Created at 16 hours ago
VincentLanglet delete branch 4.x-dev-kit
Created at 1 day ago

DevKit updates for 4.x branch (#8038)

Created at 1 day ago
pull request closed
DevKit updates for 4.x branch
Created at 1 day ago
VincentLanglet delete branch 4.x-dev-kit
Created at 1 day ago
DevKit updates for 4.x branch
Created at 1 day ago
VincentLanglet create tag 5.6.1
Created at 1 day ago
VincentLanglet delete branch VincentLanglet-patch-1
Created at 1 day ago
pull request closed
5.6.1
Created at 1 day ago
VincentLanglet delete branch jordisala1991-patch-1
Created at 1 day ago

Use https for doctrine xml xsd (#1672)

Created at 1 day ago
pull request closed
Use https for doctrine xml xsd

Should be pedantic.

Created at 1 day ago
Use https for doctrine xml xsd

So... you did nothing and now it works ?

Created at 1 day ago
VincentLanglet delete branch jordisala1991-patch-1
Created at 1 day ago
Fix MongoDB ODM Mapping

Subject

I am targeting this branch, because it should be bc.

Changelog

### Fixed
- Fix xml validation of MongoDB ODM mapping.
- Avoid deprecation for enabled boolean field on MongoDB ODM.
Created at 1 day ago
VincentLanglet delete branch jordisala1991-patch-1
Created at 1 day ago

Avoid deprecation for boolean on MongoDB ODM (#2374)

Created at 1 day ago
pull request closed
Avoid deprecation for boolean on MongoDB ODM

Subject

I am targeting this branch, because this is Bc.

Changelog

### Fixed
- Deprecation for boolean field on MongoDB ODM.
Created at 1 day ago
pull request closed
Use "https" scheme and fix some domains in URLs
Created at 1 day ago

Use "https" scheme and fix some domains in URLs (#2378)

Created at 1 day ago