Projet

Général

Profil

Révision 30d5b9c5

Ajouté par Mathieu Schiano Di Schiabica il y a environ 8 ans

Update to 7.42

Voir les différences:

drupal7/CHANGELOG.txt
1 1

  
2
Drupal 7.42, 2016-02-03
3
-----------------------
4
- Stopped invoking hook_flush_caches() on every cron run, since some modules
5
  use that hook for expensive operations that are only needed on cache clears.
6
- Changed the default .htaccess and web.config to block Composer-related files.
7
- Added static caching to module_load_include() to improve performance.
8
- Fixed double-encoding bugs in select field widgets provided by the Options
9
  module. The fix deprecates the 'strip_tags' property on option widgets and
10
  replaces it with a new 'strip_tags_and_unescape' property (minor data
11
  structure change).
12
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
13
  using the ANSI SQL mode alias, which has different meanings for different
14
  MySQL versions.
15
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
16
  functionality from working on servers that are not configured to
17
  automatically recognize index.php.
18
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
19
  with tar file handling on various operating systems.
20
- Fixed fatal errors on node preview when a field is displayed in the node
21
  teaser but hidden in the full node view. The fix removes a
22
  field_attach_prepare_view() call from the node_preview() function since it is
23
  redundant with one in the node preview theme layer.
24
- Improved the description of the "Trimmed" format option on text fields
25
  (translatable string change, and minor UI and data structure change).
26
- Numerous small bug fixes.
27
- Numerous API documentation improvements.
28
- Additional automated test coverage.
29

  
2 30
Drupal 7.41, 2015-10-21
3 31
-----------------------
4 32
- Fixed security issues (open redirect). See SA-CORE-2015-004.

Formats disponibles : Unified diff