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().
|
15 年之前 |
Ivan Tcholakov
|
7820ce8043
Feature #306 - Replacing the function api_sql_query() with Database::query() within all the installation scripts.
|
15 年之前 |
Ivan Tcholakov
|
b1872644bf
Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files.
|
15 年之前 |
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.
|
15 年之前 |
Yannick Warnier
|
5404db3a90
[svn r20524] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191)
|
16 年之前 |
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
|
16 年之前 |
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
|
16 年之前 |
Eric Marguin
|
1cd0d8e3f9
[svn r12278] the single db upgrade now works
|
18 年之前 |
Yannick Warnier
|
9989167181
[svn r12086] Improved migration script (more logging and avoidance of errors):
|
18 年之前 |
Yannick Warnier
|
0995f09c54
[svn r11824] Added second check before query and fixed first one.
|
18 年之前 |
Yannick Warnier
|
a45262d73a
[svn r11823] Added check before query
|
18 年之前 |
Yannick Warnier
|
e65a393d59
[svn r11822] Added checks before issuing SQL query
|
18 年之前 |
Yannick Warnier
|
29f8f76c4e
[svn r11017] Added table prefix handling
|
18 年之前 |
Yannick Warnier
|
ce67c88317
[svn r10924] Patched more database naming errors
|
18 年之前 |
Yannick Warnier
|
97ed533275
[svn r10922] Patched problematic db and path names while not using a proper configuration file
|
18 年之前 |
Yannick Warnier
|
b632360ad7
[svn r10889] Added $loglevel and changed all "echo" to "error_log" to allow silent running.
|
18 年之前 |
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
|
18 年之前 |