CHANGELOG for Views for Drupal 5 Views 1.0 o Initial release under drupal.org's new release system Views 5.x-1.1-beta-1 Bugs fixed: o 97228: Fatal error on the views help page. o View Import was completely not working. o 93873: Exposed filters were completely not working. o 92305: Removed broken and unworkable 'distinct' profile filter. o 93540: Don't use block title if no page title. o 93493: Allow field labels to be turned off if item not sortable. o 91665: Order By pretty much borked in PGSQL. o 85290: Views generated invalid CSS with -- this could have an impact on your theming! o 90482: Validate that nodes per page is not 0 if pager is on. o 89893: Multiple filters not showing up properly in RSS links o 97462: More robust view export code. o 82634: theme_imagebutton renamed to theme_views_imagebutton o 77859: update module weight to 10 in update.php -- RUN UPDATE.PHP!! o 97589: Add some sorting on plugins so that Views' default plugins are always on top. New features: o New comment fields to allow more Views use of comments. [Egon Bianchet] o Recent comments block default view. o Add simple 'word search' to text field operators [gordonh] o Early views_search.inc -- needs testing! [gordonh] o 90643: Access-checking 'edit', 'delete' and 'view' links as fields o Added uninstall function (accessible from the module administration page) o 88849: new views_pre_query hook o 97290: new $offset argument to views_build_view to allow views to to skip the first N nodes [doesn't work if $ pager = true]. o 97290: New options for granularity on date sorts o Provide a proper 'action' for exposed filters so they always go to the view, not just the current page. o 76601: New 'all files' field to display all files on a node as a single field Views 5.x-1.2-beta-1 Bugs fixed: o 100394: Fix to t() call in 'new comments'. o 100164: alias prefixing fix. o 100109: Incorrect caching of 'is new' filter. o 99849: DISTINCT could break summary views. o 99783: Comment count didn't take into account pages. Also moved handler out of node where it didn't belong. o Use drupal_add_feed() for RSS icons so they can be themed. o 99323: fix link in argument handling help o Temporary fix for cache not being loaded for menu item creation o 100317: exported view gets improperly formed value fields on filters o 98441: Fixed 'optional' setting on exposed filters. o 100997: Clarified use of $arg in help text o 100769: Getting book parents didn't require parents to be current o 98492: Recent comments block needed to filter out moderated comments New features: o 99225: CSS generator for views theme wizard o 88067: theme_view much more useful now. o 98492: Comment moderation status filter o 101025: Sort by node type Views --dev