stable

Clone or download

Read-only

request #11260: Consistent display of project access logs

In project admin ยป access logs: - Like git or svn, disabled services should not appear to say that they are disabled - Like all services, svn entries should be ordered by date - Svn title should be renamed to better reflect the content (it does not list only commits) Bonus: - By default search for all users instead of non members Change-Id: I697c0915c14288a0319aea691e2df63b85ca6d64

Modified Files

Name
M plugins/docman/include/docmanPlugin.class.php +5 โˆ’2 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +8 โˆ’5 Go to diff View file
M plugins/svn/include/Svn/Logs/QueryBuilder.php +2 โˆ’1 Go to diff View file
M plugins/svn/site-content/en_US/svn.tab +1 โˆ’1 Go to diff View file
M plugins/svn/site-content/fr_FR/svn.tab +1 โˆ’1 Go to diff View file
M site-content/en_US/project/project.tab +0 โˆ’1 Go to diff View file
M site-content/fr_FR/project/project.tab +0 โˆ’1 Go to diff View file
M src/www/project/stats/source_code_access.php +1 โˆ’1 Go to diff View file
M src/www/project/stats/source_code_access_utils.php +28 โˆ’33 Go to diff View file