Projet

Général

Profil

Révision 582db59d

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

Update Drupal core to version 7.40

Voir les différences:

drupal7/CHANGELOG.txt
1 1

  
2
Drupal 7.40, 2015-10-14
3
-----------------------
4
- Made Drupal's code for parsing .info files run much faster and use much less
5
  memory.
6
- Prevented drupal_http_request() from returning an error when it receives a
7
  201 through 206 HTTP status code.
8
- Added support for autoloading traits via the registry on sites running PHP
9
  5.4 or higher.
10
- Allowed the user-picture.tpl.php theme template to have HTML classes besides
11
  the default "user-picture" class printed in it (markup change).
12
- Fixed the URL text filter to convert e-mail addresses with plus signs into
13
  mailto: links.
14
- Added alternate text to file icons displayed by the File module, to improve
15
  accessibility (string change, and minor API addition to theme_file_icon()).
16
- Changed one-time login link failure messages to be displayed as errors or
17
  warnings as appropriate, rather than as regular status messages (minor UI
18
  change and data structure change).
19
- Changed the default settings.php configuration to exclude private files from
20
  the "404_fast_paths" behavior.
21
- Changed the page that displays filter tips for a particular text format, for
22
  example filter/tips/full_html, to return "page not found" or "access denied"
23
  if the format does not exist or the user does not have access to it. This
24
  change adds a new menu item to the Filter module's hook_menu() entry (minor
25
  data structure change).
26
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
27
  cache keys used for caching a particular block.
28
- Made drupal_set_message() display and return messages when "0" is passed in
29
  as the message to set.
30
- Fixed non-functional "Files displayed by default" setting on file fields.
31
- The "worker callback" provided in hook_cron_queue_info() and the "finished"
32
  callback specified during batch processing can now be any PHP callable
33
  instead of just functions.
34
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
35
  where the PHP maximum execution time is already unlimited.
36
- Changed the default thousand marker for numeric fields from a space ("1 000")
37
  to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
38
- Prevented malformed theme .info files (without a "name" key) from causing
39
  exceptions during menu rebuilds. If an .info file without a "name" key is
40
  found in a module or theme directory, Drupal will now use the module or
41
  theme's machine name as the display name instead.
42
- Made the format column in the {date_format_locale} database table
43
  case-sensitive, to match the equivalent column in the {date_formats} table.
44
- Fixed a bug in the Statistics module that caused JavaScript files attached to
45
  a node while it is being viewed to be omitted from the page.
46
- Added an optional 'project:' prefix that can be added to dependencies in a
47
  module's .info file to indicate which project the dependency resides in (API
48
  addition: https://www.drupal.org/node/2299747).
49
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
50
  bootstrap and that caused module_implements() and drupal_alter() to cache an
51
  incomplete set of hook implementations for later use.
52
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
53
  certain web browsers from picking an unsafe MIME type.
54
- Prevented the database API from executing multiple queries at once on MySQL,
55
  if the site's PHP version is new enough to do so. This is a secondary defense
