Development

Changeset 16265

You must first sign up to be able to contribute.

Changeset 16265

Show
Ignore:
Timestamp:
03/12/09 16:23:41 (4 years ago)
Author:
Kris.Wallsmith
Message:

[sfFormExtraPlugin] added sfWidgetFormDoctrineChoiceGrouped, added missing file entries to package.xml, move changelogs into forthcoming 1.0.11 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfFormExtraPlugin/package.xml

    r16264 r16265  
    5454       </dir> 
    5555       <dir name="widget"> 
     56         <file role="data" name="sfWidgetFormDoctrineChoiceGrouped.class.php" /> 
    5657         <file role="data" name="sfWidgetFormJQueryAutocompleter.class.php" /> 
    5758         <file role="data" name="sfWidgetFormJQueryDate.class.php" /> 
     59         <file role="data" name="sfWidgetFormPropelChoiceGrouped.class.php" /> 
    5860         <file role="data" name="sfWidgetFormPropelJQueryAutocompleter.class.php" /> 
    5961         <file role="data" name="sfWidgetFormReCaptcha.class.php" /> 
    6062         <file role="data" name="sfWidgetFormSelectDoubleList.class.php" /> 
     63         <file role="data" name="sfWidgetFormSelectUSState.class.php" /> 
    6164         <file role="data" name="sfWidgetFormTextareaTinyMCE.class.php" /> 
    6265       </dir> 
     
    119122   <release> 
    120123     <version> 
     124       <release>1.0.11</release> 
     125       <api>1.0.0</api> 
     126     </version> 
     127     <stability> 
     128       <release>stable</release> 
     129       <api>stable</api> 
     130     </stability> 
     131     <license uri="http://www.symfony-project.com/license">MIT license</license> 
     132     <date><!-- forthcoming --></date> 
     133     <license>MIT</license> 
     134     <notes> 
     135       * Kris.Wallsmith: added sfWidgetFormSelectUSState 
     136       * Kris.Wallsmith: added sfWidgetFormPropelChoiceGrouped 
     137       * Kris.Wallsmith: added sfWidgetFormDoctrineChoiceGrouped 
     138     </notes> 
     139   </release> 
     140   <release> 
     141     <version> 
    121142       <release>1.0.10</release> 
    122143       <api>1.0.0</api> 
     
    131152     <notes> 
    132153       * fabien: fixed typo 
    133        * Kris.Wallsmith: added sfWidgetFormPropelChoiceGrouped 
    134154     </notes> 
    135155   </release> 
     
    168188       * fabian: fixed javascript function names (#5261) 
    169189       * fabien: replaced $() with jQuery() (#4999) 
    170        * Kris.Wallsmith: added sfWidgetFormSelectUSState 
    171190     </notes> 
    172191   </release>