Download Size md5 hash
views-6.x-2.0.tar.gz 1.24 MB 879ac52df90bf18d1c9d3d454febf609
views-6.x-2.0.zip 1.37 MB 4070ba53f7b9f6be9caf9422aa2782d8
Official release from tag: 6.x-2.0
Last updated: December 24, 2010 - 22:17

At long last, Views 2.0 is finally here. Not quite every bug has been wrung out of the system. There are some known issues with Postgres. The upgrade path from Views 1 to Views 2 is rather painful.

Please see the advanced help documentation for instructions and tutorials. For your convenience, the most current advanced help documentation is always mirrored here: http://views-help.doc.logrus.com

If you're new to Views, please try the SimpleViews add-on which is a very very simple UI substitute. It is not powerful or extensible but it can create some of the most common views with a very streamlined UI and it will let you then tweak those views as you need. It is a great place to get started while you're learning the system.

Changes since 6.x-2.x-rc5

  • #319335: missing
  • tag in help file
  • #318844 by evoltech: Better documentation for using external tables.
  • #319160: Typo causing "default sort" field to improperly reset to "none"
  • #319167: add_table() would return TRUE if the table was already added but the expected return is the alias.
  • #319649: Add a couple sentences about relationships
  • #321030 by Pasqualle: XHTML validation fixes to help files.
  • #321186: Bulk exporter provided wrong comment for hook_views_default_views()
  • #319170 by KarenS: "Additional themes" not being used properly by the theme: information system.
  • #319230 by drewish: Exposed, optional, texfield taxonomy term filter inserts tid = 0 in queries
  • #317744: $ symbol in special blocks invalid for theming.
  • Views exposed forms might not get seen by javascript if they had multiple _ in the view name or display id (by Steven)
  • views_handler_field_numeric erroneously added 0. at the decimal.
  • More doc on views_plugin_table::sanitize_columns()
  • #322187: deleting a view should cause menu rebuild.
  • #321284: comment_render() could be called even if comment.module was not enabled.
  • #321589: Add comment node row template suggestions just like te node row variant, since it's already documented that way.
  • #322214: views-view-field--fieldname.tpl.php was left out of the possible theme functions.