Releases for DraggableViews

draggableviews 6.x-3.3-beta2

sevi - September 18, 2009 - 11:06
Official release from CVS tag: DRUPAL-6--3-3-BETA2
First released: September 18, 2009 - 11:06
Download: draggableviews-6.x-3.3-beta2.tar.gz
Size: 37.35 KB
md5_file hash: 9a7debe6f11103fc521373439c4bb247
Last updated: September 18, 2009 - 11:10
View usage statistics for this release

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

sevi - September 8, 2009 - 14:26
Official release from CVS tag: DRUPAL-6--3-3-BETA1
First released: September 8, 2009 - 14:26
Download: draggableviews-6.x-3.3-beta1.tar.gz
Size: 37.56 KB
md5_file hash: 885591648b66de73dc7b10aa2f7220b4
Last updated: September 8, 2009 - 14:31
View usage statistics for this release

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

sevi - August 29, 2009 - 17:00
Official release from CVS tag: DRUPAL-6--3-2
First released: August 29, 2009 - 17:00
Download: draggableviews-6.x-3.2.tar.gz
Size: 33.06 KB
md5_file hash: ddf16e0fd074ec9d1fdf93e92c1d38c0
Last updated: August 29, 2009 - 17:05
View usage statistics for this release

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

sevi - August 23, 2009 - 18:38
Official release from CVS tag: DRUPAL-6--3-2-BETA7
First released: August 23, 2009 - 18:38
Download: draggableviews-6.x-3.2-beta7.tar.gz
Size: 33.07 KB
md5_file hash: 845ff3e1e3d8693262bb292c2a7b895d
Last updated: August 23, 2009 - 18:40
View usage statistics for this release

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

sevi - August 19, 2009 - 16:06
Official release from CVS tag: DRUPAL-6--3-2-BETA6
First released: August 19, 2009 - 16:06
Download: draggableviews-6.x-3.2-beta6.tar.gz
Size: 32.96 KB
md5_file hash: ba4fa3920f71627a75fbf72af614fc8b
Last updated: August 19, 2009 - 16:13
View usage statistics for this release

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

sevi - April 20, 2009 - 12:53
Official release from CVS tag: DRUPAL-6--3-2-BETA5
First released: April 20, 2009 - 12:53
Download: draggableviews-6.x-3.2-beta5.tar.gz
Size: 31.34 KB
md5_file hash: 8126f114b30c947d763a798d0804cf11
Last updated: April 20, 2009 - 12:55
View usage statistics for this release

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

sevi - March 28, 2009 - 10:57
Official release from CVS tag: DRUPAL-6--3-2-BETA4
First released: March 28, 2009 - 10:57
Download: draggableviews-6.x-3.2-beta4.tar.gz
Size: 31.31 KB
md5_file hash: 074683baba9b9d657d03b65749ece9bf
Last updated: March 28, 2009 - 11:00
View usage statistics for this release

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

sevi - March 16, 2009 - 14:10
Official release from CVS tag: DRUPAL-6--3-2-BETA3
First released: March 16, 2009 - 14:10
Download: draggableviews-6.x-3.2-beta3.tar.gz
Size: 30.59 KB
md5_file hash: c300f67b55f19415a969a926904a1139
Last updated: March 16, 2009 - 14:15
View usage statistics for this release

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).
) 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?

draggableviews 6.x-3.2-beta2

sevi - March 10, 2009 - 14:27
Official release from CVS tag: DRUPAL-6--3-2-BETA2
First released: March 10, 2009 - 14:27
Download: draggableviews-6.x-3.2-beta2.tar.gz
Size: 29.43 KB
md5_file hash: 1e481e6e03f767a0364f0a651ae107a0
Last updated: March 10, 2009 - 14:30
View usage statistics for this release

) 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.2-beta1

sevi - February 23, 2009 - 09:56
Official release from CVS tag: DRUPAL-6--3-2-BETA1
First released: February 23, 2009 - 09:56
Download: draggableviews-6.x-3.2-beta1.tar.gz
Size: 24.34 KB
md5_file hash: 00b3d45f622fdd9dba6a39775417a920
Last updated: February 23, 2009 - 10:00
View usage statistics for this release

