stable
Clone or download
Read-only
This will ease the usage of PDO in a future contribution. No functionnal change is expected. This is part of story #11146: Provide PDO by default for all Tuleap DB query Change-Id: I2a84f0ffb7e58458b0e7d0c9fff3e842ad010b34
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/wiki/lib/WikiPageWrapper.class.php | +7 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/codendi.php | +1 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config-default.ini | +0 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config-dist.ini | +0 | −29 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config.ini | +0 | −33 | Go to diff View file |
M | src/common/wiki/phpwiki/configurator.php | +1 | −160 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +2 | −100 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB.php | +5 | −66 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/SQL.php | +5 | −28 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend.php | +0 | −6 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB.php | +9 | −36 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB/backend/PearDB_mysql.php | +0 | −66 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +2 | −16 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB.php | +6 | −307 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/common.php | +1 | −134 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pear/DB/mysql.php | +1 | −127 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SystemInfo.php | +1 | −35 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +0 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php | +1 | −11 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/upgrade.php | +0 | −515 | Go to diff View file |