Benjamin Eberlei

Results 139 comments of Benjamin Eberlei

I am using the following twig commands: ``` {% stylesheets 'bundles/hwsplatform/lsl/css/layout_3col_fixed.css' 'bundles/hwsplatform/lsl/css/stylesheet_168fd464f0.css' 'bundles/hwsplatform/lsl/css/fix_glossary_definitions.css' 'bundles/hwsplatform/lsl/css/lsl.css' 'bundles/hwsplatform/aristo/jquery-ui-1.8.7.custom.css' output='css' filter='cssrewrite' %} {% endstylesheets %} ``` In dev mode this becomes (and so on):...

Ok, same happens for image rewrites of course. Which 404s them aswell.

ctype is locale dependent, all our code does not depend on environment right now.

@webmozart See http://php.net/manual/en/function.ctype-alnum.php its reference to "default locale" and the link to `setlocale`.

its not really a breaking change, because we are making the validation less strict. Making it stricter would be a problem though. I consider this a bug, if alnum actually...

@sandrokeil I am unsure, it must be a new major version that is for sure, but i don't know if intl is as widespread as mbstring.

These are too specific for my taste. I am not sure to add them,

@marcospassos If you can keep the patch small, then yes. But I feel that is not possible from what I understand about the potential ramifications. The likelihood of me merging...

Isn't `vendor/symfony/symfony` relative to the root of the repo? That at least what i mean here. Currently only working with the default `vendor/` is supported.