stable
Clone or download
Read-only
In order to improve performances for new view planning v2, only load a subset of javascript files so that: - the sidebar is collapsable - navigation can be used with keyboard shortcuts - dropdowns in top navbar works - motd does not overlap main content - the scrollbars in navigation are sexy - tooltip on private/public icon Part of story #7511: Drag'nDrop backlog items on Planning v2 Change-Id: I1f1a2d5c6b23559e22861c646d6a3ac0f28743ad
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/PaneInfoIdentifier.class.php | +34 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +8 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneController.class.php | +11 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php | +15 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.class.php | +9 | −1 | Go to diff View file |
M | src/common/layout/Layout.class.php | +32 | −16 | Go to diff View file |
M | src/common/mvc2/Controller.class.php | +4 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +10 | −1 | Go to diff View file |