diff options
author | wen <wen> | 2015-02-02 14:54:55 +0000 |
---|---|---|
committer | wen <wen> | 2015-02-02 14:54:55 +0000 |
commit | cefa84875396614213210c20b70f3c0b4d5a1039 (patch) | |
tree | 25c68691c6fd7e38a7c57a70332f167a9ee738cd | |
parent | 5148e1f52728a16c89191389a92fd968ce9c30bc (diff) | |
download | pkgsrc-cefa84875396614213210c20b70f3c0b4d5a1039.tar.gz |
Update to 2.8.3
Upstream changes:
Moodle-2.8.3
Highlights
MDL-47935 - Atto Autosave message no longer covers text you are editing
MDL-44560 - Pagination in glossary category works correctly when entries have multiple categories
MDL-47792 - Course and Activity Completion Reports display vertical text without truncating
Functional changes
MDL-43386 - Lesson grade essay responses preserve HTML formatting
MDL-14730 - Allow linking to pages inside a lesson
MDL-47761 - Explanation is given to the users why they are unable to enrol in the course
MDL-47871 - Event monitor: Teacher can duplicate System rule
UI changes
MDL-44907 - Better styling of admin setting validation messages in bootstrapbase
MDL-48596 - Lesson editing page has correct layout used by other editing pages and does not obstruct page with blocks
MDL-47166 - Atto: outdent button is shown first followed by indent button
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-48765 - Improved icon alignment on course enrolment methods page
MDL-40285 - When assignment is submitted by one team member it is shown as submitted for all team members
MDL-38142 - User forum posts page no longer displays error for the hidden course
MDL-36877 - Final lesson page is displayed when course setting "Show gradebook to students" is set to "No"
MDL-48073 - Group filter is preserved when moving to next page of enrolled users
MDL-40326 - Course reset also resets lesson progress bar
MDL-48383 - Cron no longer warns about disabled enrol_imsenterprise after each scheduled task
MDL-48914 - Roles assignment page does not display user select if there are too many users preventing from php memory error
-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 5ead3f6d5d1..4e208f7b53a 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/01/12 13:33:15 wen Exp $ +# $NetBSD: Makefile,v 1.36 2015/02/02 14:54:55 wen Exp $ -DISTNAME= moodle-2.8.2 +DISTNAME= moodle-2.8.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index b5fd1a174bd..171c36b9aed 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2015/01/12 13:33:15 wen Exp $ +$NetBSD: distinfo,v 1.26 2015/02/02 14:54:55 wen Exp $ -SHA1 (moodle-2.8.2.tgz) = 808374583a81e0c119e39b905b6fc399594737d4 -RMD160 (moodle-2.8.2.tgz) = 982b5957037bc9988dc42c35b8dae474d1215b81 -Size (moodle-2.8.2.tgz) = 35761453 bytes +SHA1 (moodle-2.8.3.tgz) = 44762f05b30cc3f857d3bcf50ec9f6192538759c +RMD160 (moodle-2.8.3.tgz) = f545ef66755f70c4192411b1d1079941980ae21d +Size (moodle-2.8.3.tgz) = 35773906 bytes |