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
2011-02-18 08:38:09 -06:00
..
BrowserKit [BrowserKit] fix phpdoc for Client::followRedirect() 2011-02-17 19:38:06 +01:00
ClassLoader PHPDoc style fix 2011-02-07 01:02:56 +01:00
Config [Config] Renaming the key attribute removal property for consistency per Johannes' recommendation. Also fixing a PHPDoc typo per Stof. 2011-02-18 08:38:09 -06:00
Console [Console] fixed new ArgvInput method 2011-02-12 21:51:34 +01:00
CssSelector [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00
DependencyInjection moved DependencyInjection\Configuration to Config\Definition 2011-02-17 16:03:48 +01: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 [EventDispatcher] simplified code (thanks Kris Wallsmith for the tip) 2011-02-04 00:29:28 +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 Add a namespace separator for console commands in Command sub-directories. 2011-02-17 19:39:21 +01:00
Locale normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Process normalized license messages in PHP files 2011-01-18 08:07:46 +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] Made method name shorter 2011-02-16 23:05:22 +01:00
Yaml [Yaml] Fix warning 2011-02-18 12:08:05 +01:00