stable
Clone or download
Read-only
request #10603 Move softwaremap to burningparrot / categories
Makes categories rendering consistent on dashboard, widget and project map Change-Id: Ib06e4771d36342585f151c8b3090c5373bf2da2a
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +3 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
M | src/common/trove/SoftwareMapPresenter.php | +2 | −0 | Go to diff View file |
A | src/common/trove/TroveCatCollectionPresenter.php | +42 | −0 | Go to diff View file |
A | src/common/trove/TroveCatCollectionRetriever.php | +55 | −0 | Go to diff View file |
A | src/common/trove/TroveCatPresenter.php | +41 | −0 | Go to diff View file |
M | src/common/trove/TrovecatDao.php | +11 | −0 | Go to diff View file |
M | src/common/widget/Widget_ProjectClassification.class.php | +27 | −20 | Go to diff View file |
M | src/templates/softwaremap/software_map.mustache | +16 | −1 | Go to diff View file |
A | src/templates/widgets/project-classification.mustache | +10 | −0 | Go to diff View file |
M | src/www/include/trove.php | +0 | −43 | Go to diff View file |
M | src/www/softwaremap/trove_list.php | +3 | −3 | 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/_software_map.scss | +14 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/widgets/project-classification.scss | +28 | −0 | Go to diff View file |