draggableviews 2.1.0

Bug fixes

Same as 2.0.2, but easier for composer version constraints

draggableviews 2.1.x-dev

Bug fixes
New features

Dev version

Trying to overcome composer madness

draggableviews 8.x-1.2

Bug fixes

- 1.1 had an accidental update hook which was introduced while working on #2767437: Allow sort handler to select the view that stored the order

1.2 just leave it empty for now. Anyone that already updated to 1.1 should review their views configurations and make sure they work OK, but it should be fine.

draggableviews 8.x-1.1

Bug fixes

- Several bugfixes/coding standard tweaks but mainly this is a release compatible with 8.6 as well as previous versions.

See #2992430: Drupal 8.6 error.

draggableviews 6.x-3.6

Bug fixes

Minor changes.
#1978526 updated Readme documentation
#1774764 fix bug with PHP 5.4 & 5.5
#1242984 Added Justification style setting

draggableviews 7.x-2.1

Bug fixes
New features

60+ commits have been made since 7.x-2.0 Listed below are the majority of the major and minor changes. This list is not complete.

draggableviews 7.x-2.x-dev

New features

Complete rewrite of the module init release. Not very workable but needed for marking issues.

draggableviews 6.x-3.5

Bug fixes

CAUTION: This version requires Views 6.x-2.11 or newer.

) Bug-Fix: #693400: PHP 5.3 Compatibility: To pass references of complex variable types in the called function the & should be removed.
) Bug-Fix: Commit #412896. Not Ciritical because never takes effect. Variable was not defined.
) Bug-Fix: Book handler: Critical, Commit #412898. Takes effect when default settings are changed by user.
) Bug-Fix: Fixed some javascript issues. See commit #412844.

draggableviews 6.x-3.4

Bug fixes

Bug-Fix: #677886: Loosing settings after update from Views 6.x-2.7 to Views 6.x-2.8. Reported by NaX
Bug-Fix: #678836: Clean up info file, reported by Beanjammin
Bug-Fix: #664828: Clean uninstall (removing variable draggableviews_repaired_msg)
Bug-Fix: #669674: pager doesn't work in simple lists if permissions are missing or structure is locked. Thanks alambike.
Bug-Fix: Check with isset before using variable in validate function

draggableviews 6.x-3.3

Security update
Bug fixes

3-3:
) Security-Issue: #649292: Security issue - draggableviews_repaired_msg not properly sanitized: Apply xss-filter before outputting draggableviews_repaired_msg before drupal_set_message.
) Bug-Fix: #604682: Handler includes use deprecated call-time pass-by-reference: pass-by-reference. Changed &$ to $ in function calls.
) Bug-Fix: Used wrong variable as filter display value.
) Change: #605206: Could you make 'Save' button text customizable please: Make Save-button text customizable
) Change: Changed README.txt (Preview mode works now).

BETA2:
) Bug-Fix: #565146: Defined order not respected when Style different than Draggable Table: Native Handler: Respect arguments in all displays if only one of the displays uses arguments. (If the displays doesn't tell us explicitly something else). Thanks Tri for reporting this bug.
) Bug-Fix: #577300: CCK draggable class does not have parent: Forgot extending class from draggableviews_handler. Reported by minenet.
) Bug-Fix: #573920: Fatal error: Call to a member function set_range() on a non-object in /.../draggableviews.module on line 356: Catch a fatal error: Don't attach the info array to the view if no order field is defined. So hook_pre_render (and thus ->set_range) will not be called.
) Bug-Fix: Corrected a typo: $filter instead of $filters. That caused a warning.
) Bug-Fix: Don't define fields and theme function if no fields were selected by the user. That caused a warning.
) Change: #541130: Theme registery issues: Don't need one theme per display any more. Now we just set the #theme function at hook_form. Many thanks to markus_petrux.

BETA1:
) BIG FEATURE: #463756: book module handler: Introduced DraggableViews Book handler.

draggableviews 6.x-3.3-beta2

Bug fixes
Insecure

