Commit Graph

41 Commits (2c07499a83392d25be43e1d4a278c316ee1962ec)

Author SHA1 Message Date
Ivan Tcholakov ea112baa0f Feature #272 - Installation scripts: Reorganization of the library install.lib.php. Other minor changes. 16 years ago
Ivan Tcholakov c24805962d Feature #272 - Installation scripts: Duplicate code elimination. 16 years ago
Ivan Tcholakov dc9ca4cea6 Feature #272 - Installation scripts: Updating comments. 16 years ago
Ivan Tcholakov 9a08d8cf16 Feature #272 - Installation scripts: Repetitive code elimination. 16 years ago
Ivan Tcholakov 4ac473256e Feature #272 - Installation scripts: Making a switch to the new library file install.lib.php. 16 years ago
Ivan Tcholakov 5697c5aa64 Feature #272 - Installation scripts: More code formatting. 16 years ago
Ivan Tcholakov 4318469da8 Feature #272 - Installation scripts: Some minor changes. 16 years ago
Ivan Tcholakov 0c1280587b Feature #272 - Installation scripts: Replacement of all mysql_*() function calls with Database::*() equivalents. 16 years ago
Ivan Tcholakov fb1432145a Feature #272 - Installation scripts: Replacement of all ereg*() function calls with preg*() equivalents. 16 years ago
Ivan Tcholakov 821f3995bc Feature #347 - A constant in the instalaltion scripts has been renamed ( SYSTEM_INSTALLATION ). 16 years ago
Ivan Tcholakov 9bec6eca66 Feature #272 - Installation scripts: Cleaning & reformatting, second pass. Some minor corrections. 16 years ago
Ivan Tcholakov 2a3704ad05 Feature #347 - Installation scripts: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 408203a850 Feature #272 - Installation scripts: Corrections on some html-tags. 16 years ago
Ivan Tcholakov 81f91d0d7f Feature #272 - Updating some comments. 16 years ago
Ivan Tcholakov e4cdc87393 Feature #272 - Preparations for change in the installation script: Some minor corrections have been made. 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
Carlos Vargas efaa6186cc [svn r19471] minor add styles to buttons see FS#3541 17 years ago
Yannick Warnier 4aba38e8f4 [svn r17935] Fixed problem of course tools duplication in migration from previous versions of Dokeos (and for migration between previous versions as well). Related to private task FS#2660 but reported in other cases as well. 17 years ago
Ivan Tcholakov a6abdb402b [svn r16653] FS#2787 - Add session sql_mode = '' to mysql_connect (avoid strict SQL mode). Inseting all the code as planned. 17 years ago
Yannick Warnier acb235b49c [svn r14906] Added group tutors to the code of 1.6 to 1.8 migration. Got forgotten in the process. 18 years ago
Eric Marguin 0021ff3e41 [svn r14166] fix a bug in my previous commit (about user categories) 18 years ago
Eric Marguin 9d54532b3e [svn r14165] fill the sort field of user_course_category 18 years ago
Yannick Warnier 1f7e6516cf [svn r13060] Updated database connection check (checking the mysql resource was useless as the connection failed -> the resource didn't exist) 18 years ago
Yannick Warnier 82543ba7a9 [svn r13052] Fixed naming of databases in single DB mode - finally maintains the configuration file correctly 18 years ago
Yannick Warnier b139779d76 [svn r13019] Fixed a number of problems related to migration from 1.6 to 1.8 for single DB installs (notably forum tables) 18 years ago
Yannick Warnier dd74af6074 [svn r12999] Fixed a bug in migration from 1.6 to 1.8.0 with single DB where if the single DB mode was used from some time and there were actually 3 databases (main, scorm and stats), the scorm and stats databases would not be found. This was a blocking bug. The upgrade script still needs some improvement to enable a full 1.6.x to 1.8.x migration. 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 a4d9f5acd3 [svn r11821] Removed some logging and introduced conditional logging 19 years ago
Yannick Warnier 2a747f6d3b [svn r11646] Added hack to get poster ID in new tables for threads and posts in forum tables 19 years ago
Yannick Warnier b8e01323fe [svn r11645] Added informative debug logging (can stay there because only used once at upgrade time) 19 years ago
Yannick Warnier 4f1a892dde [svn r11644] Removed memory and time limit as much as possible for this script's execution 19 years ago
Yannick Warnier 29f8f76c4e [svn r11017] Added table prefix handling 19 years ago
Yannick Warnier 86f28a7101 [svn r10985] Improvements to forum import code 19 years ago
Yannick Warnier 5534601c41 [svn r10951] Switched activating switch 19 years ago
Yannick Warnier da640a50f8 [svn r10936] Added more error_logging 19 years ago
Yannick Warnier 9edc9a125f [svn r10935] Switched echoes to error_logs 19 years ago
Yannick Warnier f4d1d1b9d0 [svn r10891] Added include for scorm tables migration (huge separate script) 19 years ago
Yannick Warnier 1544ee71e9 [svn r10884] Removed deprecated functions. 19 years ago
Yannick Warnier f05b48973f [svn r10879] Added files for specific update from 1.6.x to 1.8.0. Introducing version numbering will hopefully help writing code that can upgrade several versions in a row 19 years ago
Yannick Warnier 3a72940022 [svn r10835] First version of forum tables migration script added. Untested. 19 years ago
Yannick Warnier 24a35efebf [svn r10833] Removed deprecated comments 19 years ago
Yannick Warnier d29879a66e [svn r10832] Removed deprecated comments 19 years ago
Yannick Warnier 9542b98899 [svn r10746] small additional comments (preparation for course upgrade) 19 years ago
Yannick Warnier 2df17831fb [svn r10712] Improvements to main database migration process 19 years ago
Yannick Warnier ab63602a79 [svn r10658] Removed deprecated migration code for 1.5 to 1.6 (make place for the new migration code) 19 years ago
Patrick Cool 27685c2472 [svn r10197] fourth 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
Patrick Cool 8221774681 [svn r10082] cleanup $_configuration 19 years ago