| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
modules much more efficient.
|
|
|
|
| |
drupal_get_install_files() with large file trees.
|
|
|
|
| |
between t() and the theming layer.
|
|
|
|
| |
more correct.
|
|
|
|
| |
Would love to remove this patch by the time we ship.
|
| |
|
| |
|
|
|
|
| |
query.
|
|
|
|
| |
()['storage'].
|
|
|
|
| |
drupal_static() in performance-critical functions.
|
| |
|
|
|
|
| |
broken, with expanded test coverage.
|
|
|
|
| |
performance/scalability.
|
| |
|
| |
|
|
|
|
| |
check_plain().
|
|
|
|
| |
code profilers.
|
|
|
|
| |
PHPTemplate themes when database is down.
|
|
|
|
| |
compressed pages.
|
|
|
|
| |
results of hook_schema() to an array to avoid schema corruption.
|
|
|
|
| |
drupal_load() should not use drupal_static(). Performance improvement.
|
|
|
|
| |
until the end of bootstrap.
|
|
|
|
| |
_registry_check_code().
|
|
|
|
| |
and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
|
| |
|
|
|
|
| |
returns NULL (no value) after timer_stop(). Added timer tests.
|
|
|
|
| |
data translation.
|
|
|
|
| |
between field API and locale module + translatable node bodies.
|
|
|
|
| |
language for the same path.
|
|
|
|
| |
before modules are included.
|
| |
|
|
|
|
| |
anymore, but is still an explicit bootstrap step.
|
|
|
|
| |
environments properly.
|
| |
|
|
|
|
| |
support a bit easier by providing two cookies and ... hook_goto_alter.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
variable_get() and variable_del() to link them together.
|
| |
|
|
|
|
| |
locking framework for long running operations.
|
|
|
|
| |
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://.
|
|
|
|
| |
patch, and add in missing settings.default.php hunk.
|
| |
|
|
|
|
| |
database is down.
|
|
|
|
| |
install.php to allow Drupal to be installed from the command line.
|
|
|
|
| |
headers.
|
| |
|
|
|
|
| |
'yay' to clarity!
|