Revision 27e02aed
Added by Assos Assos over 4 years ago
drupal7/CHANGELOG.txt | ||
---|---|---|
1 | 1 |
Drupal 7.xx, xxxx-xx-xx (development version) |
2 | 2 |
----------------------- |
3 | 3 |
|
4 |
Drupal 7.69, 2019-12-18 |
|
5 |
----------------------- |
|
6 |
- Fixed security issues: |
|
7 |
- SA-CORE-2019-012 |
|
8 |
|
|
9 |
Drupal 7.68, 2019-12-04 |
|
10 |
----------------------- |
|
11 |
- Fixed: Hide toolbar when printing |
|
12 |
- Fixed: Settings returned via ajax are not run through hook_js_alter() |
|
13 |
- Fixed: Use drupal_http_build_query() in drupal_http_request() |
|
14 |
- Fixed: DrupalRequestSanitizer not found fatal error when bootstrap phase order is changed |
|
15 |
- Fixed: Block web.config in .htaccess (and vice-versa) |
|
16 |
- Fixed: Create "scripts" element to align rendering workflow to how "styles" are handled |
|
17 |
- PHP 7.3: Fixed 'Cannot change session id when session is active' |
|
18 |
- PHP 7.1: Fixed 'A non-numeric value encountered in theme_pager()' |
|
19 |
- PHP 7.x: Fixed file.inc generated .htaccess does not cover PHP 7 |
|
20 |
- PHP 5.3: Fixed check_plain() 'Invalid multibyte sequence in argument' test failures |
|
21 |
- Fixed: Allow passing data as array to drupal_http_request() |
|
22 |
- Fixed: Skip module_invoke/module_hook in calling hook_watchdog (excessive function_exist) |
|
23 |
- Fixed: HTTP status 200 returned for 'Additional uncaught exception thrown while handling exception' |
|
24 |
- Fixed: theme_table() should take an optional footer variable and produce <tfoot> |
|
25 |
- Fixed: 'uasort() expects parameter 1 to be array, null given in node_view_multiple()' |
|
26 |
- [regression] Fix default.settings.php permission |
|
27 |
|
|
4 | 28 |
Drupal 7.67, 2019-05-08 |
5 | 29 |
----------------------- |
6 | 30 |
- Fixed security issues: |
Also available in: Unified diff
-a