stable
Clone or download
Read-only
This contrib covers the fonts that are standard in FA 4.7 Other services will require a special font that will be done later Note: this will break custom icons for external services (ttm, baseline). Those services will be managed in a dedicated commit (in their repo) story #13566 associate a custom icon to external services Change-Id: Ib71c72af148714609e8ff211991cfaa7b501756d
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboardService.php | +32 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +4 | −3 | Go to diff View file |
M | plugins/docman/include/ServiceDocman.php | +6 | −1 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +4 | −8 | Go to diff View file |
A | plugins/hudson/include/HudsonService.php | +32 | −0 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +4 | −3 | Go to diff View file |
M | plugins/svn/tests/SVN/Service/ServiceActivatorTest.php | +27 | −10 | Go to diff View file |
M | plugins/tracker/include/ServiceTracker.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +7 | −11 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Service/ServiceActivatorTest.php | +15 | −10 | Go to diff View file |
M | src/common/Project/Project.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Service.class.php | +33 | −12 | Go to diff View file |
M | src/common/Widget/Widget_ProjectPublicAreas.class.php | +13 | −9 | Go to diff View file |
M | src/common/frs/ServiceFile.class.php | +6 | −5 | Go to diff View file |
M | src/common/layout/ProjectSidebarBuilder.php | +27 | −44 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_dashboard-widgets.scss | +1 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_fonts.scss | +0 | −27 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/widgets/_public-areas.scss | +22 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/project-sidebar.mustache | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/Project/OneStepProjectCreationRequestTest.php | +3 | −7 | Go to diff View file |