Downloads

Download views-5.x-1.6-beta.tar.gztar.gz 162.8 KB
MD5: 879dc9a673b8ce59f8aa2be8d6395369
SHA-1: 8ef3921a4d8984cd1a6b9ba6175dbd23d32c6324
SHA-256: b4db0bfa7295920aa672217dd682b2de9bf0daa14517c18eb5a8d138efb2fa00
Download views-5.x-1.6-beta.zipzip 179.52 KB
MD5: fee2f3d33b8f8fa6379d7755b74e6a40
SHA-1: 42c1fd0e8380d41b6b73754ecda5f08387bd8a01
SHA-256: 5d1c875cde0fb3eecac06a73cd1e92131d48de95db33b6b9fb3f64fd4a9c3342

Release notes

Highlights:
o #119742: Improved handling of DISTINCT; allow DISTINCT to not kill summaries.
o #118069: Move the query cache into the real cache. This should clear up a few caching problems.
o Serious cleanup of inline argument code
o Fixed theme code for popular/popular all-time blocks.
o Moved implementation of hook_taxonomy so it'll trigger.

o New $arg (inline argument) variants: $node, $node-TYPE, $user
o #102489: Allow edit tabs on views (for admins).
o New 'tools' page in UI to clear the views cache.

Bugs fixed:
o Capitalization and t() fixes to recent popular content and all time popular content views.
o #123986: documentation fix in argument handling code
o #111881: change 'user' table to use INNER join because every node has an author
o #102716: Reduced the number of JOINs for taxonomy hierarchy queries
o #103649: Documentation fix fix for date granularity
o #115519: Restrict width of select items in UI.
o #111936: Allow search keyword to be optional.
o #116985: Fix channel link in RSS feeds.
o #122103: Fix blank titles of blocks exported by views.
o #122818: Incorrect use of fullname when queryname should have been used
o #108523: Properly validate that filter values need values selected.
o #122063: Prevent strtotime from choking on empty timestamps
o #116190: Book parent didn't work with prefixes
o #115699: Don't show RSS feeds on block views (again)
o #88947: If NULL query don't try to run it at all.
o #113332: NULL entries for vocabulary summaries with nodes without terms.
o #119082: Fixed a problem with view titles on the admin page.
o #119921: Recent comments block had incorrect filter, causing nodes with just 1 comment not to show up.
o #119463: Double check_plain on breadcrumbs for Views' titles.
o #104941: Inline args URL cache not getting cleared when a view is saved.
o #124789: Disable delete button on filters that have been exposed so people stop trying to delete them.
o #101275: Fixed broken check which is meant to prevent node.nid from appearing twice in a query.
o #126428: (by scott.mclewin) Force single didn't work in all cases.
o #134703: Fixed problem with validation causing valid values to appear invalid (such as in moderate and sticky filters)
o #134375: (by vhmauery) Postgres fix, adds orderby to groupby if there is already a groupby.
o #127099: (Crell) Fix to views argument handling in RSS that made the RSS feeds fail in panels and viewfield.
o #128301: (dww) Fix .install file to uninstall tables even if using postgres.
o #130139: (simplymenotu) change changelog to top-down format.
o #130196: (the greenman) Views filters improperly ignored table aliasing.
o #130381: (mgull) Clear the page cache after a view is saved or deleted so that anonymous users will see changes.
o #130746: Save and edit went to the wrong place if view didn't previously exist.
o #133144: views filters weren't getting deleted when a view was deleted, causing cruft buildup.
o #125819: Cancel button went to bad page after Clone/Add.

New features:
o #105620: (Attempt 2) allow modules to alter views tables + arguments
o #74541: Improved handling of role filtering.
o #111210: Create user filter by role to make it easier to manage users.
o #115125: Allow use of file descriptions rather than just file names in attached files
o #115856: Allow use of autocomplete for freetagging taxonomies.
o Allow RSS channel description to be set as part of the argument option.
o #115849: Use dedicated cache table for views caching
o #135273: (josh_k) Allow 'edit' handler option to return to view after editing.
o #125973: (mfredrickson) allow exposed filters to come from other sources.
o #133454: (sarvab) Move some pager variables around so that they're on the $view object and more easily modified.

Created by: merlinofchaos
Created on: 12 Apr 2007 at 15:52 UTC
Last updated: 1 Aug 2018 at 20:25 UTC
Insecure

Other releases