Changes:

  • Good-Bye obligatory use of CCK. Now handlers care about the saving the information. These handlers can be implemented by third-party modules. (see flag_weights module). Different handlers can be mixed.
  • 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.
  • Expand/Collapse function is now available for all nodes which own children (not only for nodes of type root).

Furthermore there were many many bug fixed - but not worth to report since the entire module changed.

Thanks to everyone who reported bugs. Without your help this wouldn't be possible.

draggableviews 6.x-3.1

sevi - September 25, 2008 - 19:26
Official release from CVS tag: DRUPAL-6--3-1
First released: September 25, 2008 - 19:26
Download: draggableviews-6.x-3.1.tar.gz
Size: 22.16 KB
md5_file hash: 017bd07255c2354ce91b878de1629978
Last updated: September 25, 2008 - 19:30
View usage statistics for this release

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

sevi - September 24, 2008 - 23:58
Nightly development snapshot from CVS branch: DRUPAL-6--3
First released: September 24, 2008 - 23:58
Download: draggableviews-6.x-3.x-dev.tar.gz
Size: 37.55 KB
md5_file hash: fe29c8ab1531ad5d49689a41a3bfeb87
Last updated: November 1, 2009 - 00:04
View usage statistics for this release

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

sevi - September 21, 2008 - 21:26
Official release from CVS tag: DRUPAL-6--3-0
First released: September 21, 2008 - 21:26
Download: draggableviews-6.x-3.0.tar.gz
Size: 22.33 KB
md5_file hash: dfe82ac1eb40662518fe675b3a9a2cb5
Last updated: September 21, 2008 - 21:30
View usage statistics for this release

Module rewritten and compatible to recent views2 changes.

Changes:

  • #305088: New items can appear at the top/bottom of list when settings cck-default value. The first and last order value will not be used by draggableviews
  • #307463: Included hook_views_api and changed hook_style_plugin to stay comapitble with Views2.
  • #290325: Now Broken structures will be identified and repaired automatically.
  • #287516: Coding standards
  • #283642: The ability to expand/collapse child nodes is now built-in

draggableviews 6.x-1.2-beta2

sevi - September 20, 2008 - 10:02
Official release from CVS tag: DRUPAL-6--1-2-BETA2
First released: September 20, 2008 - 10:02
Download: draggableviews-6.x-1.2-beta2.tar.gz
Size: 21.52 KB
md5_file hash: 5e8f656c292b102d34d77c52ce776c2d
Last updated: September 20, 2008 - 10:05
View usage statistics for this release

This relase was just a mistake.
Don't use it! It's completly broken!

draggableviews 6.x-2.x-dev

sevi - September 20, 2008 - 09:42
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: September 20, 2008 - 09:42
Download: draggableviews-6.x-2.x-dev.tar.gz
Size: 23.27 KB
md5_file hash: e14e86a7ba1d32f52769f1a607853dd9
Last updated: September 20, 2008 - 12:03
View usage statistics for this release

Module rewritten and compatible to recent views2 changes.

Changes:

  • #305088: New items can appear at the top/bottom of list when settings cck-default value. The first and last order value will not be used by draggableviews
  • #307463: Included hook_views_api and changed hook_style_plugin to stay comapitble with Views2.
  • #290325: Now Broken structures will be identified and repaired automatically.
  • #287516: Coding standards
  • #283642: The ability to expand/collapse child nodes is now built-in

draggableviews 6.x-1.0-beta1

sevi - July 16, 2008 - 15:29
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: July 16, 2008 - 15:29
Download: draggableviews-6.x-1.0-beta1.tar.gz
Size: 18.81 KB
md5_file hash: 13e399608c5d4a7934f02dfeb2d0046c
Last updated: July 16, 2008 - 15:30
View usage statistics for this release

working Drupal 6 release

draggableviews 6.x-1.x-dev

sevi - July 15, 2008 - 21:24
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: July 15, 2008 - 21:24
Download: draggableviews-6.x-1.x-dev.tar.gz
Size: 23.27 KB
md5_file hash: 59335d3318e47086385114da0b66d9a0
Last updated: September 18, 2008 - 00:06
View usage statistics for this release

Drupal 6 compatible development snapshot

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.