stable
Clone or download
Read-only
Merge commit 'refs/changes/83/13083/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12513: Commits associated with an empty email author address show a wrong author in the web UI
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/CommitMetadata/CommitMetadata.php | +14 | −1 | Go to diff View file |
M | plugins/git/include/CommitMetadata/CommitMetadataRetriever.php | +17 | −9 | Go to diff View file |
M | plugins/git/include/GitPHP/Commit/CommitPresenter.php | +4 | −6 | Go to diff View file |
M | plugins/git/include/GitPHP/Commit/CommitUserPresenter.php | +15 | −12 | Go to diff View file |
M | plugins/git/include/GitPHP/Shortlog/ShortlogCommitPresenter.php | +11 | −9 | Go to diff View file |
M | plugins/git/include/GitPHP/Shortlog/ShortlogPresenterBuilder.php | +18 | −30 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/ControllerBase.php | +15 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blobdiff.php | +13 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Commit.php | +13 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Commitdiff.php | +13 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_History.php | +12 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Log.php | +12 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Search.php | +12 | −2 | Go to diff View file |
M | plugins/git/include/GitPHP/git/ProjectProvider.php | +11 | −1 | Go to diff View file |
A | plugins/git/phpunit/CommitMetadata/CommitMetadataRetrieverTest.php | +104 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |