Changeset 5290
- Timestamp:
- 09/26/07 17:28:15 (2 years ago)
- Files:
-
- plugins/sfPropelActAsCommentableBehaviorPlugin/LICENSE (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/README (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1 (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/LICENSE (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/README (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/config (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/config/config.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/config/schema.yml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/model (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/model/Comment.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/model/CommentPeer.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/model/map (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/model/om (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/lib/sfPropelActAsCommentableBehavior.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/package.xml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/test (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/test/unit (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/branches/0.1/test/unit/sfPropelActAsCommentableBehaviorTest.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/config (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/lib (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/package.xml (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/test (deleted)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/LICENSE (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/README (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/app.yml.sample (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/config.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/schema.yml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/schemaConfig.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/config/sfPropelActAsCommentableBehaviorPlugin.yml.sample (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/model (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/model/map (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/model/om (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/model/sfComment.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/model/sfCommentPeer.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/sfPropelActAsCommentableBehavior.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/lib/sfPropelActAsCommentableToolkit.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/actions (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/actions/actions.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/actions/components.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/config (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/i18n (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentActions.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/lib/BasesfCommentComponents.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentForm.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentList.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/_commentView.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/commentFormSuccess.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/templates/commentSuccess.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/validate (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/validate/anonymousComment.yml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfComment/validate/authenticatedComment.yml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/actions (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/actions/actions.class.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/config (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/config/generator.yml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/lib (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/modules/sfCommentAdmin/templates (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/package.xml (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/test (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/test/unit (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/test/unit/sfPropelActAsCommentableBehaviorTest.php (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/css (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/css/sf_comment.css (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/images (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/images/indicator.gif (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/images/input-shadow-required.gif (added)
- plugins/sfPropelActAsCommentableBehaviorPlugin/trunk/web/images/input-shadow.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved

