| Commit message (Collapse) | Author | Age |
|
|
|
| |
Convert 'class' attribute to use an array, not a string.
|
|
|
|
| |
fields to Field API.
|
|
|
|
| |
'configuration and modules'.
|
|
|
|
| |
section in 'configuration and modules'.
|
|
|
|
| |
modules' section so we can start moving over configuration items. Let's see how this goes ...
|
| |
|
|
|
|
| |
Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
|
|
|
|
| |
there is more room for customization.
|
|
|
|
| |
admin/structure.
|
| |
|
| |
|
|
|
|
| |
properties to be passed directly to theme functions.
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
|
|
|
| |
options'.
|
| |
|
|
|
|
| |
theme setting.
|
|
|
|
| |
abstraction layer.
|
|
|
|
| |
al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
|
|
|
|
| |
localization and translation-related items.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
tests).
|
| |
|
| |
|
|
|
|
| |
hook_form_FORM_ID_alters().
|
| |
|
| |
|
|
|
|
| |
hook_translation_link_alter.
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
sable tooth tigers.
|
| |
|
|
|
|
| |
order across nodes.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|