Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8497263EE2A for ; Wed, 23 Jan 2013 00:54:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 322D714A2E3; Wed, 23 Jan 2013 00:54:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 752FA14A2B9 for ; Wed, 23 Jan 2013 00:54:39 +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 V5ObHZQ0DXbj for ; Wed, 23 Jan 2013 00:54:38 +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 B240214A0D2 for ; Wed, 23 Jan 2013 00:54:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9407E175DD; Wed, 23 Jan 2013 00:54:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 23 Jan 2013 00:54:38 +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: <20130123005438.9407E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Wed Jan 23 00:54:38 UTC 2013 Modified Files: pkgsrc/www/moodle: Makefile PLIST distinfo Log Message: Update to 2.3.4 Upstream changes: Highlights MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards MDL-34791 - Activity quick title edit updates name in gradebook MDL-35653 - Wiki module works if you activate the force format option Functional changes MDL-35422 - To start writing their Workshop submissions, students now click a button labelled 'Start preparing your submission' instead of 'Submit' API changes MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases. MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT MDL-30961 - get_course_contents web service's name value is now PARAM_RAW MDL-36795 - In the default course settings, numsections is not limited to maxsections Security issues MSA-13-0001 - Security issue in Google Spellchecker in TinyMCE MSA-13-0002 - Capability issue with Outcome editing MSA-13-0003 - Potential server file access through backup restoration MSA-13-0004 - Information leak through activity report MSA-13-0005 - Potential phishing attack through URL redirects MSA-13-0006 - Potential information leak in Assignment module MSA-13-0007 - Potential exploit in messaging MSA-13-0008 - Information leak through Blog RSS MSA-13-0009 - Information leak through Blog RSS Fixes and improvements MDL-36680 - Overview report now gives correct course total by not including hidden item grades MDL-35717 - Quiz cron not closing old attempts after quiz close date (also MDL-36842) MDL-37165 - Assignment summary displays on Oracle MDL-36668 - Performance issue resolved in viewing pages in Database activity MDL-36760 - Numerical type quiz questions now work with frozen elements changes MDL-36551 - Database presets retain advanced search template MDL-33863 - Importing quiz questions into new course happens without error MDL-36683 - It is now possible to duplicate a quiz when course question bank contains matching questions To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/moodle/Makefile cvs rdiff -u -r1.11 -r1.12 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.