summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
* Issue #2599326 by Blanca.Esqueda, David_Rothstein: Fix autocomplete ↵David Rothstein2016-02-01
| | | | functionality on servers that are not configured to automatically recognize index.php
* Issue #2547691 by snehi, er.pushpinderrana, visabhishek, ipun.amin, edxxu, ↵David Rothstein2016-01-30
| | | | jhodgdon, cilefen, ttkaminski: Fix documentation typo regarding #theme_wrappers
* Merge tag '7.39' into 7.xDavid Rothstein2015-08-19
|\ | | | | | | | | | | | | | | 7.39 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.39David Rothstein2015-08-19
| |
* | Issue #2425325 by cleaver, JacobSanford: Batch API example code has wrong ↵Jennifer Hodgdon2015-05-14
|/ | | | finished callback
* Issue #2428399 by joshi.rohit100, SkidNCrashwell, Sagar Ramgade, ↵David Rothstein2015-05-04
| | | | er.pushpinderrana, Dom.: Default empty option label text different in documentation than in reality
* Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"Jennifer Hodgdon2015-02-17
|
* Issue #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: ↵David Rothstein2014-12-01
| | | | Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields
* Issue #2058761 by kirby14, thedavidmeister: PHP notice when #attributes is ↵David Rothstein2014-11-02
| | | | not set with #theme_wrappers 'container'.
* Issue #2283675 by er.pushpinderrana, amitgoyal, mparker17, joachim, ↵Jennifer Hodgdon2014-09-26
| | | | mmarquez: Document how optgroups are generated in form_select_options()
* Drupal 7.29David Rothstein2014-07-16
|
* Merge tag '7.27' into 7.xDavid Rothstein2014-04-16
|\ | | | | | | | | | | | | | | 7.27 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.27David Rothstein2014-04-16
| |
* | Issue #1948566 by joachim: Document batch API callbacks using new standardJennifer Hodgdon2014-02-12
| |
* | Issue #1999074 by adaminnes, sarahdavies: Fix formatting at end of Form ↵Jennifer Hodgdon2014-01-30
| | | | | | | | Builder topic docs
* | Issue #2031755 by mpv: Fix documentation of theme_checkbox()Jennifer Hodgdon2014-01-30
|/
* Drupal 7.26David Rothstein2014-01-15
|
* Drupal 7.24David Rothstein2013-11-20
|
* Issue #1204784 by bdgreen, Kevin Morse, valthebald, kiamlaluno, droplet: Fix ↵Jennifer Hodgdon2013-05-13
| | | | code comment in drupal_retrieve_form
* Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed ↵David Rothstein2013-04-01
| | | | _form_set_class() is too aggressive in assigning the 'error' class.
* Issue #1886812 by kiamlaluno: theme_form_element() initialize a variable ↵David Rothstein2013-03-10
| | | | that is never used.
* Issue #1886796 by kiamlaluno: Fixed theme_checkbox() initialize a variable ↵David Rothstein2013-03-10
| | | | that is never used.
* Issue #1888454 by kiamlaluno: Remove irrelevant information from ↵Jennifer Hodgdon2013-01-16
| | | | form_process_vertical_tabs() documentation
* Issue #1492378 by kbasarab: follow-up docs correction on autocomplete pathsJennifer Hodgdon2012-11-10
|
* Issue #1785436 by Boobaa: Fixed Submission of #required elements without ↵David Rothstein2012-11-04
| | | | #title and empty value does not display any error.
* Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed ↵David Rothstein2012-11-04
| | | | Remove drupal_reset_static() for drupal_html_id() when form validation fails.
* Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, ↵webchick2012-10-16
| | | | | | | | Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs." Concerns raised in http://drupal.org/node/1742438#comment-6609888 that this breaks backwards compatibility. This reverts commit d462cafd50d5f7cbaab61f2cd271e3a5bc1df718.
* Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett ↵webchick2012-10-11
| | | | Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs.
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #1492378 by tim.plunkett, scottalan, xjm: Document how to use slashes ↵Jennifer Hodgdon2012-10-08
| | | | in autocompletes
* Issue #699604 by cam8001, nmudgal: Use file name for links to form API ↵Jennifer Hodgdon2012-09-04
| | | | reference instead of full URL
* Issue #1706926 by Ivan Zugec, eddie_c: Fix docs for theme_tableselect to ↵Jennifer Hodgdon2012-08-29
| | | | have working code example
* Issue #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form ↵David Rothstein2012-08-29
| | | | redirects removes get variables like sort and order.
* Issue #1627654 by jhodgdon, marcin.wosinek: Fix up docs in ↵Jennifer Hodgdon2012-08-20
| | | | drupal_redirect_form for accuracy
* Issue #1705042 by aspilicious: Fix typo in form_load_include docsJennifer Hodgdon2012-07-30
|
* Issue #1659000 by sun: Fixed $form_id is not recorded/provided in ↵David Rothstein2012-07-29
| | | | $form_state['build_info'].
* Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() ↵David Rothstein2012-07-29
| | | | is polluting form values.
* Issue #811542 by David_Rothstein, attiks, thekevinday, effulgentsia, chx: ↵David Rothstein2012-07-29
| | | | Fixed Regression: Optional radio buttons with an empty, non-NULL default value led to an illegal choice error when none were selected.
* Issue #1591726 by sun, tim.plunkett: Fixed Missing form_id, form_build_id, ↵David Rothstein2012-06-12
| | | | and form_token when using custom #parents and #tree = TRUE on $form itself.
* Issue #1601136 by Chaulky: Fix param docs in drupal_validate_form functionJennifer Hodgdon2012-05-30
|
* Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.webchick2012-04-30
|
* Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in ↵webchick2012-04-12
| | | | form_pre_render_conditional_form_element().
* Issue #1516934 by jmarkel: Fix up docs for batch_set()Jennifer Hodgdon2012-04-11
|
* Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin ↵webchick2012-03-25
| | | | | | Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025." This reverts commit ea8e74bbd494ce2f8d6e5bf38e1596fe014a1b85.
* Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine ↵webchick2012-03-24
| | | | names for fields.
* Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, ↵webchick2012-03-23
| | | | tstoeckler: Fixed PHP error because of typo in form.inc line 3025.
* Issue #1488668 by chertzog: Add checked property to docs of theme_checkboxJennifer Hodgdon2012-03-18
|
* Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: ↵webchick2012-03-13
| | | | Fixed Regression: Required radios throw illegal choice error when none selected.
* Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes ↵Jennifer Hodgdon2012-03-12
| | | | directory files d-g
* - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): ↵Dries2012-02-16
| | | | change 'his' to 'its'.