Downloads
Download tar.gz
151.68 KB
MD5: e8f1456d85a502edc0421e19fa224038
SHA-1: 055746824139d4a0294e57f7380d3dc553a8ec73
SHA-256: 4b0f954408aa6b8d28467bdbb85e43380f873c8e31003f196f304b73636039dd
Download zip
168.46 KB
MD5: a9a74b2d85e1d45278c964a83a0a92f2
SHA-1: 75362d30e198ba79ee5aa943e43f16fa786503d5
SHA-256: 8b8881ce4d0d4f659b3fa6861ab7721b7635fb41e9993dc6f821a786d5d73feb
Release notes
Bugs fixed:
- Reverted 99783 which doesn't work.
- 100769: link book table via vid instead of nid.
- 101306: views_new_table() used incorrect right_field
- 99225: theme wizard wasn't CSS safing classes in an ironic fashion.
- 101363: Made the DISTINCT more forceful by adding a GROUP BY.
- 101167: Proper use of drupal_add_feed
- 'node' arguments weren't properly using node in the title.
- 102142: Default table sorting broken if field with no label comes after field to sort on.
- 88343: $arg in urls (foo/$arg/bar) had locale problems.
- 97497: rss feed did not call module_invoke_all('exit') as it should.
- 89332: Don't default tables to MyISAM type
- 83478: Properly encode block titles & block descriptions.
New features:
- 101324: New op for views_build_view: 'queries'
- 77526: Automatically enable views_ui if views is installed without it. But not just when the module is enabled.