Projet

Général

Profil

Révision b4adf10d

Ajouté par Assos Assos il y a plus de 9 ans

Udpate to 7.33

Voir les différences:

drupal7/CHANGELOG.txt
1 1

  
2
Drupal 7.33, 2014-11-07
3
-----------------------
4
- Began storing the file modification time of each module and theme in the
5
  {system} database table so that contributed modules can use it to identify
6
  recently changed modules and themes (minor data structure change to the
7
  return value of system_get_info() and other related functions).
8
- Added a "Did you mean?" feature to the run-tests.sh script for running
9
  automated tests from the command line, to help developers who are attempting
10
  to run a particular test class or group.
11
- Changed the date format used in various HTTP headers output by Drupal core
12
  from RFC 1123 format to RFC 7231 format.
13
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
14
  node access modules enabled to use the block cache if desired (API addition).
15
- Made image derivative generation HTTP requests return a 404 error (rather
16
  than a 500 error) when the source image does not exist.
17
- Fixed a bug which caused user pictures to be removed from the user object
18
  after saving, and resulted in data loss if the user account was subsequently
19
  re-saved.
20
- Fixed a bug in which field_has_data() did not return TRUE for fields that
21
  only had data in older entity revisions, leading to loss of the field's data
22
  when the field configuration was edited.
23
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
24
  many situatons (minor styling change).
25
- Prevented the Bartik theme from lower-casing the "Permalink" link on
26
  comments, for improved multilingual support (minor UI change).
27
- Added a "preferred_menu_links" tag to the database query that is used by
28
  menu_link_get_preferred() to find the preferred menu link for a given path,
29
  to make it easier to alter.
30
- Increased the maximum allowed length of block titles to 255 characters
31
  (database schema change to the {block} table).
32
- Removed the Field module's field_modules_uninstalled() function, since it did
33
  not do anything when it was invoked.
34
- Added a "theme_hook_original" variable to templates and theme functions and
35
  an optional sitewide theme debug mode, to provide contextual information in
36
  the page's HTML to theme developers. The theme debug mode is based on the one
37
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
38
  variable to TRUE (API addition).
39
- Added an entity_view_mode_prepare() API function to allow entity-defining
40
  modules to properly invoke hook_entity_view_mode_alter(), and used it
41
  throughout Drupal core to fix bugs with the invocation of that hook (API
42
  change: https://www.drupal.org/node/2369141).
43
- Security improvement: Made the database API's orderBy() method sanitize the
44
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
45
  calling code does not have to.
46
- Changed the RDF module to consistently output RDF metadata for nodes and
47
  comments near where the node is rendered in the HTML (minor markup and data
48
  structure change).
49
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
50
  accidentally affecting the site appearance (minor markup change).
51
- Fixed a bug in the Unicode requirements check which prevented installing
52
  Drupal on PHP 5.6.
53
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
54
  when called early in the page request.
55
- Renamed the "Search result" view mode to "Search result highlighting input"
56
  to better reflect how it is used (UI change).
57
- Improved database queries generated by EntityFieldQuery in the case where
58
  delta or language condition groups are used, to reduce the number of INNER
59
  JOINs (this is a minor data structure change affecting code which implements
60
  hook_query_alter() on these queries).
61
- Removed special-case behavior for file uploads which allowed user #1 to
62
  bypass maximum file size and user quota limits.
63
- Numerous small bug fixes.
64
- Numerous API documentation improvements.
65
- Additional automated test coverage.
66

  
2 67
Drupal 7.32, 2014-10-15
3 68
----------------------
4 69
- Fixed security issues (SQL injection). See SA-CORE-2014-005.

Formats disponibles : Unified diff