Development

Changeset 10959

You must first sign up to be able to contribute.

Changeset 10959

Show
Ignore:
Timestamp:
08/19/08 18:38:24 (5 years ago)
Author:
vlemaire
Message:

sfExtendedFileValidatorPlugin : updated package.xml to correct markdown format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfExtendedFileValidatorPlugin/trunk/README

    r10957 r10959  
    33## Introduction ## 
    44This plugin extends sfFileValidator to add: 
     5 
    56 * verification of the minimum/maximum/exact height and width of an image sent by a form 
    67 * verification of image aspect ratio 
     
    4647 
    4748You can use all the options proposed by sfFileValidator and add this new options: 
     49 
    4850 * exact_width (exact_width_error option available) : checks the exact width 
    4951 * min_width (min_width_error option available) : checks the minimum width 
     
    6163 
    6264## Todo ## 
     65 
    6366 * unit-tests 
    6467 * check if the image is noninterlaced before resaving 
  • plugins/sfExtendedFileValidatorPlugin/trunk/package.xml

    r10957 r10959  
    44 <channel>pear.symfony-project.com</channel> 
    55 <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> 
    77 <lead> 
    88  <name>Vincent Lemaire</name> 
     
    2828 </stability> 
    2929 <license uri="http://www.symfony-project.com/license">MIT license</license> 
     30 <notes>_</notes> 
    3031 <contents> 
    3132  <dir name="/">