| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
|
|
|
| |
headers and working with HTTP headers in tests.
|
| |
|
| |
|
| |
|
|
|
|
| |
It took a while, but it comes with tests and extra features now.
|
|
|
|
| |
find, c960657\!
|
|
|
|
| |
modify JavaScript being printed to the page.
|
|
|
|
| |
simpletests.
|
|
|
|
| |
getConnection() were broken when was not found. Now with tests\!
|
|
|
|
| |
uncached page views if cache mode is aggressive.
|
|
|
|
| |
db_table_exists(). Yay\!
|
| |
|
|
|
|
| |
a regex for the nomask (and code clean-up).
|
|
|
|
| |
not use the same kilo standard.
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
Comes with tests.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not per-instance.
|
|
|
|
| |
file_scan_directory API to use regex.
|
| |
|
| |
|
| |
|
|
|
|
| |
file tests.
|
|
|
|
| |
errors during testing. Woop, woop.
|
| |
|
| |
|
| |
|
|
|
|
| |
header injection checking.
|
| |
|
|
|
|
| |
work regardless of bootstrap phase.
|
| |
|
|
|
|
| |
statement.
|
| |
|
|
|
|
| |
drupal_add_js.
|
|
|
|
| |
table and field name when there are no conflicts.
|
| |
|
| |
|
|
|
|
| |
exceptions. I have one exception and one fail.
|
| |
|
| |
|
|
|
|
| |
modules to react when other modules are enabled, disabled, installed, or uninstalled.
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|