Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / adodb / readme_moodle.txt
blobfb50375d300ef138c3f1b3d79bab0e35463e5268
1 Description of ADODB v4.98 library import into Moodle
3 Removed:
4  * contrib/
5  * cute_icons_for_site/
6  * docs/
7  * pear/
8  * tests/
9  * server.php
11 Added:
12  * index.html - prevent directory browsing on misconfigured servers
13  * readme_moodle.txt - this file ;-)
15 Our changes:
16  * adodb-lib.inc.php - added support for "F" and "L" types in  _adodb_column_sql()
17  * adodb-lib.inc.php - modify some debug output to be correct XHTML. MDL-12378.
18        Reported to ADOdb at: http://phplens.com/lens/lensforum/msgs.php?id=17133
19        Once fixed by adodb guys, we'll return to their official distro.
20  * drivers/adodb-mysqli.inc.php - fixed problem with driver not detecting enums
21        in the MetaColumns() function. MDL-14215.
22        Reported to ADOdb at: http://phplens.com/lens/lensforum/msgs.php?id=17383
23        Once fixed by adodb guys, we'll return to their official distro.
25 skodak, iarenaza, moodler, stronk7
27 $Id$