Revision db2d93dd
Added by Benjamin Luce over 9 years ago
drupal7/CHANGELOG.txt | ||
---|---|---|
1 | 1 |
|
2 |
Drupal 7.37, 2015-05-07 |
|
3 |
----------------------- |
|
4 |
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types |
|
5 |
to become disabled if they were defined by a no-longer-enabled module. |
|
6 |
- Removed a confusing description regarding automatic time zone detection from |
|
7 |
the user account form (minor UI and data structure change). |
|
8 |
- Allowed custom HTML tags with a dash in the name to pass through filter_xss() |
|
9 |
when specified in the list of allowed tags. |
|
10 |
- Allowed hook_field_schema() implementations to specify indexes for fields |
|
11 |
based on a fixed-length column prefix (rather than the entire column), as was |
|
12 |
already allowed in hook_schema() implementations. |
|
13 |
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs. |
|
14 |
- Added a sites/all/libraries folder to the codebase, with instructions for |
|
15 |
using it. |
|
16 |
- Added a description to the "Administer text formats and filters" permission |
|
17 |
on the Permissions page (string change). |
|
18 |
- Numerous small bug fixes. |
|
19 |
- Numerous API documentation improvements. |
|
20 |
- Additional automated test coverage. |
|
21 |
|
|
2 | 22 |
Drupal 7.36, 2015-04-01 |
3 | 23 |
----------------------- |
4 | 24 |
- Added a 'file_public_schema' variable which allows modules that define |
Also available in: Unified diff
Update to 7.37