Sakai 10.7 changes
If you are running Sakai 10.6 this upgrade is of critical importance. Several of the fixes in 10.7 were regressions from 10.6, especially against Assignment and Samigo Test and Quizzes. Also, if your institution is using Oracle, the standard upgrade scripts need to be run, and in addition a few extra lines.
- Assignments tool (problems with older assignments after fixes in 10.6)
- Samigo Test and Quizzes tool
- SAM-2679 - Matrix question / answers change back to original selection after save/next/previous
- SAM-2622 - Access denied error when attempting to download all responses, can only download responses individually
- SAM-2690 - IllegalArgumentException when clicking 'preview' or 'print' while editing a published assessment
- Portal
- SAK-30173 - Error page when the URL requested is /portal. You could work around this by just running an older version of tomcat (prior to 7.0.66)
- Oracle with Lessons - see - LSNBLDR-600Getting issue details... STATUS . See specifics below under Database upgrades.
Summary of Highlights
- Sakai 10.7 includes 47 fixes, including 10 blocker priority, and 7 critical priority bugs, and translation updates for Turkish and Chinese.
- Database upgrades
- There is an Oracle, but not MySQL, upgrade script from Sakai 10.6 -> 10.7, related to - SAK-30667Getting issue details... STATUS .
- Sakai 10 upgrade scripts. Please use database upgrade scripts from Github.
- For Oracle, additional database updates need to be made. They will be in the 10.7 -> 10.8 upgrade script when 10.8 is released.
ALTER TABLE lesson_builder_groups ADD (tmpgroups CLOB);
UPDATE lesson_builder_groups SET tmpgroups=groups;
ALTER TABLE lesson_builder_groups DROP COLUMN groups;
ALTER TABLE lesson_builder_groups RENAME COLUMN tmpgroups TO groups;
- Java - Sakai 10 builds with Java 7, and can run on Java 7 or 8. Recommend using Java 1.7.082.
- Tomcat 7.0.68 compatibility and later versions of 7.0.x supported. For details see the Jira ticket. Please note that Tomcat 7.0.65 worked fine, but 7.0.66 and 7.0.67 have problems.
- Blocker bugs fixed in 10.7
- Mail could could be rejected by Yahoo
- IllegalArgumentException when clicking 'preview' or 'print' while editing a published assessment
- Matrix question / answers change back to original selection after save/next/previous
- Access denied error when attempting to download all responses, can only download responses individually
- Samigo -> Event Log page doesn't respect sakai.property to hide assessment types
- Problems with assignment submissions that were created prior to 10.6
- Regression after SAK-30087 cleanup on old assignment submissions
- Error page when the URL requested is /portal
- Security issues - 2 issues resolved. Please check with your security team for details. A security announcement follows soon after the release announcement.
- QA tested on jdk 1.7.0_76 and tomcat 7.0.65
New Feature
- SAK-27809Getting issue details... STATUS
Known Issues
- SAM-2661Getting issue details... STATUS
-
LSNBLDR-642Getting issue details...
STATUS
New Properties
Property | Default value | Description | Jira |
---|---|---|---|
site-manage.pageorder.allowreorder | true | # SAK-27809 Disabling of page order feature on page order helper | |
mail.sendfromsakai | true | +# Replacing From addresses in email | |
mail.sendfromsakai.exceptions | missing, no exceptions | see above. | see above. |
mail.sendfromsakai.fromtext | {} | see above. | see above. |
wsetup.track.membership.change | false | # SAK-14210 - Enable tracking of membership changing, a lot more events | |
wsetup.track.roster.change | false | see above. | see above. |
msgcntr.forums.ranks.enable | true | # SAK-29934 Enable/disable the Forums rank feature |
Known Issues
Sakai 10 Oracle upgrade scripts. Please use database upgrade scripts from Github. There are no upgrade scripts needed to go from Sakai 10.5 to Sakai 10.6 .
List of Issues Fixed