diff options
author | wen <wen@pkgsrc.org> | 2015-11-09 14:29:10 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-11-09 14:29:10 +0000 |
commit | a837b688c5db89fc893c8940ea118f8943bf439e (patch) | |
tree | 2aa6b6bd6da70c0a0b7efdd2b051fb7a300821b9 /www | |
parent | 4b4b0eba9dca0d4e5c9e06319d1803c2033d54ec (diff) | |
download | pkgsrc-a837b688c5db89fc893c8940ea118f8943bf439e.tar.gz |
Update to 2.9.3
Upstream changes:
Highlights
MDL-42639 - Web service core_user_get_users_by_field should return username or idnumber to all managers
MDL-48861 - Assignment: "Need grading" filter is not working properly within grading overview
MDL-51552 - "Single View" bulk insert for empty grades no longer overwrites non-empty grades
MDL-51083 - Fixed undesired browser password autofilling in several forms (majority of forms were fixed in MDL-45772 in previous release)
MDL-36606 - AJAX Grader report now works correctly when uneditable cells are present
Functional changes
MDL-49545 - Teachers without capability to change course full or short name should not be able to do it during restore as well
MDL-50917 - Allow manager to access another user's preferences
MDL-50811 - Forum email replies update completion tracking information
MDL-51834 - Lock custom profile fields that are set to by synchronised with various auth plugins
MDL-44707 - Copy embedded files in HTML block when duplicating block (mostly affects adding HTML block with files to default Dashboard)
MDL-51467 - Changing course start date when resetting course now correctly adjusts Date Restrictions
MDL-43594 - Assignment: Resetting course start date now updates calendar events respectfully
UI changes
MDL-40710 - Better visualization of badges backpack icon
MDL-51290 - Make adding a photo to a profile more obvious
MDL-50207 - Fixed activity results block CSS not to overwrite table caption and work correctly with RTL
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-51514 - Performance improvement in one of regrading queries on MySQL
MDL-51498 - Improve performance for regrading gradebook
MDL-50805 - Performance improvement in cron Messaging Cleanup Task
MDL-50790 - Fixed problem with removing content of Reply to email feature in gmail
MDL-26429 - Added missing criteria icons to completion report
MDL-51190 - Fixed MS Edge locking up when viewing embedded PDF
MDL-46710 - LTI module correctly tracks completion when opened in a new window
MDL-46497 - Atto: clicking RTL button and then LTR button should not add additional HTML tags
MDL-49032 - RFC2445_WSP defined incorrectly for Bennu iCal.
MDL-50892 - Fixed errors appearing when resource or activity was named '0' (zero)
MDL-51390 - Badges: fixed connection to external backpack
MDL-50079 - Atto: Fixed bug when user was unable to select "open in new window" when linking to the file from repository
MDL-48881 - Fixed bug with lesson not always showing student attempts
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 d7314726d78..6b313d4c544 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2015/09/20 13:11:38 wen Exp $ +# $NetBSD: Makefile,v 1.42 2015/11/09 14:29:10 wen Exp $ -DISTNAME= moodle-2.9.2 +DISTNAME= moodle-2.9.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index bc7a8a03425..80da289bd0b 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2015/11/04 02:46:58 agc Exp $ +$NetBSD: distinfo,v 1.32 2015/11/09 14:29:10 wen Exp $ -SHA1 (moodle-2.9.2.tgz) = 5ddcf28f118bcaad057a90fe0a72a398960c9c49 -RMD160 (moodle-2.9.2.tgz) = d3d8d3734d2a1dfaa2a6784587ee296f6344af42 -SHA512 (moodle-2.9.2.tgz) = 5897c9ddc3f98e0c6f80f051684f9cf0f4da75f4ed7dd9e551000edf711d6e1ca2848af44677b0e93f80506f258d4eda5f236cbe00c1e0a264bae86f07621996 -Size (moodle-2.9.2.tgz) = 36435068 bytes +SHA1 (moodle-2.9.3.tgz) = 20e3c786b5b0e36851f4e42fb5e7ae929875bc0a +RMD160 (moodle-2.9.3.tgz) = e337129a1f523de2bb85e7574941ea286f02c752 +SHA512 (moodle-2.9.3.tgz) = fe98155f8ad3ddeab571aa6ecf71bb9f44e87801a3de8cca64b5341ed1a13f21d843804187016951dd105f1eec6ea25a95d53a405c3def5a5ac6ac738d14e0d7 +Size (moodle-2.9.3.tgz) = 36476693 bytes |