This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Matthias Pigulla 2b36ac5a61 Fix that two DirectoryResources with different patterns would be deduplicated
ResourceInterface::__toString is mainly important because in various places, array_uniqe() is called to perform a de-duplication of resources and will use the string representation for objects.

Thus, we need to take care that if DirectoryResources apply different patterns they must be kept after array_unique calls.
2015-09-10 14:18:59 +02:00
..
BrowserKit use new repo location in some readme.md 2015-09-03 22:55:07 +02:00
ClassLoader consistently use str_replace to unify directory separators 2015-08-25 14:59:33 +02:00
Config Fix that two DirectoryResources with different patterns would be deduplicated 2015-09-10 14:18:59 +02:00
Console Dispatch console.terminate *after* console.exception 2015-09-08 14:55:10 +01:00
CssSelector minor #14121 CS: Pre incrementation/decrementation should be used if possible (gharlan) 2015-05-15 15:28:34 +02:00
Debug [php7] Fix for substr() always returning a string 2015-07-28 14:38:40 +02:00
DependencyInjection improve exceptions when parsing malformed files 2015-09-08 22:16:40 +02:00
DomCrawler Windows and Intl fixes 2015-08-25 23:41:39 +02:00
EventDispatcher minor #14121 CS: Pre incrementation/decrementation should be used if possible (gharlan) 2015-05-15 15:28:34 +02:00
Filesystem [ci] Run minimal versions on appveyor only 2015-08-29 12:34:03 +02:00
Finder minor #15614 consistently use str_replace to unify directory separators (Tobion) 2015-08-26 18:41:06 +02:00
Form drop unused private methods 2015-09-09 09:30:09 +02:00
HttpFoundation Tests fix clockmock 2015-09-10 13:45:33 +02:00
HttpKernel Kernel version constants are integers to actually be comparable numerically 2015-09-08 21:33:18 +02:00
Intl [Intl] Fix test 2015-09-02 18:14:26 +02:00
Locale Remove skipping of tests based on ICU data version whenever possible 2015-07-30 18:05:29 +02:00
OptionsResolver link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Process Windows and Intl fixes 2015-08-25 23:41:39 +02:00
PropertyAccess link to https://symfony.com where possible 2015-05-01 16:06:45 +02:00
Routing improve exceptions when parsing malformed files 2015-09-08 22:16:40 +02:00
Security [Security] Add missing docblock in PreAuthenticatedToken 2015-08-07 09:22:48 +02:00
Serializer Add support for variadic arguments in the GetSetNormalizer 2015-08-01 21:55:55 +02:00
Stopwatch Tests fix clockmock 2015-09-10 13:45:33 +02:00
Templating Update EngineInterface.php 2015-08-01 16:10:55 +02:00
Translation use new repo location in some readme.md 2015-09-03 22:55:07 +02:00
Validator missing "YAML" in the exception message. 2015-09-10 09:43:17 +02:00
Yaml typofix - https://github.com/vlajos/misspell_fixer 2015-08-11 09:25:28 +02:00