| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
code.
|
|
|
|
| |
we use a big table with JS-enabled checkboxes next to each item (with tests).
|
| |
|
| |
|
|
|
|
| |
format' based on UMN usability study.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
of simpletests.
|
| |
|
| |
|
| |
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
|
|
|
| |
consistency.
|
| |
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
max_allowed_packet size issue with the simpletests.
|
| |
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
access to the callback.
|
|
|
|
| |
better reflect what's actually happening.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
| |
|
|
|
|
| |
to TRUE.
|
|
|
|
| |
absolute paths.
|
| |
|
|
|
|
| |
form_set_error().
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
http://drupal.org/files/issues/fapi_award.jpg.
|
| |
|
|
|
|
| |
buttons.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
batch API for running the tests instead of an all-in-one approach. Great work.
|
|
|
|
| |
caching.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
with form API caches not being flushed. This could lead to performance issues.
|