Commit Graph

46 Commits (b27da04429f4798a0fced4d5581202ff244c2782)

Author SHA1 Message Date
christian1827 9620389815 merge 15 years ago
Ivan Tcholakov 91f2c0ab11 Minor, cosmetic changes for the installation scripts. 15 years ago
Ivan Tcholakov 565423dd98 Feature #542 - Installation scripts: Purging the old brand as much as it is possible. 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Ivan Tcholakov 152cb149e4 Feature #347 - Installation script: Removing the constant MAX_COURSE_TRANSFER and all the archaic code related to it. 15 years ago
Ivan Tcholakov ea112baa0f Feature #272 - Installation scripts: Reorganization of the library install.lib.php. Other minor changes. 15 years ago
Ivan Tcholakov c24805962d Feature #272 - Installation scripts: Duplicate code elimination. 15 years ago
Ivan Tcholakov dc9ca4cea6 Feature #272 - Installation scripts: Updating comments. 15 years ago
Ivan Tcholakov 9a08d8cf16 Feature #272 - Installation scripts: Repetitive code elimination. 15 years ago
Ivan Tcholakov 4ac473256e Feature #272 - Installation scripts: Making a switch to the new library file install.lib.php. 15 years ago
Ivan Tcholakov 5697c5aa64 Feature #272 - Installation scripts: More code formatting. 15 years ago
Ivan Tcholakov 4318469da8 Feature #272 - Installation scripts: Some minor changes. 15 years ago
Ivan Tcholakov 0c1280587b Feature #272 - Installation scripts: Replacement of all mysql_*() function calls with Database::*() equivalents. 15 years ago
Ivan Tcholakov fb1432145a Feature #272 - Installation scripts: Replacement of all ereg*() function calls with preg*() equivalents. 15 years ago
Ivan Tcholakov 821f3995bc Feature #347 - A constant in the instalaltion scripts has been renamed ( SYSTEM_INSTALLATION ). 15 years ago
Ivan Tcholakov 9bec6eca66 Feature #272 - Installation scripts: Cleaning & reformatting, second pass. Some minor corrections. 15 years ago
Ivan Tcholakov 2a3704ad05 Feature #347 - Installation scripts: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 408203a850 Feature #272 - Installation scripts: Corrections on some html-tags. 15 years ago
Ivan Tcholakov 81f91d0d7f Feature #272 - Updating some comments. 15 years ago
Ivan Tcholakov e4cdc87393 Feature #272 - Preparations for change in the installation script: Some minor corrections have been made. 15 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 16 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. 16 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. 17 years ago
Eric Marguin 0021ff3e41 [svn r14166] fix a bug in my previous commit (about user categories) 17 years ago
Eric Marguin 9d54532b3e [svn r14165] fill the sort field of user_course_category 17 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 18 years ago
Yannick Warnier 9989167181 [svn r12086] Improved migration script (more logging and avoidance of errors): 18 years ago
Yannick Warnier a4d9f5acd3 [svn r11821] Removed some logging and introduced conditional logging 18 years ago
Yannick Warnier 2a747f6d3b [svn r11646] Added hack to get poster ID in new tables for threads and posts in forum tables 18 years ago
Yannick Warnier b8e01323fe [svn r11645] Added informative debug logging (can stay there because only used once at upgrade time) 18 years ago
Yannick Warnier 4f1a892dde [svn r11644] Removed memory and time limit as much as possible for this script's execution 18 years ago
Yannick Warnier 29f8f76c4e [svn r11017] Added table prefix handling 18 years ago
Yannick Warnier 86f28a7101 [svn r10985] Improvements to forum import code 18 years ago
Yannick Warnier 5534601c41 [svn r10951] Switched activating switch 18 years ago
Yannick Warnier da640a50f8 [svn r10936] Added more error_logging 18 years ago
Yannick Warnier 9edc9a125f [svn r10935] Switched echoes to error_logs 18 years ago
Yannick Warnier f4d1d1b9d0 [svn r10891] Added include for scorm tables migration (huge separate script) 18 years ago
Yannick Warnier 1544ee71e9 [svn r10884] Removed deprecated functions. 18 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 18 years ago
Yannick Warnier 3a72940022 [svn r10835] First version of forum tables migration script added. Untested. 18 years ago
Yannick Warnier 24a35efebf [svn r10833] Removed deprecated comments 18 years ago
Yannick Warnier d29879a66e [svn r10832] Removed deprecated comments 18 years ago
Yannick Warnier 9542b98899 [svn r10746] small additional comments (preparation for course upgrade) 18 years ago