stable

Clone or download

Read-only

Merge 'gerrit #5130' into stable/master

* commit 'dc470f8': request #8888 Add Export CSV function to the grouplist interface Change-Id: I79d1846480606db69f7d1af689a14a4b8e295f3f

Modified Files

Name
M site-content/en_US/admin/admin.tab +2 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +2 −0 Go to diff View file
A src/common/admin/Admin_ProjectListExporter.class.php +131 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ProjectDao.class.php +5 −1 Go to diff View file
M src/common/project/Project.class.php +10 −0 Go to diff View file
M src/www/admin/grouplist.php +34 −5 Go to diff View file