| Commit message (Collapse) | Author | Age |
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
| |
|
|
|
|
| |
all .install files.
|
|
|
|
| |
unrendered forms.
|
| |
|
| |
|
|
|
|
| |
module implements a dummy OpenID provider/server. Most impressive patch of the month.
|
|
|
|
| |
_openid_sha1(). Simplified some code.
|
|
|
|
| |
anonymous JS functions.
|
|
|
|
| |
JavaScript.
|
| |
|
| |
|
| |
|
|
|
|
| |
new database abstraction layer.
|
| |
|
|
|
|
| |
Views.
|
| |
|
|
|
|
| |
which is referencing missing form_id variable.
|
|
|
|
| |
compatibility with other JavaScript libraries.
|
| |
|
| |
|
|
|
|
| |
hook_form_FORM_ID_alters().
|
|
|
|
| |
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.
|
|
|
|
| |
fail problem.
|
| |
|
|
|
|
| |
parameters.
|
|
|
|
| |
confirm form.
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
well as two small kittens.
|
| |
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
committed to D6.
|
|
|
|
| |
undefined variable.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|