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/HttpFoundation
Fabien Potencier 36bcfcc5ee Merge remote branch 'bschussek/form'
* bschussek/form:
  [Form] CSRF fields are not included in the children of a FormView anymore if the view is not the root
  [Form] FormView::offsetUnset() is now supported. It was possible anyway using getChildren() and setChildren().
  [Form] Split the option "modifiable" of the "collection" type into "allow_add" and "allow_delete"
  [Form] Added test for last commit by kriswallsmith and improved dealing with original names
  [Form] Fixed variable scope when entering nested form helpers
  [Form] Added tests for blocks/templates in the format _<ID>_(widget|row|label|...)
  [Form] updated listener to check that data is an array
2011-05-04 22:13:33 +02:00
..
File [Form] Added test for last commit by kriswallsmith and improved dealing with original names 2011-05-04 17:04:44 +02:00
SessionStorage Various typos 2011-04-30 19:40:15 +00:00
ApacheRequest.php [HttpFoundation] fixed a small bug on Windows 2011-03-17 12:28:29 +01:00
Cookie.php changed the default httpOnly value for cookie for better security out of the box 2011-05-04 08:44:59 +02:00
FileBag.php File & UploadedFile tweaks 2011-04-27 09:10:41 +02:00
HeaderBag.php Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ParameterBag.php [HttpFoundation] allow to retrieve paths of arbitrary depths 2011-04-05 10:17:31 +02:00
RedirectResponse.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Request.php [HttpFoundation] added support for X-Forwarded-Port request header 2011-05-04 09:56:34 -07:00
RequestMatcher.php Merge remote branch 'igorw/ipv6' 2011-04-24 22:04:25 +02:00
RequestMatcherInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Response.php [HttpFoundation] added logic to automatically add the charset when not present in the Content-Type for relevant Content-Types 2011-04-22 15:26:38 +02:00
ResponseHeaderBag.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ServerBag.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Session.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00