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
Victor Berchet 6465a6987a [Routing] Fixes to handle spaces in route pattern
- The route compiler does not add extra space or line-feed,
- The generated regex does not use the 'x' modified any more,
- The PHP and apache matchers do not need to strip any chars (vs space and line feed before),
- The space characters are escaped according to the apache format
2012-04-10 17:29:34 +02:00
..
BrowserKit [BrowserKit] Fixed Client->back/forward/reload() not keeping all request attributes 2012-03-10 16:26:36 +01:00
ClassLoader Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
Config Fixed an "Array to string conversion" warning when using PHP 5.4. Also affects Symfony2 master. 2012-03-14 18:05:51 +00:00
Console provided unmerged definition for correct help generation 2012-03-12 01:11:44 +01:00
CssSelector [CssSelector] fixed CssSelector::toXPath() when the CSS selector is an empty string 2012-03-11 10:18:25 +01:00
DependencyInjection merged branch igorw/dic-yaml-without-args (PR #3747) 2012-04-01 10:27:21 +02:00
DomCrawler Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
EventDispatcher [EventDispatcher] fixed CS 2012-03-03 01:31:12 +01:00
Filesystem added forwards compatibility for the Filesystem component 2011-12-25 14:02:01 +01:00
Finder fixed coding standards 2012-02-24 09:04:00 +01:00
Form Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<a href='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024) 2012-03-16 17:19:53 -04:00
HttpFoundation Simplified CONTENT_ headers retrieval 2012-03-26 23:58:48 +02:00
HttpKernel [HttpKernel] fixed sub-request which should be always a GET (refs #3657) 2012-03-21 00:31:28 +01:00
Locale [Locale] Prevent empty bundle 2012-03-09 16:37:22 +01:00
Process Only work with the cli sapi 2012-03-02 16:42:35 +01:00
Routing [Routing] Fixes to handle spaces in route pattern 2012-04-10 17:29:34 +02:00
Security use SecurityContextInterface instead of SecurityContext 2012-03-09 10:08:43 +01:00
Serializer [Serializer] Fix XML decoding attack vector through external entities 2012-02-24 22:50:04 +01:00
Templating Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
Translation Fixed example code. 2012-03-29 14:32:59 +02:00
Validator [Validator] Remove a race condition in the ClassMetaDataFactory (fix #3217) 2012-03-13 10:54:33 +01:00
Yaml Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00