Download & Releases
3.9.6 (stable)
Release 3.9.6 has been published on September 4, 2008. It is a bugfix release and does not contain major new features compared to release 3.9.0. Notes for MySQL 4.0.x Upgraders: If you plan to upgrade from MySQL 4.0.x to MySQL 4.1.x or higher please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions. | <div class="framed"><div style="float:right; margin:15px;"> <br />
|
Known Issues
1. Test & Assessment Question save issue and Test & Assessment Certificate issue
This bugfix patches two issues in Test & Assessment.
- During tests, the buttons at the bottom of the test do not save the participant answers.
- Sometimes the background image of test certificates is not visible in the PDF certificate
The zip file contains tree files:Modules/Test/templates/default/tpl.il_as_tst_output.html, Modules/Test/classes/class.ilTestCertificate.php and Modules/Test/classes/class.ilTestCertificateGUI.php
Please backup your current versions of Modules/Test/templates/default/tpl.il_as_tst_output.html, Modules/Test/classes/class.ilTestCertificate.php and Modules/Test/classes/class.ilTestCertificateGUI.php and copy the patch files to the corresponding directories.
- ilias-3.9.6.test-output-patch.zip - md5sum: 22fe11039e756deca3b61711b0faeda2
2. Permission patch
This patch fixes a bug, which removed permissions for all filtered roles after saving the permissions with enabled role filter.
The zip file contains one file:
class.ilPermissionGUI.php
Please backup your current version of classes/class.ilPermissionGUI.php and copy the patch file to the corresponding directory.
- ilias-3.9.6.permission-patch.zip -
md5sum: 39b3e6c382a72cc3e676e63b3aa29944
This patch fixes multiple issues with matrix questions.
- The neutral column values are written incorrectly when a user selects a neutral column. ILIAS always uses the number of rows instead the number of columns to count for the neutral column.
- It fixes Mantis bug #4107: Matrix questions with Check Boxes (Multiple Response) makes errors
- It fixes an issue with the row/column editor in the author view
The zip file contains two files:
class.SurveyMatrixQuestion.php and class.SurveyMatrixQuestionGUI.phpPlease backup your current version of
Modules/SurveyQuestionPool/classes/class.SurveyMatrixQuestion.php and Modules/SurveyQuestionPool/classes/class.SurveyMatrixQuestionGUI.php and copy the patch files to the corresponding directory.This patch fixes multiple issues with matrix questions. It includes all the patches of the above matrix question patch file and one additional patch.
- The neutral column values are written incorrectly when a user selects a neutral column. ILIAS always uses the number of rows instead the number of columns to count for the neutral column.
- It fixes Mantis bug #4107: Matrix questions with Check Boxes (Multiple Response) makes errors
- It fixes an issue with the row/column editor in the author view
- It fixes Mantis bug #4155, an issue with the export of the specific user results (new)
The zip file contains two files:
class.SurveyMatrixQuestion.php and class.SurveyMatrixQuestionGUI.phpPlease backup your current version of
Modules/SurveyQuestionPool/classes/class.SurveyMatrixQuestion.php and Modules/SurveyQuestionPool/classes/class.SurveyMatrixQuestionGUI.php and copy the patch files to the corresponding directory.Fixed Bugs
Test & Assessment: Fixed certificate generation and removed additional creation of newlines at the certificate top and bottom after saving (Helmut Schottmüller)
Test & Assessment: Fixed problem with test evaluation (Helmut Schottmüller)
Test & Assessment: Added additional visual feedback for test imagemap editor (Helmut Schottmüller)
Test & Assessment: Fixed wrong filter setting for filter by name in test statistics (Helmut Schottmüller)
Test & Assessment: Fixed Mantis bug #3802: Question block behaivior fails (Helmut Schottmüller)
Test & Assessment: Fixed sorting problem in test statistics export (Helmut Schottmüller)
Test & Assessment: Added JavaScript and Form fixes (Helmut Schottmüller)
Test & Assessment: Fixed ordering question save method for non JavaScript output (Helmut Schottmüller)
Test & Assessment: Fixed Mantis bug #3809: Not able to navigation through a test using Internet Explorer (Helmut Schottmüller)
Not fixed entirely. Please use the patch file ilias-3.9.6.test-output-patch.zip of the Known Issues section (Helmut Schottmüller)