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
Fabien Potencier 852a4c9c6a [Form] removed the file upload temporary storage feature
The current implementation is not ready for inclusion in 2.0. It has several
known problems (security, not possible to disable it, not "cloud-compatible",
...) and it's not a must have feature anyway.

Some references:

 * Security issue in FileType: https://github.com/symfony/symfony/issues/1001
 * Validation fails on file, still stored in TemporaryStorage: https://github.com/symfony/symfony/issues/908
 * Add a size argument & ability to configure TemporaryStorage: https://github.com/symfony/symfony/pull/748

This feature should be reworked and discussed for inclusion in 2.1.
2011-06-09 12:44:36 +02:00
..
BrowserKit fixed CS 2011-06-08 19:56:59 +02:00
ClassLoader fixed CS 2011-06-08 19:56:59 +02:00
Config fixed CS 2011-06-08 19:56:59 +02:00
Console fixed CS 2011-06-08 19:56:59 +02:00
CssSelector replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DependencyInjection fixed CS 2011-06-08 19:56:59 +02:00
DomCrawler [DomCrawler] Uppercase http methods 2011-05-25 15:45:23 +02:00
EventDispatcher [EventDispatcher] simplified code and fixed unit tests 2011-05-30 08:59:28 +02:00
Finder [Finder] added a way to ignore all 'hidden' files 2011-05-23 11:05:58 +02:00
Form [Form] removed the file upload temporary storage feature 2011-06-09 12:44:36 +02:00
HttpFoundation [HttpFoundation] removed the leading . for extensions 2011-06-09 12:42:42 +02:00
HttpKernel fixed CS 2011-06-08 19:56:59 +02:00
Locale fixed CS 2011-06-08 19:56:59 +02:00
Process fixed CS 2011-06-08 19:56:59 +02:00
Routing fixed CS 2011-06-08 19:56:59 +02:00
Security fixed CS 2011-06-08 19:56:59 +02:00
Serializer fixed CS 2011-06-08 19:56:59 +02:00
Templating fixed CS 2011-06-08 19:56:59 +02:00
Translation fixed CS 2011-06-08 19:56:59 +02:00
Validator fixed CS 2011-06-08 19:56:59 +02:00
Yaml fixed CS 2011-06-08 19:56:59 +02:00