Download & Releases
3.7.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 click here and follow the instructions.
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.7.2 has been published on October 5, 2006. Information about first time installation can be found here. Support for MySQL 3.23.x is not included anymore. |
|
Known Issues
1. Problems with Test Results output
The test results button is not shown to test participants, even if they are allowed to see the button.
To fix this bug, make a backup copy of the file assessment/classes/class.ilObjTest.php, then copy the attached file class.ilObjTest.php into the assessment/classes/ directory.
2. Chapter Links to other learning modules may fail
To solve this problem, make a backup copy of content/classes/class.ilStructureObjectGUI.php. Then copy the attached file to folder content/classes.
Fixed Bugs
Test & Assessment: Fixed bug in user search for selected participants test evaluation. No users have been found even if the search term was correct (2006-09-13, Helmut Schottmüller)
Test & Assessment: Fixed privacy issues in test evaluation. User names of users in self assessment tests have been shown in the solution popup of essay questions. The tab for the evaluation for selected users was removed completely for self assessment tests because the search function could be used to identify the users in the test (2006-09-14, Helmut Schottmüller)
Test & Assessment: Fixed Mantis bug #2045: View freetext answers: no scrollbars in popup window (2006-09-15, Helmut Schottmüller)
Personal Profile: Fixed Mantis bug #2043: Picture upload doesn't work with opera. Changed the HTML forms from ENCTYPE="MULTIPART/FORM-DATA" to enctype="multipart/form-data" (2006-09-15, Helmut Schottmüller)
Test & Assessment: Changed an SQL query which calculates the participants of an online exam to be compliant with MySQL 5.x (2006-09-18, Helmut Schottmüller)
Test & Assessment: Fixed a bug in the reached points calculation for multiple choice questions with multiple response. When "Set the defined score, even when no answer was checked" is activated and a participants does not check any answer, he/she got 0 points, even when points have been defined for unchecked answers (2006-09-18, Helmut Schottmüller)
Test & Assessment, Survey: Fixed output and compatibility issues with LaTeX expressions in Test & Assessment and Survey. For LaTeX expressions the bbcode syntax [ tex ][ /tex ] is also available. Also Line Breaks (BR) are shown now, if LaTeX expressions are contained in a page (2006-09-27, Helmut Schottmüller)
Test & Assessment: Test results output is available, even if the date/time for the output is in the future. This happened when an ending time was defined for a test which was in the past (2006-09-29, Helmut Schottmüller)
Survey: Fixed import of survey questions in survey question pools. In some cases the filetype of the import file was application/xml instead of text/xml which led to a cancelled import (2006-09-29, Helmut Schottmüller)
Course management: Fixed Manits bug #2069: Settings dates in course settings does not work for months (2006-09-29, Helmut Schottmüller)
Fixed Bug #2036: Client list is not displayed (Alex Killing)
Fixed Bug #2054: Glossary display not working. (Alex Killing)