/[drupal]/contributions/modules/draggableviews/draggableviews.module
ViewVC logotype

Log of /contributions/modules/draggableviews/draggableviews.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.6.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 13:15:04 2009 UTC (4 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.32: +3 -2 lines
Diff to previous 1.6.2.32 , to branch point 1.6 , to next main 1.7
#605206: Make Save-button text customizable

Revision 1.6.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 21:47:12 2009 UTC (2 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-3-BETA2
Changes since 1.6.2.31: +13 -41 lines
Diff to previous 1.6.2.31 , to branch point 1.6
#541130: Don't need one theme per display any more. Now we just set the #theme function at hook_form. Many thanks to markus_petrux.
#573920: 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.

Revision 1.6.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 19:14:47 2009 UTC (2 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-3-BETA1
Changes since 1.6.2.30: +48 -4 lines
Diff to previous 1.6.2.30 , to branch point 1.6
Bug-Fix: The order value must be greater than the minimum value.
Refactored Handler system: Parent handler introduced. All third party handlers must be rewritten.
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.
Options of Native handler are now listed in a seperated section.

Revision 1.6.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 6 16:22:02 2009 UTC (2 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.29: +18 -11 lines
Diff to previous 1.6.2.29 , to branch point 1.6
Bug-Fix: Support offset of views. Feature: The handler now has a get() method to prepare the value for draggableviews.

Revision 1.6.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 4 11:25:50 2009 UTC (2 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.28: +7 -7 lines
Diff to previous 1.6.2.28 , to branch point 1.6
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.
Added some isset() and empty() checks to get grid of "notice:" messages.
Changed position of variable-initializations to  make them have a value even if the style_plugin is not in use (the theme).
Bug-Fix: All handlers: Removed non existing $field (lny used if attributes not present; was actually never used).

Revision 1.6.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 22:24:20 2009 UTC (2 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.27: +58 -16 lines
Diff to previous 1.6.2.27 , to branch point 1.6
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).

Revision 1.6.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 14:47:09 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2, DRUPAL-6--3-2-BETA7
Changes since 1.6.2.26: +15 -26 lines
Diff to previous 1.6.2.26 , to branch point 1.6
Use consequently the view-name instead of the vid. So also unsaved views (..exported to code) are supported).
Check if it's an object when running the theme_hook.
The draggableviews_view_draggabletable_form_new theme died.

Revision 1.6.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 14:17:58 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA6
Changes since 1.6.2.25: +2 -2 lines
Diff to previous 1.6.2.25 , to branch point 1.6
Add taxonomy handler

Revision 1.6.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 12:28:38 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.24: +4 -4 lines
Diff to previous 1.6.2.24 , to branch point 1.6
Bug-Fix: used strlen instead of count; Fixed coding standard issues

Revision 1.6.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 23:46:45 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.23: +3 -1 lines
Diff to previous 1.6.2.23 , to branch point 1.6
The function get_minimum_value() died. Changed markup

Revision 1.6.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 21:47:30 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.22: +12 -9 lines
Diff to previous 1.6.2.22 , to branch point 1.6
Don't add theme for a view display that doesn't use draggable table style plugin

Revision 1.6.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:05:06 2009 UTC (3 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.21: +21 -2 lines
Diff to previous 1.6.2.21 , to branch point 1.6
Test if theme is loaded in theme registry in hook_views_pre_render(..). If unsuccessful: Cause the theme_registry to be rebuilt.

Revision 1.6.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 17:27:45 2009 UTC (3 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.20: +5 -5 lines
Diff to previous 1.6.2.20 , to branch point 1.6
#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.

Revision 1.6.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 19:50:56 2009 UTC (4 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.19: +13 -9 lines
Diff to previous 1.6.2.19 , to branch point 1.6
BUG-FIX: Make sure that all order values are unique before draggableviews_check_order(..) assigns order values of parents. This is achieved by an unique $safe_offset (always < 1) that will be added to all order values.
BUG-FIX: The view has not been re-executed after a rebuild if paging was not used.

Revision 1.6.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 9 20:52:06 2009 UTC (4 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.18: +219 -219 lines
Diff to previous 1.6.2.18 , to branch point 1.6
#382678: Always use view-name and display_id to make forms unique. Patch by careernerd.

Revision 1.6.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 08:22:52 2009 UTC (7 months, 4 weeks ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA5
Changes since 1.6.2.17: +2 -2 lines
Diff to previous 1.6.2.17 , to branch point 1.6
Bug-Fix #418068: Detected out-of-range exception when paging is not used.

Revision 1.6.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 19:14:30 2009 UTC (8 months ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA4
Changes since 1.6.2.16: +10 -5 lines
Diff to previous 1.6.2.16 , to branch point 1.6
Fixed Bug: All exposed input data fields was treated as an array. Now it will be checked with is_array and should work very generic.
Fixed Bug: Don't "restore" pager settings in the end with "wrong" values. They will be set in _draggableviews_re_execute_view() anyway.

Revision 1.6.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 19:17:23 2009 UTC (8 months ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.15: +122 -41 lines
Diff to previous 1.6.2.15 , to branch point 1.6
Huge performance improvements:
The way how the view gets re-executed with extended visible window changed.
Added hook_views_pre_execute() where in case of hierarchies the view can be prepared to get entirely loaded. In case of no hierarchies the extension can be set and the view doesn't have to
be re-executed.

Revision 1.6.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 21:30:49 2009 UTC (8 months ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.14: +5 -0 lines
Diff to previous 1.6.2.14 , to branch point 1.6
Don't try to load handler if draggable table style plugin is not in use

Revision 1.6.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 22 13:16:41 2009 UTC (8 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.13: +6 -35 lines
Diff to previous 1.6.2.13 , to branch point 1.6
Wow, what a big step ahead. Only one weight field at all instead of one weight field for each level.

Revision 1.6.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 09:22:08 2009 UTC (8 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.12: +2 -2 lines
Diff to previous 1.6.2.12 , to branch point 1.6
changed access arguments from "access admin pages" to "access site
configuration"

Revision 1.6.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 14:53:01 2009 UTC (8 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA3
Changes since 1.6.2.11: +29 -12 lines
Diff to previous 1.6.2.11 , to branch point 1.6
New global setting options: 1) Message when a structure has been repaired; 2) Default new nodes on top/bottom.
New feature: If expand/collapse state should be saved for all users use uid=0 instead of current uid

Revision 1.6.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:39:02 2009 UTC (8 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.10: +10 -8 lines
Diff to previous 1.6.2.10 , to branch point 1.6
*) There was no check for isset($filter). This caused errors with the views 2.3
*) With views 2.3 the table class changed. I just copy/pasted the new code to my preprocess function

Revision 1.6.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 19:43:01 2009 UTC (8 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.9: +32 -6 lines
Diff to previous 1.6.2.9 , to branch point 1.6
*) New setting: Lock; The structure can be locked and hierarchy cannot be changed anymore. Expand/Collapse will be available even if user doesn't have permission or structure if locked.
The concerned fields will be hidden even if tabledrag is not applied.
*) Bug-Fix: Now collapse/expand information is available for each view seperately. The vid hasn't been saved until now. The db table changed.
*) Bug-Fix: After a click sort the view will be displayed properly.
*) Exposed fields data will be attached to form_submit. Now exposed filter are supported properly. Order fields will not be attached.

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 14:47:18 2009 UTC (8 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA2
Changes since 1.6.2.8: +3 -3 lines
Diff to previous 1.6.2.8 , to branch point 1.6
Now the number of extension rows can be spcified at style_plugin settings.

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 01:16:32 2009 UTC (8 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.7: +77 -66 lines
Diff to previous 1.6.2.7 , to branch point 1.6
Comments rewritten. Restructured code.
Most code sections have been rewritten and have been commented.
Added more validaten checks (sort criterias).
Fixed some bugs.

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 22:02:19 2009 UTC (8 months, 3 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.6: +209 -58 lines
Diff to previous 1.6.2.6 , to branch point 1.6
Many many changes to code, order of code and structure of code. Some functions were moved from .inc to .module.
Now paging is definitely implemented and supported. Nodes can be dragged from one page to an other.
Describing the single changes would end up in 30 pages of describing, so I write only this short change-log.

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 17:41:20 2009 UTC (9 months, 1 week ago) by sevi
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2-BETA1
Changes since 1.6.2.5: +9 -1 lines
Diff to previous 1.6.2.5 , to branch point 1.6
*) Draggabletable form_id's changed from .._view-name to .._view-id.
*) Adding a new theme for .._form_new for all unsaved views (preview mode)

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 14:26:25 2009 UTC (9 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.4: +33 -9 lines
Diff to previous 1.6.2.4 , to branch point 1.6
Register a theme function for each view (probably uses draggableviews)

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 16:10:39 2009 UTC (10 months ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.3: +10 -5 lines
Diff to previous 1.6.2.3 , to branch point 1.6
Fixed bug concerning handler-discovery (occured only if no handler specified); Added much more error checking

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 21:07:46 2009 UTC (10 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.2: +5 -5 lines
Diff to previous 1.6.2.2 , to branch point 1.6
renamed handler from _auto to _native

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 15:02:30 2009 UTC (10 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6.2.1: +7 -8 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Coding standards!

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 01:38:33 2009 UTC (10 months, 2 weeks ago) by sevi
Branch: DRUPAL-6--3
Changes since 1.6: +88 -28 lines
Diff to previous 1.6
Introduced draggableviews handlers

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 22:38:36 2009 UTC (10 months, 2 weeks ago) by sevi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +110 -27 lines
Diff to previous 1.6
Fundamental changes:
*) Introduction of handlers (handle saving and outputting)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 20:36:49 2008 UTC (14 months, 1 week ago) by sevi
Branch: MAIN
CVS Tags: DRUPAL-6--3-0, DRUPAL-6--3-1
Branch point for: DRUPAL-6--3
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
Now theme functions break when no order fields specified

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 10:33:22 2008 UTC (14 months, 1 week ago) by sevi
Branch: MAIN
Changes since 1.4: +0 -0 lines
Diff to previous 1.4
Recommiting

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 15:58:03 2008 UTC (14 months, 1 week ago) by sevi
Branch: MAIN
Changes since 1.3: +107 -100 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 09:47:12 2008 UTC (14 months, 1 week ago) by sevi
Branch: MAIN
Changes since 1.2: +10 -1 lines
Diff to previous 1.2
Module rewritten
Rebuilding broken structures automatically

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 12:54:23 2008 UTC (14 months, 1 week ago) by sevi
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2-BETA2
Branch point for: DRUPAL-6--2
Changes since 1.1: +10 -1 lines
Diff to previous 1.1 , to next main 1.7
Changed module to work with the most recent changes of views2
Added the expand/collapse feature to be used by default

Revision 1.2
Wed Jul 16 14:59:25 2008 UTC (16 months, 1 week ago) by sevi
Branch: MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED
delete code from HEAD

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 21:07:45 2008 UTC (16 months, 2 weeks ago) by sevi
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Branch point for: DRUPAL-6--1
*** empty log message ***

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2