stable

Clone or download

Read-only

request #13032 Drop legacy site home page

Remove the old, Flaming Parrot based HomePage and all associated legacy code for stats. I choose not to drop the homepage table for existing installation as it would make very hard to switch back to an older version (front page will crash). Change-Id: Ic800108d64ea66a39d36fa4fcf2d3fbfa4d8ecc8

Modified Files

Name
M plugins/docman/site-content/en_US/docman.tab +3 −1 Go to diff View file
M plugins/docman/site-content/fr_FR/docman.tab +3 −1 Go to diff View file
M plugins/docman/www/sendmessage.php +2 −2 Go to diff View file
M site-content/en_US/admin/admin.tab +1 −4 Go to diff View file
D site-content/en_US/homepage/homepage.php +0 −61 Go to diff View file
M site-content/en_US/homepage/homepage.tab +7 −29 Go to diff View file
D site-content/en_US/homepage/homepage_about.php +0 −44 Go to diff View file
D site-content/en_US/homepage/homepage_boxes.php +0 −36 Go to diff View file
D site-content/en_US/homepage/homepage_boxes_latestprojects.php +0 −23 Go to diff View file
D site-content/en_US/homepage/homepage_boxes_latestreleases.php +0 −23 Go to diff View file
D site-content/en_US/homepage/homepage_boxes_statistics.php +0 −23 Go to diff View file
D site-content/en_US/homepage/homepage_herounit.php +0 −24 Go to diff View file
D site-content/en_US/homepage/homepage_interactions.php +0 −28 Go to diff View file
D site-content/en_US/homepage/homepage_interactions_project.php +0 −31 Go to diff View file
D site-content/en_US/homepage/homepage_interactions_user.php +0 −41 Go to diff View file
D site-content/en_US/homepage/homepage_news.php +0 −27 Go to diff View file
M site-content/en_US/include/include.tab +0 −22 Go to diff View file
M site-content/fr_FR/admin/admin.tab +1 −4 Go to diff View file
M site-content/fr_FR/homepage/homepage.tab +4 −20 Go to diff View file
D site-content/fr_FR/homepage/homepage_about.php +0 −47 Go to diff View file
D site-content/fr_FR/homepage/homepage_boxes_latestprojects.php +0 −23 Go to diff View file
D site-content/fr_FR/homepage/homepage_boxes_latestreleases.php +0 −23 Go to diff View file
D site-content/fr_FR/homepage/homepage_boxes_statistics.php +0 −23 Go to diff View file
D site-content/fr_FR/homepage/homepage_herounit.php +0 −24 Go to diff View file
D site-content/fr_FR/homepage/homepage_interactions_project.php +0 −31 Go to diff View file
D site-content/fr_FR/homepage/homepage_interactions_user.php +0 −42 Go to diff View file
D site-content/fr_FR/homepage/homepage_news.php +0 −27 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −21 Go to diff View file
M src/common/Request/RouteCollector.php +6 −6 Go to diff View file
M src/common/admin/Homepage/Controller.php +0 −5 Go to diff View file
M src/common/admin/Homepage/Dao.php +1 −24 Go to diff View file
M src/common/admin/Homepage/Presenter.php +1 −14 Go to diff View file
D src/common/layout/LegacySiteHomePageController.php +0 −96 Go to diff View file
M src/common/layout/SiteHomepageController.php +82 −2 Go to diff View file
M src/db/mysql/database_initvalues.sql +0 −2 Go to diff View file
M src/db/mysql/database_structure.sql +0 −5 Go to diff View file
M src/etc/local.inc.dist +0 −3 Go to diff View file
M src/templates/homepage/admin.mustache +0 −25 Go to diff View file
D src/www/404.php +0 −33 Go to diff View file
D src/www/include/features_boxes.php +0 −188 Go to diff View file
M src/www/new/new_utils.php +0 −24 Go to diff View file
M src/www/scripts/tuleap/admin-homepage.js +0 −7 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +0 −66 Go to diff View file
M tests/integration/_fixtures/local.inc +0 −6 Go to diff View file