Download & Releases
3.10.3 (stable)
Release 3.10.3 has been published on 25th November 2008. It is a bugfix release and does not contain major new features compared to release 3.10.0. ILIAS 3.10.x does not support MySQL 4.0.x anymore. You need at least MySQL 4.1.x or higher. Minimum PHP Version is PHP 5.1.3. We also moved from PEAR::DB to the PEAR::MDB2 package with 3.10.0. | <div class="framed"><div style="float:right; margin:15px;"> <br />
|
Known Issues
1. Test & Assessment Question Type Selection Fix
A new unfinished question type has been merged from the trunk into the 3.10.3 branch. To get rid of the additional question type in the question selection boxes in Test & Assessment please install the following patch.
The zip file contains one file:class.ilObjQuestionPool.php
Please backup your current version of Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php and copy the patch file to the corresponding directory.
- class.ilObjQuestionPool.zip - md5sum: cc1d0fd0e7497d5a0114ee2a5d26d622
2. Test & Assessment "Go back to the previous question" Fix
In a test with a restricted number of test passes a participant gets a final question prior to the final submission of the test: "You are going to finish this test and reach the maximum number of allowed test passes. You won't be able to enter this test again to change your answers. Do you really want to finish the test?". If the participant answers the question with "No, go back to the previous question", he/she returns back to the last answered question. Unfortunately the answers to this question will be deleted then.
To fix this problem please install the following patch.
The zip file contains one file:class.ilTestOutputGUI.php
Please backup your current version of Modules/Testclasses/class.ilTestOutputGUI.php and copy the patch file to the corresponding directory.
- class.ilTestOutputGUI.zip - md5sum: 332e40b34db9e1390d9ed9bd15d162c0
3. File Lists on IE7 Fix
If file lists without a title are used on content pages (e.g. in learning modules or glossaries), the pages may not be shown correctly if Internet Explorer 7 is used as a browser.
To fix this problem please install the following patch.
The zip file contains two files:Services/COPage/xsl/page.xsl
include/inc.ilias_version.php
Please backup your current version of these files and copy the patch files into the corresponding directory.
- ilias.3.10.3.filelist.patch.zip - md5sum: 4ce01121a8d2084b8ec444f981b424a6
4. Calendar Warning
When the user clicks on the calendar tab on the personal desktop without having access to any calendar, an error message is shown.
The zip file contains one file:Services/Calendar/classes/class.ilCalendarAppointmentColors.php
Please backup your current version of this file and copy the patch file into the corresponding directory.
- ilias.3.10.3.calendar.patch.zip - md5sum: bd9062f3197d983a85f8a8de7d3ad78a
Fixed Bugs
- Repository: Fixed Bug #4123: Category titles are cut if edited. (Alex Killing)
- Tagging: Fixed Bug #4132: Permission checkbox for editing the tagging settings is duplicated. (Alex Killing)
- Setup: Fixed mail language variables initialization. (Alex Killing)
- Page Editor: Fixed Bug #4122: ILIAS Content Editor does not produce valid XHTML. (Alex Killing)
Test & Assessment
Fixed input of personal feedback for manual scoring. The input is now always available (Helmut Schottmüller)
Fixed Mantis bug #4092: Check answer always shows own answer as right (Helmut Schottmüller)
Fixed Mantis bug #4096: Cannot create a test anymore (Helmut Schottmüller)
Added color picker for imagemap line color selection in Test & Assessment administration (Helmut Schottmüller)
Fixed autosave problems in tests (Helmut Schottmüller)
Removed HTML Tags in Excel export files (Helmut Schottmüller)
Fixed PDF export problems in tests (Helmut Schottmüller)
Fixed question output to work with new xsl transformation of ILIAS content. This change also affects all question plugins. Delopers should change their plugins to work with the new output methods (Helmut Schottmüller)
Fixed import issues with plugins (Helmut Schottmüller)
Fixed cloze test textgap rating. Removed utf8_decode statements from the rating because it lead to problems with special characters (Helmut Schottmüller)
Survey
Fixed Mantis bug #4107: Matrix questions with Check Boxes (Multiple Response) makes errors (Helmut Schottmüller)