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