1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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:
Jochen Neumeister 2018-11-16 00:24:26 +00:00
parent 62f1655faf
commit 3fb5b9f903
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485057
3 changed files with 5 additions and 4 deletions

View File

@ -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}

View File

@ -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

View File

@ -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