auzigog

display formatters commerce field

  1. $instance = array(
  2.           'field_name' => $field_name,
  3.           'entity_type' => 'node',
  4.           'label' => 'Product',
  5.           'bundle' => $content_type,
  6.           'description' => 'Choos

simpletest running twice.

  1. /**
  2.  * @file
  3.  * Defines abstract base test class for the Commerce module tests.
  4.  */
  5.  
  6. /**
  7.  * Abstract class for Commerce testing.

Fix for Create product reference field

  1.   public function testTestTest() {
  2.  
  3.     // Test creating a Product Display content type
  4.     $type = array(
  5.       'type' => 'product_display',
  6.       'name' => st('Product Display'),
  7.       'base'

Chat with ksenzee about hook_modules_enabled bug

  1. [2:57pm] auzigog: ksenzee: you know more about drupal core issues than i do.

features hook_COMPONENT_alter

  1. /**
  2.  * Alter existing views to include due dates
  3.  */
  4. function casetracker_duedate_views_default_views_alter(&$views) {
  5.   //dsm($views, 'new module working.

features default hooks

  1. content_default_fields
  2. context_default_contexts
  3. fieldgroup_default_groups
  4. filter_default_formats
  5. imagecache_default_presets
  6. menu_default_menu_custom
  7. menu_default_menu_links
  8. menu_default_items

driven_diff - theme not workign

  1. <?php
  2. // $Id: driven_diff.module,v 1.2 2010/04/03 23:18:07 arhak Exp $
  3.  
  4. // unequivocal administrative varnames with colon over CSS compliant ids (back-end only)
  5. define('DRIVEN_DIFF__VAR_WARN_LEVEL

theme registery alter

  1. function ctcd_theme_registry_alter(&$theme_registry) {
  2.   ///dsm($theme_registry);
  3.   dsm('here in theme_registry_alter');
  4.   if(isset($theme_registry['table'])) {
  5.     $theme_registry['table']['funct

debug of not workign code

  1. array (
  2.   0 =&gt;
  3.   array (
  4.     'file' =&gt; '/Users/auzigog/Development/cvs/contributions/modules/meetings-DRUPAL-6--1/meetings.module',
  5.     'line' =&gt; 21,
  6.     'function' =&gt; 'meetings_get_
Syndicate content