Commit Graph

67 Commits (49aef64c3b36704add71ffe91982a4ee052e5977)

Author SHA1 Message Date
Yannick Warnier caaee89e74 [svn r18018] Removed info about php sessions directory to avoid confusing users 16 years ago
Yannick Warnier 421874945f [svn r17832] Hidden searchdb dir - only necessary when search plugin installed 16 years ago
Ivan Tcholakov 7b8133212b [svn r17796] FS#2970 - FCKEditor, the advanced file manager: Removing checking for writable sessions folder from the installation script. 16 years ago
Ivan Tcholakov 0fd3aa5940 [svn r17670] FS#2970 - Adding a check for writable sessions folder in the installation script. Needed for the advanced file manager. 16 years ago
Yannick Warnier aa4764b6f2 [svn r17541] Fix inconsistency in directories with write permissions. Only upload/users/ should be writeable, not upload/ (fixes FS#3426) 16 years ago
Isaac Flores 6d18f04910 [svn r17295] logic changes - set @mysql_connect - (partial FS#3249) 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 60e4aa609a [svn r16184] Added search directory prerequisite 17 years ago
Yannick Warnier 3d41ca367c [svn r15801] Fixed possible overflow of database name in course.db_name field - see FS#2426 17 years ago
Yannick Warnier efac786fb7 [svn r15800] Hide password in installation process - see FS#2680 - by Daniel Perales 17 years ago
Yannick Warnier cfaad12c5e [svn r15604] Updated read/write requirements for main/upload/ 17 years ago
Yannick Warnier 20877d872b [svn r15469] Improved precision of error messages when missing permissions 17 years ago
Yannick Warnier 949659960a [svn r14867] Now hiding optional parameters in database configuration screen (installation simplification) 17 years ago
Julio Montoya 40802af8eb [svn r14753] Améliorer l'outil Travaux : affichage des répertoires (FS#2395) 17 years ago
Yannick Warnier d6258ccc83 [svn r13362] Added condition to avoid loss of language choice in install 18 years ago
Yannick Warnier f71b277521 [svn r13354] Fixes to upgrade from 1.8.x 18 years ago
Yannick Warnier 8e90cfef28 [svn r13343] Updated link to installation guide 18 years ago
Yannick Warnier 1a16e36d30 [svn r13228] Update label on upgrade buttons to use 1.8.x and 1.6.x instead of all versions 18 years ago
Yannick Warnier bd830c2b95 [svn r13194] Fix bug on new install with singledb whereby multiple databases were not created but the configuration setting was still giving a different name for stats, scorm and user databases. 18 years ago
Yannick Warnier 5e3c236b93 [svn r13093] Fixed a bug preventing upgrade of user database 18 years ago
Eric Marguin 42e4cea0fa [svn r13080] cancel commit 13076 ... I'm sorry and stupid : this wasn't a bug (in fact the bug was due to mkdirs without umask) 18 years ago
Eric Marguin e495ecba56 [svn r13079] fix more bugs with permissions (mainly mkdir without umask(0) or chmod) 18 years ago
Eric Marguin 85572aa867 [svn r13076] fix a global permissions bug when creating a file/folder 18 years ago
Yannick Warnier 276d10ee7f [svn r13063] Added various changes to enable direct migration from 1.6 to 1.8.4 (yeepee!) 18 years ago
Eric Marguin a3db45b67a [svn r12820] upgrade from 1.8.2 to 1.8.3 ... just some changes in MAIN sections changed 18 years ago
Yannick Warnier 85dfb152e6 [svn r12809] Updated default files and dirs permissions (using database security parameter) 18 years ago
Evie Embrechts decaee53f2 [svn r12736] minor spelling correction 18 years ago
Eric Marguin 35224ff15e [svn r12641] fix lot of bugs in upgrade (mainly due to the fact that it is the first upgrade from dokeos 1.8) 18 years ago
Eric Marguin 8d67b75526 [svn r12639] fix bugs to parse config files 18 years ago
Yannick Warnier 0ba16e3130 [svn r12632] Fixed a few things for the upgrade from 1.8.0 to 1.8.2 18 years ago
Yannick Warnier 95089f7cd7 [svn r12474] Make color markup coherent in display_requirements() (were two different tones of red) 18 years ago
Yannick Warnier e8525db9a1 [svn r12473] Added param for optional extensions displaying in orange in check_extension() 18 years ago
Yannick Warnier 3235f82300 [svn r12385] Added file_to_array() function and used as a replacement to core file() which doesn't handle Windows line endings very well. 18 years ago
Julian Prud'homme 07994ee13a [svn r12287] Change the path to the new Dokeos Manual (PDF file) 18 years ago
Julian Prud'homme ce5028b8fa [svn r12276] Change the path to the new Dokeos Manual (PDF file) 18 years ago
Julian Prud'homme e0881e59b0 [svn r12269] 5th step in removing all $_SERVER['PHP_SELF'] 18 years ago
Yannick Warnier f657daf0da [svn r12239] Added art license (depends on language files - email sent to the translation list) 18 years ago
Patrick Cool 98537f53d3 [svn r12114] improve xhtml compliance 18 years ago
Yannick Warnier 9989167181 [svn r12086] Improved migration script (more logging and avoidance of errors): 18 years ago
Julian Prud'homme 9698a962c8 [svn r11814] fix a bug when checking the database connection 18 years ago
Yannick Warnier af91cc1d1a [svn r11787] Added requirement for mbstring 18 years ago
Frédéric Vauthier 783e3598a6 [svn r11734] when it's multiple db install, test if the mysql user can 18 years ago
Yannick Warnier dead333b8e [svn r11719] Removed poor-translation languages from the language list (only affecting installation process) 18 years ago
Yannick Warnier 535487475f [svn r11690] Make GD mandatory in requirements' list 18 years ago
Julian Prud'homme 2733fa3d5e [svn r11674] Change the path of default course images 18 years ago
Julian Prud'homme 9c6049064c [svn r11634] sort the languages in alphabetical order 18 years ago
Patrick Cool 4e8220038f [svn r11628] security advice in appropriate display box 18 years ago
Eric Marguin d062ccf8b8 [svn r11443] Added permissions change prerequisite for main/img/default_courses_img/ 18 years ago
Julian Prud'homme 56a1aa3bd9 [svn r11394] Change the path to licence files 18 years ago
Yannick Warnier 33f1077c30 [svn r11138] Added links to PHP manual for recomendations 18 years ago