DrupalBin
Submit Code
About
Recent Posts
Problemas com o submit
Fix for extranet
extranet
Fix for drush make snippet for apachesolr library
Fix for Embedding Google Maps, use object instead of iframe with XHTML Strict
Code
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
patch
patch error
August 26, 2011 - 3:43pm — Anonymous
[user@domain ubercart]$ patch -p0 < ubercart_api.patch
patching file uc_attribute/uc_attribute.module
Hunk #1 FAILED at 538.
1 out of 1 hunk FAILED -- saving rejects to file uc_attribute/uc_attri
patch
ubercart
Read more
Fix install.hostmaster.inc on ubuntu (where uname -n == 127.0.1.1)
July 9, 2010 - 7:26am — Anonymous
diff --git a/install.hostmaster.inc b/install.hostmaster.inc
index 0280703..2826793 100644
--- a/install.hostmaster.inc
+++ b/install.hostmaster.inc
@@ -
35
,
12
+
35
,
14
@@ function drush_provision_ho
aegir
patch
ubuntu
Read more
Panels content type render first patch
June 1, 2010 - 2:37pm — Anonymous
Index: includes/display-render.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/display-render.inc,v
retri
Panels
patch
Read more
Patch to site_map
September 16, 2009 - 2:40pm — Anonymous
diff -up site_map/README.txt site_map/README.txt
--- site_map/README.txt
2009
-09-07
16
:
37
:
09.000000000
+0200
+++ site_map/README.txt
2009
-09-
16
20
:
11
:
03.000000000
+0200
@@ -
41
,
6
+
41
,
21
@@ Installat
6.x
drupal
patch
site_map
Read more
views feed preview patch
August 19, 2009 - 3:50pm — Anonymous
diff --git plugins
/
views_plugin_display_feed.inc plugins
/
views_plugin_display_feed.inc
index 7a3ff4b..0ade07c
100644
--- plugins
/
views_plugin_display_feed.inc
+++ plugins
/
views_plugin_display_feed.
feed
patch
views
Read more
Drupal Patch creating and reviewing script
February 18, 2009 - 7:36pm — Anonymous
# From Steven Wittens (http://acko.net) with modifications from Dmitri Gaskin (http://dmitrizone.com) and Dereine (http://drupal.org/user/99340)
function p {
wget -O tmp.patch $1;
drupal
patch
Read more
Patch file from Eclipse—seems to be improved
February 13, 2009 - 9:33am — Anonymous
Index: todo.txt
===================================================================
RCS
file
: todo.txt
diff -N todo.txt
Index: gmaplocation.info
cruft
eclipse
patch
Read more
Patch file from Eclipse—unnecessary cruft?
February 13, 2009 - 9:04am — Anonymous
### Eclipse Workspace Patch 1.0
#P gmaplocation
Index: todo.txt
===================================================================
RCS
file
: todo.txt
diff -N todo.txt
Index: gmaplocation.info
cruft
eclipse
patch
Read more
Fix for Potential patch for path_redirect v5.x-1.x-dev to avoid infinite loops (v2)
January 30, 2009 - 1:28am — Anonymous
// check that there is no potential for an infinte loop
$result
=
db_query
(
"SELECT * FROM {url_alias} u WHERE src = '%s' AND dst = '%s'"
,
$form_values
[
'redirect'
]
,
$form_values
[
'path'
]
)
;
needs work
patch
Read more
Potential patch for path_redirect v5.x-1.x-dev to avoid infinite loops
January 30, 2009 - 1:27am — Anonymous
// check that there is no potential for an infinte loop
$result
=
db_query
(
"SELECT * FROM {url_alias} u WHERE src = '%s' AND dst = '%s'"
,
$form_values
[
'redirect'
]
,
$form_values
[
'path'
]
)
;
needs work
patch
Read more
1
2
next ›
last »