stable
Clone or download
Read-only
Merge commit 'refs/changes/25/11325/5' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #11462: Database export feature relies on PDO to access the database being created Change-Id: I6cf3749dd461f6b6b90492f1e8add700820b1da6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/EqualComparisonFromWhereBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/NotEqualComparisonFromWhereBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/EqualComparisonFromWhereBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/NotEqualComparisonFromWhereBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/PullRequestUpdaterTest.php | +8 | −0 | Go to diff View file |
M | site-content/en_US/project/project.tab | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +1 | −1 | Go to diff View file |
M | src/common/DB/DBFactory.php | +16 | −13 | Go to diff View file |
M | src/common/DB/DataAccessObject.php | +1 | −1 | Go to diff View file |
M | src/www/include/database.php | +0 | −8 | Go to diff View file |
M | src/www/project/export/artifact_deps_export.php | +20 | −7 | Go to diff View file |
M | src/www/project/export/artifact_export.php | +20 | −7 | Go to diff View file |
M | src/www/project/export/artifact_history_export.php | +20 | −7 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +30 | −28 | Go to diff View file |
M | tests/lib/TuleapDbTestCase.class.php | +0 | −1 | Go to diff View file |