/[drupal]/contributions/modules/custom_breadcrumbs/custom_breadcrumbs.install
ViewVC logotype

Log of /contributions/modules/custom_breadcrumbs/custom_breadcrumbs.install

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 4 19:20:16 2009 UTC (7 weeks, 1 day ago) by mgn
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.3: +28 -10 lines
Diff to previous 1.3
Updating HEAD for D7 development

Revision 1.3.2.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 22:35:55 2009 UTC (7 weeks, 5 days ago) by mgn
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.3.2.3.2.9: +13 -12 lines
Diff to previous 1.3.2.3.2.9 , to branch point 1.3.2.3 , to next main 1.3.2.7
* by MGN: Fix update numbering for upgrade path from 6.x-1.x.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 12:12:11 2009 UTC (7 weeks, 6 days ago) by mgn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.3.2.6: +14 -8 lines
Diff to previous 1.3.2.6 , to branch point 1.3 , to next main 1.4
* by MGN: remove broken per breadcrumb active trail code for now.
* by MGN: fix errors with special identifiers fieldset.
* by MGN: fix coding errors resulting in coder warnings.

Revision 1.3.2.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 04:58:01 2009 UTC (7 weeks, 6 days ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.8: +10 -3 lines
Diff to previous 1.3.2.3.2.8 , to branch point 1.3.2.3
* by MGN: Fix update numbering to match module version numbering.

Revision 1.3.2.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 18:24:41 2009 UTC (8 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.7: +28 -7 lines
Diff to previous 1.3.2.3.2.7 , to branch point 1.3.2.3
#583550 by MGN: New feature allows the admin to name breadcrumbs to make them easier to find.
#533784 by MGN: New feature provides an option that allows the use of php in titles and paths.
* by MGN: Delete all custom breadcrumbs variables when the module is uninstalled.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 17:40:55 2009 UTC (2 months, 4 weeks ago) by mgn
Branch: DRUPAL-5
Changes since 1.2.2.5: +2 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2 , to next main 1.4
#559644 by rimu: missing semi-colon in install.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 02:04:59 2009 UTC (3 months, 1 week ago) by mgn
Branch: DRUPAL-5
Changes since 1.2.2.4: +8 -7 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#176733 by Vallenwood: Error messages don't appear when creating/editing custom breadcrumbs.
#402092 by marius and MGN: Correct install problems with custom_breadcrumbs 5.x-1.x-dev.
#183949 by Rob Loach: Column count doesn't match value count at row 1 query: INSERT INTO
        custom_breadcrumb (titles, paths, visibility_php, node_type).
#281151 by MGN: Use decode_entities to permit quotes in titles.

Revision 1.3.2.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:20:36 2009 UTC (4 months ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.6: +4 -4 lines
Diff to previous 1.3.2.3.2.6 , to branch point 1.3.2.3
#530638 by MGN: Fatal error when running update.php.

Revision 1.3.2.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 00:47:58 2009 UTC (4 months, 2 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.5: +1 -1 lines
Diff to previous 1.3.2.3.2.5 , to branch point 1.3.2.3
* by MGN: corrected inappropriate use of t().
* by MGN: corrected various coding problems leading to E_ALL warnings.
* by MGN: corrected hook_theme omission for custom breadcrumbs help identifiers.
#513652 by nicholasThompson: Update_6001 has invalid use of db_add_field.
#501308 by MGN: New feature to allow the taxonomy breadcrumb to be appended to the existing breadcrumb and work with views.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 23:07:17 2009 UTC (5 months, 2 weeks ago) by mgn
Branch: DRUPAL-6--1
Changes since 1.3.2.5: +9 -9 lines
Diff to previous 1.3.2.5 , to branch point 1.3
#484496 by MGN: Custom_breadcrumbs.install should not use t() in hook_schema().

Revision 1.3.2.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 22:28:29 2009 UTC (5 months, 2 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.4: +10 -10 lines
Diff to previous 1.3.2.3.2.4 , to branch point 1.3.2.3
#472068 by Xano and MGN: Improve hook_menu_alter override for modules claiming taxonomy/term/tid pages.
#483060 by MGN: New feature to allow for named anchors in breadcrumbs paths.
#484496 by MGN: Custom_breadcrumbs.install should not use t() in hook_schema().
#481730 by MGN: Description about wildcard matching is incorrect and misleading.

Revision 1.3.2.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 30 19:54:14 2009 UTC (5 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.3: +19 -0 lines
Diff to previous 1.3.2.3.2.3 , to branch point 1.3.2.3
#435290 by Jolidog and MGN: Create options to filter breadcrumbs list and enable sorting.
#461194 by MGN: Add language path prefixes to custom_breadcrumbs_paths breadcrumbs.
#460500 by MGN: Show custom breadcrumbs on comment forms.
Feature by MGN: Add custom_breadcrumbs_fieldset to node edit pages.
#287471 by MGN: Custom_breadcrumbs_taxonomy module to provide custom_breadcrumbs for taxonomy terms and vocabularies.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 01:37:40 2009 UTC (6 months, 1 week ago) by mgn
Branch: DRUPAL-6--1
Changes since 1.3.2.4: +3 -3 lines
Diff to previous 1.3.2.4 , to branch point 1.3
#309222 by MGN: fix old bug in postgres install.

Revision 1.3.2.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 01:33:19 2009 UTC (6 months, 1 week ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.2: +3 -3 lines
Diff to previous 1.3.2.3.2.2 , to branch point 1.3.2.3
#435290 by MGN: Enable filtering and sorting of breadcrumb list.
#309222 by MGN: fix old postgres bug in install.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 05:02:27 2009 UTC (6 months, 2 weeks ago) by mgn
Branch: DRUPAL-6--1
Changes since 1.3.2.3: +2 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
#329101 by MGN: replaced db_add_column with db_add_field in update hook.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 01:10:42 2009 UTC (6 months, 3 weeks ago) by mgn
Branch: DRUPAL-5
Changes since 1.2.2.3: +3 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#346113 by blue.moon and pearcec: fixed error in install file (pgsql support).

Revision 1.3.2.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 18:47:14 2009 UTC (7 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3.2.1: +1 -2 lines
Diff to previous 1.3.2.3.2.1 , to branch point 1.3.2.3
* by MGN: fixing php_visibility wrong table definition as described in #264663 for 6.x.1.x

Revision 1.3.2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 21:31:24 2009 UTC (7 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.3.2.3: +24 -2 lines
Diff to previous 1.3.2.3
* by MGN: Initial commit of the DRUPAL-6--2 branch.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 02:26:13 2009 UTC (9 months, 1 week ago) by mgn
Branch: DRUPAL-6--1
Branch point for: DRUPAL-6--2
Changes since 1.3.2.2: +1 -2 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#296516 by dbabbage, MGN: Clean path using pathauto function.
#306637 by moshe weitzman, TUc: Trim data before comparing - and validator tip.
#264663 by sun: Wrong table definition in install schema.
#296166 by GROL, bangpound: Only first row checked (visibility patch).
#343418 by Todd Nienkerk: Permission to use PHP in custom breadcrumbs doesn't work.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 01:00:12 2008 UTC (14 months ago) by eaton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.3.2.1: +2 -2 lines
Diff to previous 1.3.2.1 , to branch point 1.3
And now, spelling the tablename correctly.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 00:57:24 2008 UTC (14 months ago) by eaton
Branch: DRUPAL-6--1
Changes since 1.3: +14 -1 lines
Diff to previous 1.3
Adding the ability to set thecurrent active-trail. Experimental for the moment.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 08:30:15 2008 UTC (21 months, 4 weeks ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-6--1-3
Branch point for: DRUPAL-6--1
Changes since 1.2: +95 -17 lines
Diff to previous 1.2
Drupal 6 version. No new features, just a nice clean working version.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 08:24:17 2008 UTC (21 months, 4 weeks ago) by eaton
Branch: DRUPAL-5
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fixing a couple of profoundly dumb bugs that have been hanging around in the dev branch for a while. Last update before the DRUPAL-6 branch.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 05:55:19 2007 UTC (2 years, 3 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.2.2.1: +17 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#147611, #151385, #138258 - Fixing a handful of bugs and adding a feature. This should be the final DRUPAL-5 release before branching for 6.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 20:02:46 2007 UTC (2 years, 7 months ago) by eaton
Branch: DRUPAL-5
Changes since 1.2: +42 -1 lines
Diff to previous 1.2
Adding an update function for those who were using ooooooold versions of the module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 04:06:05 2006 UTC (2 years, 11 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Minor updates and fixes; added two new tokens.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 01:09:54 2006 UTC (3 years ago) by eaton
Branch: MAIN
Initial commit of the Custom Breadcrumbs module. Allows administrators to set up parameterized breadcrumb trails  for any node type. This allows CCK-style node types to have "Home > User Blog > 2005 > January" style breadcrumbs on the node view page itself, syncronizing cleanly with custom views or pathauto aliases.

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