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 5.x-1.3-beta-1 Bugs fixed: o Reverted 99783 which doesn't work. o 100769: link book table via vid instead of nid. o 101306: views_new_table() used incorrect right_field o 99225: theme wizard wasn't CSS safing classes in an ironic fashion. o 101363: Made the DISTINCT more forceful by adding a GROUP BY. o 101167: Proper use of drupal_add_feed o 'node' arguments weren't properly using node in the title. o 102142: Default table sorting broken if field with no label comes after field to sort on. o 88343: $arg in urls (foo/$arg/bar) had locale problems. o 97497: rss feed did not call module_invoke_all('exit') as it should. o 89332: Don't default tables to MyISAM type o 83478: Properly encode block titles & block descriptions. New features: o 101324: New op for views_build_view: 'queries' o 77526: Automatically enable views_ui if views is installed without it. But not just when the module is enabled. Views 5.x-1.4-rc1 Bugs fixed: o All the date-based arguments were broken due to changes in $query->add_orderby o 103475: updated rss feed to match fixes in Drupal core. o 103773: Fixed some obnoxious t() % placeholder stupidity. o Replaced theme_views_nodate with theme('views_nodate') which is actually themable. o 103115: Validation for individual views fields/etc was never called. o 101275: Prevent node.nid from being added as a field twice (was happening when sorting) o 102746: * was being used instead of actual wildcard in feed URLs. o 102457: Spurious warnings when displayed node has no terms New Features: o 89421: New last changed sort / filter / field o 103649: allow customizing date interval granularity Views 5.x-1.4-rc1 Bugs fixed: o 109456: Match API documentation on 'field' definition on fields. o 104459: Correct theme wizard field names. o 104854: Fixed $arg at the beginning of the URL *again* o 107855: Removed double check_plain in RSS feed titles. o 107723: Removed use of IDs on table fields -- this might require your CSS files to be adjusted! o 107713: Popular recent and popular alltime are now disabled by default. o 106460: Update of module weight was not run on install of 1.4, causing taxonomy/term view to not override Drupal default. o 107974: Ensure file_revisions table is added to query when using 'node has files' filter. o 107371: Correct spelling of 'weather' to 'whether'. o 107218: 107217: Fixed some E_NOTICE errors. o 106464: Taxonomy links showed up as Array | Array | Array rather than the taxonomy terms. o 110212: Text patch to clarify date fields. o 110299: Change nodes per block max size from 2 chars wide to 3, as it was meant to be. o 110648: Block title not showing up in admin if view only provides block. o 110462: set_distinct didn't properly check to see if the query was already distinct. o Distinct filter could mess up summary queries by making them distinct on nid which isn't what is supposed to happen there. New features: o 107471: Spiffy new theme wizard features. Thanks Crell!! o 105081: Save and edit button to save but not go change screens. Views --dev