| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
['#token'] code.
|
|
|
|
| |
for better usability.
|
|
|
|
| |
#attributes key.
|
| |
|
| |
|
|
|
|
| |
form_set_error().
|
|
|
|
| |
improved consistency, flexibility and accessibility of form element labels.
|
|
|
|
| |
all tables.
|
| |
|
|
|
|
| |
and extra tests.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
incorrect.
|
| |
|
|
|
|
| |
structure.
|
|
|
|
| |
()['storage'].
|
| |
|
|
|
|
| |
not set default element properties that make no sense.
|
|
|
|
| |
Required radios/checkboxes are not validated.
|
| |
|
|
|
|
| |
building had unnecessary function calls.
|
| |
|
|
|
|
| |
collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().
|
|
|
|
| |
included when necessary.
|
|
|
|
| |
executing a form builder function.
|
|
|
|
| |
'Add more' links.
|
|
|
|
| |
arrays and forms (e.g. 'Operations') alterable.
|
|
|
|
| |
own theme function.
|
| |
|
|
|
|
| |
in https support and use https for authorize.php if available.
|
|
|
|
| |
API changes to support overlays: lays ground work for implementation.
|
|
|
|
| |
States system.
|
|
|
|
| |
parameters as url().
|
| |
|
| |
|
|
|
|
| |
presave/insert/update/form_alter hook paradigm.
|
| |
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
drupal_html_class_X(), for better accuracy.
|
|
|
|
| |
lilou: improvements to batch API.
|
|
|
|
| |
added drupal_css_class() to clean class names and rename form_clean_id().
|
|
|
|
| |
url() only accept an array. Another nice API clean-up!
|
|
|
|
| |
handling. I can actually understand it now. ;-).
|
|
|
|
| |
dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
|
|
|
|
|
|
| |
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
|
| |
|