Downloads

Download views-6.x-2.0-rc2.tar.gztar.gz 1.26 MB
MD5: e6abdee467e234d63fcb815c3156ee4c
SHA-1: 5d84b96130d8b6ef232aa98cc8d61aff1f2ca9e4
SHA-256: 275fce4158c1acbd90e3ff107d1350058769a9557cfe1bb23c21abca5fff72f1
Download views-6.x-2.0-rc2.zipzip 1.38 MB
MD5: 502f8f86ac82332ce865b146e8df2aec
SHA-1: 49736ea8c3d289e9619027ae2db56ac79bd5d49c
SHA-256: e0387409298bf630d72b0accc0e2a08a8de8bc5c9017224ead98960224aea367

Release notes

This release is primarily a large number of bug fixes. Please note that one fix required an API CHANGE. This change affects all modules that use the Views API and those modules will likely cease to function.

Changes since DRUPAL-6--2-0-RC1:

  • #278013: "contains word" filter should support empty word.
  • #277899: Ensure that a view that has fields but are all set to exclude will not cause a crash.
  • #252884 by alevine: Remove warning when installing Views as part of a profile
  • #278594: fix page display not properly 404ing when arguments tell it to.
  • Updated translation with more German strings (now 80% complete).
  • Fixed some typos.
  • Noticed by Gurpartap: frontpage default view had sort in wrong order.
  • #279633: Be more up front with colors on views admin so themes are a little less likely to create unreadable UI. Probably still holes here.
  • #280803 by Pasquale: HTML fixes for help
  • Rename taxonomy: term ID filter to just taxonomy: term
  • #282118 by mooffie: Fix minor glitch in doxygen config file that only shows up in doxy 1.5.6
  • #282081 by Cobalt747@drupal.ru: Mistype in taxonomy validator description
  • #283903 by Anselm Heaton: Ensure taxonomy term filter has correct terms selected when editing
  • #279988: Increase the size of the box holding checkboxes for adding items to the view.
  • Remove the "reduce" option when using a taxonomy autocomplete exposed widget
  • #284259 by mooffie: Better logic in views_prepare_handler() to get default definition settings.
  • #279257: Check for handlers and plugins when importing a view to make sure everything is available and prevent crashy crashy.
  • Automatically allow IS NULL and IS NOT NULL filters on all filters that support this if relationships are present.
  • Provide message when fields are not in use, rather than simply disappearing them.
  • #270854 (partially by webchick): modify UI to remove the "overridden" icon and instead change display on items that are "defaulted" to make them more visually unique.
  • #280224 by hass and BDragon: major reduction in size of help file images
  • #288757 by BDragon: term parent relationship
  • #289425: Exports losing some information on overridden fields if the overridden field happens to equal the original default value of the field.
  • #290098 by cpugeniusmv: RSS link not using proper base link.
  • #290328 by KarenS: "Even empty" was not being respected on blocks due to typo
  • #291079 by cwoodruf and sammys: PGSQL compatibility with GROUP BY and COUNT/DISTINCT syntax.
  • #291079 rollback.
  • Fix notice errors in views_ui_edit_item (thanks to aclight)
  • #282755 by mooffie, pwolanin, mroswell, heather, ff1, others: Improved example text for getting started page, separated into new files.
  • New getting started diagram and info
  • #279899 by mooffie and nonsie: Move views_preprocess_node() to views.module so it always appears; add display name to node template suggestions. Needs documentation.
  • #282864: Fix collapsing relationships in CCK fields that was returning wrong value and breaking collapse.
  • #278013: Failure to check for relationship with base table causes error when adding many to one filters and fields on a relationship.
  • Fix for multiple relationships failing
  • #296765: user autocomplete incorrectly required administer views access. Also incorrectly required Views UI module.
  • #296891 by cpugeniusmv: Block display with attached feed not adding
    to page.
  • #288101: Allow block views to use exposed filters if AJAX is set.
  • #252954: Do not show expose button on filters that have nothing to expose.
  • #298191: Extraneous apply buttons showing up on blocks
  • #288101: AJAX filters did not quite work on blocks.
  • #289477: Node "has new content" still tried to render a link for anonymous users even though there is nothing to render.
  • #298500: Add "day of month" created argument
  • #300220: Validate that % cannot be at the beginning of a page path
  • Major re-organization of handlers. PLEASE NOTE: This drastically affected the Views module API and until modules are updated to match, they will stop working. Efforts have been made to ensure that this won't cause your site to crash, but that's partly up to the individual module as well.
  • Fix incorrect parents for date handlers
  • Reworked access control to be a plugin. This will have the beneficial effect of drastically reducing Views load during menu access checks.
  • #306177: Fix wording on overriding text to remove implication that filters, argumets, et al must be overridden together.
  • #306251: Allow pager theming to be view/display specific like everything else.
  • #306279: Documentation update for template suggestions.
  • #305078: Protect views icons from themes adding padding.
  • #290132: Optimize count query somewhat.
  • #299042: Clear the entire theme registry cache, not just the current one, when hitting the rescan button.
  • #280476: Account for offset with pager
  • Ensure count query gets substitutions
  • #288599 by mooffie: Correct "skip base" functionality.
  • #278932: "All terms" field should skip term_data base.
  • #289038 by Jorrit: Replace special characters with escaped versions in help files.
Created by: merlinofchaos
Created on: 11 Sep 2008 at 22:49 UTC
Last updated: 1 Aug 2018 at 21:03 UTC
Bug fixes
Insecure

Other releases