Downloads
Download tar.gz
97.81 KB
MD5: 61938338588bb21cd0c6b6c1b3451fd8
SHA-1: f317911da2cb13a37f524c84f6950a5a63815961
SHA-256: f55c6e79a1829c231416ea69377816d90b82109d33c92c087aacc2e88ca46cdf
Download zip
115.19 KB
MD5: ce9a3236c123f67907763584df47a3fb
SHA-1: 465ea038bb22561f5f7832d1f21014cd551f565a
SHA-256: 99bcd2dd38a5e00bd3d624cfe3c63ed2182881372d6e52d9ef51617fc2febdb8
Release notes
Changes since DRUPAL-6--1-0-BETA4:
- Feature #507386 by alex_b. Add support for themable feed links.
- Bug #444412 by neclimdul. Fix call to undefined sanitize_columns on doc export.
- Feature #500176 by neclimdul. Provide feed image txt, simplify options and provide an option for specifying the alt/title text for the feed image.
- Bug #422438 by matt2000 and neclimdul. Fix a bug with an old version of php in debian. Use some code based on views table rendering.
- fix #560364 by andreiashu. Respect excluded fields. This is actually a follow to a bug created by the patch from #422438 The changed code was not updated.
- Fix #170544 Move preprocess to module. We need to move this to work around a bug in core. We don't get rid of the .theme.inc because of a "bug" in views.
- Fix #596414 by joachim. Spelling error in admin.
- Fix #512630 by alex_b. Quote CSV header values.
- Fix #648740 by neclimdul. Headers not delivered for cached displays. Moves headers to hook_views_post_render so they are added for every display not
just un-cached displays. - Fix #519424 by bendiy. Simple XLS Support.
- Add the ability for export feeds to pull sorting from attached display.