| Commit message (Collapse) | Author | Age |
|
|
|
| |
'yay' to clarity!
|
| |
|
|
|
|
| |
visibility to block settings.
|
|
|
|
| |
consistent manner.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(including content area). with tests.
|
|
|
|
| |
should not appear. (with tests)
|
|
|
|
| |
(and corresponding $classes_array) for all dynamic classes in template files.
|
|
|
|
| |
new database layer. Rock.
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
|
|
|
| |
fixes input format issue.
|
| |
|
|
|
|
| |
up some of the content API.
|
|
|
|
| |
... LIMIT 1 queries when all that's required is a check for whether rows exist.
|
| |
|
| |
|
| |
|
|
|
|
| |
system.module.
|
| |
|
|
|
|
| |
where it belongs.
|
|
|
|
| |
block module now block module is optional.
|
|
|
|
| |
create blocks that don't show up.
|
|
|
|
| |
'input formats'.
|
|
|
|
| |
where it is findable (with tests).
|
| |
|
|
|
|
| |
hook_page_alter. Oh, behave.
|
|
|
|
| |
format' based on UMN usability study.
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
Requires you to run update.php.
|
|
|
|
| |
cache registry lookups.
|
|
|
|
| |
available.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
committed to D6.
|
|
|
|
| |
throttle module from Drupal core.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
| |
even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement.
|
|
|
|
| |
descriptions for permissions on the permission administration page.
|