/[drupal]/contributions/modules/taxonomy_node/taxonomynode.module
ViewVC logotype

Log of /contributions/modules/taxonomy_node/taxonomynode.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.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 22:19:27 2009 UTC (2 months ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.2.2.5: +12 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2
Views support. Expose the term id as relationship

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 16:35:46 2009 UTC (3 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.2.2.4: +3 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
When creating new nodes from the term screen, be sure not to process the nodeapi() code on that specific node creation.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 16:08:32 2009 UTC (3 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.2.2.3: +3 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Some better text descriptions

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 15:56:26 2009 UTC (3 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.2.2.2: +3 -6 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Properly works with drag and drop terms reordering as well

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 22:36:08 2009 UTC (3 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.2.2.1: +50 -20 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Code to be possible to attach an existing node to the term.
Taxonomy was being overwritten fully, no only the mapped vocabulary is overwritten.
Be sure to run vocabulary code only when information is wihtin the form, otherwise don't do anything as it might have been triggered by some other function

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 03:14:39 2009 UTC (5 months, 4 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1.2.6: +3 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1 , to next main 1.2
- #350067 by pkej. Using now a drupal function instead of a cck one

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 21:21:47 2009 UTC (5 months, 4 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.2: +43 -30 lines
Diff to previous 1.2
Drupal 6 port plus a few bugfixes of some changes on D6

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 19:38:22 2009 UTC (5 months, 4 weeks ago) by hanoii
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +432 -0 lines
Diff to previous 1.1
Merge from DRUPAL-5 branch, preparing to start DRUPAL-6--1 branch

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 18:38:11 2008 UTC (12 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.2.5: +34 -6 lines
Diff to previous 1.1.2.5 , to branch point 1.1
be careful not to process node operations of content type that does not have mapping

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 21:36:53 2008 UTC (12 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1.2.4: +3 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
message when unpublishing a node was wrong and a message also when the node is deleted

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 21:30:38 2008 UTC (12 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1.2.3: +12 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Some messages when mapping node operations

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 20:39:23 2008 UTC (12 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1.2.2: +109 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
New feature: Map node operations, taxonomynode setting for this mapping. Part of the idea taken from #325359 by criznach

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 15:17:03 2008 UTC (12 months, 4 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.1: +62 -60 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#325918 by criznach. Module rename, module upgrade code on .install file for migration from old version

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 14:53:03 2008 UTC (12 months, 4 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1: +286 -0 lines
Diff to previous 1.1
rename module files

Revision 1.1
Mon Oct 27 14:53:03 2008 UTC (12 months, 4 weeks ago) by hanoii
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file taxonomynode.module was initially added on branch DRUPAL-5.

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