Commit Graph

118 Commits (0c07642aaa89bcbc68e575d98bf2f8f1006951f1)

Author SHA1 Message Date
Ivan Tcholakov 91f2c0ab11 Minor, cosmetic changes for the installation scripts. 15 years ago
Julio Montoya 8c70175d40 Fixing get_config_param() functionto work with migration from Dokeos 1.8.3 to Chamilo 1.8.7 15 years ago
Ivan Tcholakov 565423dd98 Feature #542 - Installation scripts: Purging the old brand as much as it is possible. 15 years ago
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 15 years ago
Julio Montoya 6edf5863a0 Undo commit fd9e6f62b2 15 years ago
Julio Montoya 97aa89cb15 Fixing is_already_installed_system() function adding global value 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 50b5a0b492 Feature #347 - Installation script: Making the version check more strict ( by using the function version_compare() ) before preventing pre-installation. 15 years ago
Ivan Tcholakov a7ef238411 Feature #272 - Installation scripts: Testing the protection, correction again. 15 years ago
Ivan Tcholakov d624b4c8ce Feature #272 - Installation scripts: Testing the protection against re-installing, corrections. 15 years ago
Ivan Tcholakov 2c07499a83 Feature #272 - Adding a simple protection against re-installing the system. 15 years ago
Ivan Tcholakov 10e30bf6b1 Feature #272 - Installation scripts: Renaming files, removing the old brand. 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 9a08d8cf16 Feature #272 - Installation scripts: Repetitive code elimination. 15 years ago
Ivan Tcholakov 67e2b7aa66 Feature #272 - Installation scripts: A new file install.lib.php has been introduced. It is to replace the files install_functions.inc.php and install_upgrade.lib.php. 15 years ago
Ivan Tcholakov 0c1280587b Feature #272 - Installation scripts: Replacement of all mysql_*() function calls with Database::*() equivalents. 15 years ago
Ivan Tcholakov a304ec8c90 Feature #272 - Installation scripts: A rework for the function get_config_param() for making it understandable. 15 years ago
Ivan Tcholakov 46b029e0af Feature #272 - Installation scripts: More reworks about the language selection boxes. 15 years ago
Ivan Tcholakov e3e823d8f6 Feature #272 - Installation scripts: The code for the)language selection box has been reworked. It is about language during installation procedure. Some other minor reworks. 15 years ago
Ivan Tcholakov dab06263fd Feature #272 - Installation scripts: Reworks, cleaning. 15 years ago
Ivan Tcholakov 960c4c463b Feature #272 - Installation scripts: Testing new installation procedure, minor corrections. 15 years ago
Ivan Tcholakov 921f8f307c Feature #272 - The functions api_get_permissions_for_new_directories() and api_get_permissions_for_new_files() have been introduced in the installation scripts. 15 years ago
Ivan Tcholakov 9bec6eca66 Feature #272 - Installation scripts: Cleaning & reformatting, second pass. Some minor corrections. 15 years ago
Yannick Warnier 7fbbdddb9e Added optional param to check_writable() to show non applied suggestions in orange instead of red 15 years ago
Yannick Warnier 1f88a2180e Added suggestions of directory permissions to install procedure (for lang and css dirs, for corresponding features) 15 years ago
Ivan Tcholakov 727ddd6374 Feature #272 - About the database connection testing button: The word "MySQL" on the page has been replaced with "Database". 15 years ago
Ivan Tcholakov 786ebe97af Feature #272 - Applying the function api_get_path() in the tnstallation scripts. The function has been designed for being capable about serving the installation procedure. 15 years ago
Ivan Tcholakov a37dc7eec3 Feature #272 - The installation scripts: An easy rework about the database connection testing button. 15 years ago
Ivan Tcholakov 0e3c5cf443 Feature #272 - Installation scripts: Cleaning, formatting - preparation for some essential changes. 15 years ago
Ivan Tcholakov 17ed5a246e Feature #272 - System fresh installation: Making database encoding to be UTF-8. Also platform character set will be UTF-8 by default. The upgrade script will be fixed later. Before testing, reinstall your system, please. If you wish, you may set your system to be ISO-8859-15, for that it is enough you to change the setting "Platform character set". 15 years ago
Ivan Tcholakov 81f91d0d7f Feature #272 - Updating some comments. 15 years ago
Julio Montoya 4d39701056 Replacing Dokeos to chamilo 15 years ago
cvargas e969a4161a merge 16 years ago
Julio Montoya a37b60ec76 First Chamilo fixes (groups, installation files, partial documentation updated) 16 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 years ago
Juan Carlos Raña 6d283c34df fix logic of icons 16 years ago
Ivan Tcholakov b73bf7cc98 Issue #306 - Fixing ordering of the administrator's names in the installation script and in the systems's footer. 16 years ago
Ivan Tcholakov bb7feb13b7 Issue #306 - The extension mbstring ibecame optional. This is why a correction has been made in the installation script, also blocking checks have been removed. 16 years ago
Cristian Fasanando 5d4414f147 aligned show and hide icon in avanced parameters 16 years ago
Ivan Tcholakov 9c02044f86 [svn r21939] FS#4391 - Adding a check for JSON-extension presense within the installation script. 16 years ago
Isaac Flores 9a7e5b733f [svn r21655] logic changes - Allow install dokeos in IE - (partial FS#4367) 16 years ago
Ivan Tcholakov a280b7932c [svn r21482] FS#306 - Upgrading the "Requirements" page (step 2) during the installation. intl (internationalization) and iconv extensions are optional. 16 years ago
Ivan Tcholakov c34b7c9c99 [svn r21359] FS#4308 - Adding attribute target="_blank" to some links and other minor fixes. 16 years ago
Arthur Portugal ef2df3e642 [svn r21181] Minor - Added get_lang() to button in upgrade translation FS#4232 16 years ago
Yannick Warnier 45877b8ffd [svn r21116] Removed slovenian_unicode from languages list for now. Installing unicode languages require UTF-8 setting in AWACS anyway. 16 years ago
Arthur Portugal 4d78521106 [svn r20976] Added new image in portal link 16 years ago
Cristian Fasanando 940fa1b17c [svn r20811] Changed recommendation of magic quotes gpc and short open tag to false - see FS#2854 16 years ago