Download & Extend

Releases for Custom Breadcrumbs

custom_breadcrumbs 7.x-2.0-alpha3

Download Size md5 hash
custom_breadcrumbs-7.x-2.0-alpha3.tar.gz 56.15 KB fa6f55a3827758727d6005eb9555095c
custom_breadcrumbs-7.x-2.0-alpha3.zip 73.29 KB 2b0ec928459321bfc043bf7d6d0f933f
Last updated: November 25, 2012 - 19:41
Official release from tag: 7.x-2.0-alpha3

Release notes

Changes since alpha2:

custom_breadcrumbs 7.x-2.0-alpha2

Download Size md5 hash
custom_breadcrumbs-7.x-2.0-alpha2.tar.gz 56.01 KB 70a8d1b66365fc3605b88272af832ccc
custom_breadcrumbs-7.x-2.0-alpha2.zip 73.19 KB 6927b4031eb53de7f440ea3fec0d55fd
Last updated: November 24, 2012 - 04:41
Official release from tag: 7.x-2.0-alpha2

Release notes

Changes since alpha1:

custom_breadcrumbs 7.x-2.0-alpha1

Download Size md5 hash
custom_breadcrumbs-7.x-2.0-alpha1.tar.gz 55.84 KB f5dd238e0c9e99ddd1488b506185c71e
custom_breadcrumbs-7.x-2.0-alpha1.zip 73 KB 0d5e7793782aa39449c91b693c0d5d65
Last updated: November 23, 2012 - 23:26
Official release from tag: 7.x-2.0-alpha1

Release notes

Changes since the 6.x-2.x fork:

custom_breadcrumbs 7.x-2.x-dev

Download Size md5 hash
custom_breadcrumbs-7.x-2.x-dev.tar.gz 56.19 KB 40af1ae49b7475a997a3f155d38eee60
custom_breadcrumbs-7.x-2.x-dev.zip 73.33 KB 7bdb3b614d6591517594093e5d538cdf
Last packaged version: 7.x-2.0-alpha3+0-dev
Last updated: November 26, 2012 - 00:43
Development snapshot from branch: 7.x-2.x

Release notes

This is a (partial) port of the 6.x-2.x version to Drupal 7. This has not yet been thoroughly tested. It is not intended to be used on a production site, but those who are inclined to test and contributed are encouraged to test, report bugs, and contribute patches via the issue queue.

custom_breadcrumbs 7.x-1.0-alpha1

Download Size md5 hash
custom_breadcrumbs-7.x-1.0-alpha1.tar.gz 10.5 KB 1e8e3793a8903efe5e0905ad0c04ea3b
custom_breadcrumbs-7.x-1.0-alpha1.zip 12.42 KB d7a25738bda4fd7ddd0e3fbfce77708b
Last updated: January 9, 2011 - 19:32
Official release from tag: 7.x-1.0-alpha1

Release notes

This is the first official Drupal 7 release of Custom Breadcrumbs. It is a port of the 6.x-1.x branch. Please make sure to test this release thoroughly before using on a production site.

custom_breadcrumbs 6.x-2.0-rc1

Download Size md5 hash
custom_breadcrumbs-6.x-2.0-rc1.tar.gz 53.64 KB 93cf05a34ba3382586464617ac19114b
custom_breadcrumbs-6.x-2.0-rc1.zip 72.63 KB fce9790116f97dd0a4a859e59fe9e8fd
Last updated: January 8, 2011 - 04:50
Official release from tag: 6.x-2.0-rc1

Release notes

Changes Since Beta3

Read more

custom_breadcrumbs 6.x-2.0-beta3

Download Size md5 hash
custom_breadcrumbs-6.x-2.0-beta3.tar.gz 50.59 KB f2a0dc012e6aa02e12840e281c7fa452
custom_breadcrumbs-6.x-2.0-beta3.zip 68.66 KB 36a8e8d72c54c405e1e704e13c2c0f6b
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-2.0-beta3

Release notes

Run update.php after upgrading to beta3.

Special identifiers are now provided through a separate module, custom_breadcrumbs_identifiers, which will automatically be enabled via update.php. If you do not want to use special identifiers you can disable this module. See the Readme.txt file for additional details.

Changes since beta2:

Bugfixes:

  • #734758 by andyceo and MGN: Fix typos on module pages and README.txt file. Improve documentation.
  • #721708 by dereine and MGN: Use display_plugin name to identify allowed displays for custom breadcrumbs.
  • #714450 by marrch_caat and MGN: Use drupal_clone to prevent node data from being corrupted by PHP snippet evaluation.
  • #723704 by MGN: Fix assignment of template breadcrumb variable.
  • #701902 by MGN: Do not attempt to validate form if php is used in titles and paths.
  • #691512 by MGN and greg.harvey: Decode HTML entities in title.
  • #627792 by MGN: Move hook_init code into hook_preprocess.
Read more

custom_breadcrumbs 6.x-2.0-beta2

