Merged com.woltlab.wcf.comment into WCF
authorMarcel Werk <burntime@woltlab.com>
Mon, 20 May 2013 22:34:36 +0000 (00:34 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 20 May 2013 22:34:36 +0000 (00:34 +0200)
commit285b1d92ac314ef5c93d54694f46b27a28c1373f
tree506cc9de832eafa5c8c5385471d469cd636ddf9d
parentbd8ac67a98fadf961807db6ac231305a47fc3443
Merged com.woltlab.wcf.comment into WCF
54 files changed:
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/objectTypeDefinition.xml
com.woltlab.wcf/option.xml
com.woltlab.wcf/template/__commentJavaScript.tpl [new file with mode: 0644]
com.woltlab.wcf/template/commentList.tpl [new file with mode: 0644]
com.woltlab.wcf/template/commentResponseList.tpl [new file with mode: 0644]
com.woltlab.wcf/template/moderationComment.tpl [new file with mode: 0644]
com.woltlab.wcf/template/userProfileCommentList.tpl [new file with mode: 0644]
com.woltlab.wcf/userGroupOption.xml
com.woltlab.wcf/userNotificationEvent.xml
com.woltlab.wcf/userOption.xml
com.woltlab.wcf/userProfileMenu.xml
wcfsetup/install/files/js/WCF.Comment.js [new file with mode: 0644]
wcfsetup/install/files/js/WCF.Comment.min.js [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/UserMergeForm.class.php
wcfsetup/install/files/lib/data/comment/Comment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/CommentAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/CommentEditor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/CommentList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/LikeableComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/LikeableCommentProvider.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/ViewableComment.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/CommentResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/CommentResponseEditor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/CommentResponseList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponseProvider.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponseList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/comment/CommentHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/comment/manager/AbstractCommentManager.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/comment/manager/UserProfileCommentManager.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/menu/user/profile/content/CommentUserProfileMenuContent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/moderation/queue/report/CommentCommentModerationQueueReportHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/moderation/queue/report/CommentResponseModerationQueueReportHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/activity/event/ProfileCommentResponseUserActivityEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/activity/event/ProfileCommentUserActivityEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseOwnerUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/CommentResponseUserNotificationObject.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/CommentUserNotificationObject.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/type/ICommentUserNotificationObjectType.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentResponseUserNotificationObjectType.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentUserNotificationObjectType.class.php [new file with mode: 0644]
wcfsetup/install/files/style/comment.less [new file with mode: 0644]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml
wcfsetup/setup/db/install.sql