Downloads

Download draggableviews-6.x-3.2.tar.gztar.gz 33.06 KB
MD5: ddf16e0fd074ec9d1fdf93e92c1d38c0
SHA-1: 0d2ace837b127310fe40293dc274d3d85fb1b1e6
SHA-256: c6e32f8b332f600aa44ce595f572a8a9bc9b64f0a39d0cc187bda5fd7efa0830
Download draggableviews-6.x-3.2.zipzip 43.48 KB
MD5: b923da46ca85d154abb6457b2a9e649c
SHA-1: 8467758673c3e7fb77591d83669c7427da38d212
SHA-256: b8adbaf3805d2a7632362bcbea549eee9bd369a4b7255655ca867e3d0aef72ae

Release notes

DraggableViews 6--3.2 released!

BETA7 (Most recent):
) Bug-Fix: #386782: table is undraggable when view is exported to code: Use consequently the view-name instead of the vid. So also unsaved views (..exported to code) are supported).
) Bug-Fix: #555034: Fatal error: Call to a member function get_plugin() on a non-object on upgrade: Check if it's an object when running the theme_hook.
) Change: The draggableviews_view_draggabletable_form_new theme died.

BETA6:
) Feature: #510402: Creating draggable taxonomy views: Brand new taxonomy handler.
) Feature: #464870: Creating a new handler to enhance DraggableViews "Arg ordering": Make order unique for a given set of arguments (optional). Many thanks to davideads.
) Feature: #536846: Sort User Profiles: Support all kinds of base tables {node, taxonomy_term, user,..}. From Now the root/leaf stuff only makes sense in combination with node base_table.
) Change: Handlers: The function get_minimum_value() died (return value fixed to -1).
) Change: Some comments and desciptions changed, also coding standards respected.
) Change: Grouping is no longer supported by draggableviews (and also not shown in settings).
) Change: Row plugin is no longer supported by draggableviews.
) Change: The internal names of all views fields changed. So the cache must be cleared as well as all views must be reconfigured.
) Change: #426616: extra ">" characters showing up in tables Changed <? to <?php.
) Change: #474562: Include this module in the Views package Changed package views to Views.
) Bug-Fix: Remove expand/collapse links before they're going to be attached.
) Bug-Fix: Used strlen instead of count.
) Bug-Fix: #393530: Continuously get message ->The structure was broken. It has been repaired. CCK handler: Empty fields were treated like non-existent fields.
) Bug-Fix: Don't add themes for view displays that don't use draggabletable style plugin.
) Bug-Fix: #541130: Theme registery issues: Reload registry immediately if theme for the form is not available.
) Bug-Fix: Use a special form_id for unsaved nodes to make it possible to display them in preview mode.
) Bug-Fix: #546142: cant sort draggable view in desc order: Make new nodes appear at the very bottom.
) Bug-Fix: Introducing $safe_offset: Make sure that all order values are unique before draggableviews_check_order(..) assigns order values of parents.
) Bug-Fix: The view has not been re-executed after a rebuild if paging was not used.
) Bug-Fix: #382678: multiple displays in the same view breaks draggableviews: Always use view-name and display_id to make forms unique. Patch by careernerd.
) Bug-Fix: array_slice: In PHP version < 5.0.2 the 3rd argument (length) must not be ommited.
) Bug-Fix: Changed FormAPI properties from "#value" to "#default_value".
) Bug-Fix: Use Drupal.behaviors instead of $(document).ready(..) to be compatible with Drupal.attachBehaviors().
) Bug-Fix: Related to a certain PHP version (see #372227: empty columns in table design after update, patch by merlinofchaos). Reported and patched by dboutlet.

BETA5:
) Bug-Fix: #418068: draggable view does not order: Don't check for "out of range" when no paging is used.
) Bug-Fix: Commit #190864: Expand/Collapse now uses css class .views-table instead of .tabledrag-processed. Now expand/collapse links will be attach to all tables which use hierarchies even if structure is locked or user is not allowed to drag nodes.

BETA4:
) Performance: #311264: why one weight field per level ?: Wow, what a big step ahead. Now you only need one weight field at all instead of one weight field for each level.
) Performance: Draggable lists and structures will be loaded more intelligent. The number of executions has been reduced (http://drupal.org/cvs?commit=188974):
__view (without hierarchies): 3x -> 1x
__view (with hierarchies): 3x -> 2x
__repair (without hierarchies): 4x -> 2x
__repair (with hierarchies): 4x -> 3x
) Feature: Keep expand/collapse state even if the parent has been collapsed (http://drupal.org/cvs?commit=189066)
) Bug-Fix: expand/collapse functionality of multiple views on the same page (http://drupal.org/cvs?commit=189066)
) Bug-Fix: Don't try to load handler if draggable table style plugin is not in use. (http://drupal.org/cvs?commit=187528)

BETA3:
) Feature: New setting "Lock": The structure can be locked and hierarchy cannot be changed.
) Feature: New setting "Expand/Collapse" by user id or not.
) Feature: New global setting: "Structure has been repaired"-Message can be modified.
) Feature: New global setting: User can choose whether new nodes should default on top or on bottom.
) Bug-Fix: Broken structure after repair (http://drupal.org/cvs?commit=183854).
) Bug-Fix: #332632: Drag nodes using an exposed filter doesn't work.
) Bug-Fix: Support click sort.
) Else: #332523: Do not change timestamp picked up. CCK-handler will not change timestamp anymore.

BETA2:
) Feature: Fully support paging. Rows to show of the previous/next page can be specified.
) Bug-Fix: Some bugs that caused errors when using more than 2 levels.
) Bug-Fix: #382678: multiple displays in the same view breaks draggableviews by brian42.
) Else: Added desciptions to style_plugin settings page.

BETA1:
) Feature: #317400: Support non-CCK weights. Introduced handlers. Good-Bye obligatory use of CCK and third party modules possible (see flag_weights module).
) Feature: #356574: Support for expand collapse. For all nodes with children; not only for nodes of type root.
) Bug-Fix: Paging will not break the structure any more. So far there's no solution to drag one node to another page, but errors went away.
) Bug-Fix: #357016: draggableviews_structure.vid is part of the primary key but is not specified to be 'not null'. by lyricnz.

Older:
) Feature: Paging and dragging from one page to another
) Feature: #345647: Conflict between draggable views when using Panels - collision error by brian42.
) Feature: #370713: More same views on one page by eMeLA.
) Feature: #362088: Is there a way to synchronise views click sort with flag weights?

Created by: sevi
Created on: 29 Aug 2009 at 17:00 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure

Other releases