Development

Changeset 7284

You must first sign up to be able to contribute.

Changeset 7284

Show
Ignore:
Timestamp:
02/03/08 10:40:04 (5 years ago)
Author:
fabien
Message:

sfFormExtraPlugin: added a ReCaptcha? validator and widget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfFormExtraPlugin/README

    r7278 r7284  
    2020    }}} 
    2121 
     22== Documentation == 
     23 
     24All classes have full API and usage documentation. The API documentation is available here. 
     25 
    2226== Forms == 
    2327 
     
    2630== Validators == 
    2731 
     32  * sfValidatorReCaptcha: Validates a ReCaptcha (see sfWidgetFormReCaptcha) 
     33 
    2834== Widgets == 
     35 
     36  * sfWidgetFormReCaptcha: Display a ReCaptcha widget (see sfValidatorReCaptcha) 
    2937 
    3038== How to contribute == 
     
    3543    * The license must be MIT 
    3644    * You must have a unit test suite (100% coverage) 
    37     * You must have PHPdoc for all classes and methods 
     45    * You must have PHPdoc for all classes and methods with a documentation usage 
    3846    * You must follow symfony coding standards 
    39     * You must write a documentation usage 
    4047    * The contribution must not be too specific 
    4148    * You must be sure you will be able to maintain your contribution 
    4249  * Create a ticket and attach a patch 
    43     * Put the documentation usage in the ticket description 
    4450    * Choose `sfFormExtraPlugin` as the component 
    4551    * Change the qualification to `Ready for core team` 
  • plugins/sfFormExtraPlugin/package.xml

    r7278 r7284  
    3636       </dir> 
    3737       <dir name="validator"> 
     38         <file role="data" name="sfValidatorReCaptcha.class.php" /> 
    3839       </dir> 
    3940       <dir name="widget"> 
     41         <file role="data" name="sfWidgetFormReCaptcha.class.php" /> 
    4042       </dir> 
    4143     </dir> 
     
    4749       </dir> 
    4850       <dir name="validator"> 
     51         <file role="data" name="sfValidatorReCaptchaTest.php" /> 
    4952       </dir> 
    5053       <dir name="widget"> 
     54         <file role="data" name="sfWidgetFormReCaptchaTest.php" /> 
    5155       </dir> 
    5256     </dir>