draggableviews 7.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-7.x-2.0-beta1.tar.gz | 22.71 KB | e9437cae1a774f3d7f06be3628355795 |
| draggableviews-7.x-2.0-beta1.zip | 30.4 KB | a637da7f21fb99abf8b6c80a0ad63753 |
Release notes
First beta version of the Draggableviews module.
draggableviews 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-7.x-2.x-dev.tar.gz | 22.95 KB | 85e7a060d0858fda7f28c4af7e10ba31 |
| draggableviews-7.x-2.x-dev.zip | 30.64 KB | 3c3d53b525eed7b5a702c7c5403672a8 |
Release notes
Complete rewrite of the module init release. Not very workable but needed for marking issues.
draggableviews 6.x-3.5
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.5.tar.gz | 38.03 KB | eaa54b7535ac5e0c5febdb98dcf9fb22 |
| draggableviews-6.x-3.5.zip | 51.62 KB | ff6175ab5f0075d49d67ca059e81098f |
Release notes
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.
) Change: Brought template files up to date with newest views tpl's.
) Change: Sanitized draggableviews.js: Functions are now attributes of Drupal.DraggableViews
) Change: Allow Reordering permission is now default for draggablebooks
) Change: Fixing #848344 by dixon_: Implement hook_nodeapi() on delete. Committed by dixon_.
Incomplete issues:
) Workaroung: Brought module up to date with views theme functions. But Views requires render_grouping to be called. But this module doesn't use grouping. However, there is currently a workaround implemented. Waiting for an issue to be solved: #895220
) Bug-Fix: First step towards fixing #873436: Not exportable using views 3. Committed by dixon_. See http://drupal.org/node/873436#comment-3596064
draggableviews 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-7.x-1.x-dev.tar.gz | 38.1 KB | 5ac969e81f9030779bfa2d16e95da3cb |
| draggableviews-7.x-1.x-dev.zip | 46.67 KB | 6ae127d4d87159f9f112b432d5414448 |
Release notes
An initial attempt
draggableviews 6.x-3.4
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.4.tar.gz | 37.64 KB | edf53d11234f686c2fdd4a5c5fdacef8 |
| draggableviews-6.x-3.4.zip | 51.14 KB | 5360327443bc4f52d452fae8c61d8813 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.3.tar.gz | 37.58 KB | 05017f33eab06ac8baccb0ca4edb3be6 |
| draggableviews-6.x-3.3.zip | 51.09 KB | 1708fea246f01c80b7cbc45d063fa7d8 |
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.
draggableviews 6.x-3.3-beta2
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.3-beta2.tar.gz | 37.35 KB | 9a7debe6f11103fc521373439c4bb247 |
| draggableviews-6.x-3.3-beta2.zip | 50.91 KB | 927464ce89026d0c1db5abf011807e63 |
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.
draggableviews 6.x-3.3-beta1
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.3-beta1.tar.gz | 37.56 KB | 885591648b66de73dc7b10aa2f7220b4 |
| draggableviews-6.x-3.3-beta1.zip | 51.17 KB | 310d9fcb9aa3dc196634a37a0d854d53 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2.tar.gz | 33.06 KB | ddf16e0fd074ec9d1fdf93e92c1d38c0 |
| draggableviews-6.x-3.2.zip | 43.48 KB | b923da46ca85d154abb6457b2a9e649c |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta7.tar.gz | 33.07 KB | 845ff3e1e3d8693262bb292c2a7b895d |
| draggableviews-6.x-3.2-beta7.zip | 43.5 KB | 8fb33ad29b9e02748116e0bd7f434610 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta6.tar.gz | 32.96 KB | ba4fa3920f71627a75fbf72af614fc8b |
| draggableviews-6.x-3.2-beta6.zip | 43.39 KB | 4fe1780e0dcd667d035f1f307d38f741 |
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.
draggableviews 6.x-3.2-beta5
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta5.tar.gz | 31.34 KB | 8126f114b30c947d763a798d0804cf11 |
| draggableviews-6.x-3.2-beta5.zip | 40.08 KB | 2fe1d80ee46ab99d2ffe832a16a52d8f |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta4.tar.gz | 31.31 KB | 074683baba9b9d657d03b65749ece9bf |
| draggableviews-6.x-3.2-beta4.zip | 40.06 KB | e31b0c084d58c6f19cffa6d3a6ca93ab |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta3.tar.gz | 30.59 KB | c300f67b55f19415a969a926904a1139 |
| draggableviews-6.x-3.2-beta3.zip | 39.25 KB | 5db97be0a875dd5e2b26e1d32e6994e9 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta2.tar.gz | 29.43 KB | 1e481e6e03f767a0364f0a651ae107a0 |
| draggableviews-6.x-3.2-beta2.zip | 38.08 KB | c268b2ca019e3d0936915ad6eb9f9636 |
Release notes
) 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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.2-beta1.tar.gz | 24.34 KB | 00b3d45f622fdd9dba6a39775417a920 |
| draggableviews-6.x-3.2-beta1.zip | 32.98 KB | 245210d56eac57c7f8891b533b65da96 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.1.tar.gz | 22.16 KB | 017bd07255c2354ce91b878de1629978 |
| draggableviews-6.x-3.1.zip | 28.66 KB | 51d940023e292adefa3f955248c0b9f0 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.x-dev.tar.gz | 38.84 KB | c5d0c8f1fd228fe2e6898b1cea348488 |
| draggableviews-6.x-3.x-dev.zip | 51.52 KB | dc4a0bfb4bfd6af4fdd2e0f68f20402a |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-3.0.tar.gz | 22.33 KB | dfe82ac1eb40662518fe675b3a9a2cb5 |
| draggableviews-6.x-3.0.zip | 28.93 KB | c8e51850e9f43d8a1742fc769602e342 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| draggableviews-6.x-1.2-beta2.tar.gz | 21.52 KB | 5e8f656c292b102d34d77c52ce776c2d |
| draggableviews-6.x-1.2-beta2.zip | 27.95 KB | b9ba72c27a7f6840ea11ea4d8a331e1a |
Release notes
This relase was just a mistake.
Don't use it! It's completly broken!