Downloads

Download draggableviews-6.x-3.2-beta6.tar.gztar.gz 32.96 KB
MD5: ba4fa3920f71627a75fbf72af614fc8b
SHA-1: 45bcb395a62ce6d89c12bf967ce7fad86e08ac6f
SHA-256: a0c9b0687cfbe68b211370b66904d473d391f6b0edc41167afc117ecb235bb0d
Download draggableviews-6.x-3.2-beta6.zipzip 43.39 KB
MD5: 4fe1780e0dcd667d035f1f307d38f741
SHA-1: ea405449105944f8ca0d64beeabe1e4b6094b4e1
SHA-256: 9e9fdd969eda7d4b784781ea7e6316245600f68301ed364d7f5a6d0462fb9db2

Release notes

BETA6 (Most recent):
) 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: 19 Aug 2009 at 16:06 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure

Other releases