| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
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.
|
|
|
|
| |
form_set_value(). Great work. Much better. :)
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
| |
|
|
|
|
| |
triggered by text input enter key press breaks autocomplete.
|
| |
|
|
|
|
| |
with documentation
|
|
|
|
| |
creation regression)
|
|
|
|
| |
(critical regression for CCK)
|
|
|
|
| |
form from working
|
|
|
|
| |
buttons
|
|
|
|
| |
button correction was buggy
|
| |
|
| |
|
|
|
|
| |
year. Fiew. Thanks all, and see you on the other side. :)
|
| |
|
| |
|
|
|
|
| |
references
|
|
|
|
| |
constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
|
|
|
|
|
|
|
|
| |
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
|
| |
|
|
|
|
| |
http://drupal.org/cvs?commit=53675
|
|
|
|
| |
fixed minor spelling issues and fixed spacing issues.
|
|
|
|
| |
guessing
|
|
|
|
| |
form elements to leverage the AHAH framework
|