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

Log of /contributions/modules/nodeorder/nodeorder.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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 15:57:48 2009 UTC (12 days, 21 hours ago) by pvanderspek
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +10 -10 lines
Diff to previous 1.11
copied changes from release 6.x-1.1

Revision 1.9.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 13:31:26 2009 UTC (12 days, 23 hours ago) by pvanderspek
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.9.2.37: +3 -3 lines
Diff to previous 1.9.2.37 , to branch point 1.9 , to next main 1.12
#613030 by lportela: PostgreSQL support; make sure all columns used in ORDER-clause occur in SELECT-clause as well

Revision 1.9.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 18:42:00 2009 UTC (6 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.36: +8 -8 lines
Diff to previous 1.9.2.36 , to branch point 1.9
rename nodeorder_get_weight to more descriptive nodeorder_get_term_min_max
use TRUE and FALSE instead of 1 and 0

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 12:47:36 2009 UTC (7 months ago) by pvanderspek
Branch: MAIN
Changes since 1.10: +125 -45 lines
Diff to previous 1.10
merged changed from 6.x-1.x branch

#242077 by pvanderspek: make order nodes tab at admin/content/taxonomy/% optional
#259267 by pvanderspek: cache the results of nodeorder_can_be_ordered and nodeorder_orderable_tids
#259267 by pvanderspek: cache the results of nodeorder_can_be_ordered and nodeorder_orderable_tids and nodeorder_term_can_be_ordered
#107860 by marcp, pvanderspek: nodeorder should not show move up / down link when it does not apply

Revision 1.9.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 12:32:53 2009 UTC (7 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.35: +64 -27 lines
Diff to previous 1.9.2.35 , to branch point 1.9
#107860 by marcp, pvanderspek: nodeorder should not show move up / down link when it does not apply

Revision 1.9.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 10:11:22 2009 UTC (7 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.34: +22 -12 lines
Diff to previous 1.9.2.34 , to branch point 1.9
#259267 by pvanderspek: cache the results of nodeorder_can_be_ordered and nodeorder_orderable_tids and nodeorder_term_can_be_ordered

Revision 1.9.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 10:02:29 2009 UTC (7 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.33: +40 -14 lines
Diff to previous 1.9.2.33 , to branch point 1.9
#259267 by pvanderspek: cache the results of nodeorder_can_be_ordered and nodeorder_orderable_tids

Revision 1.9.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 19:04:37 2009 UTC (7 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.32: +9 -2 lines
Diff to previous 1.9.2.32 , to branch point 1.9
#242077 by pvanderspek: make order nodes tab at admin/content/taxonomy/% optional

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 18:45:19 2009 UTC (7 months ago) by pvanderspek
Branch: MAIN
Changes since 1.9: +449 -391 lines
Diff to previous 1.9
merged changes from 6.x branch into HEAD

Revision 1.9.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 08:05:58 2009 UTC (8 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.31: +4 -19 lines
Diff to previous 1.9.2.31 , to branch point 1.9
#394740 by kndr: use theme function inside nodeorder_term_page

Revision 1.9.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 23:53:42 2009 UTC (9 months, 1 week ago) by marcp
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.9.2.30: +26 -24 lines
Diff to previous 1.9.2.30 , to branch point 1.9
Switched logic order in nodeorder_order_access() to remove two sql calls when
nodeorder_link_to_ordering_page is turned off.

Moved nodeorder_can_be_ordered() call into each case of the switch in
nodeorder_nodeapi() to keep from calling it during 'view' and other ops.

Revision 1.9.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 18:27:10 2009 UTC (9 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.29: +22 -3 lines
Diff to previous 1.9.2.29 , to branch point 1.9
'Order nodes' tab would also be displayed on pages of non-orderable terms

Revision 1.9.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 19:26:49 2009 UTC (9 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.28: +2 -3 lines
Diff to previous 1.9.2.28 , to branch point 1.9
removed debug statement

Revision 1.9.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 19:22:48 2009 UTC (9 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.27: +17 -21 lines
Diff to previous 1.9.2.27 , to branch point 1.9
fixed get_tids: copy-n-paste error caused drupal_explode_tags to be in the wrong place

renamed some functions

Revision 1.9.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 19:34:01 2009 UTC (9 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.26: +2 -2 lines
Diff to previous 1.9.2.26 , to branch point 1.9
use drupal_explode_tags instead of default explode to cope with terms with a ","

Revision 1.9.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 18:57:13 2009 UTC (9 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.25: +2 -2 lines
Diff to previous 1.9.2.25 , to branch point 1.9
fixed error in call to explode

Revision 1.9.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 19:50:00 2009 UTC (9 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.24: +1 -2 lines
Diff to previous 1.9.2.24 , to branch point 1.9
removed debug statement

Revision 1.9.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 19:49:08 2009 UTC (9 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.23: +37 -7 lines
Diff to previous 1.9.2.23 , to branch point 1.9
taggable vocabularies weren't handled correctly

Revision 1.9.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 18:49:30 2009 UTC (10 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.22: +1 -15 lines
Diff to previous 1.9.2.22 , to branch point 1.9
remove obsolete function

Revision 1.9.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 18:46:39 2009 UTC (10 months ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.21: +8 -4 lines
Diff to previous 1.9.2.21 , to branch point 1.9
only initialize current nodes when enabling the orderable flag on a vocab
prevent weight_in_tid of 0 to be restored

Revision 1.9.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 20:42:09 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.20: +1 -5 lines
Diff to previous 1.9.2.20 , to branch point 1.9
remove warning
it might not always work correctly depending on the specific setup

Revision 1.9.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 19:32:39 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.19: +30 -3 lines
Diff to previous 1.9.2.19 , to branch point 1.9
make sure nodes get a unique weight_in_tid when a vocabulary is made orderable
weight_in_tid is set ot 0 when a vocabulary is no longer orderable

Revision 1.9.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 17:34:01 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.18: +3 -6 lines
Diff to previous 1.9.2.18 , to branch point 1.9
using better (original) name

Revision 1.9.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 16:45:09 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.17: +2 -2 lines
Diff to previous 1.9.2.17 , to branch point 1.9
resolved final two coder warnings

Revision 1.9.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 16:35:37 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.16: +15 -6 lines
Diff to previous 1.9.2.16 , to branch point 1.9
add a fix that properly handles multiple and single terms per vocabulary
make sure that initializing weight_in_tid happens in a single transaction

Revision 1.9.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 14:47:47 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.15: +4 -4 lines
Diff to previous 1.9.2.15 , to branch point 1.9
use array_merge instead of array_push to create a list of orderable tids

Revision 1.9.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 20:34:12 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.14: +49 -46 lines
Diff to previous 1.9.2.14 , to branch point 1.9
fixed bug with orderable setting (for real this time, I think ;-)
see also the comments in the code, but I added an additional submit-handler which takes care of saving the orderable-setting

Revision 1.9.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 19:28:23 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.13: +10 -8 lines
Diff to previous 1.9.2.13 , to branch point 1.9
modified some help texts
fixed a bug where hook_taxonomy was called for type vocabulary after editing a term; this would then disable the orderable setting for the vocabulary

Revision 1.9.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 20:29:02 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.12: +4 -4 lines
Diff to previous 1.9.2.12 , to branch point 1.9
correct some warnings from Coder

Revision 1.9.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 20:14:48 2009 UTC (10 months, 1 week ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.11: +40 -48 lines
Diff to previous 1.9.2.11 , to branch point 1.9
don't consider revisions
change case 'load' to case 'presave' in nodeorder_nodeapi, because the elements added while loading a node aren't passed to the node-edit page; caching the existing weight_in_tid values just before saving makes sure taxonomy didn't have a chance to delete rows in term_node-table yet, and still allows for passing values to case 'update' as opposed to when case 'load' is used

Revision 1.9.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 19:35:44 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.10: +43 -39 lines
Diff to previous 1.9.2.10 , to branch point 1.9
fix handling revisions

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 19:47:49 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.9: +49 -34 lines
Diff to previous 1.9.2.9 , to branch point 1.9
added the option for making the ordering links context sensitive

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 18:53:02 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.8: +10 -16 lines
Diff to previous 1.9.2.8 , to branch point 1.9
make sure nodeorder_orderable_tids only returns orderable tids which are associated with that specific node; no need to go over each and every term

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 19:46:48 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.7: +9 -8 lines
Diff to previous 1.9.2.7 , to branch point 1.9
- removed possibility of showing the body of a node on the ordering page
- added configuration option to choose whether or not to replace the taxonomy/term/% link (http://drupal.org/node/241169)

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 20:30:56 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.6: +18 -26 lines
Diff to previous 1.9.2.6 , to branch point 1.9
new version of inserting nodes
the range is now no longer from +delta to -delta, but from 0 to ...
this means we can give a new node just a weight_in_tid of max+1 in order to make sure it gets a unique weight_in_tid

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 19:50:05 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.5: +43 -19 lines
Diff to previous 1.9.2.5 , to branch point 1.9
new code for initializing weight_in_tid for a new node
unfortunately it requires a lot database communication which might result in a notable delay when there are a lot nodes associated with a term
moreover, changes are made to terms with which the new node is not associated, but taxonomy_node_get_terms doesn't work yet at this point

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 15:51:38 2009 UTC (10 months, 2 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.4: +1 -2 lines
Diff to previous 1.9.2.4 , to branch point 1.9
fixed problem with revisions on nodeorder-page

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 20:31:21 2009 UTC (10 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.3: +10 -5 lines
Diff to previous 1.9.2.3 , to branch point 1.9
added help text for taxonomy-admin page

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 20:15:27 2009 UTC (10 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.2: +14 -6 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Views2 integration:
hook_views_tables_alter has been renamed to hook_views_data_alter

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 19:29:58 2009 UTC (10 months, 3 weeks ago) by pvanderspek
Branch: DRUPAL-6--1
Changes since 1.9.2.1: +126 -136 lines
Diff to previous 1.9.2.1 , to branch point 1.9
changed implementation of hook_menu: removed some local tasks
first shot at working with versioned nodes
copied in changes from taxonomy_term_page and taxonomy_select_nodes

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 16:26:51 2009 UTC (10 months, 3 weeks ago) by marcp
Branch: DRUPAL-6--1
Changes since 1.9: +309 -329 lines
Diff to previous 1.9
#252431 by pvanderspek, gunspae: 6.x port.  Takes advantage of core drag and drop.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 22:47:16 2007 UTC (2 years, 5 months ago) by marcp
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.7.2.1: +2 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to next main 1.12
Put the full callback url in the ajax call.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 26 21:25:39 2007 UTC (2 years, 6 months ago) by marcp
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.7: +10 -0 lines
Diff to previous 1.7
Added hook_views_tables_alter() which allows Views to sort by weight_in_tid.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 23:25:08 2007 UTC (2 years, 6 months ago) by marcp
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Updated to FormAPI 3 -- see http://drupal.org/node/138706 for discussion
and potential bug in the order of parameters accepted by
nodeorder_taxonomy_form_vocabulary_submit().

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 00:30:49 2007 UTC (2 years, 6 months ago) by marcp
Branch: MAIN
Changes since 1.7: +124 -103 lines
Diff to previous 1.7
Drupal 6.x port

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 04:12:11 2007 UTC (2 years, 6 months ago) by marcp
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.6: +119 -59 lines
Diff to previous 1.6
Drupal 5.x port of Nodeorder

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 01:24:10 2006 UTC (2 years, 11 months ago) by marcp
Branch: MAIN
Changes since 1.5: +151 -60 lines
Diff to previous 1.5
Got rid of faulty Views integration.  Fixed a few bugs that caused ordering
to work sporadically within some tids.  Removed limit on number of nodes to
appear on ordering pages.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 01:23:41 2006 UTC (2 years, 11 months ago) by marcp
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.2.4: +151 -60 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.12
Got rid of faulty Views integration.  Fixed a few bugs that caused ordering
to work sporadically within some tids.  Removed limit on number of nodes to
appear on ordering pages.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:52:29 2006 UTC (2 years, 11 months ago) by marcp
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +18 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Fixed problem with switching a vocabulary to Orderable when there are no
nodes in the Vocabulary.  Fixed hook_nodeapi problem on update where the
weight_in_tid wasn't getting set for terms that were added to the node.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:51:49 2006 UTC (2 years, 11 months ago) by marcp
Branch: MAIN
Changes since 1.4: +18 -3 lines
Diff to previous 1.4
Fixed problem with switching a vocabulary to Orderable when there are no
nodes in the Vocabulary.  Fixed hook_nodeapi problem on update where the
weight_in_tid wasn't getting set for terms that were added to the node.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 17:46:21 2006 UTC (2 years, 11 months ago) by marcp
Branch: MAIN
Changes since 1.3: +41 -0 lines
Diff to previous 1.3
Views integration for sorting by weight_in_tid.

Thank you to webavant for requesting this feature, and to
kenandi for providing the patch.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 17:45:45 2006 UTC (2 years, 11 months ago) by marcp
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +41 -0 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Views integration for sorting by weight_in_tid.

Thank you to webavant for requesting this feature, and to
kenandi for providing the patch.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 19:45:22 2006 UTC (3 years ago) by marcp
Branch: MAIN
Changes since 1.2: +29 -5 lines
Diff to previous 1.2
Added option to show just titles when ordering nodes. Changed SQL in nodeorder_move_in_category() to be backward compatible with MySQL 4.0.x.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 19:44:29 2006 UTC (3 years ago) by marcp
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +29 -5 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Added option to show just titles when ordering nodes. Changed SQL in nodeorder_move_in_category() to be backward compatible with MySQL 4.0.x.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 3 17:29:49 2006 UTC (3 years, 1 month ago) by marcp
Branch: DRUPAL-4-7
Changes since 1.1: +221 -20 lines
Diff to previous 1.1
Added administration of node ordering with Scriptaculous/Prototype drag and
drop via the spajax module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 3 17:27:30 2006 UTC (3 years, 1 month ago) by marcp
Branch: MAIN
Changes since 1.1: +221 -20 lines
Diff to previous 1.1
Added administration of node ordering with Scriptaculous/Prototype drag and
drop via the spajax module.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 30 23:10:36 2006 UTC (3 years, 1 month ago) by marcp
Branch: MAIN
Branch point for: DRUPAL-4-7
Initial check-in.

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