stable
Clone or download
Read-only
request #15116: Remove the Tuleap tours
They only works on FP pages which are becoming a rare species nowadays. The 2 tours that are provided by Tuleap are no more usable. The feature is dead code for the vast majority of usages as the customization of the tours was never documented and nobody complained of their absences with the migration to BurningParrot. Change-Id: I8ee9c808a1c961a7d212e7d312af9ae1a536319c
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +0 | −1 | Go to diff View file |
M | site-content/en_US/my/my.tab | +0 | −24 | Go to diff View file |
D | site-content/en_US/tour/tour.tab | +0 | −3 | Go to diff View file |
M | site-content/fr_FR/my/my.tab | +0 | −24 | Go to diff View file |
D | site-content/fr_FR/tour/tour.tab | +0 | −3 | Go to diff View file |
M | src/common/include/Response.class.php | +1 | −20 | Go to diff View file |
D | src/common/tour/CustomToursFactory.class.php | +0 | −252 | Go to diff View file |
D | src/common/tour/FlamingParrotBurningParrotUnificationTour.class.php | +0 | −55 | Go to diff View file |
D | src/common/tour/InvalidTourException.class.php | +0 | −24 | Go to diff View file |
D | src/common/tour/Tour.class.php | +0 | −78 | Go to diff View file |
D | src/common/tour/TourFactory.class.php | +0 | −74 | Go to diff View file |
D | src/common/tour/TourUsage.class.php | +0 | −55 | Go to diff View file |
D | src/common/tour/TourUsageStatsDao.class.php | +0 | −40 | Go to diff View file |
D | src/common/tour/Tour_Step.class.php | +0 | −73 | Go to diff View file |
D | src/common/tour/UnknownTourException.class.php | +0 | −24 | Go to diff View file |
D | src/common/tour/WelcomeTour.class.php | +0 | −74 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +0 | −11 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss | +0 | −45 | Go to diff View file |
M | src/webpack.common.js | +0 | −4 | Go to diff View file |
D | src/www/scripts/bootstrap/bootstrap-tour/bootstrap-tour.min.css | +0 | −19 | Go to diff View file |
D | src/www/scripts/bootstrap/bootstrap-tour/bootstrap-tour.min.js | +0 | −19 | Go to diff View file |
D | src/www/scripts/tuleap/tuleap-tours.js | +0 | −58 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +0 | −27 | Go to diff View file |
D | src/www/tour/end-tour.php | +0 | −48 | Go to diff View file |
D | src/www/tour/step-shown.php | +0 | −32 | Go to diff View file |
D | tests/unit/common/Tour/CustomToursFactoryTest.php | +0 | −405 | Go to diff View file |
D | tests/unit/common/Tour/TourFactoryTest.php | +0 | −86 | Go to diff View file |
D | tests/unit/common/Tour/TourUsageTest.php | +0 | −85 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/en_US/tour/lala_tour.json | +0 | −3 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/en_US/tour/toto_tour.json | +0 | −3 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/en_US/tour/tour.json | +0 | −10 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/es_CU/tour/my_invalid_tour.json | +0 | −3 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/es_CU/tour/my_second_invalid_tour.json | +0 | −1 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/es_CU/tour/my_second_valid_tour.json | +0 | −20 | Go to diff View file |
D | tests/unit/common/Tour/_fixtures/es_CU/tour/my_valid_tour.json | +0 | −3 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +0 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +0 | −1 | Go to diff View file |