Skip to content
#

Symfony

symfony logo

Symfony is a set of reusable PHP components and a PHP framework for web projects.

Here are 4,776 public repositories matching this topic...

symfony
pmishev
pmishev commented Nov 30, 2020

Symfony version(s) affected: 4.4.16

Description
StringUtil::trim() is doing preg_replace('/^[\pZ\p{Cc}]+|[\pZ\p{Cc}]+$/u', '', $string) to trim strings, however this regex is missing ZERO WIDTH SPACE (\xE2\x80\x8B) characters.

How to reproduce
http://sandbox.onlinephpfunctions.com/code/5b72e8ff76c34a313c0f2799995f56e5993b6b60

Possible Solution

p{Cf} catch

api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of 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 big company where any call to the fonts.googleapi.com CDN takes 30 seconds

Sylius
jacquesbh
jacquesbh commented Mar 23, 2020

Sylius version affected: v1.4.4

Description

Sylius says the category is used and cannot be removed, when we try to remove an empty category.

We figured out that we had some products with the taxon as "Main Taxon".

Steps to reproduce

  1. Add a taxon, keep it empty of products.
  2. Update a product to use the newly created taxon as Main taxon.
  3. Try to remove the taxo

Created by Fabien Potencier

Released October 2005

Organization
symfony
Website
symfony.com
Wikipedia
Wikipedia
You can’t perform that action at this time.