| Commit message (Collapse) | Author | Age |
|
|
|
| |
all .install files.
|
|
|
|
| |
unrendered forms.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
new database abstraction layer.
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
| |
|
|
|
|
| |
code.
|
| |
|
| |
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
usability of the aliased URL admin page.
|
|
|
|
| |
'logout' to 'user/logout'. For real now.
|
| |
|
| |
|
| |
|
|
|
|
| |
bot. Hrm...
|
|
|
|
| |
consistency.
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
module tests.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
|
|
|
| |
support for poll module.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|