dev

Forked from tuleap/dev

Clone or download

Read-only

request #7711: Add csv export in site admin user list interface

Change-Id: I4e2a520f0ac84ff6587c8afdd3bc4cae20293b8a

Modified Files

Name
M site-content/en_US/admin/admin.tab +1 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +1 −0 Go to diff View file
A src/common/admin/Admin_UserListExporter.class.php +115 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/UserDao.class.php +6 −3 Go to diff View file
M src/www/admin/userlist.php +34 −0 Go to diff View file