Downloads

Download draggableviews-6.x-3.3-beta2.tar.gztar.gz 37.35 KB
MD5: 9a7debe6f11103fc521373439c4bb247
SHA-1: deba6b841290a0f46568cb897632d2552928c777
SHA-256: a5be81951dcf729985df8bfda40abf063b398174d23d9dfb1715b021a74eff3a
Download draggableviews-6.x-3.3-beta2.zipzip 50.91 KB
MD5: 927464ce89026d0c1db5abf011807e63
SHA-1: f53aae76342c6a7ed1a5f2898c667fceae00e4f7
SHA-256: 58a9d9845ac5a32fc9d0cd15b191651a30b1f966543d47073a99a9759f2e175d

Release notes

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: 18 Sep 2009 at 11:06 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
Bug fixes
Insecure

Other releases