| Commit message (Collapse) | Author | Age |
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
|
|
|
| |
Views.
|
| |
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
|
|
|
| |
compatibility with other JavaScript libraries.
|
| |
|
| |
|
|
|
|
| |
undefined index locale in install.php and clean up crufty code.
|
|
|
|
| |
unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
|
|
|
| |
a regex for the nomask (and code clean-up).
|
|
|
|
| |
abstraction layer.
|
|
|
|
| |
descriptions.
|
|
|
|
| |
page.
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
affect the book module tests.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|