Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
d04427f8
Commit
d04427f8
authored
8 years ago
by
David Rothstein
Browse files
Options
Downloads
Patches
Plain Diff
Various fixes to CHANGELOG.txt in preparation for Drupal 7.50.
parent
4b96aef1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.txt
+11
-9
11 additions, 9 deletions
CHANGELOG.txt
with
11 additions
and
9 deletions
CHANGELOG.txt
+
11
−
9
View file @
d04427f8
...
...
@@ -9,8 +9,9 @@ Drupal 7.50, xxxx-xx-xx (development version)
- 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
allow it (https://www.drupal.org/node/2761183).
- Performance improvement: Avoid re-scanning directories when a file is missing
(minor API change: https://www.drupal.org/node/2581445).
- Improved performance by avoiding a re-scan of directories when a file is
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
form-building functions, and form API wrapper callbacks (API addition:
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:
https://www.drupal.org/node/2759023).
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
- Fixed various PHP 7 problems.
- Fixed various bugs with PHP 5.5 imagerotate(), including when incorrect color
indices are passed in.
Drupal core automated tests now pass in these environments.
- Improved support for PHP 7 by fixing various problems.
- 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
anonymous users to be lost after form validation errors, and that also caused
regressions with certain contributed modules.
- Fixed
Drupal 7.36 regression: hidden field textarea #
default
_
value
is
ignored.
- Fixed
a regression introduced in Drupal 7.36 which caused the
default
value
of hidden textarea fields to be
ignored.
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
files.
- 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.
- Fixed that cookies from previous tests are still present when a new test
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
a
jax handling for tableselect form elements that use checkboxes.
- Fixed
A
jax handling for tableselect form elements that use checkboxes.
- Fixed a bug which caused ip_address() to return nothing when the client IP
address and proxy IP address are the same.
- Added a new option to format_xml_elements() to allow for already encoded
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment