stable
Clone or download
Read-only
part of story #9589 Get rid of Bootstrap in site admin / projects * in project list - column label switch to project access - project access icon is add for every project * in project pending - column label switch to project access - icon is now consistent with project details icon * project details isn't break Change-Id: I9d8b3c8c8e90caec8baea7bff391e7616c3e8de7
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +0 | −2 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/project/Admin/ProjectAccessPresenter.php | +58 | −0 | Go to diff View file |
M | src/common/project/Admin/ProjectDetailsPresenter.php | +6 | −33 | Go to diff View file |
M | src/common/project/Admin/ProjectListResultsPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/project/Admin/ProjectListResultsPresenterBuilder.php | +1 | −18 | Go to diff View file |
M | src/common/project/Admin/ProjectListResultsProjectPresenter.php | +3 | −2 | Go to diff View file |
M | src/common/user/Admin/PendingProjectBuilder.php | +3 | −1 | Go to diff View file |
M | src/common/user/Admin/ProjectPendingPresenter.php | +1 | −4 | Go to diff View file |
M | src/templates/admin/projects/project-info.mustache | +24 | −22 | Go to diff View file |
M | src/templates/admin/projects/project-pending.mustache | +15 | −14 | Go to diff View file |
M | src/templates/admin/projects/projectlist.mustache | +9 | −1 | Go to diff View file |
M | src/www/admin/groupedit.php | +3 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-project-list.scss | +4 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin_pending-projects.scss | +4 | −0 | Go to diff View file |