| Commit message (Collapse) | Author | Age |
|
|
|
| |
to Berdir for this humongous effort.
|
|
|
|
| |
admin/structure.
|
| |
|
| |
|
|
|
|
| |
texts. Steve Krug would be proud.
|
| |
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
| |
|
| |
|
|
|
|
| |
DBTNG conversion.
|
|
|
|
| |
abstraction layer.
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
|
|
|
| |
triggers may be executed (with tests).
|
| |
|
| |
|
| |
|
|
|
|
| |
all .install files.
|
|
|
|
| |
unrendered forms.
|
|
|
|
| |
theme setting.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
|
|
|
| |
users in one request.
|
| |
|
| |
|
| |
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
de-op nodeapi patch.
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
errors during testing. Woop, woop.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
generation database layer for Drupal 7.
|
|
|
|
| |
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.
|