Download & Releases
3.6.2 (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.6.2 has been released at April 19, 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. Please do not forget to run the DB Update Script within the Setup. |
|
Known Issues
1. Survey code message appears always for survey evaluation access of anonymized surveys and survey evaluation access is denied
For anonymized surveys a survey access code input field is shown always when a user - even the administrator - wants to start the survey evaluation. The access to the survey evaluation is then denied, if user did not take part in the survey and enters his/her survey access code. This happens with all "Evaluation access" settings in the survey properties.
To fix this bug, make a backup copy of the file survey/classes/class.ilSurveyEvaluationGUI.php
, then copy the attached file class.ilSurveyEvaluationGUI.php
into the survey/classes/
directory.
2. Adding groups or roles as participants to online exams causes a script error
When you try to add an existing group or role as participants to an online exam, a script error occurs and the groups or roles are not added to the online exam. To fix this bug, make a backup copy of the file assessment/templates/default/tpl.il_as_tst_invite.html
, then copy the attached file tpl.il_as_tst_invite.html
into the assessment/templates/default/
directory.
Fixed Bugs
Fixed imagemap bug in Test & Assessment which occured in safe_mode (alpha channel was converted to black color) (Helmut Schottmüller, 2006-03-23)
Test & Assessment: Fixed type conversion warning in date calculation during test statistics (Helmut Schottmüller, 2006-03-23)
Test & Assessment: Added fix for blackened imagemap regions which occured in safe_mode (Helmut Schottmüller, 2006-03-24)
Test & Assessment: Fixed possible problem with page reload after varying random test submission (Helmut Schottmüller, 2006-03-27)
Test & Assessment: Added patch to prevent accidently forced reloads when a test is finished (Helmut Schottmüller, 2006-03-27)
Added database fix for accidently increased tries in the tst_active table of Test & Assessment (Helmut Schottmüller, 2006-03-27)
Test & Assessment: Fixed selection combobox for questions in test question pools. The last saved questiontype is now the default questiontype in the combobox (Helmut Schottmüller, 2006-03-29)
Survey: Fixed selection combobox for questions in survey question pools. The last saved questiontype is now the default questiontype in the combobox (Helmut Schottmüller, 2006-03-29)
Test & Assessment: Fixed bug in matching questions. Could not create more than one matching pair (Helmut Schottmüller, 2006-04-01)
Test & Assessment: Fixed Mantis bug #1674, #1675: Wrong score for text gaps. Only case insensitive checks have been made (Helmut Schottmüller, 2006-04-02)
Test & Assessment: Moved SQL query in GUI class into the correspondent object class according to the developer's guide (Helmut Schottmüller, 2006-04-03)
Test & Assessment: Prevented deletion of questionpool questions which are in use in a random test (Helmut Schottmüller, 2006-04-03)
Test & Assessment: Fixed problems with random tests which should use more than the available number of questions from a question pool (Helmut Schottmüller, 2006-04-03)
Test & Assessment: Fixed bug with imagemap questions which always added the solution of a previous pass as default value, even if the display of previous solutions was disabled (Helmut Schottmüller, 2006-04-04)
Test & Assessment: Layout fixes in test results display (Helmut Schottmüller, 2006-04-04)
Test & Assessment: Added fix for random tests. Sometimes points from previous passes were granted to a question when no answer was checked (Helmut Schottmüller, 2006-04-04)
Survey: Fixed layout bug in survey questionpool export (Helmut Schottmüller, 2006-04-07)
Survey: Removed raiseError call in survey questionpool export (Helmut Schottmüller, 2006-04-07)
Survey: Corrected sequence of the evaluation access settings in survey properties (Helmut Schottmüller, 2006-04-07)
Survey: Added start date to error message when survey start date is not reached (Helmut Schottmüller, 2006-04-07)
Survey: Added end date to error message when survey end date is not reached (Helmut Schottmüller, 2006-04-07)
Survey: Fixed insertion of survey access code in the access code field on the survey introduction page when URL from a generated access code is used (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed save behaviour when creating areas in imagemap questions. The save button which adds the new area now also saves the question (otherwise the newly created region could be erased very easy by clicking the imagemap for example) (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed calculation of maximum processing time. The maximum processing time is now measured between the actual time and the time, a user started a test (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed the behaviour of ILIAS when the maximum processing time is reached. There is now an output on the Information page and if the maximum processing time is reached during a test the user is redirected (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Removed useless template tpl.il_as_tst_content.html (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed Mantis bug #1691: wrong test results (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Beautified output of maximum processing time during the test (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed a SOAP-Bug for Java Applet Questions (Helmut Schottmüller, 2006-04-07)
Test & Assessment: Fixed bug in scoring of essay questions. It was impossible to set a score back to 0 points (Helmut Schottmüller, 2006-04-10)
Test & Assessment: Fixed bug in comparing solutions of cloze question text gaps. The comparison functions are all using non-multibyte string functions, so I changed the strings to be compared from UTF-8 to ISO-8859-1 (Helmut Schottmüller, 2006-04-10)
Test & Assessment: Added missing text gap rating to QTI cloze questions (Helmut Schottmüller, 2006-04-10)
Test & Assessment: Removed useless cancel button from test question pool questions tab (Helmut Schottmüller, 2006-04-10)
Test & Assessment: Added unicode fix for cloze question string comparison functions (Helmut Schottmüller, 2006-04-10)
Test & Assessment: Fixed behaviour of "Show test results" button. The button was visible in varying randomtests when the test wasn't finished once. Now it behaves like the other test types. Additionally the "show test results" button now appears even when the test wasn't finished once but the ending time is reached or the maximum processing time is reached (Helmut Schottmüller, 2006-04-12)
Administration: Fixed warning when saving administration settings (array was passed to htmlspecialchars) (Helmut Schottmüller, 2006-04-13)
Survey: Fixed locator bug in survey questionpools (Helmut Schottmüller, 2006-04-13)
Test & Assessment, Survey: Fixed Mantis bug #1711: Name of question pool disappears in the locator (Helmut Schottmüller, 2006-04-13)
Fixed Mantis bug #1703: Error in self assessment tests with "show solution after every question" setting (Helmut Schottmüller, 2006-04-13)
Courses: Activated content tab when moving course items with "cciMove" (Helmut Schottmüller, 2006-04-13)
Courses: Activiated content tab in courses when pressing administration panel buttons (Helmut Schottmüller, 2006-04-13)
Courses: Activated content tab for folders in courses (on "render") (Helmut Schottmüller, 2006-04-13)
Test & Assessment: Fixed wrong css style of an assessment table footer (Helmut Schottmüller, 2006-04-14)
Test & Assessment: Fixed Mantis bug #1633: Previewing question in Question Pool for Test displays an incorrect red message. The message is now displayed in the edit forms only (Helmut Schottmüller, 2006-04-19)
Fixed Mantis Bug #1693: Preconditions are not displayed properly (Alex Killing)
Fixed Mantis Bug #1650: Can't set font-size for p.List or any other element (Alex Killing)
Fixed Bug #1666: HTML tags allow in personal profile fields. (Alex Killing)
Fixed Bug #1715: Crash canceling exercise creation in courses. (Alex Killing)
Fixed Bug #1690: Back - Button for free pages. (Alex Killing)
Fixed Bug #1689: Direkt link of files in public sector. (Alex Killing)
Fixed Bug #1685: Three frames when continuing a lm within a course. (Alex Killing)
Fixed Bug #1672: Problems in user administration in list of inactive users. (Alex Killing)
Fixed Bug #1704: Reimport of ILIAS LM does not resolve links to repository objects. (Alex Killing)