| Commit message (Collapse) | Author | Age |
|
|
|
| |
'yay' to clarity!
|
|
|
|
| |
code.
|
| |
|
| |
|
|
|
|
| |
session handling.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
wrote a handy assertLogMessage() function to assert watchdog messages.
|
|
|
|
| |
settings.php
|
| |
|
|
|
|
| |
with private files and minor improvements.
|
| |
|
|
|
|
| |
maintenance' to 'maintenance mode'.
|
|
|
|
| |
a KB.
|
|
|
|
| |
al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
|
|
|
|
| |
and improved code comments.
|
|
|
|
| |
to upgrade Drupal 6 to Drupal 7. Oh, yeah.
|
| |
|
|
|
|
| |
default to NULL so that NULLs do not need to be specified.
|
| |
|
| |
|
|
|
|
| |
undefined index locale in install.php and clean up crufty code.
|
|
|
|
| |
unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
|
|
|
| |
problem when HTTP_HOST is not transmitted.
|
|
|
|
| |
to require_once.
|
| |
|
| |
|
| |
|
|
|
|
| |
default.settings.php.
|
| |
|
|
|
|
| |
client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
|
| |
|
|
|
|
| |
the registry.
|
|
|
|
| |
removing bootstrap flag in system table.
|
|
|
|
| |
only be cleared in the parent watchdog() call.
|
| |
|
|
|
|
| |
settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.
|
|
|
|
| |
uncached page views if cache mode is aggressive.
|
|
|
|
| |
a regex for the nomask (and code clean-up).
|
|
|
|
| |
not use the same kilo standard.
|
|
|
|
| |
cache registry lookups.
|
| |
|
|
|
|
| |
header injection checking.
|
| |
|
|
|
|
| |
work regardless of bootstrap phase.
|
| |
|
|
|
|
| |
explicit bootstrap phase.
|
|
|
|
| |
installer.
|