Using a cache and grouped data fetching to avoid superfluous queries
authorAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jul 2014 23:04:44 +0000 (01:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jul 2014 23:04:44 +0000 (01:04 +0200)
commitd7392c63cd49af6f7b8f5dd6f17708014e4b28e1
treeb90e05dc3103d5af4f69dbb1abdbcdf13ffa3579
parent0eef0a99686872555a586842ef16a950172b9116
Using a cache and grouped data fetching to avoid superfluous queries
com.woltlab.wcf/userNotificationEvent.xml
wcfsetup/install/files/lib/data/comment/CommentAction.class.php
wcfsetup/install/files/lib/data/comment/LikeableComment.class.php
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php
wcfsetup/install/files/lib/system/comment/CommentDataHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/AbstractSharedUserNotificationEvent.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseOwnerUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseUserNotificationEvent.class.php