stable

Clone or download

Read-only

Style the list of projects

This is part of story #9589: Get rid of Bootstrap in site admin / projects How to test this: - In siteadmin sidebar, click on "All Projects" - You should be able to filter projects using their name / unix group name and/or their status Change-Id: I2d5fadacc56517328597a31da9db26c8289958e1

Modified Files

Name
M site-content/en_US/admin/admin.tab +28 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +28 −0 Go to diff View file
M src/common/autoload.php +8 −2 Go to diff View file
M src/common/dao/ProjectDao.class.php +54 −0 Go to diff View file
M src/common/include/TemplateSingleton.class.php +8 −8 Go to diff View file
A src/common/project/Admin/ProjectListPresenter.php +40 −0 Go to diff View file
A src/common/project/Admin/ProjectListResultsPresenter.php +81 −0 Go to diff View file
A src/common/project/Admin/ProjectListResultsPresenterBuilder.php +128 −0 Go to diff View file
A src/common/project/Admin/ProjectListResultsProjectPresenter.php +57 −0 Go to diff View file
A src/common/project/Admin/ProjectListSearchFieldsPresenter.php +44 −0 Go to diff View file
A src/common/project/Admin/ProjectListSearchFieldsPresenterBuilder.php +61 −0 Go to diff View file
A src/templates/admin/projects/projectlist.mustache +124 −0 Go to diff View file
M src/www/admin/grouplist.php +83 −179 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_siteadmin-project-list.scss +72 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_siteadmin.scss +1 −0 Go to diff View file