Changeset 5292
- Timestamp:
- 09/26/07 18:47:44 (2 years ago)
- Files:
-
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/README (modified) (3 diffs)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/app.yml.sample (modified) (2 diffs)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentActions.class.php (modified) (1 diff)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentComponents.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/README
r5290 r5292 11 11 * comment admin-module 12 12 13 == S reenshots ==13 == Screenshots == 14 14 [[Image(sfPropelActAsCommentableBehaviorPlugin_comment_1.png, 25%)]] 15 15 [[Image(sfPropelActAsCommentableBehaviorPlugin_comment_2.png, 25%)]] … … 74 74 name: required 75 75 email: required 76 title: option nal76 title: optional 77 77 comment: required 78 78 name: Anonymous User … … 80 80 enabled: true 81 81 layout: 82 title: option nal82 title: optional 83 83 comment: required 84 84 table: sf_guard_user plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/app.yml.sample
r5290 r5292 7 7 name: required 8 8 email: required 9 title: option nal9 title: optional 10 10 comment: required 11 11 name: Anonymous User … … 13 13 enabled: true 14 14 layout: 15 title: option nal15 title: optional 16 16 comment: required 17 17 table: sf_guard_user plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentActions.class.php
r5290 r5292 88 88 'layout' => array('name' => 'required', 89 89 'email' => 'required', 90 'title' => 'option nal',90 'title' => 'optional', 91 91 'comment' => 'required'), 92 92 'name' => 'Anonymous User'); 93 93 $config_user = array('enabled' => true, 94 'layout' => array('title' => 'option nal',94 'layout' => array('title' => 'optional', 95 95 'comment' => 'required'), 96 96 'table' => 'sf_guard_user', plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentComponents.class.php
r5290 r5292 48 48 'layout' => array('name' => 'required', 49 49 'email' => 'required', 50 'title' => 'option nal',50 'title' => 'optional', 51 51 'comment' => 'required'), 52 52 'name' => 'Anonymous User'); 53 53 $config_user = array('enabled' => true, 54 'layout' => array('title' => 'option nal',54 'layout' => array('title' => 'optional', 55 55 'comment' => 'required'), 56 56 'table' => 'sf_guard_user',

