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 feab81117b merged branch bschussek/bind_request (PR #4811)
Commits
-------

7727de7 [Form] Deprecated Form::bindRequest() and replaced it by a PRE_BIND listener

Discussion
----------

[Form] Deprecated Form::bindRequest() and replaced it by a PRE_BIND listener

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Instead of `bindRequest`, you should now simply call `bind`:

Before:

```
$form->bindRequest($request);
```

After:

```
$form->bind($request);
```
2012-07-10 08:21:54 +02:00
..
BrowserKit fixed CS 2012-07-09 14:54:20 +02:00
ClassLoader merged branch bamarni/master (PR #4792) 2012-07-09 16:48:03 +02:00
Config fixed CS 2012-07-09 14:54:20 +02:00
Console fixed CS 2012-07-09 14:54:20 +02:00
CssSelector fixed CS 2012-07-09 14:54:20 +02:00
DependencyInjection fixed CS 2012-07-09 14:54:20 +02:00
DomCrawler fixed CS 2012-07-09 14:54:20 +02:00
EventDispatcher fixed CS 2012-07-09 14:54:20 +02:00
Filesystem [FileSystem] explains possible failure of symlink creation in windows 2012-06-19 09:53:15 +02:00
Finder fixed CS 2012-07-09 17:06:57 +02:00
Form merged branch bschussek/bind_request (PR #4811) 2012-07-10 08:21:54 +02:00
HttpFoundation fixed CS 2012-07-09 14:54:20 +02:00
HttpKernel class_exists was returning fals for the container aware interface 2012-07-09 09:02:51 -07:00
Locale fixed CS 2012-07-09 14:54:20 +02:00
OptionsResolver fixed CS 2012-07-09 14:54:20 +02:00
Process fixed CS 2012-07-09 14:54:20 +02:00
Routing When serializing a Route, don't serialize the compiled route. 2012-07-09 22:23:40 -05:00
Security merged branch asm89/refactor-authentication-success-handling (PR #4599) 2012-07-09 15:29:00 +02:00
Serializer fixed CS 2012-07-09 14:54:20 +02:00
Templating fixed CS 2012-07-09 14:54:20 +02:00
Translation merged branch clemens-tolboom/pluraltests (PR #4412) 2012-07-09 18:23:32 +02:00
Validator merged branch fixe/patch-4 (PR #4821) 2012-07-10 07:48:15 +02:00
Yaml fixed CS 2012-07-09 14:54:20 +02:00