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-05-08 18:20:53 +02:00
..
BrowserKit [BrowserKit] fixed a weird behavior where a PHP process returns a successful exit code, but the PHP scripts actually died 2011-05-04 09:08:05 +02:00
ClassLoader [ClassLoader] added a debug class loader 2011-05-05 08:28:12 +02:00
Config [Config] some exception improvements 2011-05-05 19:43:08 +02:00
Console [Console] fixed phpdoc for Command class. 2011-04-30 22:17:30 +02:00
CssSelector [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
DependencyInjection [DependencyInjection] fixes a bug when requesting a definition that uses property injection 2011-05-03 23:46:02 +02:00
DomCrawler fixed typoe on Exception message 2011-04-27 23:04:13 +09:00
EventDispatcher [Event] Tweak phpDoc for consistency 2011-04-06 09:42:48 +02:00
Finder [Finder] simplified code 2011-05-06 14:16:23 +02:00
Form [Form] removed a bunch of unused use statements 2011-05-06 14:07:16 -07:00
HttpFoundation Merge remote branch 'bschussek/form' 2011-05-04 22:13:33 +02:00
HttpKernel [HttpKernel] refactored the ErrorHandler class 2011-05-05 08:53:16 +02:00
Locale [Locale] updated ICU data, changes to note: 2011-04-28 11:57:55 -03:00
Process [Process] added optional argument for default executable 2011-04-26 07:45:16 -07:00
Routing [Routing] fixed deep nested route collections (closes #770) 2011-05-04 23:29:47 +02:00
Security capitalized 'boolean' 2011-04-27 02:35:10 -03:00
Serializer [Serializer] Renamed AbstractEncoder/Normalizer to SerializerAwareEncoder/Normalizer 2011-05-08 18:20:53 +02:00
Templating Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
Translation [Translation] removed unnecessary default parameter value 2011-04-25 22:58:23 +02:00
Validator Method exists does not work if you append the () to the method name, thus this never words for objects that actually have the __toString method. Removed the erroneous () so that this works as it appears to have been intended. 2011-05-06 13:20:29 -07:00
Yaml [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00