Development

Changeset 5292

You must first sign up to be able to contribute.

Changeset 5292

Show
Ignore:
Timestamp:
09/26/07 18:47:44 (2 years ago)
Author:
xavier
Message:

documentation update (typos)

Files:

Legend:

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

    r5290 r5292  
    1111 * comment admin-module 
    1212 
    13 == Sreenshots == 
     13== Screenshots == 
    1414[[Image(sfPropelActAsCommentableBehaviorPlugin_comment_1.png, 25%)]] 
    1515[[Image(sfPropelActAsCommentableBehaviorPlugin_comment_2.png, 25%)]] 
     
    7474        name:         required 
    7575        email:        required 
    76         title:        optionnal 
     76        title:        optional 
    7777        comment:      required 
    7878      name:           Anonymous User 
     
    8080      enabled:        true 
    8181      layout: 
    82         title:        optionnal 
     82        title:        optional 
    8383        comment:      required 
    8484      table:          sf_guard_user 
  • plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/app.yml.sample

    r5290 r5292  
    77        name:         required 
    88        email:        required 
    9         title:        optionnal 
     9        title:        optional 
    1010        comment:      required 
    1111      name:           Anonymous User 
     
    1313      enabled:        true 
    1414      layout: 
    15         title:        optionnal 
     15        title:        optional 
    1616        comment:      required 
    1717      table:          sf_guard_user 
  • plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentActions.class.php

    r5290 r5292  
    8888                              'layout'  => array('name' => 'required',  
    8989                                                 'email' => 'required',  
    90                                                  'title' => 'optionnal',  
     90                                                 'title' => 'optional',  
    9191                                                 'comment' => 'required'),  
    9292                              'name'    => 'Anonymous User'); 
    9393    $config_user = array('enabled'   => true,  
    94                          'layout'    => array('title' => 'optionnal',  
     94                         'layout'    => array('title' => 'optional',  
    9595                                              'comment' => 'required'),  
    9696                         'table'     => 'sf_guard_user',  
  • plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentComponents.class.php

    r5290 r5292  
    4848                              'layout'  => array('name' => 'required',  
    4949                                                 'email' => 'required',  
    50                                                  'title' => 'optionnal',  
     50                                                 'title' => 'optional',  
    5151                                                 'comment' => 'required'),  
    5252                              'name'    => 'Anonymous User'); 
    5353    $config_user = array('enabled'   => true,  
    54                          'layout'    => array('title' => 'optionnal',  
     54                         'layout'    => array('title' => 'optional',  
    5555                                              'comment' => 'required'),  
    5656                         'table'     => 'sf_guard_user',  

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.