/[drupal]/contributions/modules/taxonomy_menu/README.txt
ViewVC logotype

Log of /contributions/modules/taxonomy_menu/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.2.2.1.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 02:51:24 2009 UTC (7 months, 1 week ago) by indytechcook
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4, DRUPAL-6--2-4-BETA1, DRUPAL-6--2-4-BETA2, DRUPAL-6--2-4-BETA3
Branch point for: DRUPAL-6--3
Changes since 1.2.2.1.2.3: +223 -59 lines
Diff to previous 1.2.2.1.2.3 , to branch point 1.2.2.1
#428004 by ksc (http://drupal.org/user/410999) Updated readme.txt and Upgrade.txt

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Apr 2 00:34:27 2009 UTC (7 months, 3 weeks ago) by indytechcook
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +72 -17 lines
Diff to previous 1.2
Updated HEAD to latest 6.x-2 DEV

Revision 1.2.2.1.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 11:26:42 2009 UTC (8 months, 2 weeks ago) by indytechcook
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-1, DRUPAL-6--2-2, DRUPAL-6--2-3
Changes since 1.2.2.1.2.2: +33 -14 lines
Diff to previous 1.2.2.1.2.2 , to branch point 1.2.2.1
#396154 Updated Readme, field descriptions and have display depth always show.

Revision 1.2.2.1.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 00:24:38 2009 UTC (8 months, 3 weeks ago) by indytechcook
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-1-BETA1
Changes since 1.2.2.1.2.1: +18 -25 lines
Diff to previous 1.2.2.1.2.1 , to branch point 1.2.2.1
Update Readme

Revision 1.2.2.1.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 23:56:30 2009 UTC (9 months ago) by indytechcook
Branch: DRUPAL-6--2
Changes since 1.2.2.1: +59 -13 lines
Diff to previous 1.2.2.1
Updated README

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 16:55:15 2008 UTC (21 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-01, DRUPAL-6--1-02
Branch point for: DRUPAL-6--2
Changes since 1.2: +1 -4 lines
Diff to previous 1.2 , to next main 1.3
Misc:
* Cosmetic changes on README.txt

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 16:51:55 2008 UTC (21 months, 3 weeks ago) by brmassa
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.1: +36 -4 lines
Diff to previous 1.1
New features:
* Changes on for Drupal 6 branch

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Thu Jan 31 16:28:34 2008 UTC (21 months, 3 weeks ago) by brmassa
Branch: brmassa
CVS Tags: DRUPAL-6--1-0
Changes since 1.1: +36 -4 lines
Diff to previous 1.1 , to next main 1.3
*** empty log message ***

Revision 1.1.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 31 16:23:34 2008 UTC (21 months, 3 weeks ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-03, DRUPAL-5--1-04, DRUPAL-5--1-05
Changes since 1.1.4.3: +1 -1 lines
Diff to previous 1.1.4.3 , to branch point 1.1 , to next main 1.3
Misc:
* Some bugs fixed (i forgot to commit when i remembered what they are about :P )

Revision 1.1.4.3 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 15:47:15 2008 UTC (22 months, 1 week ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-02
Changes since 1.1.4.2: +1 -1 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Bugs fixed: #211172, #211246, #211178 and #210753

Revision 1.1.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 01:11:37 2008 UTC (22 months, 1 week ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-01
Changes since 1.1.4.1: +18 -1 lines
Diff to previous 1.1.4.1 , to branch point 1.1
New features: Read me section about Views integration

Revision 1.1.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 15 22:21:00 2008 UTC (22 months, 1 week ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1: +19 -4 lines
Diff to previous 1.1
New features: README.txt file refactored, including install instructions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:01:49 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-4-7, DRUPAL-5, brmassa
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.

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