stable
Clone or download
Read-only
Merge commit 'refs/changes/42/3142/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7505: select the news I want to display in widget "latest news" Change-Id: I1372c252ce5989e12d1359a195e511d87e4b5cf0
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/news/news.tab | +6 | −0 | Go to diff View file |
M | site-content/fr_FR/news/news.tab | +6 | −0 | Go to diff View file |
M | src/common/autoload.php | +7 | −2 | Go to diff View file |
A | src/common/news/ChooseNewsItemController.class.php | +108 | −0 | Go to diff View file |
A | src/common/news/ChooseNewsPresenter.class.php | +59 | −0 | Go to diff View file |
A | src/common/news/NewsItem.class.php | +42 | −0 | Go to diff View file |
A | src/common/news/NewsItemDao.class.php | +56 | −0 | Go to diff View file |
A | src/common/news/NewsItemDataMapper.class.php | +48 | −0 | Go to diff View file |
A | src/templates/news/choose_news.mustache | +30 | −0 | Go to diff View file |
A | src/www/news/admin/choose_items.php | +24 | −0 | Go to diff View file |
M | src/www/news/admin/index.php | +1 | −0 | Go to diff View file |
M | src/www/news/news_utils.php | +9 | −4 | Go to diff View file |
M | src/www/themes/common/css/utils/news.less | +12 | −1 | Go to diff View file |