Symfony

Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 4,776 public repositories matching this topic...
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Nov 30, 2020 - PHP
-
Updated
Nov 29, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Oct 26, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
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
-
Updated
Dec 4, 2020 - PHP
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
- Add a taxon, keep it empty of products.
- Update a product to use the newly created taxon as Main taxon.
- Try to remove the taxo
-
Updated
Dec 8, 2020 - PHP
I saved an article (https://www.senat.fr/rap/r08-388/r08-38823.html) in my wallabag and I think that borders on tables should be kept.
-
Updated
Dec 5, 2020 - PHP
-
Updated
Nov 30, 2020 - PHP
-
Updated
Oct 26, 2020 - PHP
-
Updated
Dec 3, 2020 - PHP
-
Updated
Nov 27, 2020 - PHP
-
Updated
Dec 8, 2020 - PHP
-
Updated
Oct 25, 2020
-
Updated
Dec 8, 2020 - PHP
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia
Symfony version(s) affected: 4.4.16
Description
StringUtil::trim()
is doingpreg_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