| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
rendered.
|
| |
|
| |
|
|
|
|
| |
default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list.
|
| |
|
|
|
|
| |
problematic. The line creates a unique index for sid. But, sid is already a primary key so doesn't need a unique index on it. Let alone, the syntax is wrong due to wrapping the table name in {}'s. This patch removes the line.
|
| |
|
|
|
|
| |
modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable.
|
| |
|
| |
|
|
|
|
| |
should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
|
| |
|
|
|
|
| |
comments
|
| |
|
|
|
|
|
| |
performance of pages that don't need the theme system (such as RSS feeds)
and makes it easier to set a custom theme.
|
| |
|
|
|
|
| |
- Tweak code style.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reporting, etc.
|
|
|
|
| |
terms are matched, the query would become very slow.
|
| |
|
|
|
|
| |
any toolkits.
|
| |
|
|
|
|
| |
track updates/changes.
|
|
|
|
| |
in form_file().
|
|
|
|
| |
nodes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://drupal.org/node/19012#comment-32381
|
| |
|
| |
|
|
|
|
| |
- Change double to single quotes.
|
| |
|
| |
|
| |
|
| |
|