Downloads

Download draggableviews-6.x-3.3.tar.gztar.gz 37.58 KB
MD5: 05017f33eab06ac8baccb0ca4edb3be6
SHA-1: 866ccc64e66a0f071ccc77f5de3c818976a08079
SHA-256: 9793272fe2eea415377492210c1b22d151f2f213fab676da97704aeae49b1c7a
Download draggableviews-6.x-3.3.zipzip 51.09 KB
MD5: 1708fea246f01c80b7cbc45d063fa7d8
SHA-1: 0cbf3ff99d9a9e530504cd6ead800adfb1da4a58
SHA-256: 5e9554216d5892bb5645a149c65f6d0500f0a032085f8bf2365a6b96ecc0773b

Release notes

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.
) 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.
) Change: Options of Native handler are now listed in a seperated section.
) Change: The draggableviews_view_draggabletable_form_new theme died.
) Change: Important form-api changes: All form elements are now built before drupal_get_form gets called, so the drupal_render function will have all needed attributes set (PHP Notice errors).
) Change: Changed position of variable-initializations to make them have a value even if the style_plugin is not in use (the theme).
) Change: The handler now has a get() method to prepare the value for draggableviews.

Created by: sevi
Created on: 7 Dec 2009 at 13:55 UTC
Last updated: 6 Jan 2010 at 16:09 UTC
Security update
Bug fixes

Other releases