Closed (won't fix)
Project:
DraggableViews
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2008 at 17:22 UTC
Updated:
8 Jan 2009 at 23:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
cyberswat commentedFYI this patch is way larger than it should be as my editor cleaned up all the extra spaces and cruft to bring more in line with coding standards. So version 1 is a version that removes all the odd spacing and character returns while version 2 is a version that leaves them.
Comment #2
ultimateboy commentedWorks like a charm. Thank you so very much!
Comment #3
ultimateboy commentedAfter further testing, this patch breaks when using draggableviews to create a tree-like structure.
Comment #4
ultimateboy commentedContinued this patch to work with a tree like structure. Should work just fine.
Comment #5
sevi commentedThere will be a fundamental change with the next release. CCK-support will be an option and order/parent information will be saved in special database-tables (no cck-field-creating any more :) )
Furthermore the programmer will be able to use his own draggableviews-handler, which handles saving (and outputting) of order/parent information. (reffering to #1176637: Support non-CCK weights). But I think you'll not need to create your own handler because the default implementation will not change the node.
Comment #6
sevi commentedThere will be a fundamental change with the next release. CCK-support will be an option and order/parent information will be saved in special database-tables (no cck-field-creating any more :) )
Furthermore the programmer will be able to use his own draggableviews-handler, which handles saving (and outputting) of order/parent information. (reffering to #1176637: Support non-CCK weights). But I think you'll not need to create your own handler because the default implementation will not change the node.
Changes committed, development snapshot available soon,
greetings sevi
Comment #7
sevi commenteduups, double post :\
Comment #8
sevi commentedoh, I forgot:
therefore changing status to "won't fix"