mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
24 lines
747 B
Plaintext
24 lines
747 B
Plaintext
Description of ADODB v4.92a library import into Moodle
|
|
|
|
Removed:
|
|
* contrib/
|
|
* cute_icons_for_site/
|
|
* docs/
|
|
* pear/
|
|
* tests/
|
|
* server.php
|
|
|
|
Added:
|
|
* index.html - prevent directory browsing on misconfigured servers
|
|
* tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites
|
|
* readme_moodle.txt - this file ;-)
|
|
|
|
Our changes:
|
|
* adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
|
|
* drivers-adodb-postgres7.inc.php - removed (commented) one buggy ServerInfo() call that
|
|
was preventing PG version detection to work. http://tracker.moodle.org/browse/MDL-6647
|
|
Once solved by adodb guys, we'll undo this (affects to version v4.92a of ADOdb)
|
|
|
|
skodak
|
|
30 August 2006
|