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/tests/Symfony/Tests/Component
Ryan Weaver 026ab6c6ce [Config] Adding an ignoreExtraKeys options, which allows you to let options simply be ignore without throwing a validation exception.
I had thought that this was unnecessary - when would you ever want to just let "extra" options fail silently?

But, the SecurityExtension takes advantage of this by creating two separate config trees. The first tree looks for just one particular value on the configuration array and ignores the rest. So, there *is* a use-case for allowing all extra fields to simply be ignored, though this should not be the norm.
2011-02-18 13:31:14 -06:00
..
BrowserKit [BrowserKit] fix Response::__toString() method to take care of multiple headers, for example when setting more than one cookie. 2011-02-12 21:52:33 +01:00
ClassLoader moved ClassLoaderCollection class to the ClassLoader component 2011-01-27 14:11:54 +01:00
Config [Config] Adding an ignoreExtraKeys options, which allows you to let options simply be ignore without throwing a validation exception. 2011-02-18 13:31:14 -06:00
Console [Console] fixed new ArgvInput method 2011-02-12 21:51:34 +01:00
CssSelector Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
DependencyInjection [Config] Making changes per the recent movement of the Config builder into the Config component. 2011-02-18 06:59:35 -06:00
DomCrawler [DomCrawler] fix Form::getUri() when the form action attribute contains only a sharp (#) character. 2011-02-17 19:37:25 +01:00
EventDispatcher changed the EventDispatcher and Event interfaces 2011-01-26 08:41:59 +01:00
Finder [Finder] Add support for relative path 2011-02-17 07:23:55 +01:00
Form [Form] Fixed date handling classes to use server timezone by default 2011-02-16 23:05:22 +01:00
HttpFoundation [HttpFoundation] fix Cache-Control header when forcing the Response to have an Expires header field. The RFC2616 Bis indicates that if the Response has both max-age (or s-maxage) and Expires header field, the Cache-Control maxage wins over Expires. The previous code in ResponseHeaderBag always returned "private, max-age=0, must-revalidate" even if the Expires header field was forced. 2011-02-18 12:34:33 +01:00
HttpKernel renamed SQLiteProfilerStorage to SqliteProfilerStorage 2011-02-15 21:57:09 +01:00
Routing moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
Security [Security] adds a chain user provider 2011-02-16 23:00:27 +01:00
Serializer [Serializer] added the ability to add attributes to nodes using an array key begining with @ 2011-02-14 22:20:03 +01:00
Templating [Templating] Refactor the component 2011-02-14 21:11:44 +01:00
Translation moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
Validator [Validator] Fixed: Collections annotated with @Valid may contain scalar values. These values are ignored by the GraphWalker 2011-02-03 13:21:37 +01:00
Yaml normalized license messages in PHP files 2011-01-18 08:07:46 +01:00