diff options
author | taca <taca@pkgsrc.org> | 2014-05-11 09:59:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-11 09:59:21 +0000 |
commit | ece10ab4fe895f5a2745267c214f25d7ec00c4b0 (patch) | |
tree | 5ba179737a6adbe1530bd7cecbeb08587f89d807 /www | |
parent | f1cc8d37120f15b5c127d575d21db76fbdbe7016 (diff) | |
download | pkgsrc-ece10ab4fe895f5a2745267c214f25d7ec00c4b0.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/drupal7/Makefile | 4 | ||||
-rw-r--r-- | www/drupal7/PLIST | 7 | ||||
-rw-r--r-- | www/drupal7/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 0e18f1812e6..68856bbd8fe 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -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 --git a/www/drupal7/PLIST b/www/drupal7/PLIST index b5a752d916c..65188be3d3f 100644 --- a/www/drupal7/PLIST +++ b/www/drupal7/PLIST @@ -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.info 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.info 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.info 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-rtl.css 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 --git a/www/drupal7/distinfo b/www/drupal7/distinfo index b3e42d64290..28503956486 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -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 |