Downloads

Download views-6.x-2.3.tar.gztar.gz 1.3 MB
MD5: 582bde5b7a68357c026a2bee689fe3cb
SHA-1: 4d421aefbabea70e0308a34f1939014a0d813447
SHA-256: cfd58b75f585126748898cdff572bd7374d0ade1e455603d09f7daaeb2d7fdad
Download views-6.x-2.3.zipzip 1.44 MB
MD5: 9a6164de134d739f8ad8ade8b4dcc5b7
SHA-1: 9fa8325b185792ce5df701a992da2498f6d09e2c
SHA-256: 14d60e6cd62a06be5f895658cffa2cab6ef18a3df30f2d6a7edb4559d0e967d8

Release notes

Bugs fixed

  • #349739: Fix arguments not getting transmitted to attachment displays properly.
  • #354707: Display attachment happened too early preventing default arguments from passing to the attachment.
  • #277321 by nedjo: Use AJAX properly supports summaries in attachments.
  • #291292 by sammys (reroll by jaydub): Proper use of DISTINCT on summary views on pgsql.
  • #291079 by sammys (reroll by jaydub): Fix use of GROUP BY on pgsql.
  • #295246 by webchick: Wrong table type on views object cache caused truncation of cached data and mysterious errors on large views.
  • #315007 by Garrett Albright, Paul Kishimoto and catch: Take into account page count when using comment new link.
  • #317562 by ingaro: Wrong date format for PGSQL.
  • #327604 by mr.baileys: Fix improper use of multibyte library when mb library unavailable.
  • #335926 by sapark and drewish: "January, 2009" should be "January 2009".
  • #341263 by cdale: Prevent exposed filter forms from processing during batch operations.
  • #342322 by drewish: Correct label for translation status.
  • #343223 by alienbrain: Ensure path before join.
  • #343284 by andypost: Fix odd/even reversed in table style compared to Drupal core.
  • #345545 by mfb: Correct occasional Drupal.settings related javascript error.
  • #345546: Fix Node: Created day argument off by 1 error.
  • #345707 by aries: Do not display breadcrumb link if no link text.
  • #355939 by yhager: Fix missing comment GUID in comment RSS style.
  • #321332 with help from brahms: views_handler_field_markup only worked if format was named "format".
  • #348322 by Darren Oh: Fix missing /code in api plugins help.
  • #353090 by eaton: RSS feeds were not using all of the Drupal hooks to ensure full compatibility with core feeds.
  • #293832 by drewish: Allow menu items to have administrative description.
  • #345528: Mini-pager generated invalid HTML with empty li tags.
  • #351745: Exposed taxonomy term autocomplete filter failed if term existed in multiple vocabularies.
  • #353002: tracker view had wrong argument and was not picking up comments by the selected user.
  • Case sensitivity on string filter checkmark was backward.
  • #355919: views_theme() needed to include plugin theme files to detect functions.
  • #353515: Many characters could get incorrectly translated in exposed filters combined with ajax tablesorting.
  • #359818: Delete button should say Revert when reverting a view to default.
  • #359132 by grugnog: CSS files should be marked conditional so they don't impact the CSS cache.
  • #360637: Extra slash in theme includes could cause some systems to fail.
  • #363081: Disabled views could still provide blocks.
  • #366666 by Deadmonk also yched: File size field should not try to print a size on NULL values.
  • #367203: Improper caching of default views caused incomplete handlers that could WSOD.
  • #365283: views_handler_filter_ncs_last_updated improperly registered causing fatal errors trying to use it.
  • #365712: select list exposed filters were trying to limit to list when selecting "All" even when "limit" was not selected.
  • #357196 by Grugnog: hook_views_pre_view not getting $display_id sent properly.

Other changes

  • #288801 by drewish and eaton: Aggregator item support! Make views of feeds!
  • #335647 by markus_petrux: Add memory and a reset button to the Views list page.
  • #343047 by alienbrain: Allow all handlers to participate in view validation.
  • #339223 by greggles: Allow taxonomy term tid to be sortable.
  • #324378 by eigentor: CSS improvements to the view list page.
  • #354736 by Shai: Clarification on exposed filter text.
  • #364637 by moshe and dww: Allow preprocessors to add row classes to table style.
  • #349178 by agentrickard: Add generic link handling plus a custom text field. Also automatic trimming.
  • #368234 by dww and neclimdul: Allow the "Anonymous" user to have a different (or no) name in User: name field.
  • #368754 by dww: User ID validator, with role testing.
  • #369505 by dww: Add helper function to get the value of a view argument.
  • #353002 by neclimdul: Provide a filter for user posted or commented on to complement the argument with the same functionality.

2.3 API Notes
A minor change in the API now requires that styles that render fields MUST render them in order, first by row and then by field ID. Not doing so will cause the token expansion to fail. In addition, any field handler that used the 'render_link()' method should retool to take advantage of the new built-in link building so that the two options do not collide.

Created by: merlinofchaos
Created on: 7 Feb 2009 at 04:30 UTC
Last updated: 1 Aug 2018 at 21:03 UTC
New features
Bug fixes
Insecure

Other releases