| Commit message (Collapse) | Author | Age |
|
|
|
| |
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
|
|
|
|
| |
submissions
|
|
|
|
| |
from search module
|
|
|
|
| |
'content' as appropriate
|
|
|
|
| |
add missing javascript key to language objects (kills notices) and document st() better
|
| |
|
| |
|
| |
|
|
|
|
| |
attribute values for form elements
|
|
|
|
| |
source code and messages printed
|
| |
|
| |
|
|
|
|
| |
handling (such as required by some CCK widgets)
|
| |
|
|
|
|
|
|
|
| |
batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
- apply this change in locale.module
- improve batch API code documentation
|
|
|
|
| |
implementing extraction code for Drupal 6 at #182765
|
|
|
|
| |
now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore.
|
|
|
|
| |
progress display configuration to allow module developers to choose from the throbber and progress bar
|
| |
|
|
|
|
| |
elements, without writing JavaScript. Also AHAH enable the blocks admin page.
|
|
|
|
| |
arrays passed to drupal_execute() to trigger the right action
|
| |
|
| |
|
|
|
|
| |
have different HTML id values (XHTML validity fix)
|
| |
|
| |
|
|
|
|
| |
on a non-programmed form
|
|
|
|
| |
coming in the request
|
|
|
|
| |
specified, do not generate an empty HTML attribute
|
|
|
|
|
|
|
| |
This is a small form API extension (doesn't break existing code) that
facilitates the Drupal 6 upgrade of the Views module. A good example
of why it can be beneficial to start upgrading your modules early on in
the code freeze. ;)
|