| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hits on every page request.
|
|
|
|
| |
drupal_alter().
|
|
|
|
| |
hook_init().
|
|
|
|
| |
module_list().
|
|
|
|
| |
hook_install()/hook_enable().
|
| |
|
| |
|
|
|
|
| |
authenticated users.
|
|
|
|
| |
webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
|
|
|
|
| |
dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
|
|
|
|
| |
functions.
|
|
|
|
| |
maintenance mode variable.
|
|
|
|
| |
to work with beta, rc, etc.
|
|
|
|
| |
part of module dependencies.
|
| |
|
| |
|
| |
|
|
|
|
| |
prevent errors upon enabling modules.
|
| |
|
|
|
|
| |
system_theme_data().
|