Commit Graph

17 Commits (4f6173fb7d5835bc6dcb39d6db88d7ab29f4d208)

Author SHA1 Message Date
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
Ivan Tcholakov 7820ce8043 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the installation scripts. 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 years ago
Ivan Tcholakov 933b1bebdd Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension. 16 years ago
Yannick Warnier 5404db3a90 [svn r20524] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 17 years ago
Yannick Warnier 02b0cc4bdf [svn r15627] Considerable improvements in SCORM learning paths migration from 1.6 to 1.8. This script can be downloaded separately and applied to a 1.8.5 before using it for an upgrade from 1.6 to 1.8 18 years ago
Yannick Warnier 08d9504791 [svn r15585] Added indexes to speed up migration on large portals - this might mean some double indexes left in the database in the long run, depending on admins tunings 18 years ago
Eric Marguin 1cd0d8e3f9 [svn r12278] the single db upgrade now works 19 years ago
Yannick Warnier 9989167181 [svn r12086] Improved migration script (more logging and avoidance of errors): 19 years ago
Yannick Warnier 0995f09c54 [svn r11824] Added second check before query and fixed first one. 19 years ago
Yannick Warnier a45262d73a [svn r11823] Added check before query 19 years ago
Yannick Warnier e65a393d59 [svn r11822] Added checks before issuing SQL query 19 years ago
Yannick Warnier 29f8f76c4e [svn r11017] Added table prefix handling 19 years ago
Yannick Warnier ce67c88317 [svn r10924] Patched more database naming errors 19 years ago
Yannick Warnier 97ed533275 [svn r10922] Patched problematic db and path names while not using a proper configuration file 19 years ago
Yannick Warnier b632360ad7 [svn r10889] Added $loglevel and changed all "echo" to "error_log" to allow silent running. 19 years ago
Yannick Warnier f64f5ada91 [svn r10885] Inserting copy of the newscorm/scorm_migrate_db.php script. The original will be removed once this one is fully ready 19 years ago
Yannick Warnier 49968c0fde [svn r10434] Fixed parse error typo 19 years ago
Patrick Cool 777328bcce [svn r10203] 19 years ago
Patrick Cool 1150048a4b [svn r10195] third run of cleanup of the table names 19 years ago
Patrick Cool 43833b9ae9 [svn r10190] first run of cleanup of the table names 19 years ago
Yannick Warnier 88827b9fd1 [svn r10120] Change default value for force_commit (creates problems afterwards) 19 years ago
Yannick Warnier c9eca39fa2 [svn r10090] Removed annoying debug output 19 years ago
Yannick Warnier 06cdc43f71 [svn r10089] Optimised regexp use 19 years ago
Yannick Warnier db84e07419 [svn r10088] Fixed bug in time recovering 19 years ago
Patrick Cool 213a851585 [svn r10060] cleanup: replace clar_main.conf.php by configuration.php 19 years ago
Yannick Warnier 2165b010e3 [svn r10043] Added progress update in lp_view 19 years ago
Yannick Warnier fcf6c93b71 [svn r9920] Considerable improvements in homepage links migration 19 years ago
Yannick Warnier 3c20059bc7 [svn r9917] Added tracking migration 19 years ago
Ludovic Gasc 3f54b7927e [svn r9834] desactivate upgrade button (not yet tested) 19 years ago