pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/moodle



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Mar 15 14:00:03 UTC 2017

Modified Files:
        pkgsrc/www/moodle: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/moodle/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/moodle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/moodle/Makefile
diff -u pkgsrc/www/moodle/Makefile:1.53 pkgsrc/www/moodle/Makefile:1.54
--- pkgsrc/www/moodle/Makefile:1.53     Thu Jan 19 02:31:57 2017
+++ pkgsrc/www/moodle/Makefile  Wed Mar 15 14:00:03 2017
@@ -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

Index: pkgsrc/www/moodle/distinfo
diff -u pkgsrc/www/moodle/distinfo:1.41 pkgsrc/www/moodle/distinfo:1.42
--- pkgsrc/www/moodle/distinfo:1.41     Thu Jan 19 02:31:57 2017
+++ pkgsrc/www/moodle/distinfo  Wed Mar 15 14:00:03 2017
@@ -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



Home | Main Index | Thread Index | Old Index