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

Log of /contributions/modules/taxonomy_dss/taxonomy_dss.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.26.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 21:00:24 2008 UTC (21 months, 4 weeks ago) by moonray
Branch: DRUPAL-5
Changes since 1.26.2.3: +2 -2 lines
Diff to previous 1.26.2.3 , to branch point 1.26
Fixed breadcrumb bug.

Revision 1.26.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 20:45:58 2008 UTC (21 months, 4 weeks ago) by moonray
Branch: DRUPAL-5
Changes since 1.26.2.2: +83 -86 lines
Diff to previous 1.26.2.2 , to branch point 1.26
Allow disabling of taxonomy dss for vocabularies. Also some code cleaning.

Revision 1.26.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:38:50 2008 UTC (22 months ago) by moonray
Branch: DRUPAL-5
Changes since 1.26.2.1: +529 -435 lines
Diff to previous 1.26.2.1 , to branch point 1.26
Updated taxonomy_dss to work with i18n and i18ntaxonomy, and streamlined things to allow modules that add tabs to a node's page to function as expected.

Revision 1.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 21:34:49 2008 UTC (22 months, 1 week ago) by moonray
Branch: DRUPAL-5
Changes since 1.26: +44 -12 lines
Diff to previous 1.26
Make taxonomy_dss module compatible with i18n module.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 18:25:08 2008 UTC (22 months, 2 weeks ago) by moonray
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Tweak to breadcrumbs.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 17:17:59 2007 UTC (2 years, 2 months ago) by moonray
Branch: MAIN
Changes since 1.24: +16 -15 lines
Diff to previous 1.24
Front page now has site RSS, instead of category RSS.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 17:12:13 2007 UTC (2 years, 2 months ago) by moonray
Branch: MAIN
Changes since 1.23: +14 -8 lines
Diff to previous 1.23
Front page now has site RSS, instead of category RSS.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 10 20:21:49 2007 UTC (2 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.22: +12 -13 lines
Diff to previous 1.22
Fix for broken 'active-trail', and some tweaks to prevent messing with the SQL.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 2 14:39:21 2007 UTC (2 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.21: +24 -1 lines
Diff to previous 1.21
Moved taxonomy_dss_block_expand_location() to taxonomy_dss_expand_location().

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 17:39:07 2007 UTC (2 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
Fix for when taxonomy access control module is enabled, you get sql errors (due to unneeded sql altering).

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 21:50:23 2007 UTC (2 years, 4 months ago) by moonray
Branch: MAIN
Changes since 1.19: +23 -15 lines
Diff to previous 1.19
Fixed bug where terms with sub-terms wheren't pointing to the right page.
Added possibility to call only for "published to front page" flagged nodes (to allow list of new content for a termset/section).

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 20:41:44 2007 UTC (2 years, 5 months ago) by moonray
Branch: MAIN
Changes since 1.18: +324 -160 lines
Diff to previous 1.18
Added functionality for hook_taxonomy_dss().

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 19:17:27 2007 UTC (2 years, 5 months ago) by moonray
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Prevent object corruption on cache.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 19:24:26 2007 UTC (2 years, 5 months ago) by moonray
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Tweak for breadcrumbs. Fix for toc_depth display not working.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 21:18:18 2007 UTC (2 years, 6 months ago) by moonray
Branch: MAIN
Changes since 1.15: +10 -6 lines
Diff to previous 1.15
Breadcrumb tweak for when taxonomy term is site's front page.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 16:23:22 2007 UTC (2 years, 6 months ago) by moonray
Branch: MAIN
Changes since 1.14: +28 -28 lines
Diff to previous 1.14
Changed all instances of breadcrumbs to breadcrumb, to be consistent with the rest of drupal.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 15:40:56 2007 UTC (2 years, 6 months ago) by moonray
Branch: MAIN
Changes since 1.13: +61 -5 lines
Diff to previous 1.13
Add more caching, add 'active-trail' class to tree objects, misc. fixes.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 20:58:03 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.12: +16 -29 lines
Diff to previous 1.12
Fix duplicate Home in breadcrumb when home is a taxonomy term.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 20:14:57 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.11: +16 -2 lines
Diff to previous 1.11
Fix taxonomy breadcrumbs when overridden by other menu items.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 6 16:33:18 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.10: +11 -24 lines
Diff to previous 1.10
Block options should really be outline options. Interface updated to reflect this.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 22:01:11 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.9: +22 -14 lines
Diff to previous 1.9
Only display block options when block module is enabled.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 21:57:46 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.8: +29 -6 lines
Diff to previous 1.8
Add option to hide term sets in block outline.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 21:32:16 2007 UTC (2 years, 7 months ago) by moonray
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Added faq compatibility module.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 19:52:07 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.6: +50 -16 lines
Diff to previous 1.6
Added option to hide node listing separate from outline.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 17:47:44 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5
Changed weights and labels on Outline, and Node listing options for term pages.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 17:40:02 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.4: +79 -25 lines
Diff to previous 1.4
Added option to list nodes in set of terms without teaser. Only output term body if it has content. Fixed spelling error on variable name.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 19:44:59 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.3: +47 -16 lines
Diff to previous 1.3
Removed pointeless help entry. Added taxonomy settings page to edit default TOC values.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 15:03:38 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.2: +83 -32 lines
Diff to previous 1.2
Added toc settings for individual term sets.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 12:19:04 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Changes since 1.1: +106 -106 lines
Diff to previous 1.1
Update from taxonomy_groups to taxonomy_dss.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 11:49:24 2007 UTC (2 years, 8 months ago) by moonray
Branch: MAIN
Inital commit.

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