stable

Clone or download

Read-only

request #12542 Change avatar mgmt lib + make them available everywhere

This avoids depending on a lib that is only shipped out of git master branch. Change-Id: Ie7baed15f001a4a1b0c58cea3e7f69d4c09beb15

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