| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
anonymous JS functions.
|
| |
|
| |
|
| |
|
|
|
|
| |
table causes problems.
|
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
|
|
|
| |
table causes MySQL error/slow rebuilds and slows menu_link_save.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
|
|
|
| |
formatting.
|
| |
|
|
|
|
| |
to user and administration menu. Will require follow-up patches.
|
| |
|
| |
|
| |
|
|
|
|
| |
Views.
|
| |
|
|
|
|
| |
use of t() in menu item titles.
|
|
|
|
| |
'items' rather than 'callbacks' to match hook_menu().
|
|
|
|
| |
t() (+documentation and tests)
|
| |
|
|
|
|
| |
modules to modify it.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
'logout' to 'user/logout'. For real now.
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
descriptions.
|
|
|
|
| |
Requires you to run update.php.
|
|
|
|
| |
admin/build/menu, and robustify the test so we catch stuff like this in the future.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
admin.
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
| |
|
|
|
|
| |
patching spree!
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|