stable
Clone or download
Read-only
Merge commit 'refs/changes/79/12079/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11855: Performance issues when querying the permissions table with PDO Change-Id: I8070543855486d761adebfc626c49f2153cca5c7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_PermissionsExport.class.php | +6 | −5 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManagerDao.class.php | +8 | −7 | Go to diff View file |
M | plugins/git/include/Git/PermissionsDao.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/PermissionsDao.class.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/dao/Tracker_ReportDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/ArtifactDao.class.php | +6 | −5 | Go to diff View file |
M | src/common/dao/PermissionsDao.class.php | +6 | −5 | Go to diff View file |
M | src/common/frs/FRSPermissionDao.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +8 | −8 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +1 | −1 | Go to diff View file |
M | src/utils/tv3_to_test.php | +2 | −2 | Go to diff View file |