stable

Clone or download

Read-only

Style pending projects

part of story #9589 Get rid of Bootstrap in site admin / projects - All links should work - When delete button is submit, system events should be launched - Mockup as an error, there is no "Validate all projects" in this page Change-Id: Ide433e337a29d4804c26650c79ca1749e8828c44

Modified Files

Name
M site-content/en_US/admin/admin.tab +11 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +12 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/project/Admin/ProjectDescriptionFieldBuilder.php +85 −0 Go to diff View file
M src/common/project/Admin/ProjectDetailsPresenter.php +2 −46 Go to diff View file
M src/common/project/ProjectManager.class.php +1 −1 Go to diff View file
A src/common/user/Admin/PendingProjectBuilder.php +113 −0 Go to diff View file
M src/common/user/Admin/ProjectPendingPresenter.php +36 −5 Go to diff View file
M src/templates/admin/projects/project-pending.mustache +131 −13 Go to diff View file
M src/www/admin/approve-pending.php +21 −141 Go to diff View file
M src/www/admin/groupedit.php +5 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin_pending-projects.scss +90 −0 Go to diff View file