summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #168722 by sun, bleen18: hidden input elements contain invalid ↵Dries Buytaert2010-09-22
| | | | characters in ID attributes.
* - Patch #740834 by makononov, sun: form elements cannot be rendered without ↵Dries Buytaert2010-09-16
| | | | form_builder().
* - Patch #910572 by sun, David_Rothstein: command line installations are ↵Dries Buytaert2010-09-14
| | | | broken (programmatic form submissions don't need a theme?).
* - Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should ↵Dries Buytaert2010-09-13
| | | | follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #240828 by sun, yoroy: fixed 'Validation error, please try again...' ↵Dries Buytaert2010-09-11
| | | | is terrible UI and confuses users.
* #763376 follow-up by fago, sun, effulgentsia: Minor adjustments to ↵Angie Byron2010-09-10
| | | | drupal_array_set/get_nested_value().
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* #891476 by solotandem: Fixed Tableselect is missing a column header when not ↵Angie Byron2010-08-30
| | | | multiple value.
* #895896 by Jacine: Fixed Textarea element should not have a value attribute.Angie Byron2010-08-30
|
* #763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not ↵Angie Byron2010-08-27
| | | | validated form values appear in ().
* - Patch #883336 by sun, andypost: theme_image_button() broken.Dries Buytaert2010-08-20
|
* - Rollback of #447816 -- didn't meant to commit that just yet.Dries Buytaert2010-08-18
|
* - Patch #879910 by plach: fixed text_field_prepare_translation() broken.Dries Buytaert2010-08-17
|
* - Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements ↵Dries Buytaert2010-07-31
| | | | not properly rendered.
* - Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and ↵Dries Buytaert2010-07-29
| | | | form processing.
* - Patch #827430 by David_Rothstein: drupal_form_submit() no longer works ↵Dries Buytaert2010-07-26
| | | | with checkboxes.
* - Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) ↵Dries Buytaert2010-07-17
| | | | need to able to specify include files to be loaded for building.
* #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical ↵Angie Byron2010-07-10
| | | | bug: Complex widgets are not respecting '#disabled' state.
* Roll-back of #749748. This broke JavaScript on node add forms, and probably ↵Angie Byron2010-07-07
| | | | elsewhere.
* - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not ↵Dries Buytaert2010-07-07
| | | | prefill with user info from cookie.
* - Patch #791168 by Berdir: does form_state() cache never get cleaned?Dries Buytaert2010-07-07
|
* - Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed ↵Dries Buytaert2010-07-02
| | | | Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
* - Patch #838324 by agentrickard: document form_options_flatten().Dries Buytaert2010-06-26
|
* - Patch #624086 by limikael, Dmitriy.trt: custom accept-charset for forms.Dries Buytaert2010-06-25
|
* - Patch #802746 by effulgentsia: documentation fixes.Dries Buytaert2010-06-16
|
* - Patch #802746 by rfay, jhodgdon: document () and form builder function in ↵Dries Buytaert2010-06-15
| | | | form_api() group.
* - Patch #804870 by CrookedNumber: docblock for drupal_form_submit() was ↵Dries Buytaert2010-06-10
| | | | outdated.
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #748390 by rfay, effulgentsia: improve #limit_validation_errors() ↵Dries Buytaert2010-06-03
| | | | phpdoc.
* - Patch #774346 by jvandyk: fixed documentation.Dries Buytaert2010-05-31
|
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not ↵Dries Buytaert2010-05-19
| | | | really a theme function.
* - Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work.Dries Buytaert2010-05-17
|
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* - Patch #547490 by ugerhard, Jody Lynn, Matt V.: entering only 'Confirm ↵Dries Buytaert2010-05-07
| | | | password' field passes validation and returns success message.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #783438 by sun: Fixed #states doesn't work for #type item.Angie Byron2010-05-01
|
* #767212 by sun, rfay: Fixed #states can't hide/show fieldsets.Angie Byron2010-04-29
|
* - Patch #755030 by jhedstrom, sivaji, kkaefer: #field_prefix()/suffix is ↵Dries Buytaert2010-04-28
| | | | displayed before the label. With tests.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #776178 follow-up by David_Rothstein: Fixed PHP 5.3 warning for command line ↵Angie Byron2010-04-23
| | | | install at the root, rather than the symptom.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ↵Dries Buytaert2010-04-11
| | | | server-side enforcement of #disabled is inconsistent.
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: ↵Dries Buytaert2010-04-07
| | | | follow-up on making form element labeling more accessible.
* - Patch #760738 by yched: includes full form state in unneeded cases.Dries Buytaert2010-04-04
|
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, ↵Dries Buytaert2010-03-31
| | | | Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.