diff options
author | wen <wen@pkgsrc.org> | 2016-09-12 12:24:06 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-09-12 12:24:06 +0000 |
commit | 48bb60fd8c5a44880c94e1cd2021be5be1a42000 (patch) | |
tree | 4364722ac18b9152a374759e2b3887925bcc429a /www | |
parent | 6c986f99f990342761bdbffc03542a3f46346d2f (diff) | |
download | pkgsrc-48bb60fd8c5a44880c94e1cd2021be5be1a42000.tar.gz |
Update to 3.1.2
Upstream changes:
3.1.2
Highlights
MDL-37250 - Lessons: save students attempts if they timeout
MDL-54977 - Fixed bug with navigation tree not working in some cases
MDL-50586 - Warn teachers about removing level 0 in rubrics as it leads to unexpected grades.
MDL-41174 - Update the calendar event when inline changing activity name or duplicating activity
MDL-33741 - Allow teacher to access course files in hidden categories using Server files repository in filepicker
MDL-55333 - Fixed error when trying to view/export feedback responses with over 60 questions using mariadb/mysql
Security issues
MSA-16-0022 Web service tokens should be invalidated when the user password is changed or forced to be changed
Fixes and improvements
MDL-55312 - Bugfix: Load timeout for modules: core/first occurs after purge caches
MDL-55229 - Bugfix: Meta Enrolment - Search for course produces error
MDL-55707 - Bugfix: Possible to get in "recalculating grades" infinite loop
MDL-55292 - Include tideways profiler along with xhprof for PHP7 profiling
MDL-54892 - Uninstall scheduled tasks when plugin is uninstalled
MDL-22183 - Prevent stats from running later and later - use scheduled task time only
MDL-47371 - Bugfix: The character & is displayed as " & amp ; " in book module
MDL-52544 - Resolved problems of Oracle driver in PHP7 environment
MDL-55246 - Bugfix: Unoconv fails on files with spaces in the name.
MDL-51078 - Add "All changes" option to the Action selector in report_log (was present in 2.6 and removed in 2.7+)
MDL-52105 - Remove CAP_PROHIBIT in manager role for capability 'enrol/self:holdkey'
MDL-54847 - Allow students to insert HTML audio and video tags
MDL-55273 - Default setting for cookiesecure should be on
MDL-55520 - Assignment module no longer resets max grade to 100 during module editing
MDL-55245 - Attempting to select text in PDF annotation comments drags the comment box
Diffstat (limited to 'www')
-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 ab82546fc68..aefd342aef4 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2016/07/15 02:44:39 wen Exp $ +# $NetBSD: Makefile,v 1.50 2016/09/12 12:24:06 wen Exp $ -DISTNAME= moodle-3.1.1 +DISTNAME= moodle-3.1.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index ef58861379a..eb27d37ab70 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2016/07/15 02:44:39 wen Exp $ +$NetBSD: distinfo,v 1.38 2016/09/12 12:24:06 wen Exp $ -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 +SHA1 (moodle-3.1.2.tgz) = 583a80523834bec3fe51d83f457679d01ed22a08 +RMD160 (moodle-3.1.2.tgz) = 50ad503ed354646510c40018860ba3e06d7b809c +SHA512 (moodle-3.1.2.tgz) = 82f3448c2255d7665a2acea1baeaed9982e3a9a96842a5878ed02d92a5f92b8f00d7b43d6393018d604151f348d7fdc371b200569fd5b5ba4a83081f0604b693 +Size (moodle-3.1.2.tgz) = 37508124 bytes |