Technical information on this site may be out of date : no updates since 2015

ARGGGHHH - Silent failures!

February 6, 2008 , posted under drupal best practice

I’ve just spent ages trying to find out why I couldn’t add some default views to drupal

I’d set up my views, exported them added them to a module in a hook_views_default_views() function…

and nothing happened.

Read More…

creating a patch from cvs

January 11, 2008 , posted under drupal cvs

specifically I wanted to create a patch equal to the changes between two versions of Drupal - but it turns out that a packaging script adds some info to releases that isn’t in the cvs version so this doesn’t quite do what I wanted.

it’s still useful though …

Read More…

Version Control and Drupal

January 3, 2008 , posted under drupal svn cvs

I’ve been using open source software and developing php for a decade or so now - but until recently the two have been fairly separate.

Now I’m working on Drupal I need to keep track of my work - and merge in the changes from ‘upstream’.

here’s the useful info I found …

Read More…