Downloads

Download views-6.x-2.7.tar.gztar.gz 1.48 MB
MD5: 993a4ce82f5eb6f3f2166de7aa5edbce
SHA-1: 53442eac1198e1945bb2cc001ffca88bd0e9f8ce
SHA-256: 96ea0e201f2547d1d23e33d1f62c01bd39fc148e3d7d621c645d63f8cfb262c5
Download views-6.x-2.7.zipzip 1.64 MB
MD5: 391b6108f3e1d20b54500a09a5ab0c5f
SHA-1: 572750e850226e9b4827d349596f2e01d2de63ee
SHA-256: a53826fb0b56ae7c1b2e6eedc144b943eea746ee84f4f6a5048c3b218edd9667

Release notes

Note: Views 2.7 contains some rearrangment of the order of field rendering. While I didn't see any errors or hear of any errors due to this, it may affect some external style plugins. If you have a problem with how fields render and are using a non Views-core style, please doublecheck with the 'table' or 'unformatted' styles and see if the problem persists. If it does not, it may well be the style provided by a module.

  • Table style when not overriding sorts put sorts in wrong order.
  • #488908 by sl27257: "Node: Has new content" only worked when exposed.
  • #451110 by wonder95: Fixed missing word in transform case help text.
  • #385904 by JirkaRybka: Prevent duplication of id edit-submit on views exposed form.
  • #489888 by TheRec: Remove erroneous "alt" attribute from when using link rewriting.
  • #499078 by Darren Oh: Make sure theme is initialized for pre_render hook.
  • #490516 by v_20q: Some fields not properly being marked as translatable due to option unpacking bug.
  • #484222 by dereine: Attachment displays were ignoring access settings.
  • #503098 by Davide Goode: Feed displays should have link displays since they link to a page display.
  • #381346 by ayalon: Allow Taxonomy: Tid as a field, which is now needed for rewrites which may need tids.
  • #485296 by overall and deekayen: Remove unnecessary t() call.
  • #460838 by Darren Oh: Make DISTINCT more distinct.
  • #503774 by dereine: Cache time failed to return the proper cutoff time.
  • #506098: Table sorting with no default was overriding sorts even tho it was not supposed to.
  • #407538: Ensure views_break_phrase() will stop providing warnings on empty strings.
  • #420850 by dereine: Commas should not be used to separate items in a profile list field.
  • #482162 by agentrickard: link path needed further sanitization to properly encode special characters.
  • Tables would not accept 0 as having data so columns with zeroes would lose data when merging with other columns.
  • #529164: Fatal typo in profile list field.
  • #537870 by dww: Fixed a bug in the [uplodate_fid-size] token where format_size() was called on it twice.
  • #510910 by mfb: Fixed bug where multiple fields sharing a column in a table was broken so only the final field would display.
  • #546586 by dww: Fixed bugs that prevented '0' being a valid rewrite text or empty text for a view field. Also fixes a logic bug regarding the handling of the 'Count the number 0 as empty' setting.
  • #507884 by TheRec: Removed matching title (alt) attribute on node links.\
  • #468370 by emackn: Proper timezone support on postgres.
  • #508124 by voxpelli: Optionally allow boolean to treat NULL as FALSE.
  • #487528 by dereine: Fix typo in 'Maximum length' field instructions.
  • #303800 by Justin W Freeman: Improve dashes to spaces transformation.
  • #538530 by elcuco: Views export textareas should be LTR.
  • #538204 by dereine: User picture should be sortable.
  • #540122 by stella: Attachment displays should attach even if arguments caused the primary display to abort.
  • #544098 by joachim: Fix validation quirks with defaulted handlers.
  • #485872 by dereine: Make sure views.css is always loaded for all users.
  • #442982 by killes: Make destroy() method more robust so that views are more readily reused.
  • #520558 by bdurbin: node access filter not properly checking 'view'.
  • #535424 by Hugo Wetterberg: Download file link could provide empty a tag if no file is available.
  • #554000 by killes: Preview checking wrong flag for preview state causes feeds to display incorrectly when embedded.
  • #554016 by webchick: views_embed_view() should check view access.
  • #523222 by gpk: Contact link should not be allowed for the anonymous user.
  • #563540 by dereine: Fix description of cache plugin settings.
  • #564536 by dereine: Node links should allow language setting from node data.
  • #551752 by dereine: Clean up row counter code.
  • #451208 by dereine and superbaloo: Fix grid style to not leave missing tds in bottom row.
  • #561892 by dereine: Unchecking "rewrite this field" but leaving a value caused field to be rewritten anyway.
  • #408894 by dereine: Views AJAX incorrectly used "access content" permission.
  • #574150 by dereine: Remove user search because user.module does not store user keywords.
  • #511908 by dww: Too many check plains in selects because of problems with checkboxes.
  • #502348: Move advanced rendering up the chain a little bit to allow for non-standard uses of fields, such as grouping, to use advanced rendering features.
  • #619884: Grouping fields ignored indexes (as a result of #502348) and appeared to group incorrectly.
  • #411566: Fix warning when 0 given as a taxonomy tid to the validator.
  • #607952 by markus_petrux: Need check plain on "additional" queries.
  • #593910: Off by 1 error on Views row counter.

Other changes:

  • Implement a post_render hook (for themes too) and cache method.
  • #501552 by neclimdul: Work around a core bug with DISTINCT on nodes.
  • #430068 by overall and aclight: Improvements to the global "counter" field.
  • #492002 by iterato: Allow "target" specification in field linking.
  • #466454 by neclimdul: PHP strict fixes.
  • Can now directly add a taxonomy term relationship to nodes, allowing more control by vocabulary.
  • #472194: !1 can now be used with field rewriting to get the raw argument.
  • #480162: Fields row style now contains option to hide empty fields.
  • #433318: Special handling for empty fields, allowing them to avoid rewriting and not be displayed.
  • #354457 by ausvalue: Example integrating node_example.module with Views API.
  • #479728 by enboig: Allow "Does not start with" and "Does not end with" as string operators.
  • #511468 by dereine: State which view was saved after saving a view.
  • #520632 by DamZ: Add comment hostname and mail to available comment fields.
  • #523580 by JirkaRybka: More documentation on Reduce Duplicates option.
  • #510920 by apanag: Add set_current_page() method to view class.
  • #337741 by joachim: Allow profile fields to have "link to user" option.
  • #534680 by dagmar: Visual indicator if checkbox will expand options.
  • #512650 by sdboyer: Multiple many to one arguments on the same relationship were not relationship safe.
  • #536994 by dboulet: Store result in variables for use in unformatted style.
  • #458194 by voxpelli: Add first and last row classes to table style.
  • #254895: Add form to clean up Views 1 tables.
  • If you have CTools 1.3 enabled, you can use a "Jump Menu" style for both summaries and normal Views.
Created by: merlinofchaos
Created on: 2 Nov 2009 at 21:28 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure

Other releases