Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9EF571792 for ; Mon, 8 Jul 2013 13:52:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 31AE814A531; Mon, 8 Jul 2013 13:52:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC76C14A52F for ; Mon, 8 Jul 2013 13:52:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dFd9DzuT4IBh for ; Mon, 8 Jul 2013 13:52:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DE26B14A52A for ; Mon, 8 Jul 2013 13:52:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C286296; Mon, 8 Jul 2013 13:52:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 8 Jul 2013 13:52:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/moodle To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130708135208.C286296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Mon Jul 8 13:52:08 UTC 2013 Modified Files: pkgsrc/www/moodle: Makefile PLIST distinfo Log Message: Update to 2.5.1 Upstream changes: 2.5.1 Highlights MDL-39824 - Simplification of themes MDL-38434 - Functional tests added for the Chat activity MDL-39723 - Two unnecessary course queries were removed from most pages Functional changes MDL-39790 - My Latest badges block appears on the course page API changes MDL-40137 - Correct naming of functions in theme/clean/lib.php 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-39778 - Course deletion now functions with badges. MDL-40120 - Issue when recent PostgreSQL versions retrieve the number of records from course table fixed. MDL-39697 - Bootstrap layouts now have 'Maintenance' layout and related options. MDL-40065 - Bootstrap Theme only sends content to "side-pre" if necessary. MDL-40088 - Can now edit course settings if course is in a hidden category. MDL-39979 - Teachers no longer see errors when Show Activity Reports is set to yes. MDL-39363 - SCORM pass/fail status is set for a grade of 0. MDL-39227 - SCORM navigation panel is no longer hidden when a Bootstrap theme is active. MDL-39177 - Overwriting files always observes the "alias" attribute. MDL-33719 - When overwriting a copy of a file with an alias/shortcut of a file, the file thumbnail is refreshed. MDL-40142 - No JavaScript error is caused by the navigation block in relation to course categories. MDL-40289 - Badges capabilities now have correct risks, levels and archetypes. Note for sites which are upgrading from 2.5: See the section 'Upgrading from Moodle 2.5 to 2.5.1' in Upgrading for details of how to correctly set badge permissions for each role archetype. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/moodle/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/moodle/PLIST pkgsrc/www/moodle/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.