Skip directly to content

Patch

Rolling a patch #Drupal #Drupal7

on Tuesday, 20th October 2009 - 23:09

Note: This is using bzr (Link to bzr download & bzr tips)

1.  Download the latest version of drupal core

  • run 'bzr branch bzr://vcs.fourkitchens.com/drupal/7 my-drupal'

2.  Download the patch to D7 directory

How to review a patch (from scratch!) #Drupal #Drupal7

on Tuesday, 20th October 2009 - 22:30
1.  Find a patch worth reviewing - in this case we're following #537828 which I was introduced to back during the documentation sprint at DrupalConParis. 

2.  Read the issue and ascertain what's been going on and where the patch comes from and what it is doing.