stable

Clone or download

Read-only

Merge commit 'refs/changes/12/19512/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #15116: Remove the Tuleap tours

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