Update to 7.61
Changelog: - File upload validation functions and hook_file_validate() implementations are now always passed the correct file URI. - The default form cache expiration of 6 hours is now configurable (API addition: https://www.drupal.org/node/2857751). - Allowed callers of drupal_http_request() to optionally specify an explicit Host header. - Allowed the + character to appear in usernames. - PHP 7.2: Fixed Archive_Tar incompatibility. - PHP 7.2: Removed deprecated function each(). - PHP 7.2: Avoid count() calls on uncountable variables. - PHP 7.2: Removed deprecated create_function() call. - PHP 7.2: Make sure variables are arrays in theme_links(). - Fixed theme-settings.php not being loaded on cached forms - Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
62f1655faf
commit
3fb5b9f903
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485057
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drupal7
|
||||
DISTVERSION= 7.60
|
||||
DISTVERSION= 7.61
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
||||
DISTNAME= drupal-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1540232421
|
||||
SHA256 (drupal/drupal-7.60.tar.gz) = e2b8ac5315773bffea8ee19036799369857a24b72853f28c729bfabb80287cac
|
||||
SIZE (drupal/drupal-7.60.tar.gz) = 3283058
|
||||
TIMESTAMP = 1542320676
|
||||
SHA256 (drupal/drupal-7.61.tar.gz) = f78889081fb0eeb3e760edbbab552ca02e1fbdb7146c21534edf05ec24b529df
|
||||
SIZE (drupal/drupal-7.61.tar.gz) = 3287629
|
||||
|
@ -763,6 +763,7 @@
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/theme-settings.php
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info
|
||||
%%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test
|
||||
|
Loading…
Reference in New Issue
Block a user