849bbccf |
1 | Description of ADODB v4.92a library import into Moodle |
efc7316c |
2 | |
3 | Removed: |
4 | * contrib |
5 | * cute_icons_for_site |
6 | * docs |
7 | * pear |
8 | * tests |
9 | |
10 | Added: |
11 | * index.html - prevent directory browsing on misconfigured servers |
12 | * tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites |
13 | * readme_moodle.txt - this file ;-) |
14 | |
c3768dfc |
15 | Our changes: |
16 | * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql() |
13e9de1c |
17 | * drivers-adodb-postgres7.inc.php - removed (commented) one buggy ServerInfo() call that |
18 | was preventing PG version detection to work. http://tracker.moodle.org/browse/MDL-6647 |
19 | Once solved by adodb guys, we'll undo this (affects to version v4.92a of ADOdb) |
c3768dfc |
20 | |
efc7316c |
21 | skodak |
13e9de1c |
22 | 30 August 2006 |