diff options
author | wen <wen@pkgsrc.org> | 2015-03-11 14:14:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-03-11 14:14:52 +0000 |
commit | 83622ae598fb1f7ad796ce11306c44201d8d9cca (patch) | |
tree | 5499fd78c738bc5f26c975ddfdc9c1ba4ddb01f9 /www | |
parent | 2a63e47a5ebb2e20ea8e409229c8db02a612475a (diff) | |
download | pkgsrc-83622ae598fb1f7ad796ce11306c44201d8d9cca.tar.gz |
Update to 2.8.5
Upstream changes:
Highlights
MDL-35392 - Feedback from module assign is now always shown in the gradebook
MDL-31036 - No more truncating characters in assignment quick grading
MDL-46626 - Log report export no longer contains html
MDL-23273 - Limit of responses in choice module is respected in case of synchronous submissions
Functional changes
MDL-31578 - Shibboleth can map attributes for all Moodle fields including custom attributes
MDL-47911 - Performance improvement on gradebook operations
MDL-49240 - Web service core_get_string now functions correctly
MDL-45621 - It is possible to uninstall portfolio plugins
MDL-48670 - Standard behat tests now work properly regardless of user timezone
UI changes
MDL-48533 - Backup report now links to the individual course backup summaries
MDL-49064 - left-align css class now has an RTL equivalent in bootstrap base
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-42138 - Required custom profile fields are always required on signup form even when user has logged in as guest
MDL-49059 - Possible to embed YouTube videos with start time or playlist info
MDL-48544 - Block region no longer disappears if all blocks in it were hidden
MDL-48841 - Fixed bug with not being able to reset scheduled task to defaults
MDL-49167 - Fixed regression with $CFG->yuislasharguments introduced by previous minor release
MDL-47953 - Grader report shows correct number of students per page when suspended users are present
MDL-48294 - enablemobilewebservice is no longer duplicated in Site admin
MDL-48679 - Fixed bug with missing grade export URL when using grade publishing
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle/Makefile | 4 | ||||
-rw-r--r-- | www/moodle/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 4e208f7b53a..f35bba3af91 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2015/02/02 14:54:55 wen Exp $ +# $NetBSD: Makefile,v 1.37 2015/03/11 14:14:52 wen Exp $ -DISTNAME= moodle-2.8.3 +DISTNAME= moodle-2.8.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 171c36b9aed..3a81c8a700b 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2015/02/02 14:54:55 wen Exp $ +$NetBSD: distinfo,v 1.27 2015/03/11 14:14:52 wen Exp $ -SHA1 (moodle-2.8.3.tgz) = 44762f05b30cc3f857d3bcf50ec9f6192538759c -RMD160 (moodle-2.8.3.tgz) = f545ef66755f70c4192411b1d1079941980ae21d -Size (moodle-2.8.3.tgz) = 35773906 bytes +SHA1 (moodle-2.8.5.tgz) = 170ca35a9de70b7b3ba36984a5c8690c8b94472a +RMD160 (moodle-2.8.5.tgz) = f9a57c1b4423f98a5e4a3fb6ca73a3238b563fd0 +Size (moodle-2.8.5.tgz) = 35792702 bytes |