56
  against SQL injection (API change: https://www.drupal.org/node/2463973).
57
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
58
  to fail when there were multiple file records pointing to the same file.
59
- Numerous small bug fixes.
60
- Numerous API documentation improvements.
61
- Additional automated test coverage.
62

  
2 63
Drupal 7.39, 2015-08-19
3 64
-----------------------
4 65
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
......
86 147
- Additional automated test coverage.
87 148

  
88 149
Drupal 7.35, 2015-03-18
89
----------------------
150
-----------------------
90 151
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
91 152

  
92 153
Drupal 7.34, 2014-11-19
93
----------------------
154
-----------------------
94 155
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
95 156

  
96 157
Drupal 7.33, 2014-11-07
......
159 220
- Additional automated test coverage.
160 221

  
161 222
Drupal 7.32, 2014-10-15
162
----------------------
223
-----------------------
163 224
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
164 225

  
165 226
Drupal 7.31, 2014-08-06
166
----------------------
227
-----------------------
167 228
- Fixed security issues (denial of service). See SA-CORE-2014-004.
168 229

  
169 230
Drupal 7.30, 2014-07-24
......
178 239
- Additional automated test coverage.
179 240

  
180 241
Drupal 7.29, 2014-07-16
181
----------------------
242
-----------------------
182 243
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
183 244

  
184 245
Drupal 7.28, 2014-05-08
......
224 285
- Additional automated test coverage.
225 286

  
226 287
Drupal 7.27, 2014-04-16
227
----------------------
288
-----------------------
228 289
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
229 290

  
230 291
Drupal 7.26, 2014-01-15
231
----------------------
292
-----------------------
232 293
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
233 294

  
234 295
Drupal 7.25, 2014-01-02
......
294 355
- Additional automated test coverage.
295 356

  
296 357
Drupal 7.24, 2013-11-20
297
----------------------
358
-----------------------
298 359
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
299 360

  
300 361
Drupal 7.23, 2013-08-07
......
548 609
- Numerous API documentation improvements.
549 610
- Additional automated test coverage.
550 611

  
551
Drupal 7.14 2012-05-02
552
----------------------
612
Drupal 7.14, 2012-05-02
613
-----------------------
553 614
- Fixed "integrity constraint" fatal errors when rebuilding registry.
554 615
- Fixed custom logo and favicon functionality referencing incorrect paths.
555 616
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
......
597 658
  - system_update_7061() converts filepaths too aggressively.
598 659
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
599 660

  
600
Drupal 7.13 2012-05-02
601
----------------------
661
Drupal 7.13, 2012-05-02
662
-----------------------
602 663
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
603 664

  
604 665
Drupal 7.12, 2012-02-01
605
----------------------
666
-----------------------
606 667
- Fixed bug preventing custom menus from receiving an active trail.
607 668
- Fixed hook_field_delete() no longer invoked during field_purge_data().
608 669
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
......
636 697
  cache.
637 698

  
638 699
Drupal 7.11, 2012-02-01
639
----------------------
700
-----------------------
640 701
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
641 702

  
642 703
Drupal 7.10, 2011-12-05
643
----------------------
704
-----------------------
644 705
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
645 706
- Reduce memory usage of theme registry (performance).
646 707
- Fixed PECL upload progress bar for FileField
......
993 1054
      requests.
994 1055

  
995 1056
Drupal 6.23-dev, xxxx-xx-xx (development release)
996
-----------------------
1057
---------------------------
997 1058

  
998 1059
Drupal 6.22, 2011-05-25
999 1060
-----------------------
......
1003 1064
- Fixed a variety of other bugs.
1004 1065

  
1005 1066
Drupal 6.21, 2011-05-25
1006
----------------------
1067
-----------------------
1007 1068
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1008 1069

  
1009 1070
Drupal 6.20, 2010-12-15
1010
----------------------
1071
-----------------------
1011 1072
- Fixed a variety of small bugs, improved code documentation.
1012 1073

  
1013 1074
Drupal 6.19, 2010-08-11
1014
----------------------
1075
-----------------------
1015 1076
- Fixed a variety of small bugs, improved code documentation.
1016 1077

  
1017 1078
Drupal 6.18, 2010-08-11
1018
----------------------
1079
-----------------------
1019 1080
- Fixed security issues (OpenID authentication bypass, File download access
1020 1081
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1021 1082
  see SA-CORE-2010-002.
1022 1083

  
1023 1084
Drupal 6.17, 2010-06-02
1024
----------------------
1085
-----------------------
1025 1086
- Improved PostgreSQL compatibility
1026 1087
- Better PHP 5.3 and PHP 4 compatibility
1027 1088
- Better browser compatibility of CSS and JS aggregation
......
1030 1091
- Fixed a variety of other bugs.
1031 1092

  
1032 1093
Drupal 6.16, 2010-03-03
1033
----------------------
1094
-----------------------
1034 1095
- Fixed security issues (Installation cross site scripting, Open redirection,
1035 1096
  Locale module cross site scripting, Blocked user session regeneration),
1036 1097
  see SA-CORE-2010-001.
......
1042 1103
- Fixed a variety of other bugs.
1043 1104

  
1044 1105
Drupal 6.15, 2009-12-16
1045
----------------------
1106
-----------------------
1046 1107
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1047 1108
- Fixed a variety of other bugs.
1048 1109

  
1049 1110
Drupal 6.14, 2009-09-16
1050
----------------------
1111
-----------------------
1051 1112
- Fixed security issues (OpenID association cross site request forgeries,
1052 1113
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1053 1114
- Changed the system modules page to not run all cache rebuilds; use the
......
1056 1117
- Fixed a variety of small bugs.
1057 1118

  
1058 1119
Drupal 6.13, 2009-07-01
1059
----------------------
1120
-----------------------
1060 1121
- Fixed security issues (Cross site scripting, Input format access bypass and
1061 1122
  Password leakage in URL), see SA-CORE-2009-007.
1062 1123
- Fixed a variety of small bugs.
1063 1124

  
1064 1125
Drupal 6.12, 2009-05-13
1065
----------------------
1126
-----------------------
1066 1127
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1067 1128
- Fixed a variety of small bugs.
1068 1129

  
1069 1130
Drupal 6.11, 2009-04-29
1070
----------------------
1131
-----------------------
1071 1132
- Fixed security issues (Cross site scripting and limited information
1072 1133
  disclosure), see SA-CORE-2009-005
1073 1134
- Fixed performance issues with the menu router cache, the update
......
1075 1136
- Fixed a variety of small bugs.
1076 1137

  
1077 1138
Drupal 6.10, 2009-02-25
1078
----------------------
1139
-----------------------
1079 1140
- Fixed a security issue, (Local file inclusion on Windows),
1080 1141
  see SA-CORE-2009-003
1081 1142
- Fixed node_feed() so custom fields can show up in RSS feeds.
......
1471 1532
- fixed a security issue (SQL injection), see SA-2007-031
1472 1533

  
1473 1534
Drupal 4.7.8, 2007-10-17
1474
----------------------
1535
------------------------
1475 1536
- fixed a security issue (HTTP response splitting), see SA-2007-024
1476 1537
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1477 1538
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
......
1584 1645
- Fixed security issue (DoS), see SA-2007-002
1585 1646

  
1586 1647
Drupal 4.6.10, 2006-10-18
1587
------------------------
1648
-------------------------
1588 1649
- Fixed security issue (XSS), see SA-2006-024
1589 1650
- Fixed security issue (CSRF), see SA-2006-025
1590 1651
- Fixed security issue (Form action attribute injection), see SA-2006-026

Formats disponibles : Unified diff