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 B1FF271865 for ; Fri, 30 Aug 2013 15:47:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EA54B14A140; Fri, 30 Aug 2013 15:47:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 974A814A138 for ; Fri, 30 Aug 2013 15:47:27 +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 kH5VecBWwAuy for ; Fri, 30 Aug 2013 15:47:26 +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 D0C9914A11C for ; Fri, 30 Aug 2013 15:47:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D195296; Fri, 30 Aug 2013 15:47:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 30 Aug 2013 15:47:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/drupal7 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130830154726.D195296@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 Aug 30 15:47:26 UTC 2013 Modified Files: pkgsrc/www/drupal7: Makefile distinfo Log Message: Update drupal7 pacakge to 7.23. Drupal 7.23, 2013-08-07 ----------------------- - Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module from Drupal 6 to Drupal 7. - Fixed the default ordering of CSS files for sites using right-to-left languages, to consistently place the right-to-left override file immediately after the CSS it is overriding (API change: https://drupal.org/node/2058463). - Added a drupal_check_memory_limit() API function to allow the memory limit to be checked consistently (API addition). - Changed the default web.config file for IIS servers to allow favicon.ico files which are present in the filesystem to be accessed. - Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering functions. - Performance improvement: Allowed all hooks to be included in the module_implements() cache, even those that are only invoked on HTTP POST requests. - Made the database system replace truncate queries with delete queries when inside a transaction, to fix issues with PostgreSQL and other databases. - Fixed a bug which caused nested contextual links to display improperly. - Fixed a bug which prevented cached image derivatives from being flushed for private files and other non-default file schemes. - Fixed drupal_render() to always return an empty string when there is no output, rather than sometimes returning NULL (minor API change). - Added protection to cache_clear_all() to ensure that non-cache tables cannot be truncated (API addition: a new isValidBin() method has been added to the default database cache implementation). - Changed the default .htaccess file to support HTTP authorization in CGI environments. - Changed the password reset form to pre-fill the username when requested via a URL query parameter, and used this in the error message that appears after a failed login attempt (minor data structure and behavior change). - Fixed broken support for foreign keys in the field API. - Fixed "No active batch" error when a user cancels their own account. - Added a description to the "access content overview" permission on the permissions page (string change). - Added a drupal_array_diff_assoc_recursive() function to allow associative arrays to be compared recursively (API addition). - Added human-readable labels to image styles, in addition to the existing machine-readable name (API change: https://drupal.org/node/2058503). - Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in additional places in the code, for added security in the case where there is no hash salt in settings.php. - Fixed a regression in Drupal 7.22 that caused internal server errors for sites running on very old Apache 1.x web servers. - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/drupal7/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/drupal7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.