Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id DC6F263E520 for ; Fri, 15 Feb 2013 15:42:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 86C4914A13E; Fri, 15 Feb 2013 15:42:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55A7214A13B for ; Fri, 15 Feb 2013 15:42:18 +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 CfhGQViu4oTU for ; Fri, 15 Feb 2013 15:42:16 +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 BA4CB14A137 for ; Fri, 15 Feb 2013 15:42:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A76B5175DD; Fri, 15 Feb 2013 15:42:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 15 Feb 2013 15:42:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130215154216.A76B5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Fri Feb 15 15:42:16 UTC 2013 Modified Files: pkgsrc/www/contao: Makefile.common pkgsrc/www/contao30: Makefile PLIST distinfo Log Message: Update contao30 to 3.0.4. This relase contains fix for CVE-2012-6112(TinyMCE), too. Version 3.0.4 (2013-02-14) -------------------------- ### Fixed Correctly split the words when adding to the search index (see #5363). ### Fixed If an eagerly loaded relation does not exist, return `null` instead of an empty model in `Model::getRelated()` (see #5356). ### Fixed Throw an exception if the file system and the database are out of sync and show a meaningful error message (see #5101). ### Fixed Return an associative array in `Model_Collection::fetchEach()` if the requested field is **not** `id` (see #5134). ### Fixed Make eagerly loaded "pageTree" fields mandatory again (see #4866). ### Fixed Do not use forward pages as upper page in the book navigation (see #5074). ### Fixed Correctly show the "empty news list" note (see #5304). ### Fixed Correctly sort values by an external order field (see #5322). ### Fixed Define the login status constants in the back end (see #4099, #5279). ### Fixed Make sure the drag'n'drop hints do not overlay the field labels (see #5338). ### Fixed Apply the color picker to single fields as well (see #5240). ### Fixed Correctly close the SimpleModal overlay with the escape key (see #5297). ### Updated Update TinyMCE to version 3.5.8 (see #5273). ### Fixed Correctly check for nested arrays in `Widget::isValidOption()` (see #5328). ### Fixed Preserve the order of multi source fields when exporting a theme (see #5237). ### Fixed Also check whether the target exists when creating new folders (see #5260). ### Fixed Load the core `autoload.php` files first (see #5261). ### Fixed Support `null` as column default value in the DCA (see #5252). ### New Added the `$blnDoNotCreate` option to the `Files` class, which makes the class write to a temporary file first and then move it to its destination in one atomic operation. This fixes some cache issues (see #5307). ### Fixed Handle `@` blocks when importing style sheets (see #5250). ### Fixed Show the newsletter list even if there is no jumpTo page configured in the channel and show the enclosures in the newsletter reader (see #5233). ### Fixed Added an option to load model relations uncached (see #5248, #5102). Also fixed the `array_merge()` order so the default options can be overriden. ### Updated Updated SimplePie to version 1.3.1 (see #5207). ### Updated Updated SwiftMailer to version 4.3.0 (see #5263). ### Fixed The jQuery accordion script did not work with minified markup (see #5245). ### Fixed Removed the "spaceToUnderscore" option from all alias fields (see #5266). ### Fixed The media content element now supports .ogg files (see #5282). ### Fixed Do not rewrite requests for .mp3, .mp4, .webm or .ogv files (see #5258, #5284). ### Fixed Correctly determin the last run of the command scheduler (see #5278). ### Fixed Make the jQuery accordion behave like the MooTools version (see #5251). ### Fixed Added support for more advanced media queries (see #5236). ### Fixed Added the missing `UserGroupModel` class (see #5218). ### Fixed Handle the case that `glob()` returns `false` (see #5226). ### Fixed The table sorter did not work if jQuery and MooTools were active (see #5228). ### Fixed Copy all content elements if pages are duplicated with childs (see #5241). ### Fixed Added lazy template loading for newsletter mail templates. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/contao/Makefile.common cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/contao30/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/contao30/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/contao30/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.