| Commit message (Collapse) | Author | Age |
|
|
|
| |
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().
|
| |
|
|
|
|
| |
wrote a handy assertLogMessage() function to assert watchdog messages.
|
|
|
|
| |
corrected tests)
|
|
|
|
| |
names as file_load().
|
|
|
|
| |
system. This helps with fields in core. Comes with tests\!
|
| |
|
|
|
|
| |
tried to reset a static using unset(). Added tests too.
|
| |
|
|
|
|
| |
removing bootstrap flag in system table.
|
|
|
|
| |
cache registry lookups.
|
|
|
|
| |
work regardless of bootstrap phase.
|
| |
|