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

Log of /contributions/modules/tagnode/tagnode.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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 23:16:29 2006 UTC (3 years, 7 months ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.10: +2 -2 lines
Diff to previous 1.2.2.10 , to branch point 1.2 , to next main 1.10
removed (int) from _get_tagnode_types
per http://drupal.org/node/57988

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 00:10:04 2006 UTC (3 years, 8 months ago) by dado
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -261 lines
Diff to previous 1.9
fixed bug with tagnode maintenance: fixing tagnodes was erroneously creating new node

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 00:09:44 2006 UTC (3 years, 8 months ago) by dado
Branch: DRUPAL-4-7
Changes since 1.7.2.2: +2 -261 lines
Diff to previous 1.7.2.2 , to branch point 1.7 , to next main 1.10
fixed bug with tagnode maintenance: fixing tagnodes was erroneously creating new node

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 28 02:16:11 2006 UTC (3 years, 8 months ago) by dado
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
fixing bug w/ css

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 28 02:15:51 2006 UTC (3 years, 8 months ago) by dado
Branch: DRUPAL-4-7
Changes since 1.7.2.1: +2 -3 lines
Diff to previous 1.7.2.1 , to branch point 1.7
fixing bug w/ css

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 20 09:42:48 2006 UTC (3 years, 10 months ago) by dado
Branch: DRUPAL-4-7
Changes since 1.7: +33 -2 lines
Diff to previous 1.7
when user enters new taxonomy term, the corresponding tagnode is created (with only the title populated).  This supports freetagging, in which users can enter new terms.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 20 09:27:52 2006 UTC (3 years, 10 months ago) by dado
Branch: MAIN
Changes since 1.7: +118 -87 lines
Diff to previous 1.7
when user enters new taxonomy term, the corresponding tagnode is created (with only the title populated).  This supports freetagging, in which users can enter new terms.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 9 12:09:56 2006 UTC (3 years, 10 months ago) by dado
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.6: +34 -11 lines
Diff to previous 1.6
when creating or updating tagnodes, now populate term's description with the node's teaser (stripped of tags) or with node title if no teaser.  This permits some interoperability with the Glossary module.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 8 13:10:54 2006 UTC (3 years, 10 months ago) by dado
Branch: MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5
fixed bug on loading taggee nodes, pointed out by hershmire here http://drupal.org/node/42988

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 8 13:01:22 2006 UTC (3 years, 10 months ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.9: +448 -436 lines
Diff to previous 1.2.2.9 , to branch point 1.2
fixed bug on loading taggee nodes, pointed out by hershmire here http://drupal.org/node/42988

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 4 10:13:12 2006 UTC (3 years, 10 months ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.8: +102 -90 lines
Diff to previous 1.2.2.8 , to branch point 1.2
fixed bug in loading nodes;
moved translating of help content into conditional so it does not execute every hook_help() request
removed unneeded watchdog() call

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 29 10:56:47 2005 UTC (3 years, 10 months ago) by dado
Branch: MAIN
Changes since 1.4: +93 -98 lines
Diff to previous 1.4
applied patch from janekb, to improve performance of tagnode_help()
Also fixed bug in taggee node form, in the link  "...or create new [tagnode]"

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 14 12:15:42 2005 UTC (3 years, 11 months ago) by dado
Branch: MAIN
Changes since 1.3: +943 -526 lines
Diff to previous 1.3
committing rough Drupal 4.7 version to head.  Head version now works on Drupal 4.7, NOT 4.6

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 23 09:58:02 2005 UTC (4 years ago) by dado
Branch: MAIN
Changes since 1.2: +237 -136 lines
Diff to previous 1.2
moving (stable?) DRUPAL-4-6 version of Tagnode to head branch

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 13 12:45:25 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.7: +60 -52 lines
Diff to previous 1.2.2.7 , to branch point 1.2
final? fixes for PHP5 and fixed bug prohibiting proper edit of node which are both tagnodes and taggees

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 10 04:55:13 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.6: +51 -50 lines
Diff to previous 1.2.2.6 , to branch point 1.2
hopefully fixed bug "SQL error when no vocabulary has been created" posted by aalex

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 6 02:22:37 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.5: +8 -6 lines
Diff to previous 1.2.2.5 , to branch point 1.2
more changes to make this modle work with PHP5

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 4 11:12:41 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.4: +62 -13 lines
Diff to previous 1.2.2.4 , to branch point 1.2
added documentation in code on how to theme; fixed 1 bug leftover from debugging

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 3 12:22:15 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.3: +21 -14 lines
Diff to previous 1.2.2.3 , to branch point 1.2
made changes to comply with PHP5

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 30 20:20:15 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.2: +6 -3 lines
Diff to previous 1.2.2.2 , to branch point 1.2
adding some new documentation;
also attempting to fix problem on create content in PHP5

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 30 19:20:00 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2.2.1: +17 -15 lines
Diff to previous 1.2.2.1 , to branch point 1.2
fixing some bugs raised by dkruglyak which seem to pertain to usage of tagnode on PHP5.  Attempted to fix the errors that occur when no tagnodes have been created yet.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 11:32:28 2005 UTC (4 years ago) by dado
Branch: DRUPAL-4-6
Changes since 1.2: +49 -20 lines
Diff to previous 1.2
adding bug fix from samwilson which caused SQL error when no tagnodes yet existed.

added 2 features from gundalo:
(1) populate new node field $node->tagnode_append for taggee nodes, with tag content to be added.  This permits easier theming w/ PHPTemplate (and presumably others)
(2) add some support for taggee images being shown

themed taggee list items

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 8 11:08:39 2005 UTC (4 years, 1 month ago) by dado
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.1: +9 -6 lines
Diff to previous 1.1
fixed bug that appears for MySQL 4.0x databases, changing SQL syntax from "WHERE EXISTS" to "LEFT JOIN...where... NULL"

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 3 11:20:50 2005 UTC (4 years, 1 month ago) by dado
Branch: MAIN
adding tagnode module files

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