stable
Clone or download
Read-only
request #17104: Cannot access to Git tag information
Issue introduced by git #tuleap/stable/0497e3de63860e3e2aab754d65f66153baa677d5. The possibility to view the content of a tag is re-introduced with the same look and feel than the rest of the repository viewer. URLs to reach the tagged object is kept as is, but may lead to errors. It will be handled later. Change-Id: I707fc41b8dde3a45efd9b23bf2d31cc4e23adcea
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitPHP/controller/Controller.php | +3 | −0 | Go to diff View file |
A | plugins/git/include/GitPHP/controller/Controller_Tag.php | +117 | −0 | Go to diff View file |
M | plugins/git/include/GitViews/GitPhpViewer.class.php | +1 | −0 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +10 | −2 | Go to diff View file |
M | plugins/git/site-content-gitphp/fr_FR/LC_MESSAGES/gitphp.po | +14 | −2 | Go to diff View file |
A | plugins/git/templates/gitphp/tuleap/tag.tpl | +101 | −0 | Go to diff View file |
M | plugins/git/themes/BurningParrot/repository/_repository.scss | +1 | −0 | Go to diff View file |
A | plugins/git/themes/BurningParrot/repository/gitphp/_tag.scss | +90 | −0 | Go to diff View file |