Log of /contributions/modules/nodeorder/nodeorder.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.
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.