Download & Releases
3.5.10 (stable)
Very important notes for MySQL 4.1.x users:
If you update from ILIAS 3.4.0 or 3.4.1 and already used MySQL 4.1.x: Due to a problem in the UTF-8 handling some extra update steps are necessary. Please <b><u>click on this link and follow the instructions</u></b>.
If you just plan to update from MySQL 4.0.x to MySQL 4.1.x please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.
Release 3.5.10 is a bug fix release and has been published September 5, 2006. Information about first time installation can be found here. Instructions for updating ILIAS can be found in section 3 of the general installation instructions. |
|
Known Issues
1. Fix for ILIAS crash in Test & Assessment when random questions have been deleted accidentally
In ILIAS random tests the questions are not added as a copy like in the other question types but as a simple reference. If a question used in a random test is deleted from it's original question pool, the question is missing in the random test then and could lead to unpredictable results and ILIAS crashes. This behaviour is suppressed from ILIAS 3.6.2 and the upcoming ILIAS 3.5.11 on by preventing the deletion of questions in ILIAS when the questions are used in a random test. If this accident of deleting a question already happened, you need this fix to deal with it. Unfortunately it is impossible to bring back the deleted question but the users can at least finish their tests without causing an ILIAS crash.
To fix this bug, make a backup copy of the file assessment/classes/class.ilObjTestGUI.php, then copy the attached file class.ilObjTestGUI.php into the assessment/classes/ directory.
2. Fix to prevent ILIAS crashes in Test & Assessment by deleting questions used in random tests
In ILIAS random tests the questions are not added as a copy like in the other question types but as a simple reference. If a question used in a random test is deleted from it's original question pool, the question is missing in the random test then and could lead to unpredictable results and ILIAS crashes. This behaviour is suppressed from ILIAS 3.6.2 and the upcoming ILIAS 3.5.11 on by preventing the deletion of questions in ILIAS when the questions are used in a random test. If you don't want to wait to add this security patch to your ILIAS system, please work through the following instructions.
To fix this bug, make a backup copy of the files assessment/classes/class.assQuestion.php, assessment/classes/class.ilObjQuestionPool.php, assessment/classes/class.ilObjQuestionPoolGUI.php, assessment/templates/default/tpl.il_as_qpl_confirm_delete_questions.html, lang/ilias_en.lang, lang/ilias_de.lang then copy the attached files class.assQuestion.php, class.ilObjQuestionPool.php, class.ilObjQuestionPoolGUI.php into the assessment/classes/ directory, the attached file tpl.il_as_qpl_confirm_delete_questions.html into the assessment/templates/default directory and the attached files ilias_en.lang and ilias_de.lang into the lang directory.
When you are finished, please log in into ILIAS, go to the Language Administration and press the Refresh Languages button.
Please note, that you should not apply this patch if you are running an installation which uses other languages than english or german. In this case you must wait until the official 3.5.11 release or insert and translate the following language entries in your favourite language files in the ILIAS lang directory:
assessment#:#qpl_delete_describe_undeleteable_questions#:#The following questions are in use in random tests. You cannot delete these questions:
assessment#:#qpl_delete_no_deleteable_questions#:#All questions you tried to delete are in use in a random test
Fixed Bugs
Survey: Fixed Mantis bug#1921: Nominal questions with multiple response could be skipped, even when they marked obligatory (Helmut Schottmüller, 2006-07-28)
Survey: Corrected the german phrase "abolut unsicher" to "absolut unsicher" (Helmut Schottmüller, 2006-08-16)
Survey: Fixed Mantis bug #1960: Error in "User specific results" evaluation of surveys when a participant was deleted from the ILIAS system (Helmut Schottmüller, 2006-08-16)
Test & Assessment: Fixed security hole in Test & Assessment. (2006-09-01, Helmut Schottmüller)
Security Issues: Fixed several security issues. (Alex Killing)