symfony-bundle
Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 1,446 public repositories matching this topic...
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and
Sylius version affected: 1.7.0
Description
In Admin area: A simple product (unique variant) which has no channel activated generates a twig error in the route “sylius_admin_product_show”. The view expects to have an array of channels in @AdminBundle/Product/Show/_pricing.html.twig
Steps to reproduce
- Create a simple product and disable all channels
- Goto admin produc
-
Updated
Aug 25, 2020 - PHP
-
Updated
Jun 11, 2020 - PHP
-
Updated
Aug 1, 2020 - PHP
Describe the bug
Some of the countries that are available for selection seem to be missing flag images (we have 198). This results in broken img elements.
To Reproduce
Select "American Samoa" (AS) or "Åland Islands" (AX).
(OPTIONAL) Additional context
Either add missing flags, or to also future proof it add either a fallback or hide the flag img element if it fails to
-
Updated
Aug 25, 2020 - PHP
-
Updated
Aug 26, 2020 - PHP
-
Updated
Aug 27, 2020 - PHP
-
Updated
Aug 23, 2020 - PHP
-
Updated
Aug 19, 2020 - PHP
It could be great to leverage these metadata, notably when using jms virtual properties.
-
Updated
Jul 24, 2020 - PHP
-
Updated
Aug 6, 2020 - PHP
-
Updated
Aug 13, 2020 - PHP
-
Updated
Aug 21, 2020 - HTML
-
Updated
Mar 30, 2020 - PHP
-
Updated
Mar 3, 2020 - PHP
-
Updated
Aug 13, 2020 - PHP
Stream loader via http/https may contain query params that are omitted during cache resolve.
Preconditions
- Symfony 4.2.7
- liip/imagine-bundle: 2.1.0
- imagine/imagine: v0.7.1
Steps to reproduce
# services.yaml
Liip\ImagineBundle\B
-
Updated
Jul 22, 2020 - PHP
-
Updated
Jun 20, 2020 - PHP
-
Updated
Jul 24, 2020 - PHP
-
Updated
Aug 21, 2020 - PHP
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia


Description
At the moment it's quite hard to debug HTTP errors because the only information we get is:
HTTP/1.1 400 Bad Request returned for "https://example.com/".It would be nice to have an opt-in option that would automatically open response payload and headers in order to log them in Sentry for example. It may require to handle a max lenght on the response payload.