Posted by merlinofchaos on November 15, 2006 at 7:29pm
| Download | Size | md5 hash |
|---|---|---|
| views-5.x-1.1-beta.tar.gz | 149.91 KB | b5470a54544ab83302e710da1c18551c |
| views-5.x-1.1-beta.zip | 166.38 KB | f08e2fba26ee3bc6deba05ec8cb42dd1 |
Last updated: December 24, 2010 - 22:16
Bugs fixed:
- 97228: Fatal error on the views help page.
- View Import was completely not working.
- 93873: Exposed filters were completely not working.
- 92305: Removed broken and unworkable 'distinct' profile filter.
- 93540: Don't use block title if no page title.
- 93493: Allow field labels to be turned off if item not sortable.
- 91665: Order By pretty much borked in PGSQL.
- 85290: Views generated invalid CSS with -- this could have an impact on your theming!
- 90482: Validate that nodes per page is not 0 if pager is on.
- 89893: Multiple filters not showing up properly in RSS links
- 97462: More robust view export code.
- 82634: theme_imagebutton renamed to theme_views_imagebutton
- 77859: update module weight to 10 in update.php -- RUN UPDATE.PHP!!
- 97589: Add some sorting on plugins so that Views' default plugins are always on top.
New features:
- New comment fields to allow more Views use of comments. [Egon Bianchet]
- Recent comments block default view.
- Add simple 'word search' to text field operators [gordonh]
- Early views_search.inc -- needs testing! [gordonh]
- 90643: Access-checking 'edit', 'delete' and 'view' links as fields
- Added uninstall function (accessible from the module administration page)
- 88849: new views_pre_query hook
- 97290: new $offset argument to views_build_view to allow views to to skip the first N nodes [doesn't work if $ pager = true].
- 97290: New options for granularity on date sorts
- Provide a proper 'action' for exposed filters so they always go to the view, not just the current page.
- 76601: New 'all files' field to display all files on a node as a single field