stable

Clone or download

Read-only

request #13066 Purge RSS that are exported by Tuleap

It's hardly still used but who knows... The RSS project export is completely removed because implementation was already completely broken. This commit introduce a new "top level" folder 'core' that might have been named 'crap' but it's 1 letter more. Change-Id: I95bfd99fa5e39954d866ab40d3bccef44baf4956

Modified Files

Name
D site-content/en_US/export/export.tab +0 −55 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +21 −1 Go to diff View file
D site-content/fr_FR/export/export.tab +0 −50 Go to diff View file
M src/common/News/NewsDao.php +14 −4 Go to diff View file
M src/common/Request/RouteCollector.php +17 −0 Go to diff View file
M src/common/layout/Layout.class.php +1 −21 Go to diff View file
M src/common/widget/Widget_ProjectLatestCommits.class.php +0 −5 Go to diff View file
M src/common/widget/Widget_ProjectLatestNews.class.php +0 −21 Go to diff View file
M src/composer.json +2 −1 Go to diff View file
A src/core/RSS/News/LatestNewsController.php +83 −0 Go to diff View file
A src/core/RSS/Project/LatestProjectController.php +88 −0 Go to diff View file
A src/core/RSS/Project/LatestProjectDao.php +43 −0 Go to diff View file
A src/core/Readme.md +7 −0 Go to diff View file
D src/www/export/index.php +0 −39 Go to diff View file
D src/www/export/nitf_sfforums.php +0 −50 Go to diff View file
D src/www/export/rss.xsl +0 −22 Go to diff View file
D src/www/export/rss_sfnews.php +0 −112 Go to diff View file
D src/www/export/rss_sfprojects.php +0 −133 Go to diff View file
D src/www/export/rss_utils.inc +0 −32 Go to diff View file
D src/www/export/sf_forum_0.1.dtd +0 −360 Go to diff View file
D src/www/export/sf_forum_0.1.dtd.txt +0 −360 Go to diff View file
D src/www/new/new_utils.php +0 −21 Go to diff View file
M tests/phpunit/phpunit.xml +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −1 Go to diff View file