BETA2:
) Bug-Fix: #565146: Defined order not respected when Style different than Draggable Table: Native Handler: Respect arguments in all displays if only one of the displays uses arguments. (If the displays doesn't tell us explicitly something else). Thanks Tri for reporting this bug.
) Bug-Fix: #577300: CCK draggable class does not have parent: Forgot extending class from draggableviews_handler. Reported by minenet.
) Bug-Fix: #573920: Fatal error: Call to a member function set_range() on a non-object in /.../draggableviews.module on line 356: Catch a fatal error: Don't attach the info array to the view if no order field is defined. So hook_pre_render (and thus ->set_range) will not be called.
) Bug-Fix: Corrected a typo: $filter instead of $filters. That caused a warning.
) Bug-Fix: Don't define fields and theme function if no fields were selected by the user. That caused a warning.
) Change: #541130: Theme registery issues: Don't need one theme per display any more. Now we just set the #theme function at hook_form. Many thanks to markus_petrux.

BETA1:
) BIG FEATURE: #463756: book module handler: Introduced DraggableViews Book handler.
) 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.
) Bug-Fix: Added variable declaration in draggableviews_info also before the handlers get loaded.
) Bug-Fix: ensure theme even if style-plugin is not in use.
) Bug-Fix: Added some isset() and empty() checks to get grid of "notice:" messages.

draggableviews 6.x-3.3-beta1

New features
Bug fixes
Insecure

BETA1:
) BIG FEATURE: #463756: book module handler: Introduced DraggableViews Book handler.

) 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.
) Bug-Fix: Added variable declaration in draggableviews_info also before the handlers get loaded.
) Bug-Fix: ensure theme even if style-plugin is not in use.
) Bug-Fix: Added some isset() and empty() checks to get grid of "notice:" messages.
) Bug-Fix: All handlers: Removed non existing $field (lny used if attributes not present; was actually never used).
) Bug-Fix: Support offset of views.
) Bug-Fix: Add empty function to check inputs
) Bug-Fix: The order value must be greater than the minimum value.
) Bug-Fix: #565146: Defined order not respected when Style different than Draggable Table: Native Handler: Respect arguments in all displays if only one of the displays uses arguments. (If the displays doesn't tell us explicitly something else). Thanks Tri for reporting this bug.
) Feature: Book-Handler: Rewritten. First root node of the view pretends to be the root node (concerning both parent nid and order value). For saving the actual values will be restored.
) Feature: Introduced Book handler.
) Change: Refactored Handler system: Parent handler introduced. All third party handlers must be rewritten.

draggableviews 6.x-3.2

New features
Bug fixes
Insecure

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.

draggableviews 6.x-3.2-beta7

Bug fixes
Insecure

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.

draggableviews 6.x-3.2-beta6

New features
Bug fixes
Insecure

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.

draggableviews 6.x-3.2-beta5

Bug fixes
Insecure

BETA 5 (Most Recent):
) 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.

draggableviews 6.x-3.2-beta4

New features
Bug fixes
Insecure

BETA4 (Most recent):
) 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.

draggableviews 6.x-3.2-beta3

New features
Bug fixes
Insecure

BETA3 (Most Recent):
) 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).

draggableviews 6.x-3.2-beta2

New features
Bug fixes
Insecure

) Fixed some bugs that caused errors when using more than 2 levels.
) Added desciptions to style_plugin settings page.
) Fully support paging. Rows to show of the previous/next page can be specified.
) New items always default to the very top.
) Restructured Code and comments.

draggableviews 6.x-3.1

Insecure

Fixed Bug: Order collisions are checked by parent depth instead of depth
Added permission checks all over on user_access("Allow reordering")

draggableviews 6.x-3.x-dev

New features

This is the latest development snapshot. The containing files may change frequently.
Look at http://drupal.org/project/cvs/283087 for recent messages.

draggableviews 6.x-3.0

New features
Bug fixes
Insecure

Module rewritten and compatible to recent views2 changes.

Changes:

Subscribe with RSS Subscribe to Releases for DraggableViews