Changeset 10959
- Timestamp:
- 08/19/08 18:38:24 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtendedFileValidatorPlugin/trunk/README
r10957 r10959 3 3 ## Introduction ## 4 4 This plugin extends sfFileValidator to add: 5 5 6 * verification of the minimum/maximum/exact height and width of an image sent by a form 6 7 * verification of image aspect ratio … … 46 47 47 48 You can use all the options proposed by sfFileValidator and add this new options: 49 48 50 * exact_width (exact_width_error option available) : checks the exact width 49 51 * min_width (min_width_error option available) : checks the minimum width … … 61 63 62 64 ## Todo ## 65 63 66 * unit-tests 64 67 * check if the image is noninterlaced before resaving plugins/sfExtendedFileValidatorPlugin/trunk/package.xml
r10957 r10959 4 4 <channel>pear.symfony-project.com</channel> 5 5 <summary>Extended file validator</summary> 6 <description>This plugin extends sfFileValidator to add verification of the minimum/maximum/exact height and width of an image sent by a form and deactivation of the interlacing of a JPEG image</description>6 <description>This plugin extends sfFileValidator to add verification of the minimum/maximum/exact height and width of an image sent by a form, verification of image aspect ratio and deactivation of the interlacing of a JPEG image</description> 7 7 <lead> 8 8 <name>Vincent Lemaire</name> … … 28 28 </stability> 29 29 <license uri="http://www.symfony-project.com/license">MIT license</license> 30 <notes>_</notes> 30 31 <contents> 31 32 <dir name="/">