Fix a possible race condition in the PaintWeb DML code.
[moodle/mihaisucan.git] / lib / adodb / readme_moodle.txt
blob521ab8ce6af5c9a849cb506d4d8b6f24c1f50235
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.
24  * drivers/adodb-mssql.inc.php, drivers/adodb-oci8.inc.php (qstr) and
25        adodb.inc.php (addq and qstr) - fixed wrong "undo magic quotes" that was
26        ignoring "magic_quotes_sybase" and leading to wrongly escaped contents. MDL-19452
27        Reported privately to John Lim, will be added to upstream soon. Once fixed
28        we'll return to their official distro.
30 skodak, iarenaza, moodler, stronk7
32 $Id$