diff options
author | wen <wen@pkgsrc.org> | 2017-03-15 14:00:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-03-15 14:00:03 +0000 |
commit | 70e96cb857c4f676c320288085c4d3907404f902 (patch) | |
tree | d192fb3b05cd4396dbff311ebb71240ddfc6e220 /www/moodle | |
parent | ea5304d7b193e824785715ebe2887a41e77f1c20 (diff) | |
download | pkgsrc-70e96cb857c4f676c320288085c4d3907404f902.tar.gz |
Update to 3.2.2
Upstream changes:
Here is the full list of fixed issues in 3.2.2.
Highlights
MDL-36233 - Fixed inconsistent "Submissions not graded" link displayed to the teachers on the course overview block
MDL-48228 - MySQL and MariaDB drivers updated to support full UTF-8 . For sites upgrading to 3.2.2, a CLI script may be used to convert to full UTF-8. See MySQL full unicode support for details.
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.
Fixes and improvements
MDL-56122 - Force reload/recreation of (unoconv) preview in grading interface
MDL-51833 - Performance improvement in event monitor preferences loading
MDL-55859 - Assignment: Delete incomplete files after pdf conversion failure
MDL-55762 - Better error handling around ghostscript
MDL-50719 - Long-running scheduled task should not significantly slow down cron processing of other tasks
MDL-57587 - Quiz: Show feedback images when reviewing a quiz attempt
MDL-57608 - VideoJS and VideoJs-Youtube javascript modules are no longer loaded when not required on the page
MDL-50770 - Dashboard should apply customized block positions during dashboard reset
MDL-57374 - Pasting unformatted non HTML plain text in Atto should not remove all styles and class attributes from all existing content in editor
MDL-57362 - Assignment list all submissions must respect separate groups mode
MDL-46782 - When re-entering Multi-SCO SCORM start from the first uncompleted SCO
MDL-53367 - Importing a forum with auto subscription now automatically subscribes current users
MDL-50625 - Allow to use LDAP user synchronisation without page control
MDL-55915 - Respect capability to view full names in assignment grading, grader report and manual user enrolment popup
MDL-57785 - Don't refresh SCORM navigation when navigation display is disabled
MDL-57370 - Performance improvement when displaying notifications and messages popups
MDL-57296 - Fixed bug when teacher without permission to view hidden grades was not able to collapse grade categories in the gradebook
MDL-55547 - Event monitor: fixed bug preventing to view current subscription after deleting a course with subscriptions
For developers
MDL-57030 - Add option to behat run tool to automatically rerun failures
MDL-57940 - Allow behat parallel run to start at different time
Diffstat (limited to 'www/moodle')
-rw-r--r-- | www/moodle/Makefile | 4 | ||||
-rw-r--r-- | www/moodle/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index d85a1ace492..46759d6c771 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/01/19 02:31:57 wen Exp $ +# $NetBSD: Makefile,v 1.54 2017/03/15 14:00:03 wen Exp $ -DISTNAME= moodle-3.2.1 +DISTNAME= moodle-3.2.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 9930bdb3f39..9f822037ebd 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2017/01/19 02:31:57 wen Exp $ +$NetBSD: distinfo,v 1.42 2017/03/15 14:00:03 wen Exp $ -SHA1 (moodle-3.2.1.tgz) = 8af24d10612d6bd2d62ac9c2175e14d28b11806b -RMD160 (moodle-3.2.1.tgz) = 6ae6a61127f08b265b677ce428422cfe3a73423c -SHA512 (moodle-3.2.1.tgz) = 2942e312dcaae9ac234424f04216bf4f832cc5a716cc9fec392f4d71c8ece725d7d0ea0d19b09aeefcd661c73928f282812f94ad8e3be844c6739cf4da5b359c -Size (moodle-3.2.1.tgz) = 38940294 bytes +SHA1 (moodle-3.2.2.tgz) = 3b2e2503316bd30eb03be3c4804b8e0076395585 +RMD160 (moodle-3.2.2.tgz) = d1e75d48c0239c80f81571b72afb56e42c170430 +SHA512 (moodle-3.2.2.tgz) = fa6a78743b8b98fe637774222b3c50e045cb2bf2d7c2061394035d48526540769beae032b97c1a7428c04e61ec778db2cbc3dd470f907e759dd754f83aa39fdd +Size (moodle-3.2.2.tgz) = 39465439 bytes |