stable

Clone or download

Read-only

Convert gitphp tree view to BurningParrot

Part of story #10416 burning parrot gloss on gitphp views Go to a repository, you can now navigate in the folder and subfolder without being distracted by some gitphp garbage. Sort items in a natural order, with folders first, then submodules, then files. There is no distinction in file type icons for now. Path to the current folder does not have specific style, it will be done later by UXD. Change-Id: I74626a75f57a5b4edd46cd04a55554d59c32511f

Modified Files

Name
A plugins/git/include/GitPHP/Tree/TreePresenter.php +64 −0 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tree.php +9 −0 Go to diff View file
M plugins/git/include/GitPHP/git/Blob.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/git/FilesystemObject.php +18 −11 Go to diff View file
M plugins/git/include/GitPHP/git/GitObjectType.php +5 −0 Go to diff View file
M plugins/git/include/GitPHP/git/Tree.php +1 −1 Go to diff View file
M plugins/git/include/GitViews/GitPhpViewer.class.php +1 −1 Go to diff View file
A plugins/git/templates/gitphp/tuleap/tree.tpl +66 −0 Go to diff View file