diff options
author | wen <wen@pkgsrc.org> | 2013-11-16 13:03:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-11-16 13:03:08 +0000 |
commit | ef0ef93188433fd94b4421423be296f5d4d2e98f (patch) | |
tree | 152591aab35319ae7fbe669994cf7f8d5fbe7c8c /www | |
parent | 55130f650eac012d9d2e433fa1e12c6ad8193351 (diff) | |
download | pkgsrc-ef0ef93188433fd94b4421423be296f5d4d2e98f.tar.gz |
Update to 2.5.3
Upstream changes:
Highlights
MDL-41252 - Accessibility improvements to course page.
MDL-34209 - Moving sections by drag and drop reorders sections correctly.
MDL-29987 - Embedded PDF files behave correctly.
Functional changes
MDL-42069 - Option to sort by last name in Quiz grading report.
MDL-38267 - Submit button is not shown after cut-off date in Assignment.
MDL-22669 - When restoring a larger course over a smaller one, the number of sections is maintained.
MDL-42666 and MDL-42668 - The Box.net repository and Box.net portfolio have been updated to use Box.net API v2. Moodle sites which have used the Box.net repository previously need to run the Box.net-alias-to-copy-conversion tool as soon as possible. Also, HTTPS is now required for sites to access Box.net. See Box.net APIv1 migration for details.
API changes
MDL-41861, MDL-41882, MDL-41853,... - Generator tools have been backported.
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-32862 - Links to 1.9 resource types work after upgrade to 2.2 followed by backup and restore.
MDL-40903 - Persistent cache is now split into logical parts.
MDL-41942 - Courses in categories no longer become invisible due to caching problem.
MDL-41352 - Mymobile theme no longer producing JavaScript error on course pages.
MDL-37528 - Block drag-and-drop issue resolved.
MDL-42542 - The Portfolio cron job is now working.
MDL-42619 - Error deleting a course link from the community block is fixed.
MDL-37877 - Automated backup failure is now reported.
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle/Makefile | 5 | ||||
-rw-r--r-- | www/moodle/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index a4d3417c5d5..ad1cf0b8573 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2013/09/10 23:39:59 adam Exp $ +# $NetBSD: Makefile,v 1.25 2013/11/16 13:03:08 wen Exp $ -DISTNAME= moodle-2.5.2 -PKGREVISION= 1 +DISTNAME= moodle-2.5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 2aee3d10323..0803a66a3ae 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2013/09/10 02:41:18 wen Exp $ +$NetBSD: distinfo,v 1.17 2013/11/16 13:03:08 wen Exp $ -SHA1 (moodle-2.5.2.tgz) = 087d9ff1a89fbd0ff6510fc87b634f548e11a9a3 -RMD160 (moodle-2.5.2.tgz) = 79d483c2e6f8cad6472c895bcc2e2f7c682dfa00 -Size (moodle-2.5.2.tgz) = 31927126 bytes +SHA1 (moodle-2.5.3.tgz) = 0e0f9afb01623d6d0cd940c3e4eca07e5a0691cb +RMD160 (moodle-2.5.3.tgz) = d4e95830f59d1fe0bab568c76847338065814284 +Size (moodle-2.5.3.tgz) = 32377514 bytes |