| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
|
|
|
| |
PagerQueries broken.
|
|
|
|
| |
session handling.
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
| |
|
|
|
|
| |
by table headers first, before ordering by other fields.
|
|
|
|
| |
all .install files.
|
|
|
|
| |
unrendered forms.
|
| |
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
users in one request.
|
|
|
|
| |
new database abstraction layer.
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
| |
|
| |
|
|
|
|
| |
E_NOTICE handling.
|
|
|
|
| |
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.
|
|
|
|
| |
system_settings_form().
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
| |
|
|
|
|
| |
drupalLogin() should only do one thing, and do it well. :)
|
| |
|
|
|
|
| |
from VARCHAR to TEXT to avoid errors.
|
| |
|
|
|
|
| |
descriptions.
|
|
|
|
| |
abstraction layer.
|
| |
|
|
|
|
| |
entries faster.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
form_altering the watchdog table.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
| |
|
|
|
|
| |
requests. This actually fixes one failure.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
|