Log of /contributions/modules/draggableviews/draggableviews_theme.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6.2.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 7 19:14:47 2009 UTC
(2 months, 2 weeks ago)
by
sevi
Branch:
DRUPAL-6--3
CVS Tags:
DRUPAL-6--3-3-BETA1,
DRUPAL-6--3-3-BETA2
Changes since
1.6.2.28: +9 -9 lines
Diff to
previous 1.6.2.28
, 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.28 -
(
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.27: +3 -4 lines
Diff to
previous 1.6.2.27
, 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.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 21 14:47:09 2009 UTC
(3 months 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
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.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 17 14:37:04 2009 UTC
(3 months, 1 week ago)
by
sevi
Branch:
DRUPAL-6--3
Changes since
1.6.2.22: +29 -70 lines
Diff to
previous 1.6.2.22
, to
branch point 1.6
Row plugin is no longer supported by draggableviews.
Grouping is no longer supported by draggableviews (and also not shown in settings).
The form id will be set to .._new if the view hasn't been safed yet.
Changed some variable names and comments.
Moved drupal_add_tabledrag from .tpl.php to _theme.inc.
Moved _draggableviews_filter_fields(..) to draggableviews.inc.
Refactored the way the view gets themed. (Regardless of grouping.)
Now tabledrag Root/Leaf settings will only be specified and shown if base_table==node.
Changed error message for sort criteria: Use "Group: Field" instead of the label of the field.
Revision
1.6.2.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 15 17:27:45 2009 UTC
(3 months, 1 week ago)
by
sevi
Branch:
DRUPAL-6--3
Changes since
1.6.2.21: +24 -19 lines
Diff to
previous 1.6.2.21
, 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.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 14 19:43:01 2009 UTC
(8 months, 1 week ago)
by
sevi
Branch:
DRUPAL-6--3
Changes since
1.6.2.12: +74 -67 lines
Diff to
previous 1.6.2.12
, 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]
Thu Mar 5 22:02:19 2009 UTC
(8 months, 3 weeks ago)
by
sevi
Branch:
DRUPAL-6--3
Changes since
1.6.2.8: +154 -8 lines
Diff to
previous 1.6.2.8
, 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.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 24 22:10:14 2008 UTC
(14 months ago)
by
sevi
Branch:
DRUPAL-6--3
Changes since
1.6: +145 -165 lines
Diff to
previous 1.6
draggableviews_theme.inc: added permission check on "Allow reordering" (3 times); fixed tabledrag limit (-1)
draggableviews.inc: added permission check on "allow reordering" and return if no orders defined; changed
function .._detect_order_collisions as we now use the parent as key instead of the depth; removed useless
out-commented realtimeedit code; added expand/collapsed state to info function; Bug output addded; added
some other checks
Revision
1.1
Wed Sep 17 12:54:23 2008 UTC
(14 months, 1 week ago)
by
sevi
Branch:
MAIN
Branch point for:
DRUPAL-6--1
FILE REMOVED
file draggableviews_theme.inc was initially added on branch DRUPAL-6--1.
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.