From e3bfe7d484a1cb6b7d72593d7c08357d9e2cf0cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Wed, 25 Jul 2018 23:21:10 +0200 Subject: [PATCH] Add user profile reaction list See #2508 --- .../templates/userProfileLikes.tpl | 31 ++- wcfsetup/install/files/js/WCF.User.js | 1 + .../Core/Ui/Reaction/Profile/Loader.js | 182 ++++++++++++++++++ .../data/reaction/ReactionAction.class.php | 44 +++++ .../LikesUserProfileMenuContent.class.php | 10 +- .../system/reaction/ReactionHandler.class.php | 9 + wcfsetup/install/lang/de.xml | 18 +- wcfsetup/install/lang/en.xml | 18 +- 8 files changed, 277 insertions(+), 36 deletions(-) create mode 100644 wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Profile/Loader.js diff --git a/com.woltlab.wcf/templates/userProfileLikes.tpl b/com.woltlab.wcf/templates/userProfileLikes.tpl index 476a6b6997..de8b345ded 100644 --- a/com.woltlab.wcf/templates/userProfileLikes.tpl +++ b/com.woltlab.wcf/templates/userProfileLikes.tpl @@ -1,33 +1,26 @@