stable
Clone or download
Read-only
part of request #12388 Burning parrotify user profile page
This commit rids off old location /users to replace it with front router. You should redeploy nginx configuration to test it: make redeploy-nginx How to test: - Have a user with avatar: => it avatar is correctly displayed - have a user without avatar => default avatar is displayed Access to a user profile => old profile is displayed Change-Id: Ieaa5125c41a3ea48407306282bf8be028e032947
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +3 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +10 | −0 | Go to diff View file |
A | src/common/User/Profile/AvatarController.php | +72 | −0 | Go to diff View file |
A | src/common/User/Profile/ProfileController.php | +40 | −0 | Go to diff View file |
M | src/etc/nginx/tuleap.d/03-locations.conf | +0 | −4 | Go to diff View file |
M | src/www/include/user_home.php | +33 | −31 | Go to diff View file |
D | src/www/users.php | +0 | −78 | Go to diff View file |