| Commit message (Collapse) | Author | Age |
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
|
|
|
| |
by table headers first, before ordering by other fields.
|
|
|
|
| |
all .install files.
|
| |
|
|
|
|
| |
checkboxes.
|
| |
|
|
|
|
| |
theme setting.
|
|
|
|
| |
statistics module.
|
|
|
|
| |
statistics_node_tracker function.
|
|
|
|
| |
abstraction layer.
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
users in one request.
|
| |
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
| |
|
| |
|
|
|
|
| |
settings to a more logical place.
|
|
|
|
| |
system_settings_form().
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
|
|
|
| |
pgsql.
|
|
|
|
| |
are no key fields. With tests.
|
| |
|
| |
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
|
|
|
| |
from VARCHAR to TEXT to avoid errors.
|
| |
|
| |
|
|
|
|
| |
descriptions.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
scoring factors.
|
|
|
|
| |
and added a small usability improvement.
|
|
|
|
| |
some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|