| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
hook_query_alter().
|
|
|
|
| |
node access modules are enabled.
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
| |
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
| |
|
|
|
|
| |
have the parent node cached anyway.
|
|
|
|
| |
when calling a hook.
|
| |
|
|
|
|
| |
available.
|
|
|
|
| |
-> D7.
|
|
|
|
| |
admin screen prettier.
|
| |
|
| |
|
|
|
|
| |
module -> base change.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
called.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
|
|
|
| |
'administer nodes'.
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
configure per node type.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
useless db_escape_string().
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries).
|
|
|
|
| |
scoring factors.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
|
| |
|
|
|
|
| |
committed to D6.
|