Changeset 28879
- Timestamp:
- 03/30/10 10:25:13 (3 years ago)
- Files:
-
- plugins/vjCommentPlugin/TRUNK (added)
- plugins/vjCommentPlugin/TRUNK/LICENSE (added)
- plugins/vjCommentPlugin/TRUNK/README (added)
- plugins/vjCommentPlugin/TRUNK/config (added)
- plugins/vjCommentPlugin/TRUNK/config/app.yml (added)
- plugins/vjCommentPlugin/TRUNK/config/doctrine (added)
- plugins/vjCommentPlugin/TRUNK/config/doctrine/schema.yml (added)
- plugins/vjCommentPlugin/TRUNK/config/routing.yml (added)
- plugins/vjCommentPlugin/TRUNK/i18n (added)
- plugins/vjCommentPlugin/TRUNK/i18n/fr (added)
- plugins/vjCommentPlugin/TRUNK/i18n/fr/messages.xml (added)
- plugins/vjCommentPlugin/TRUNK/i18n/fr/sf_admin.xml (added)
- plugins/vjCommentPlugin/TRUNK/i18n/fr/vjComment.xml (added)
- plugins/vjCommentPlugin/TRUNK/i18n/pl (added)
- plugins/vjCommentPlugin/TRUNK/i18n/pl/messages.xml (added)
- plugins/vjCommentPlugin/TRUNK/i18n/pl/sf_admin.xml (added)
- plugins/vjCommentPlugin/TRUNK/i18n/pl/vjComment.xml (added)
- plugins/vjCommentPlugin/TRUNK/lib (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension/Commentable (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension/Commentable/Template (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension/Commentable/Template/Commentable.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension/Commentable/Template/Listener (added)
- plugins/vjCommentPlugin/TRUNK/lib/doctrine/extension/Commentable/Template/Listener/Commentable.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/filter (added)
- plugins/vjCommentPlugin/TRUNK/lib/filter/doctrine (added)
- plugins/vjCommentPlugin/TRUNK/lib/filter/doctrine/PluginCommentFormFilter.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/filter/doctrine/PluginCommentReportFormFilter.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/form (added)
- plugins/vjCommentPlugin/TRUNK/lib/form/doctrine (added)
- plugins/vjCommentPlugin/TRUNK/lib/form/doctrine/PluginCommentCommonForm.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/form/doctrine/PluginCommentForm.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/form/doctrine/PluginCommentReportForm.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/helper (added)
- plugins/vjCommentPlugin/TRUNK/lib/helper/GravatarHelper.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/model (added)
- plugins/vjCommentPlugin/TRUNK/lib/model/doctrine (added)
- plugins/vjCommentPlugin/TRUNK/lib/model/doctrine/PluginComment.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/model/doctrine/PluginCommentReport.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/model/doctrine/PluginCommentReportTable.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/model/doctrine/PluginCommentTable.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/tools (added)
- plugins/vjCommentPlugin/TRUNK/lib/tools/GravatarApi.class.php (added)
- plugins/vjCommentPlugin/TRUNK/lib/tools/commentTools.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/actions (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/actions/actions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/actions/components.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/lib (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/lib/BaseCommentActions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/lib/BaseCommentComponents.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_author.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_body.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_comment_infos.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_form.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formComment.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formReport.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_list.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/reportSentSuccess.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/reportSuccess.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/actions (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/actions/actions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/config (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/config/generator.yml (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib/BaseCommentAdminActions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib/commentAdminForm.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib/commentAdminGeneratorConfiguration.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib/commentAdminGeneratorHelper.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/lib/commentAdminReplyForm.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_body.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_bodyReply.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_form_actions.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_form_header.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_list.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_list_header.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/_list_td_actions.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentAdmin/templates/indexSuccess.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/actions (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/actions/actions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/config (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/config/generator.yml (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/lib (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/lib/BaseCommentReportAdminActions.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/lib/commentReportAdminGeneratorConfiguration.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/lib/commentReportAdminGeneratorHelper.class.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/templates (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/templates/_comment_link.php (added)
- plugins/vjCommentPlugin/TRUNK/modules/commentReportAdmin/templates/_state.php (added)
- plugins/vjCommentPlugin/TRUNK/more (added)
- plugins/vjCommentPlugin/TRUNK/more/modules (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentAdmin (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentAdmin/config (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentAdmin/config/generator.yml (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentReportAdmin (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentReportAdmin/config (added)
- plugins/vjCommentPlugin/TRUNK/more/modules/fr/commentReportAdmin/config/generator.yml (added)
- plugins/vjCommentPlugin/TRUNK/package.xml (added)
- plugins/vjCommentPlugin/TRUNK/web (added)
- plugins/vjCommentPlugin/TRUNK/web/css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/comment.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/comment.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/commentAdmin.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/commentAdmin.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/commentReportAdmin.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/commentReportAdmin.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/form.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/form.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/formComment.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/formComment.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/infoBulle.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/infoBulle.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/replyTo.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/replyTo.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/reportComment.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/reportComment.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/reportSent.css (added)
- plugins/vjCommentPlugin/TRUNK/web/css/reportSent.min.css (added)
- plugins/vjCommentPlugin/TRUNK/web/images (added)
- plugins/vjCommentPlugin/TRUNK/web/images/arrow-down.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/comments.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/delete.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/edit.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/email_edit.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/error.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/error_delete.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/exclamation.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/flag_green.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/flag_orange.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/flag_red.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/gravatar_default.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/magnifier.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/restore.png (added)
- plugins/vjCommentPlugin/TRUNK/web/images/validate.png (added)
- plugins/vjCommentPlugin/TRUNK/web/js (added)
- plugins/vjCommentPlugin/TRUNK/web/js/reply.js (added)
- plugins/vjCommentPlugin/TRUNK/web/js/reply.min.js (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved