stable
Clone or download
Read-only
In order to better display the project background image in CVS service, the toolbar is removed in favor of tabs. In the process, some simplifications have been made: * Remove "CVS" term from menu items: we already know that we are in cvs service thanks to the new title or the new breadcrumb item. * Remove "help" memu item: to be consistent with other services * Remove "My commits" menu item: it is a shortcut that targets CVS query ("Commits" tab) prefiltered. Since this feature is not available in recent VCS implementations (Git/SVN plugins) we propose to 🔥 it. Part of story #17551: apply background image on all project pages Change-Id: I8a0b9a4cfdb3ddb4e20ad2984b503a57c1cbc62c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/bin/collectDiskUsage.php | +3 | −3 | Go to diff View file |
M | site-content/en_US/cvs/cvs.tab | +8 | −10 | Go to diff View file |
M | site-content/fr_FR/cvs/cvs.tab | +6 | −8 | Go to diff View file |
A | src/common/ConcurrentVersionsSystem/ServiceCVS.php | +136 | −0 | Go to diff View file |
R | src/common/cvs/ViewVC/ViewVCController.php | Go to diff View file | ||
R | src/common/cvs/ViewVC/ViewVCProxy.php | Go to diff View file | ||
R | src/common/cvs/ViewVC/viewvc-epel.cgi | Go to diff View file | ||
M | src/common/Project/Admin/Navigation/NavigationPresenter.php | +5 | −0 | Go to diff View file |
M | src/common/Project/Project.class.php | +1 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +2 | −2 | Go to diff View file |
A | src/templates/project/cvs-header.mustache | +3 | −0 | Go to diff View file |
M | src/templates/project/navigation_flaming_parrot.mustache | +2 | −0 | Go to diff View file |
A | src/themes/FlamingParrot/css/utils/_cvs.scss | +45 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_project-background.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_svn.scss | +1 | −1 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +36 | −12 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +19 | −6 | Go to diff View file |
M | src/www/cvs/commit_utils.php | +4 | −66 | Go to diff View file |
M | src/www/cvs/cvs_intro.php | +45 | −17 | Go to diff View file |
M | src/www/cvs/detail_commit.php | +39 | −9 | Go to diff View file |
M | src/www/cvs/index.php | +10 | −5 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +1 | −1 | Go to diff View file |