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
Fabien Potencier 3a5d508766 [Console] replaced fgets by stream_get_line in DialogHelper
Problem with fgets is that false means two things: an error or the end of the stream.
That's ok for STDIN, but it becomes a problem when using another stream (in a unit test for instance).
2011-07-07 09:41:45 +02:00
..
BrowserKit [BrowserKit] convert a click to a submit when the link is actually a form 2011-06-17 15:23:12 +02:00
ClassLoader [ClassLoader] made another performance improvement 2011-06-17 14:15:14 +02:00
Config [Config] removed extra whitespace. 2011-07-01 09:35:17 +02:00
Console [Console] replaced fgets by stream_get_line in DialogHelper 2011-07-07 09:41:45 +02:00
CssSelector [CssSelector] fixed exception namespace 2011-06-29 19:11:00 +02:00
DependencyInjection removed obsolete code 2011-07-06 16:11:01 +02:00
DomCrawler [DomCrawler] fixed Link::getUri() method for anchors 2011-06-23 08:20:13 +02:00
EventDispatcher [EventDispatcher] tweaked public @api 2011-06-14 14:40:48 +02:00
Finder [Finder] added a convenience method Finder::create() 2011-06-14 14:18:24 +02:00
Form [Form] added a form type name validator 2011-07-07 09:16:13 +02:00
HttpFoundation [HttpFoundation] tweaked previous merge 2011-07-07 07:41:40 +02:00
HttpKernel [HttpKernel] fixed HEAD requests Content-Length header 2011-07-06 17:37:42 +02:00
Locale [Locale] fixed CS 2011-06-24 01:49:48 +02:00
Process fixed CS 2011-06-23 13:39:36 +02:00
Routing merged branch Seldaek/router_esc (PR #1471) 2011-07-01 10:09:44 +02:00
Security [Security] tweaked previous commit 2011-07-05 11:14:15 +02:00
Serializer fixed CS 2011-06-23 14:07:53 +02:00
Templating [Templating] fixed cache loader as the logical name can contain characters not valid on some OSes 2011-06-07 13:35:55 +02:00
Translation Remove useless code 2011-07-04 14:08:20 +02:00
Validator merged branch vicb/form/ini-max-size (PR #1542) 2011-07-06 14:22:15 +02:00
Yaml added more information about a resource in error and debug messages 2011-06-20 10:16:09 +02:00