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
core
Aegir 1.5 & D7.9 core errors.
November 8, 2011 - 3:13pm — Anonymous
- user warning: Table
'masteraegir_0.current'
doesn
't exist query: SELECT c.nid, c.short_name, c.version as current_version, t.version as target_version, c.version_code as current_version_code, t.ver
aegir
core
Drupal 7.9
Read more
Fix for Fix for drupal_set_title calls
January 23, 2011 - 9:28am — Anonymous
SEE A GREP FROM CORE
FOR
drupal_set_title
CALLS WITH
@
IN CORE
includes
/
common.inc:895:
*
drupal_set_title
(
$title
=
t
(
"@name's blog"
,
array
(
'@name'
=
>
$account
-
>
name
)
)
, PASS_THROUGH
)
;
install.p
consistency
core
drupal_set_title
Read more
Fix for drupal_set_title calls
January 23, 2011 - 9:27am — Anonymous
SEE A GREP FROM CORE
FOR
drupal_set_title
CALLS WITH
@
IN CORE
includes
/
common.inc:895:
*
drupal_set_title
(
$title
=
t
(
"@name's blog"
,
array
(
'@name'
=
>
$account
-
>
name
)
)
, PASS_THROUGH
)
;
install.p
consistency
core
drupal_set_title
Read more
Fehlermeldungen
December 30, 2009 - 11:05am — Anonymous
*
warning
:
include_once
(
modules
/
aggregator
/
aggregator
.
pages
.
inc
)
[
function
.
include
-
once
]
:
failed to open stream
:
No such
file
or directory in
/
var
/
www
/
kunden
/
kd75
/
html
/
drupal
/
includes
/
theme
.
inc on
core
Read more
RDF in core idea
May 13, 2009 - 10:33am — Anonymous
<?php
/**
* Implementation of hook_rdf_schema().
*/
function
node_rdf_schema
(
)
{
$rdf
=
array
(
)
;
$rdf
[
'node'
]
=
array
(
'label'
=
>
t
(
'content'
)
,
'class'
=
>
'sioc:post'
)
;
core
rdf
token
Read more
drupal_set_title calls
December 9, 2008 - 12:50pm — Anonymous
SEE A GREP FROM CORE
FOR
drupal_set_title
CALLS WITH
@
IN CORE
includes
/
common.inc:895:
*
drupal_set_title
(
$title
=
t
(
"@name's blog"
,
array
(
'@name'
=
>
$account
-
>
name
)
)
, PASS_THROUGH
)
;
consistency
core
drupal_set_title
Read more
bootstrap_invoke_all
October 29, 2008 - 12:13am —
litwol
Index: includes/bootstrap.inc
===================================================================
RCS file: /www/REPOSITORIES/core/drupal/includes/bootstrap.inc,v
retrieving revision 1.206.2.4
core
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