stable
Clone or download
Read-only
Merge commit 'refs/changes/61/10461/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11072: Move cross-tracker plugin to prepared statements and PDO Change-Id: If932e977494cdcd57feb710140218d3f3db808df
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/CrossTrackerArtifactReportDao.php | +11 | −8 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/CrossTrackerReportDao.php | +32 | −68 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportFactory.php | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php | +11 | −8 | Go to diff View file |
M | src/common/DB/DataAccessObject.php | +11 | −0 | Go to diff View file |