| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Date types and menu names are not validated.
This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
|
|
|
|
| |
vocabulary machine names are changed.
|
| |
|
|
|
|
| |
IDs; force 0 and non-existant formats to NULL.
|
|
|
|
| |
for whether to call drupal_rebuild_form() as non-AJAX submissions.
|
| |
|
|
|
|
| |
by weight.
|
|
|
|
| |
submit functions on button level submits, without validation. Oh yeah.
|
|
|
|
| |
easily clobber a text format.
|
|
|
|
| |
coding standard for casting.
|
| |
|
|
|
|
| |
buttons.
|
| |
|
|
|
|
| |
after final submit.
|
|
|
|
| |
forgets it's parent.
|
| |
|
|
|
|
| |
machine_name(), not vid.
|
| |
|
|
|
|
| |
'text_format' for additional DX/security around rich text fields.
|
|
|
|
| |
handlers.
|
| |
|
|
|
|
| |
link being below submit button on taxonomy term add.
|
|
|
|
| |
more cllean up for the term form UI.
|
| |
|
| |
|
| |
|
|
|
|
| |
texts.
|
|
|
|
| |
all tables.
|
|
|
|
| |
This should be a best practice, IMO.
|
| |
|
|
|
|
| |
taxonomy.
|
| |
|
|
|
|
| |
arrays and forms (e.g. 'Operations') alterable.
|
|
|
|
| |
taxonomy overview form is saved.
|
| |
|
|
|
|
| |
parameters as url().
|
|
|
|
| |
Field API based solution.
|
|
|
|
| |
avoid users rendering their site unusable.
|
| |
|
| |
|
| |
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
(with upgrade path). Say buh-bye to old, crusty code.
|
|
|
|
| |
handling. I can actually understand it now. ;-).
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
other types of stuff to render() structures.
|
|
|
|
| |
readable names to taxonomy vocabularies.
|
|
|
|
| |
local actions.
|
|
|
|
| |
Convert 'class' attribute to use an array, not a string.
|
|
|
|
| |
This can now be accomplished with Field API.
|