patch

Fix install.hostmaster.inc on ubuntu (where uname -n == 127.0.1.1)

  1. diff --git a/install.hostmaster.inc b/install.hostmaster.inc
  2. index 0280703..2826793 100644
  3. --- a/install.hostmaster.inc
  4. +++ b/install.hostmaster.inc
  5. @@ -35,12 +35,14 @@ function drush_provision_ho

Panels content type render first patch

  1. Index: includes/display-render.inc
  2. ===================================================================
  3. RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/display-render.inc,v
  4. retri

Patch to site_map

  1. diff -up site_map/README.txt site_map/README.txt
  2. --- site_map/README.txt 2009-09-07 16:37:09.000000000 +0200
  3. +++ site_map/README.txt 2009-09-16 20:11:03.000000000 +0200
  4. @@ -41,6 +41,21 @@ Installat

views feed preview patch

  1. diff --git plugins/views_plugin_display_feed.inc plugins/views_plugin_display_feed.inc
  2. index 7a3ff4b..0ade07c 100644
  3. --- plugins/views_plugin_display_feed.inc
  4. +++ plugins/views_plugin_display_feed.

Drupal Patch creating and reviewing script

  1. # From Steven Wittens (http://acko.net) with modifications from Dmitri Gaskin (http://dmitrizone.com) and Dereine (http://drupal.org/user/99340)
  2. function p {
  3.   wget -O tmp.patch $1;

Patch file from Eclipse—seems to be improved

  1. Index: todo.txt
  2. ===================================================================
  3. RCS file: todo.txt
  4. diff -N todo.txt
  5. Index: gmaplocation.info

Patch file from Eclipse—unnecessary cruft?

  1. ### Eclipse Workspace Patch 1.0
  2. #P gmaplocation
  3. Index: todo.txt
  4. ===================================================================
  5. RCS file: todo.txt
  6. diff -N todo.txt
  7. Index: gmaplocation.info

Fix for Potential patch for path_redirect v5.x-1.x-dev to avoid infinite loops (v2)

  1.   // check that there is no potential for an infinte loop
  2.   $result = db_query("SELECT * FROM {url_alias} u WHERE src = '%s' AND dst = '%s'", $form_values['redirect'], $form_values['path']);

Potential patch for path_redirect v5.x-1.x-dev to avoid infinite loops

  1.   // check that there is no potential for an infinte loop
  2.   $result = db_query("SELECT * FROM {url_alias} u WHERE src = '%s' AND dst = '%s'", $form_values['redirect'], $form_values['path']);

Code

  1. Only in d6: .DS_Store
  2. Only in d6: files
  3. Only in d6/modules: .DS_Store
  4. diff -r -u -F'^function' drupal-6.0-beta4/modules/system/system.admin.inc d6/modules/system/system.admin.inc
Syndicate content