stable

Clone or download

Read-only

request #12608: Impossible to choose an avatar for a new user

The issue has been introduced by 6931b41970868cfb9289b25257eedf24a069a758. The previous used to deal with the image resizing was creating the whole folder hierarchy to save the outputted file, the new one does not. Change-Id: I0fa0d6a5d0e90bab004665fd0b433ed0cb4d1965

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −6 Go to diff View file
M site-content/tuleap-core.pot +4 −4 Go to diff View file
M src/common/Request/RouteCollector.php +3 −1 Go to diff View file
M src/common/User/Account/ChangeAvatarController.php +9 −25 Go to diff View file
A src/common/User/Account/UserAvatarSaver.php +71 −0 Go to diff View file
A tests/phpunit/common/User/Account/UserAvatarSaverTest.php +55 −0 Go to diff View file