Log of /contributions/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 22 19:25:15 2009 UTC
(5 days, 18 hours ago)
by
mgn
Branch:
DRUPAL-6--1
Changes since
1.7.2.3: +46 -36 lines
Diff to
previous 1.7.2.3
, to
branch point 1.7
#639030 by hass: No default selection of Include or exclude the following node types.
#639384 by MGN: taxonomy breadcrumb paths are not inserted when a new term is added.
#639380 by MGN: taxonomy breadcrumb paths are not deleted when terms/vocabularies are deleted.
#635498 by MGN: Breadcrumb path form element is shown on term delete confirmation page.
Revision
1.7.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 17 13:34:35 2009 UTC
(11 days ago)
by
mgn
Branch:
DRUPAL-6--1
Changes since
1.7.2.2: +17 -9 lines
Diff to
previous 1.7.2.2
, to
branch point 1.7
#548228 by dixon_ : New feature to use term synonym instead of name in breadcrumb.
#472068 by Xano and MGN: fixed hook_menu() conflict with Vocabulary Index.
#372813 by MGN: fixed problems with node revisions and finding lightest terms with multiple parents and children.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 12 18:51:39 2009 UTC
(8 months, 2 weeks ago)
by
mgn
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.9: +4 -1 lines
Diff to
previous 1.9
#359319: by stevenghines, radj and MGN: new feature provides option to append
node title at end of breadcrumb trail.
#395082 by kndr and MGN: correctly set weight of taxonomy_breadcrumb module to be greater than the taxonomy module.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 28 23:39:53 2009 UTC
(9 months, 4 weeks ago)
by
mgn
Branch:
MAIN
Changes since
1.7: +19 -15 lines
Diff to
previous 1.7
#326155 by MGN: check to make sure that taxonomy_breadcrumb_path has been set before updating the database.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 15 20:35:12 2006 UTC
(3 years, 1 month ago)
by
craig
Branch:
MAIN
Changes since
1.3: +7 -20 lines
Diff to
previous 1.3
Use hook_nodeapi instead of hook_menu to set the breadcrumb trail. Thus, this module will get an opportunity to change the breadcrumb trail AFTER any modules that use hook_view to set breadcrumbs (such as the ecommerce product module).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 14 23:24:37 2006 UTC
(3 years, 1 month ago)
by
craig
Branch:
MAIN
Changes since
1.2: +62 -14 lines
Diff to
previous 1.2
Added advanced settings to allow taxonomy_breadcrumb to ignore node types that have their own breadcrumbs generated by other modules (i.e. the book module provides it's own breadcrumbs and taxonomy_breadcrumb shouldn't interfere) (see http://drupal.org/node/65411).
Changed the function taxonomy_breadcrumb_generate_breadcrumb() to taxonomy_breadcrumb_generate_breadcrumb($nid). This will make it easier for other modules to use taxonomy_breadcrumb to generate taxonomy based breadcrumbs (see http://drupal.org/node/84330).
Prevent taxonomy_breadcrumb for controlling breadcrumbs on the [home] page "node/"
Fixed a few typos and spelling error on the admin pages.
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.