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 2cc36f10ce merged branch lmammino/improved-image-validator (PR #8490)
This PR was squashed before being merged into the master branch (closes #8490).

Discussion
----------

[Validator] improved image validator

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#2840

CHANGELOG
* Added options to validate image aspect ratio (`minRatio` and `maxRatio`)
* Added options to validate if the image ratio is square, landscape or portrait (`allowSquare`, `allowLandscape`, and `allowPortrait`)

Commits
-------

b030624 [Validator] improved image validator
2013-08-02 15:39:24 +02:00
..
BrowserKit Merge branch '2.3' 2013-07-21 22:19:01 +02:00
ClassLoader [Debug] made Debug find FQCN automatically based on well-known autoloaders 2013-07-24 07:36:23 +02:00
Config Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Console [Console] fixed tests 2013-07-31 18:17:51 +02:00
CssSelector Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Debug fixed an error message 2013-07-28 22:44:44 +02:00
DependencyInjection Merge branch '2.3' 2013-07-27 07:01:52 +02:00
DomCrawler Merge branch '2.3' 2013-07-21 22:19:01 +02:00
EventDispatcher Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Filesystem Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Finder Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Form [Form] Changed (Number|Integer)ToLocalizedStringTransformer::reverseTransform() to do rounding 2013-08-01 17:19:11 +02:00
HttpFoundation [HttpFoundation] deprecated FlashBag::getIterator() method 2013-07-30 22:27:22 +02:00
HttpKernel Merge branch '2.3' 2013-07-27 07:01:52 +02:00
Intl Merge branch '2.3' 2013-07-08 15:37:01 +02:00
Locale Merge branch '2.3' 2013-07-08 15:37:01 +02:00
OptionsResolver Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Process Merge branch '2.3' 2013-07-21 22:19:01 +02:00
PropertyAccess Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Routing Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Security Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Serializer merged branch StanAngeloff/issue-8424-refactoring (PR #8514) 2013-08-02 15:35:53 +02:00
Stopwatch Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Templating Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Translation Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Validator merged branch lmammino/improved-image-validator (PR #8490) 2013-08-02 15:39:24 +02:00
Yaml Merge branch '2.3' 2013-07-21 22:19:01 +02:00