| Commit message (Collapse) | Author | Age |
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
compatibility with other JavaScript libraries.
|
|
|
|
| |
where it is findable (with tests).
|
|
|
|
| |
administration screen.
|
| |
|
| |
|
|
|
|
| |
hook_page_alter. Oh, behave.
|
| |
|
|
|
|
| |
format' based on UMN usability study.
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
block tables.
|
| |
|
|
|
|
| |
than 20 blocks are present.
|
| |
|
|
|
|
| |
descriptions.
|
|
|
|
| |
Requires you to run update.php.
|
|
|
|
| |
cache registry lookups.
|
| |
|
|
|
|
| |
available.
|
|
|
|
| |
Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
being able to delete blocks.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
required = TRUE in .info files.
|
|
|
|
| |
default.
|
|
|
|
| |
admin/build/modules.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
|
|
|
| |
themes + test so we don't break it again.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
block administration.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|