| Commit message (Collapse) | Author | Age |
|
|
|
| |
node type data.
|
| |
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
|
|
|
| |
content'. Minor usability improvement.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
comment status. Usability improvement based on testing in Baltimore.
|
| |
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
table namespace.
|
| |
|
|
|
|
| |
taxonomy_term_data.
|
| |
|
|
|
|
| |
hook_query_alter().
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
| |
|
|
|
|
| |
forum topic listings.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
term pages.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
uses hook_link_alter instead of taxonomy_term_path hook.
|
|
|
|
| |
the forum module description.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
|
|
|
|
|
|
|
| |
from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
|
|
|
|
| |
descriptions for permissions on the permission administration page.
|
| |
|
| |
|
| |
|