Download Size md5 hash
custom_breadcrumbs-6.x-2.0-beta2.tar.gz 46.71 KB fb380c95d062d4ee8495b1df8e0162cf
custom_breadcrumbs-6.x-2.0-beta2.zip 63.46 KB 79417a5ff701659099ef055687d205e1
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-2.0-beta2

Release notes

Changes since 6.x-2.0-beta1

* by MGN: restoring some code that was inadvertently removed for the beta1 release.
#595066: Conflict with the admin_menu module by MGN: New feature to select menus to be used to provide custom breadcrumbs based on menu structure.
* by MGN: New feature to prevent custom breadrumbs from modifying the breadcrumbs for some pages by path.
* by MGN: Code and UI cleanup.
* by MGN: Allow strings used for page titles to be translated.
#594394: PHP Parse error: syntax error, unexpected $end in modules/custom_breadcrumbs/custom_breadcrumbs by MGN: Require php code tags when using php for titles and paths.
#540766: Breadcrumbs specific to forum wrapper pages (by template?) by MGN: New feature to provide custom breadcrumbs according to theme template.
#609650: Pathauto Special Identifier Not Converting Paths to Lowercase by MGN: Trim any whitespace between identifier and path.
#616976: Show current taxonomy term in breadcrumb trail by MGN: Correctly identify taxonomy term page for taxonomy type breadcrumbs.
#623274: Use taxonomy breadcrumbs for views + multiple arguments by guix: Fix processing of multiple views arguments.
#644512: Changing module weights can break CB settings form. by MGN: Changing module weights can break CB settings form.
* by MGN: Code, comment, and translatable strings cleanup.
* by MGN: Updating README.txt
* by MGN: Remove php tags in titles and paths if user doesn't have appropriate permission to use php.

custom_breadcrumbs 7.x-1.x-dev

Download Size md5 hash
custom_breadcrumbs-7.x-1.x-dev.tar.gz 11.55 KB 54f7d26bb2644541eeadbeefe4c1788d
custom_breadcrumbs-7.x-1.x-dev.zip 14.33 KB 92bd94d8d0099554442d4b56a4e28504
Last updated: April 26, 2011 - 12:05
Development snapshot from branch: 7.x-1.x

Release notes

This is a Drupal 7 development release of custom breadcrumbs that parallels the 6.x-1.x branch

custom_breadcrumbs 6.x-1.5

Download Size md5 hash
custom_breadcrumbs-6.x-1.5.tar.gz 10.96 KB d4a2a9a05bcc06d0198e9fbc390ecd03
custom_breadcrumbs-6.x-1.5.zip 13.11 KB 6f739baf3d2a5d7a92484174e83c3838
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-1.5

Release notes

Changes since 6.x-1.4:

#296516: Clean path using pathauto function by dbabbage, MGN
#306637: Trim data before comparing - and validator tip by moshe weitzman, TUc
#264663: Wrong table definition in install schema by sun
#296166: Only first row checked by GROL, bangpound
#343418: Permission to use PHP in custom breadcrumbs doesn't work by Todd Nienkerk
#122654: Instructions for using custom breadcrumbs? by bennybobw, dbabbage and MGN
#329101: Wrong database function used in update hook by MGN.
#309222: Postgres Install fails by MGN
#484496: custom_breadcrumbs.install should not use t() in hook_schema() by MGN
#574844: Wrong translation tag by MGN
#543536: CCK nodereference paths cause invalid links by MGN and gapple
#582636: Cannot create a blank breadcrumb by MGN
* by MGN: Remove broken per breadcrumb active trail code for now.
* by MGN: Fix errors with special identifiers fieldset.
* by MGN: Fiix coding errors resulting in coder warnings.

custom_breadcrumbs 6.x-2.0-beta1

Download Size md5 hash
custom_breadcrumbs-6.x-2.0-beta1.tar.gz 43.56 KB 9371f365e5e23538723ffcdc4d3e163d
custom_breadcrumbs-6.x-2.0-beta1.zip 60.32 KB dc932a3601a17096e42b08920dd85859
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-2.0-beta1

Release notes

First Beta release of Custom Breadcrumbs 2.0.

Note: If you are upgrading from an earlier 6.x-2.x-dev release you will likely get the following error message when you run update.php.

* user warning: Duplicate key name 'language' query: ALTER TABLE custom_breadcrumb ADD INDEX language (language) in /home/xxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate key name 'node_language' query: ALTER TABLE custom_breadcrumb ADD INDEX node_language (node_type, language) in /home/xxxxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate column name 'name' query: ALTER TABLE custom_breadcrumb ADD `name` VARCHAR(128) DEFAULT NULL in /home/xxxxx/html/includes/database.mysql-common.inc on line 298.

You can safely ignore these warnings! The module will work fine after the upgrade. The updates failed because you had already updated your database by using the 6.x-2.x-dev version. Unfortunately, some of the updates in 6.x-2.x-dev had to be renumbered to make the update from the 6.x-1.x branch work properly.

