| Commit message (Collapse) | Author | Age |
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
| |
|
|
|
|
| |
editing form.
|
| |
|
|
|
|
| |
table namespace.
|
| |
|
|
|
|
| |
taxonomy_term_data.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
|
|
|
| |
hook_query_alter().
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
abstraction layer.
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
|
|
|
| |
and term API.
|
| |
|
|
|
|
| |
forum topic listings.
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
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.
|
|
|
|
| |
would leave comments, ratings, etc behind in the database.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|