pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/drupal7 Update drupal7 to 7.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2228492bc8d8
branches:  trunk
changeset: 634198:2228492bc8d8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 11 09:59:21 2014 +0000

description:
Update drupal7 to 7.28.

Drupal 7.28, 2014-05-08
-----------------------
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
  used.
- Increased the timeout used by the Update Manager module when it fetches data
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
  which causes incomplete information about security updates to be presented to
  site administrators. This fix may lead to a performance slowdown on the
  Update Manager administration pages, when installing Drupal distributions,
  and (for sites that use the automated cron feature) on occasional page loads
  by site visitors.
- Fixed the behavior of the token system's "[node:summary]" token when the body
  field does not have a manual summary.
- Changed the behavior of db_query_temporary() so that it works on SELECT
  queries even when they have leading comments/whitespace. A side effect of
  this fix is that db_query_temporary() will now fail with an error if it is
  ever used on non-SELECT queries.
- Added a "node_admin_filter" tag to the database query used to build the list
  of nodes on the content administration page, to make it easier to alter.
- Made the cron queue system log any exceptions that are thrown while an item
  in the queue is being processed, rather than stopping the entire PHP request.
- Improved screen reader support by adding an aria-live HTML attribute to file
  upload fields when there is an error uploading the file (minor markup
  change).
- Made the pager on the Tracker module listing pages show the same number of
  items as other pagers throughout Drupal core (minor UI change).
- Fixed a bug which caused caches not to be properly cleared when a file entity
  was saved or deleted.
- Added several missing countries to the default list returned by
  country_get_list() (string change).
- Replaced the term "weight" with "influence" in the content ranking settings
  for search, and added help text for administrators (string change).
- Fixed untranslatable text strings in the administrative interface for the
  "Crop" effect provided by the Image module (minor string change).
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
  that caused memory and CPU problems on sites with very large numbers of
  unpublished nodes.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

diffstat:

 www/drupal7/Makefile |  4 ++--
 www/drupal7/PLIST    |  7 ++++++-
 www/drupal7/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r d0e9fda0cc27 -r 2228492bc8d8 www/drupal7/Makefile
--- a/www/drupal7/Makefile      Sun May 11 09:57:47 2014 +0000
+++ b/www/drupal7/Makefile      Sun May 11 09:59:21 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2014/04/26 09:29:35 taca Exp $
+# $NetBSD: Makefile,v 1.26 2014/05/11 09:59:21 taca Exp $
 
-DISTNAME=      drupal-7.27
+DISTNAME=      drupal-7.28
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
 
diff -r d0e9fda0cc27 -r 2228492bc8d8 www/drupal7/PLIST
--- a/www/drupal7/PLIST Sun May 11 09:57:47 2014 +0000
+++ b/www/drupal7/PLIST Sun May 11 09:59:21 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2014/01/11 17:06:37 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2014/05/11 09:59:21 taca Exp $
 share/doc/drupal/CHANGELOG.txt
 share/doc/drupal/COPYRIGHT.txt
 share/doc/drupal/INSTALL.mysql.txt
@@ -231,6 +231,7 @@
 share/drupal/modules/aggregator/tests/aggregator_test.module
 share/drupal/modules/aggregator/tests/aggregator_test_atom.xml
 share/drupal/modules/aggregator/tests/aggregator_test_rss091.xml
+share/drupal/modules/aggregator/tests/aggregator_test_title_entities.xml
 share/drupal/modules/block/block-admin-display-form.tpl.php
 share/drupal/modules/block/block.admin.inc
 share/drupal/modules/block/block.api.php
@@ -652,6 +653,7 @@
 share/drupal/modules/simpletest/tests/entity_cache_test.module
 share/drupal/modules/simpletest/tests/entity_cache_test_dependency.info
 share/drupal/modules/simpletest/tests/entity_cache_test_dependency.module
+share/drupal/modules/simpletest/tests/entity_crud.test
 share/drupal/modules/simpletest/tests/entity_crud_hook_test.info
 share/drupal/modules/simpletest/tests/entity_crud_hook_test.module
 share/drupal/modules/simpletest/tests/entity_crud_hook_test.test
@@ -802,6 +804,7 @@
 share/drupal/modules/syslog/syslog.install
 share/drupal/modules/syslog/syslog.module
 share/drupal/modules/syslog/syslog.test
+share/drupal/modules/system/form.api.php
 share/drupal/modules/system/html.tpl.php
 share/drupal/modules/system/image.gd.inc
 share/drupal/modules/system/language.api.php
@@ -833,6 +836,8 @@
 share/drupal/modules/system/system.theme.css
 share/drupal/modules/system/system.tokens.inc
 share/drupal/modules/system/system.updater.inc
+share/drupal/modules/system/tests/cron_queue_test.info
+share/drupal/modules/system/tests/cron_queue_test.module
 share/drupal/modules/system/theme.api.php
 share/drupal/modules/taxonomy/taxonomy-term.tpl.php
 share/drupal/modules/taxonomy/taxonomy.admin.inc
diff -r d0e9fda0cc27 -r 2228492bc8d8 www/drupal7/distinfo
--- a/www/drupal7/distinfo      Sun May 11 09:57:47 2014 +0000
+++ b/www/drupal7/distinfo      Sun May 11 09:59:21 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2014/04/26 09:29:35 taca Exp $
+$NetBSD: distinfo,v 1.19 2014/05/11 09:59:21 taca Exp $
 
-SHA1 (drupal-7.27.tar.gz) = efeb1a9a0e84d209b87b37b8c5583e0844b3d2f5
-RMD160 (drupal-7.27.tar.gz) = b46e25b8f632a6d4211c8da8a9d9437e90a26b00
-Size (drupal-7.27.tar.gz) = 3207398 bytes
+SHA1 (drupal-7.28.tar.gz) = d9617f8528485b0c9b46ae72bcb6941ea5ebe25f
+RMD160 (drupal-7.28.tar.gz) = 4790d470e2160cb2ea54db0955534b71ea01b230
+Size (drupal-7.28.tar.gz) = 3212823 bytes



Home | Main Index | Thread Index | Old Index