stable
Clone or download
Read-only
Merge 'gerrit #14259' into stable/master
* commit '1515e67cd6': request #13066 Purge RSS that are exported by Tuleap Change-Id: I036b092f7dbc29cbf3c668323829f083d4bb9712
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 |