stable
Clone or download
Read-only
part of request #13554 remove old gitphp view How to test: - navigate in old view no error are displayed, git should work as usual - forgeConfig option is no longer taken in account This patch only deal with template that have been migrated to burning parrot There is still plenty old template under /tmplate/gitphp I will check their usage and remove them in a dedicted commit Change-Id: I10e9277687ef6fc31158ae59177b0fc984f2a557
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/composer.json | +0 | −1 | Go to diff View file |
M | plugins/git/composer.lock | +1 | −41 | Go to diff View file |
M | plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php | +2 | −4 | Go to diff View file |
D | plugins/git/include/Git/Repository/View/FeatureFlag.php | +0 | −44 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php | +1 | −6 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/RepositoryHeaderPresenterBuilder.php | +2 | −7 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blame.php | +9 | −48 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blob.php | +9 | −34 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blobdiff.php | +16 | −28 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Commit.php | +12 | −22 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Commitdiff.php | +13 | −23 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_History.php | +2 | −8 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Log.php | +11 | −19 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Message.php | +2 | −7 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Search.php | +13 | −28 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Tree.php | +3 | −10 | Go to diff View file |
M | plugins/git/include/GitViews/GitPhpViewer.class.php | +1 | −9 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +3 | −7 | Go to diff View file |
M | plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php | +1 | −28 | Go to diff View file |
M | plugins/git/site-content-gitphp/fr_FR/LC_MESSAGES/gitphp.po | +0 | −114 | Go to diff View file |
D | plugins/git/templates/gitphp/blame.tpl | +0 | −61 | Go to diff View file |
D | plugins/git/templates/gitphp/blamedata.tpl | +0 | −20 | Go to diff View file |
D | plugins/git/templates/gitphp/blob.tpl | +0 | −64 | Go to diff View file |
D | plugins/git/templates/gitphp/blobdiff.tpl | +0 | −41 | Go to diff View file |
D | plugins/git/templates/gitphp/blobdiffplain.tpl | +0 | −8 | Go to diff View file |
D | plugins/git/templates/gitphp/blobplain.tpl | +0 | −8 | Go to diff View file |
D | plugins/git/templates/gitphp/commit.tpl | +0 | −248 | Go to diff View file |
D | plugins/git/templates/gitphp/commitdiff.tpl | +0 | −164 | Go to diff View file |
D | plugins/git/templates/gitphp/commitdiffplain.tpl | +0 | −25 | Go to diff View file |
D | plugins/git/templates/gitphp/committip.tpl | +0 | −21 | Go to diff View file |
D | plugins/git/templates/gitphp/history.tpl | +0 | −37 | Go to diff View file |
D | plugins/git/templates/gitphp/message.tpl | +0 | −12 | Go to diff View file |
D | plugins/git/templates/gitphp/snapshot.tpl | +0 | −8 | Go to diff View file |
D | plugins/git/templates/gitphp/tree.tpl | +0 | −78 | Go to diff View file |