diff options
author | wen <wen@pkgsrc.org> | 2016-07-15 02:44:39 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-15 02:44:39 +0000 |
commit | 44e5aaa9160a7e628ca5c5cac1be3a7028e11b57 (patch) | |
tree | 819cb62a810a3b0c89b2b1baf638c18f8c4d7415 /www | |
parent | d70d436f68b8f67a1cb742cbc7452032f8dc5850 (diff) | |
download | pkgsrc-44e5aaa9160a7e628ca5c5cac1be3a7028e11b57.tar.gz |
Update to 3.1.1
Upstream changes:
Moodle 3.1.1 release notes
Releases > Moodle 3.1.1 release notes
Release date: 11 July, 2016
Here is the full list of fixed issues in 3.1.1.
Highlights
MDL-41922 - Completed quizzes no longer appear in the Course overview block for students
MDL-54165 - Allow to hide the document preview in assignment grading interface
MDL-41945 - Do not overwrite submission with an empty filearea when several team members edit the same assignment
MDL-49852 - Mark assignment as completed for all students in the team when one student from the team has made a submission
MDL-29905 - Fixed the bug when deleting empty quiz category was showing an error that it has questions
MDL-46721 - Assignment blind marking: participant number in the notification email matches the number on the submission
MDL-45427 - Database activity: When creating a template clicking on the tags should add it to the textarea when Atto editor is used
MDL-35104 - Allow to change username of a user registered under LDAP authentication method
MDL-51806 - Workshop: allow to save edited settings when using comma as a decimal separator
MDL-43887 - Fixed bug when handling optional date/time custom user profile field with date range starting later than 1970
MDL-35987 - Do not abort restore process in case of multichoice question error 'Backup error: invalid input syntax for integer: ""'
Fixes and improvements
MDL-55020 - Fixed bug when installing plugin downloaded from github repository
MDL-54909 - Show different background from page when annotating PDF
MDL-53111 - Allow to unmark completion criterion 'Require end reached'
MDL-37138 - When clicking a URL in chat, it should open in a new window or tab
MDL-54997 - Activity completion for a competency should be attached to course competency and not the learning plan competency
MDL-54934 - Accessibility enhancements: Indicate phase name/form name on the Workshop title
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
For developers
MDL-53019 - PHP 5.6.5 or higher is required for development on master branch
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle/Makefile | 5 | ||||
-rw-r--r-- | www/moodle/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 1ade4615c0c..ab82546fc68 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2016/07/09 06:39:13 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2016/07/15 02:44:39 wen Exp $ -DISTNAME= moodle-3.1 -PKGREVISION= 1 +DISTNAME= moodle-3.1.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 09ec775d36f..ef58861379a 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2016/05/25 08:23:58 wen Exp $ +$NetBSD: distinfo,v 1.37 2016/07/15 02:44:39 wen Exp $ -SHA1 (moodle-3.1.tgz) = cb393c758fe2dce0d4aea4a0dec0555badb29023 -RMD160 (moodle-3.1.tgz) = dc7e63bcb99b03faa13eab8393df066187514f74 -SHA512 (moodle-3.1.tgz) = a8ab1b275bcb75e233b4cb77c6afb7bfb268e9dd11add7120c420e9f6179146640ab3bad8f4b050eaa254a2adb01500b80e2fc47517f6c1a1e98c13ad8389354 -Size (moodle-3.1.tgz) = 37440572 bytes +SHA1 (moodle-3.1.1.tgz) = 90e8fd8c54fe280bb175bcb543c2995c5375058e +RMD160 (moodle-3.1.1.tgz) = b6eb572dfb15c4fd98f8226591a6f4e44c5d7688 +SHA512 (moodle-3.1.1.tgz) = 12c5c68691833033518f8dc9ce9053eb5a5bf88ebe7c4683c7ef611725d2763ad34f1af9e64d9696f4bb9d3a454c41f7516d040f34d7b6f88da1c140d074a552 +Size (moodle-3.1.1.tgz) = 37479843 bytes |