| 1 | efrain | 1 | Description of ADOdb library import into Moodle
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | Source: https://github.com/ADOdb/ADOdb
 | 
        
           |  |  | 4 |   | 
        
           |  |  | 5 | This library will be probably removed sometime in the future
 | 
        
           |  |  | 6 | because it is now used only by enrol and auth db plugins.
 | 
        
           |  |  | 7 |   | 
        
           |  |  | 8 | Removed:
 | 
        
           |  |  | 9 |  * Any invisible file (dot suffixed)
 | 
        
           |  |  | 10 |  * composer.json
 | 
        
           |  |  | 11 |  * contrib/ (if present)
 | 
        
           |  |  | 12 |  * cute_icons_for_site/ (if present)
 | 
        
           |  |  | 13 |  * docs/
 | 
        
           |  |  | 14 |  * lang/* everything but adodb-en.inc.php (originally because they were not utf-8, now because of not used)
 | 
        
           |  |  | 15 |  * nbproject/ (if present)
 | 
        
           |  |  | 16 |  * pear/
 | 
        
           |  |  | 17 |  * server.php (if present)
 | 
        
           |  |  | 18 |  * session/
 | 
        
           |  |  | 19 |   | 
        
           |  |  | 20 | Added:
 | 
        
           |  |  | 21 |  * index.html - prevent directory browsing on misconfigured servers
 | 
        
           |  |  | 22 |  * readme_moodle.txt - this file ;-)
 | 
        
           | 1441 | ariadna | 23 |   | 
        
           |  |  | 24 | Changelog:
 | 
        
           |  |  | 25 |  * MDL-85375:
 | 
        
           |  |  | 26 |    - Fix SQL injection in pg_insert_id() - https://github.com/ADOdb/ADOdb/commit/11107d6d6e5160b62e05dff8a3a2678cf0e3a426
 |