Projet

Général

Profil

Révision 6ff32cea

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.36

Voir les différences:

drupal7/CHANGELOG.txt
1 1

  
2
Drupal 7.36, 2015-04-01
3
-----------------------
4
- Added a 'file_public_schema' variable which allows modules that define
5
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
6
  access checks when processing managed file upload fields.
7
- Fixed a bug that caused database query tags not to be added to search-related
8
  database queries under many circumstances, and which prevented the
9
  corresponding hook_query_TAG_alter() implementations from being called.
10
- Fixed the "for" attribute on managed file upload field labels to improve
11
  accessibility (minor markup change).
12
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
13
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
14
  option to drupal_add_js() which modules can set to FALSE when adding
15
  JavaScript files that have no dependency on jQuery (API addition:
16
  https://www.drupal.org/node/2462717).
17
- Fixed incorrect foreign keys in the User module's role_permission and
18
  users_roles database tables.
19
- Changed permission descriptions throughout Drupal core to consistently link
20
  to relevant administrative pages, regardless of whether the user viewing the
21
  Permissions page can view the page being linked to (minor UI change).
22
- Fixed the drupal_add_region_content() function so that it actually adds
23
  content to the page.
24
- Added an 'image_suppress_itok_output' variable to allow sites already using
25
  the existing 'image_allow_insecure_derivatives' variable to also prevent
26
  security tokens from appearing in image derivative URLs.
27
- Fixed double-escaping of theme names in the Block module administrative
28
  interface (minor string change).
29
- Added basic support for Xdebug when running automated tests.
30
- Fixed a bug which caused previewing a node to remove elements from the node
31
  being edited. With this fix, calling node_preview() will no longer modify the
32
  passed-in node object (minor API change).
33
- Added a user_has_role() function to check whether a user has a particular
34
  role (API addition: https://www.drupal.org/node/2462411).
35
- Fixed installation failures when an opcode cache is enabled.
36
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
37
  files to be inaccessible.
38
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
39
  pictures to be lost.
40
- Fixed missing language code in hook_field_attach_view_alter() when it is
41
  invoked from field_view_field().
42
- Stopped sending ETag and Last-Modified headers for uncached page requests,
43
  since they break caching for certain Varnish and Nginx configurations.
44
- Changed the Simpletest module to allow PSR-4 test classes to be used in
45
  Drupal 7.
46
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
47
  comment containing keyword(s)" action.
48
- Changed the "lang" attribute on language links to "xml:lang" so it validates
49
  as XHTML (minor markup change).
50
- Prevented the form API from allowing arrays to be submitted for various form
51
  elements, such as textfields, textareas, and password fields (API change:
52
  https://www.drupal.org/node/2462723).
53
- Fixed a bug in the Contact module which caused the global user object to have
54
  the incorrect name and e-mail address during the remainder of the page
55
  request after the contact form is submitted.
56
- Numerous small bug fixes.
57
- Numerous API documentation improvements.
58
- Additional automated test coverage.
59

  
2 60
Drupal 7.35, 2015-03-18
3 61
----------------------
4 62
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.

Formats disponibles : Unified diff