[contributions(DRUPAL-6--3):sevi] /modules/draggableviews draggableviews-view-draggabletable.tpl.php draggableviews.inc draggableviews.module draggableviews_theme.inc /modules/draggableviews/views draggableviews.views.inc
User: sevi Branch: DRUPAL-6--3 Date: Sat, 15 Aug 2009 17:27:45 +0000 Modified files: /modules/draggableviews draggableviews-view-draggabletable.tpl.php draggableviews.inc draggableviews.module draggableviews_theme.inc /modules/draggableviews/views draggableviews.views.inc Log message: #536846: Now all kinds of base tables are supported. All $node->nid was changed to $node->{$view->base_table}. The variable name $node represents any kind of a base-table {node, taxonomy_term, user,..}. Now the root/leaf stuff only makes sense in combination with node base_table. #546142: Bug-Fix: Now new nodes can appear at the very bottom (if selected). Now the big number 99999999 is used instead of $view->total_rows (not always calculated). Furthermore many comments changed. The code for the "to prevent copy->paste'ing" loop changed from for(..) to foreach(..). The internal names of all views fields changed. So the cache must be cleared as well as all views must be reconfigured. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/draggableviews/dra... http://cvs.drupal.org/diff.php?path=contributions/modules/draggableviews/dra... http://cvs.drupal.org/diff.php?path=contributions/modules/draggableviews/dra... http://cvs.drupal.org/diff.php?path=contributions/modules/draggableviews/dra... http://cvs.drupal.org/diff.php?path=contributions/modules/draggableviews/vie...
participants (1)
-
drupal-cvs@drupal.org