This will only happen to those who have installed an earlier version of 6.x-2.x-dev. If you uninstall and do a clean install you will not see the error. But that is not required - just ignore and have a great day.

custom_breadcrumbs 6.x-2.x-dev

Download Size md5 hash
custom_breadcrumbs-6.x-2.x-dev.tar.gz 60.37 KB e8d230e504fec7c869a3bf4641645dc7
custom_breadcrumbs-6.x-2.x-dev.zip 77.45 KB 0d4756dba8d610d14333a5de8b89c6f5
Last updated: December 4, 2011 - 12:15
Development snapshot from branch: 6.x-2.x

Release notes

Custom Breadcrumbs 6.x.2.x development branch. This is likely to change often and may be unstable for some time. Testers are welcome to try it, but be warned that this is new code and not fit for a production site.

If you are upgrading from an earlier 6.x-2.x-dev release prior to September 30, 2009 you will likely get the following error message when you run update.php.

* user warning: Duplicate key name 'language' query: ALTER TABLE custom_breadcrumb ADD INDEX language (language) in /home/xxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate key name 'node_language' query: ALTER TABLE custom_breadcrumb ADD INDEX node_language (node_type, language) in /home/xxxxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate column name 'name' query: ALTER TABLE custom_breadcrumb ADD `name` VARCHAR(128) DEFAULT NULL in /home/xxxxx/html/includes/database.mysql-common.inc on line 298.

You can safely ignore these warnings! The module will work fine after the upgrade. The updates failed because you had already updated your database by using the earlier 6.x-2.x-dev version. Unfortunately, some of the updates in 6.x-2.x-dev had to be renumbered to make the update from the 6.x-1.x branch work properly.

Read more

custom_breadcrumbs 5.x-1.x-dev

Download Size md5 hash
custom_breadcrumbs-5.x-1.x-dev.tar.gz 10.47 KB 7f49f294ba487afc58cedb6668f92274
custom_breadcrumbs-5.x-1.x-dev.zip 11.8 KB dc260b36a2432c3bcb43daf3cd8ac066
Last updated: February 25, 2011 - 07:31
Development snapshot from branch: 5.x-1.x

Release notes

Nightly Development Snapshot

custom_breadcrumbs 6.x-1.x-dev

Download Size md5 hash
custom_breadcrumbs-6.x-1.x-dev.tar.gz 12.22 KB ea020d99cae0d97a29a6dd3b0193fc68
custom_breadcrumbs-6.x-1.x-dev.zip 14.1 KB 1eeeb8f3cf0f4767b6574649d1d2ef45
Last updated: December 4, 2011 - 12:15
Development snapshot from branch: 6.x-1.x

Release notes

Nightly snapshot of the current CVS code.

custom_breadcrumbs 6.x-1.4

Download Size md5 hash
custom_breadcrumbs-6.x-1.4.tar.gz 9.46 KB 350c9e4ffe711945d86a13fb96a0f77f
custom_breadcrumbs-6.x-1.4.zip 11.02 KB d7886e2332995240ec1a85b4f8adfcd4
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-1.4

Release notes

Fixes minor bugs and adds the ability to set the active menu trail for a node based on the defined breadcrumb. This ensures that primary and secondary navigation menus will reflect the fact that the current node is beneath a given URL.

custom_breadcrumbs 6.x-1.3

Download Size md5 hash
custom_breadcrumbs-6.x-1.3.tar.gz 9.09 KB 41e1845b4f11002107f934adab8194fa
custom_breadcrumbs-6.x-1.3.zip 10.65 KB 8d61bc27bdceb92a29fda38f99d1a6e9
Last updated: December 24, 2010 - 22:42
Official release from tag: 6.x-1.3

Release notes

The Drupal 6 version of Custom Breadcrumbs. All functionality is the same, but some minor tweaking and splitting of the administrative pages should make it a touch more memory efficient.

custom_breadcrumbs 5.x-1.2

Download Size md5 hash
custom_breadcrumbs-5.x-1.2.tar.gz 8.25 KB 20109144a2be296b5ce8183b4e5d0b25
custom_breadcrumbs-5.x-1.2.zip 9.16 KB 954a2e911bd08cb83c07fb2ceca42ed8
Last updated: December 24, 2010 - 22:42
Official release from tag: 5.x-1.2

Release notes

Fixes a number of display problems on view listings pages, and allows optional breadcrumb entries (if the title evaluates to empty, skip it).

custom_breadcrumbs 5.x-1.1

Download Size md5 hash
custom_breadcrumbs-5.x-1.1.tar.gz 8.19 KB fd88c2cfcedcbd6980d3e9ca8cfd218e
custom_breadcrumbs-5.x-1.1.zip 9.12 KB 6a86608f5bace6038a5153e97d4ea306
Last updated: December 24, 2010 - 22:42
Official release from tag: 5.x-1.1

Release notes

Removed the dependency on token.module: breadcrumbs can be built without it, but link titles and paths must be static.

Subscribe with RSS Syndicate content
nobody click here