Ryan Weaver d6617f6fba [Config] Renaming NodeBuilder::nodeBuilder() to NodeBuilder::builder() due to the fact that PHP can get confused when you have a __construct() method *and* a method that has the same name as the class (looks like two constructors to PHP). il y a 14 ans
..
BrowserKit beaaa6d457 [BrowserKit] fix Response::__toString() method to take care of multiple headers, for example when setting more than one cookie. il y a 14 ans
ClassLoader 95e10b3ed9 moved ClassLoaderCollection class to the ClassLoader component il y a 14 ans
Config d6617f6fba [Config] Renaming NodeBuilder::nodeBuilder() to NodeBuilder::builder() due to the fact that PHP can get confused when you have a __construct() method *and* a method that has the same name as the class (looks like two constructors to PHP). il y a 14 ans
Console 36ff9abe67 [Console] fixed new ArgvInput method il y a 14 ans
CssSelector 3e02eafc70 Fixed visibility of PHPUnit setUp and tearDown methods. il y a 14 ans
DependencyInjection 7a9243a220 [Config] Making changes per the recent movement of the Config builder into the Config component. il y a 14 ans
DomCrawler b687e52835 [DomCrawler] fix Form::getUri() when the form action attribute contains only a sharp (#) character. il y a 14 ans
EventDispatcher 8b62df7247 changed the EventDispatcher and Event interfaces il y a 14 ans
Finder 0a33cbb403 [Finder] Add support for relative path il y a 14 ans
Form 9569262635 [Form] Fixed date handling classes to use server timezone by default il y a 14 ans
HttpFoundation f985da5a9c [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. il y a 14 ans
HttpKernel 02492d2ab3 renamed SQLiteProfilerStorage to SqliteProfilerStorage il y a 14 ans
Routing 5c905beb13 moved common configuration classes to a new Config component il y a 14 ans
Security 53f3ff8258 [Security] adds a chain user provider il y a 14 ans
Serializer 73cd26e2ca [Serializer] added the ability to add attributes to nodes using an array key begining with @ il y a 14 ans
Templating af81bcabf0 [Templating] Refactor the component il y a 14 ans
Translation 5c905beb13 moved common configuration classes to a new Config component il y a 14 ans
Validator 1a34743990 [Validator] Fixed: Collections annotated with @Valid may contain scalar values. These values are ignored by the GraphWalker il y a 14 ans
Yaml 64fb94c725 normalized license messages in PHP files il y a 14 ans