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/tests/Symfony/Tests/Component
Bernhard Schussek b8ef7e7332 [Form] Improved semantics of property paths and removed FieldGroup::merge() for now
The semantics of property paths are now:

   (1) if a property path is set, it is _always_ respected (relative to the object
       of the parent field)
   (2) if no property path is set, the object of the parent field is _always_ ignored

Fact (2) allows us to set data into fields that is updated independently of the parent
field (like CSRF tokens, subforms with different objects etc.)

What is missing now is support for subfields that pass the object of the parent field
through to their own subfields. This functionality would be needed for GoogleMapFields,
DateRangeFields etc., which are compositions of individual fields that update the
parent object of the FieldGroup.

There are several alternatives for the latter functionality that should be discussed
in a RFC.
2010-12-16 10:18:31 +01:00
..
BrowserKit renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Console Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
CssSelector Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
DependencyInjection fixed typo 2010-12-14 07:49:55 +01:00
DomCrawler made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
EventDispatcher made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Finder [Finder] Fixed tests on windows 2010-11-18 06:59:05 +01:00
Form [Form] Improved semantics of property paths and removed FieldGroup::merge() for now 2010-12-16 10:18:31 +01:00
HttpFoundation CS fixes 2010-12-13 11:10:55 +01:00
HttpKernel [HttpFoundation] fixed Request::create() when using HTTPS and getUri()/getPathForUri() when script name should be removed. 2010-12-12 14:08:35 +01:00
Routing added exception when a loaded YAML resource is not an array 2010-12-12 08:39:37 +01:00
Security fixed user refreshing after unserialization 2010-12-15 17:38:30 +01:00
Templating renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Translation added exception when a loaded YAML resource is not an array 2010-12-12 08:39:37 +01:00
Validator CS fixes 2010-12-13 11:10:55 +01:00
Yaml Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00