| Commit message (Collapse) | Author | Age |
|
|
|
| |
xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations.
|
|
|
|
| |
drupal_flush_all_caches() does not clear entity info cache.
|
| |
|
|
|
|
| |
sven.lauer: drupal_alter() fails to order modules correctly in some cases.
|
|
|
|
| |
module_invoke().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
account for version strings in dependencies[].
|
|
|
|
| |
work with hooks placed in include files via hook_hook_info().
|
|
|
|
| |
(elements) need to able to specify include files to be loaded for building.
|
|
|
|
| |
twice on admin/build/modules.
|
|
|
|
| |
and return results
|
| |
|
|
|
|
| |
modules does not follow dependencies.
|
|
|
|
| |
potentially invalid system items.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
module records.
|
|
|
|
| |
drupal_depth_first_search() with wrong param count.
|
| |
|
|
|
|
| |
install/enable/etc. hook invocation order.
|
| |
|
|
|
|
| |
after installation.
|
| |
|
|
|
|
| |
drupal_alter() support multiple alter hooks executed by module weight.
|
|
|
|
| |
hook_module_implements_alter() to allow modules to alter the weight of hooks in module_implements().
|
| |
|
| |
|
| |
|
|
|
|
| |
issues in the overlay module.
|
|
|
|
| |
also links.
|
|
|
|
| |
a module.
|
|
|
|
| |
modules_installed() was broken during testing.
|
| |
|
|
|
|
| |
module_enable() which is required when enabling modules for the first time.
|
|
|
|
| |
global context.
|
|
|
|
| |
improved module_enable().
|
|
|
|
| |
drupal_static() grokkable.
|
|
|
|
| |
modules much more efficient.
|
| |
|
| |
|
|
|
|
| |
drupal_static() in performance-critical functions.
|
| |
|
| |
|
|
|
|
| |
performance/scalability.
|
| |
|