stable

Clone or download

Read-only

story #7505: select the news I want to display in widget "latest news"

Change-Id: I89d4091632fb805c081e7bcc5777978b3efd73b0

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