| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
amount of blog posts listed.
|
| |
|
|
|
|
| |
themable.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
compliance with standards.
|
| |
|
|
|
|
| |
standard.
|
|
|
|
| |
can't ever pass in another type of class.
|
|
|
|
| |
pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
|
| |
|
| |
|
|
|
|
| |
Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
for consistency in the API.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
Convert 'class' attribute to use an array, not a string.
|
|
|
|
| |
the node access by converting hook_access() to hook_node_access().
|
|
|
|
| |
and APIs.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
abstraction layer.
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
|
|
|
| |
references to blog module.
|
| |
|
|
|
|
| |
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.
|