Downloads
Download tar.gz
2.25 MB
MD5: 9efc083f09d6b523d655bc90a6869945
SHA-1: 6cb1899a038f1ab2c89f4fe66ee9d61950287f53
SHA-256: 9bb944bb025b8a450f1500d760b4bd7c59ee24f0e064e3e53baa309f832b1db9
Download zip
2.63 MB
MD5: e00f5f48835ff57b8d908722f62fb858
SHA-1: 37fbe76b2fe2f14f562027f2630f9be68b63e39c
SHA-256: 848ca2627a388e3e39a63fd3249bb5f7bb961d9d236cd976c9726cab9b4d2ffb
Release notes
Changes since DRUPAL-7-0-ALPHA2:
- Drupal 7 now ships with jQuery 1.4.2 and jQuery UI 1.8.
- API change: AJAX commands are now defined as array('#type' => 'ajax', '#commands' => $output) rather than array('#type' => 'ajax_commands', '#ajax_commands' => $output).
- API change: There is a new form element #type 'text_format', should be used for textareas with format selectors (e.g. body fields).
- page--front.tpl.php works again.
- Bug where IE quits displaying any CSS after 31+ stylesheets now fixed.
- The "Add" link now shows up for blocks. :P
- Now, running drupal_execute() multiple times on forms will validate each time, instead of only the first one.
- UI for translatable fields removed, in favour of contributed module.
- MAINTAINERS.txt now actually approximates the truth.
- Numerous upgrade path fixes.
- Numerous documentation fixes and documentation holes filled.
- Numerous markup fixes and improvements.
- Various performance improvements, especially around data import.
- Numerous security fixes, including both forward-ports of 6.x holes and plugging a D7-only one where Drupal 7 was storing plain-text copies of passwords in user.data under certain conditions.