stable
Clone or download
Read-only
Part of story #10173: Have multiple dashboards (sys_use_tlp_in_dashboards = 1) On project dashboard, now you have a sidebar. This is nearly the same as the sidebar you have when you are on another service. Change-Id: Ib08ef076a0377165fccd0245b2a2e99c3c68f1d2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/mediawiki/www/skins/Tuleap/Tuleap.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +1 | −1 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +1 | −0 | Go to diff View file |
M | site-content/en_US/project/project.tab | +3 | −3 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +1 | −0 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +3 | −3 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardController.php | +7 | −1 | Go to diff View file |
M | src/common/admin/AdminPageRenderer.php | +10 | −1 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenter.php | +1 | −3 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenterBuilder.php | +0 | −6 | Go to diff View file |
M | src/common/layout/Layout.class.php | +15 | −1 | Go to diff View file |
M | src/common/layout/SidebarPresenter.php | +13 | −2 | Go to diff View file |
M | src/templates/admin/sidebar.mustache | +11 | −1 | Go to diff View file |
D | src/templates/admin/sidebar_version.mustache | +0 | −9 | Go to diff View file |
M | src/www/account/update-sidebar-preference.php | +2 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +88 | −12 | Go to diff View file |
A | src/www/themes/BurningParrot/CurrentProjectNavbarInfoPresenter.php | +45 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenter.php | +20 | −10 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +31 | −9 | Go to diff View file |
A | src/www/themes/BurningParrot/ProjectSidebarPresenter.php | +62 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/autoload.php | +5 | −3 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −1 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_fonts.scss | +87 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar.scss | +23 | −5 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_sidebar-collapsed.scss | +46 | −6 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_sidebar-project.scss | +117 | −0 | Go to diff View file |
R | src/www/themes/BurningParrot/css/includes/_siteadmin-sidebar.scss | Go to diff View file | ||
A | src/www/themes/BurningParrot/css/includes/_sidebar.scss | +74 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin.scss | +0 | −5 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_structure.scss | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/js/sidebar.js | +29 | −11 | Go to diff View file |
A | src/www/themes/BurningParrot/templates/current-project-nav.mustache | +14 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/header.mustache | +31 | −13 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar.mustache | +2 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/templates/project-sidebar.mustache | +31 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/CurrentProjectNavbarInfoPresenter.php | +40 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +25 | −8 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarPresenter.class.php | +19 | −15 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_navbar.scss | +6 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_post-definitions.scss | +6 | −9 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_sidebar.scss | +50 | −35 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_variables-common.scss | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/js/sidebar.js | +6 | −17 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/container.mustache | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/navbar.mustache | +15 | −0 | Go to diff View file |
R | src/www/themes/FlamingParrot/templates/sidebar.mustache | Go to diff View file |