stable

Clone or download

Read-only

This is a part of story #9588 Get rid of Bootstrap in site admin / utilities To test: On Siteadmin > News approval page you should see news list in different tabs. Empty list and news details page will be in following commits. Change-Id: I4b68d2163c6b84bda6709bbc70205082794c6060

Modified Files

Name
M site-content/en_US/news/news.tab +10 −1 Go to diff View file
M site-content/fr_FR/news/news.tab +16 −7 Go to diff View file
M src/common/autoload.php +9 −2 Go to diff View file
M src/common/layout/ThemeManager.class.php +2 −0 Go to diff View file
A src/common/news/admin/AdminApprovalQueuePresenter.php +32 −0 Go to diff View file
A src/common/news/admin/AdminApprovedNewsPresenter.php +32 −0 Go to diff View file
A src/common/news/admin/AdminDeletedNewsPresenter.php +32 −0 Go to diff View file
A src/common/news/admin/AdminNewsBuilder.php +77 −0 Go to diff View file
A src/common/news/admin/AdminNewsDao.php +50 −0 Go to diff View file
A src/common/news/admin/AdminNewsListPresenter.php +56 −0 Go to diff View file
A src/common/news/admin/AdminNewsPresenter.php +36 −0 Go to diff View file
A src/templates/admin/news/admin-news.mustache +43 −0 Go to diff View file
M src/templates/admin/sidebar_utils.mustache +1 −1 Go to diff View file
A src/www/admin/news/index.php +207 −0 Go to diff View file
M src/www/news/admin/index.php +19 −199 Go to diff View file
M src/www/news/index.php +4 −4 Go to diff View file