From: Marcel Werk Date: Sat, 3 Jan 2015 20:55:16 +0000 (+0100) Subject: Changed min avatar size to 96x96 X-Git-Tag: 2.1.0_Beta_3~44 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=10164c5e1d46dcdacb6873a3496ced2faedaa8a4;p=GitHub%2FWoltLab%2FWCF.git Changed min avatar size to 96x96 --- diff --git a/wcfsetup/install/files/lib/system/upload/AvatarUploadFileValidationStrategy.class.php b/wcfsetup/install/files/lib/system/upload/AvatarUploadFileValidationStrategy.class.php index 25b0367d97..2afb9df4d4 100644 --- a/wcfsetup/install/files/lib/system/upload/AvatarUploadFileValidationStrategy.class.php +++ b/wcfsetup/install/files/lib/system/upload/AvatarUploadFileValidationStrategy.class.php @@ -22,7 +22,7 @@ class AvatarUploadFileValidationStrategy extends DefaultUploadFileValidationStra // get image size try { $imageData = getimagesize($uploadFile->getLocation()); - if ($imageData[0] < 48 || $imageData[1] < 48) { + if ($imageData[0] < 96 || $imageData[1] < 96) { $uploadFile->setValidationErrorType('tooSmall'); return false; } diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index fdb06056e8..768abc1a68 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -3045,7 +3045,7 @@ Sollten Sie sich nicht auf der Website: {@PAGE_TITLE|language} angemeldet haben, - session->getPermission('user.profile.avatar.allowedFileExtensions')} und maximal eine Größe {@$__wcf->session->getPermission('user.profile.avatar.maxSize')|filesize} besitzen. Die Mindestgröße für Avatare liegt bei 48×48 Pixel, die empfohlene Maximalgröße bei {@MAX_AVATAR_WIDTH}×{@MAX_AVATAR_HEIGHT} Pixel, größere Avatare werden - sofern möglich - automatisch auf die Maximalgröße verkleinert.]]> + session->getPermission('user.profile.avatar.allowedFileExtensions')} und maximal eine Größe {@$__wcf->session->getPermission('user.profile.avatar.maxSize')|filesize} besitzen. Die Mindestgröße für Avatare liegt bei 96×96 Pixel, die empfohlene Maximalgröße bei {@MAX_AVATAR_WIDTH}×{@MAX_AVATAR_HEIGHT} Pixel, größere Avatare werden - sofern möglich - automatisch auf die Maximalgröße verkleinert.]]> user->email}“) verknüpft ist. Auf der folgenden Website können Sie einen Gravatar anlegen: www.gravatar.com]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index b1611475cb..d93a56ca23 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3039,7 +3039,7 @@ You can safely ignore this email if you did not register with the website: {@PAG - session->getPermission('user.profile.avatar.allowedFileExtensions')}” for your avatar with a maximum file size of {@$__wcf->session->getPermission('user.profile.avatar.maxSize')|filesize}. The minimum dimensions are 48×48 pixel, it is recommended to provide a dimension of {@MAX_AVATAR_WIDTH}×{@MAX_AVATAR_HEIGHT} pixel. Any avatar that exceeds this limit will be scaled down if possible.]]> + session->getPermission('user.profile.avatar.allowedFileExtensions')}” for your avatar with a maximum file size of {@$__wcf->session->getPermission('user.profile.avatar.maxSize')|filesize}. The minimum dimensions are 96×96 pixel, it is recommended to provide a dimension of {@MAX_AVATAR_WIDTH}×{@MAX_AVATAR_HEIGHT} pixel. Any avatar that exceeds this limit will be scaled down if possible.]]> user->email}”. Visit www.gravatar.com to set up or change your avatar.]]>