| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
the node access by converting hook_access() to hook_node_access().
|
|
|
|
| |
and APIs.
|
| |
|
|
|
|
| |
RTL-friendly.
|
|
|
|
| |
bye comments as nodes?
|
|
|
|
| |
there is more room for customization.
|
|
|
|
| |
admin/structure.
|
| |
|
| |
|
|
|
|
| |
properties to be passed directly to theme functions.
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
|
|
|
| |
node type data.
|
|
|
|
| |
nominalizations from Docblocks.
|
|
|
|
| |
content'. Minor usability improvement.
|
| |
|
|
|
|
| |
up some of the content API.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
abstraction layer.
|
|
|
|
| |
permission name.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
to user and administration menu. Will require follow-up patches.
|
| |
|
|
|
|
| |
editing form.
|
|
|
|
| |
hook_page_alter. Oh, behave.
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
references to blog module.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
well as two small kittens.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
|
|
|
| |
by the tests. Yay.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|