Added support for user cover photos (work in progress)
authorAlexander Ebert <ebert@woltlab.com>
Tue, 28 Nov 2017 11:36:28 +0000 (12:36 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 28 Nov 2017 11:36:37 +0000 (12:36 +0100)
commitf3b2b889eb05f173d6a79fcb578278228a4bbdc9
tree72bcbb1df2f40d1b64f3c0dc8531604b8dbceae0
parent45ee50eb48410ba063570db5f368e86914513157
Added support for user cover photos (work in progress)

See #2484
12 files changed:
com.woltlab.wcf/option.xml
com.woltlab.wcf/templates/user.tpl
com.woltlab.wcf/userGroupOption.xml
constants.php
wcfsetup/install/files/lib/data/user/User.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/data/user/cover/photo/DefaultUserCoverPhoto.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/cover/photo/IUserCoverPhoto.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/cover/photo/UserCoverPhoto.class.php [new file with mode: 0644]
wcfsetup/install/files/style/ui/userProfile.scss
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml