Various fixes to CHANGELOG.txt in preparation for Drupal 7.50.
parent
4b96aef1d9
commit
d04427f818
|
@ -9,8 +9,9 @@ Drupal 7.50, xxxx-xx-xx (development version)
|
||||||
- Added support for full UTF-8 (emojis, Asian symbols, mathematical symbols) on
|
- Added support for full UTF-8 (emojis, Asian symbols, mathematical symbols) on
|
||||||
MySQL and other database drivers when the site and database are configured to
|
MySQL and other database drivers when the site and database are configured to
|
||||||
allow it (https://www.drupal.org/node/2761183).
|
allow it (https://www.drupal.org/node/2761183).
|
||||||
- Performance improvement: Avoid re-scanning directories when a file is missing
|
- Improved performance by avoiding a re-scan of directories when a file is
|
||||||
(minor API change: https://www.drupal.org/node/2581445).
|
missing; instead, trigger a PHP warning (minor API change:
|
||||||
|
https://www.drupal.org/node/2581445).
|
||||||
- Made it possible to use any PHP callable in Ajax form callbacks, form API
|
- Made it possible to use any PHP callable in Ajax form callbacks, form API
|
||||||
form-building functions, and form API wrapper callbacks (API addition:
|
form-building functions, and form API wrapper callbacks (API addition:
|
||||||
https://www.drupal.org/node/2761169).
|
https://www.drupal.org/node/2761169).
|
||||||
|
@ -18,14 +19,15 @@ Drupal 7.50, xxxx-xx-xx (development version)
|
||||||
to change their password (minor user interface change:
|
to change their password (minor user interface change:
|
||||||
https://www.drupal.org/node/2759023).
|
https://www.drupal.org/node/2759023).
|
||||||
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
|
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
|
||||||
- Fixed various PHP 7 problems.
|
Drupal core automated tests now pass in these environments.
|
||||||
- Fixed various bugs with PHP 5.5 imagerotate(), including when incorrect color
|
- Improved support for PHP 7 by fixing various problems.
|
||||||
indices are passed in.
|
- Fixed various bugs with PHP 5.5+ imagerotate(), including when incorrect
|
||||||
|
color indices are passed in.
|
||||||
- Fixed a regression introduced in Drupal 7.43 that allowed files uploaded by
|
- Fixed a regression introduced in Drupal 7.43 that allowed files uploaded by
|
||||||
anonymous users to be lost after form validation errors, and that also caused
|
anonymous users to be lost after form validation errors, and that also caused
|
||||||
regressions with certain contributed modules.
|
regressions with certain contributed modules.
|
||||||
- Fixed Drupal 7.36 regression: hidden field textarea #default_value is
|
- Fixed a regression introduced in Drupal 7.36 which caused the default value
|
||||||
ignored.
|
of hidden textarea fields to be ignored.
|
||||||
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
|
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
|
||||||
files.
|
files.
|
||||||
- Changed wording on the Update Manager settings page to clarify that the
|
- Changed wording on the Update Manager settings page to clarify that the
|
||||||
|
@ -52,9 +54,9 @@ Drupal 7.50, xxxx-xx-xx (development version)
|
||||||
problems running the script.
|
problems running the script.
|
||||||
- Fixed that cookies from previous tests are still present when a new test
|
- Fixed that cookies from previous tests are still present when a new test
|
||||||
starts in DrupalWebTestCase.
|
starts in DrupalWebTestCase.
|
||||||
- Improved performance of queries on authmap table.
|
- Improved performance of queries on the {authmap} database table.
|
||||||
- Fixed handling of missing files and functions inside the registry.
|
- Fixed handling of missing files and functions inside the registry.
|
||||||
- Fixed ajax handling for tableselect form elements that use checkboxes.
|
- Fixed Ajax handling for tableselect form elements that use checkboxes.
|
||||||
- Fixed a bug which caused ip_address() to return nothing when the client IP
|
- Fixed a bug which caused ip_address() to return nothing when the client IP
|
||||||
address and proxy IP address are the same.
|
address and proxy IP address are the same.
|
||||||
- Added a new option to format_xml_elements() to allow for already encoded
|
- Added a new option to format_xml_elements() to allow for already encoded
|
||||||
|
|
Loading…
Reference in New Issue