Added notifications for comment (response) likes
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Jun 2014 12:32:33 +0000 (14:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Jun 2014 12:32:33 +0000 (14:32 +0200)
commit0a7954c167e2af970c7da0824383b99813964304
tree313fe1d477ed8e8a9a89150a1deefbf36d20b19d
parentaa6fcadfbbc75a3833c351410ebda04627189ef8
Added notifications for comment (response) likes
19 files changed:
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/templates/notificationSettings.tpl
com.woltlab.wcf/userNotificationEvent.xml
wcfsetup/install/files/lib/data/comment/LikeableComment.class.php
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
wcfsetup/install/files/lib/data/like/object/AbstractLikeObject.class.php
wcfsetup/install/files/lib/data/like/object/ILikeObject.class.php
wcfsetup/install/files/lib/system/like/LikeHandler.class.php
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/IUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/CommentLikeUserNotificationObject.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/CommentResponseLikeUserNotificationObject.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentLikeUserNotificationObjectType.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/object/type/UserProfileCommentResponseLikeUserNotificationObjectType.class.php [new file with mode: 0644]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml