DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
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
test
theme
user
views
more tags
Home
patch
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
Code
December 14, 2007 - 12:01am — Anonymous
Only in d6: .DS_Store
Only in d6: files
Only in d6/modules: .DS_Store
diff -r -u -F'^function' drupal-6.0-beta4/modules/system/system.admin.inc d6/modules/system/system.admin.inc
core
patch
Read more