stable
Clone or download
Read-only
Merge commit 'refs/changes/69/13169/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12542 Change avatar mgmt lib + make them available everywhere
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php | +3 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/follow-ups.mustache | +1 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +4 | −0 | Go to diff View file |
A | src/common/User/Account/ChangeAvatarController.php | +111 | −0 | Go to diff View file |
M | src/common/User/PreferencesPresenter.class.php | +0 | −4 | Go to diff View file |
M | src/composer.json | +3 | −2 | Go to diff View file |
M | src/composer.lock | +59 | −45 | Go to diff View file |
M | src/etc/local.inc.dist | +0 | −3 | Go to diff View file |
M | src/templates/user/change-avatar-modal.mustache | +1 | −1 | Go to diff View file |
M | src/templates/user/info.mustache | +1 | −5 | Go to diff View file |
D | src/www/account/change_avatar.php | +0 | −91 | Go to diff View file |
M | tests/integration/_fixtures/local.inc | +0 | −4 | Go to diff View file |