stable

Clone or download

Read-only

News - approve/reject news

This is a part of story #9588 Get rid of Bootstrap in site admin / utilities To test: On siteadmin news page if you click on details you should see a page as mockup. Change-Id: I264602ec78d7c3c79a5cb91868e20d54793349b4

Modified Files

Name
M site-content/en_US/news/news.tab +26 −10 Go to diff View file
M site-content/fr_FR/news/news.tab +26 −10 Go to diff View file
M src/common/autoload.php +14 −9 Go to diff View file
M src/common/news/admin/AdminNewsBuilder.php +84 −20 Go to diff View file
A src/common/news/admin/AdminNewsController.php +125 −0 Go to diff View file
M src/common/news/admin/AdminNewsDao.php +28 −3 Go to diff View file
A src/common/news/admin/AdminNewsFindException.php +27 −0 Go to diff View file
M src/common/news/admin/AdminNewsListPresenter.php +30 −16 Go to diff View file
A src/common/news/admin/AdminNewsMissingTitleException.php +27 −0 Go to diff View file
M src/common/news/admin/AdminNewsPresenter.php +81 −7 Go to diff View file
A src/common/news/admin/AdminNewsRouter.php +113 −0 Go to diff View file
A src/common/news/admin/AdminNewsUpdateException.php +27 −0 Go to diff View file
R src/common/news/admin/AdminApprovalQueuePresenter.php Go to diff View file
M src/common/news/admin/AdminRejectedNewsPresenter.php +5 −3 Go to diff View file
R src/common/news/admin/AdminApprovedNewsPresenter.php Go to diff View file
A src/templates/admin/news/admin-news-details.mustache +75 −0 Go to diff View file
M src/templates/admin/news/admin-news.mustache +22 −9 Go to diff View file
M src/www/admin/news/index.php +21 −173 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-news.scss +68 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file