Commit Graph

595 Commits (1fea8c83c9bcd26b709f709ac05470fcd97f001f)

Author SHA1 Message Date
David Rothstein 25512367f8 Issue #2599326 by Blanca.Esqueda, David_Rothstein: Fix autocomplete functionality on servers that are not configured to automatically recognize index.php 2016-02-01 00:02:45 -05:00
David Rothstein 7126a14cba Issue #2547691 by snehi, er.pushpinderrana, visabhishek, ipun.amin, edxxu, jhodgdon, cilefen, ttkaminski: Fix documentation typo regarding #theme_wrappers 2016-01-30 17:56:02 -05:00
David Rothstein 731dfacab8 Merge tag '7.39' into 7.x
7.39 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2015-08-19 17:22:37 -04:00
David Rothstein be00a1ced4 Drupal 7.39 2015-08-19 17:20:31 -04:00
Jennifer Hodgdon 98bd1123ea Issue #2425325 by cleaver, JacobSanford: Batch API example code has wrong finished callback 2015-05-14 08:31:38 -07:00
David Rothstein 1a17a80458 Issue #2428399 by joshi.rohit100, SkidNCrashwell, Sagar Ramgade, er.pushpinderrana, Dom.: Default empty option label text different in documentation than in reality 2015-05-04 22:26:00 -04:00
Jennifer Hodgdon ea85d7c8e6 Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the" 2015-02-17 16:37:26 -08:00
David Rothstein 8bbc2d2ea0 Issue #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: 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 2014-12-01 18:33:09 -05:00
David Rothstein bc7940aa6a Issue #2058761 by kirby14, thedavidmeister: PHP notice when #attributes is not set with #theme_wrappers 'container'. 2014-11-02 14:57:43 -05:00
Jennifer Hodgdon f2c8d9550e Issue #2283675 by er.pushpinderrana, amitgoyal, mparker17, joachim, mmarquez: Document how optgroups are generated in form_select_options() 2014-09-26 07:32:17 -07:00
David Rothstein 83b80acad8 Drupal 7.29 2014-07-16 16:03:02 -04:00
David Rothstein 36ed5e2ef5 Merge tag '7.27' into 7.x
7.27 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2014-04-16 17:48:42 -04:00
David Rothstein 6642fbc700 Drupal 7.27 2014-04-16 17:44:34 -04:00
Jennifer Hodgdon 0fd15aaba9 Issue #1948566 by joachim: Document batch API callbacks using new standard 2014-02-12 16:47:24 -08:00
Jennifer Hodgdon 7b794acfa0 Issue #1999074 by adaminnes, sarahdavies: Fix formatting at end of Form Builder topic docs 2014-01-30 09:16:50 -08:00
Jennifer Hodgdon 8889a5d168 Issue #2031755 by mpv: Fix documentation of theme_checkbox() 2014-01-30 09:13:55 -08:00
David Rothstein dc791ec583 Drupal 7.26 2014-01-15 14:43:16 -05:00
David Rothstein 782d1155c6 Drupal 7.24 2013-11-20 15:45:59 -05:00
Jennifer Hodgdon d8f08eb76e Issue #1204784 by bdgreen, Kevin Morse, valthebald, kiamlaluno, droplet: Fix code comment in drupal_retrieve_form 2013-05-13 11:19:38 -07:00
David Rothstein 154389daa5 Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed _form_set_class() is too aggressive in assigning the 'error' class. 2013-04-01 17:47:54 -04:00
David Rothstein 9ae47eaa71 Issue #1886812 by kiamlaluno: theme_form_element() initialize a variable that is never used. 2013-03-10 21:28:41 -04:00
David Rothstein ec118af13b Issue #1886796 by kiamlaluno: Fixed theme_checkbox() initialize a variable that is never used. 2013-03-10 21:23:15 -04:00
Jennifer Hodgdon cc65ed1091 Issue #1888454 by kiamlaluno: Remove irrelevant information from form_process_vertical_tabs() documentation 2013-01-16 09:43:40 -08:00
Jennifer Hodgdon 7740ba5e23 Issue #1492378 by kbasarab: follow-up docs correction on autocomplete paths 2012-11-10 07:19:11 -08:00
David Rothstein 01f18eb540 Issue #1785436 by Boobaa: Fixed Submission of #required elements without #title and empty value does not display any error. 2012-11-04 22:50:24 -05:00
David Rothstein 577bfdc670 Issue #1414510 by andypost, Spleshka, perelman.yuval, tim.plunkett: Fixed Remove drupal_reset_static() for drupal_html_id() when form validation fails. 2012-11-04 14:18:03 -05:00
webchick b96d440d8a Revert "Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, 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 d462cafd50.
2012-10-16 10:44:01 -07:00
webchick d462cafd50 Issue #1742438 by larowlan, Christian Biggins, kim.pepper, dcam, Everett Zufelt, mgifford: Fixed Vertical tabs header and container rendered even when no vertical tabs. 2012-10-11 15:04:13 -07:00
Jennifer Hodgdon e27ec205f7 Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
Jennifer Hodgdon 994b2b3d4b Issue #1492378 by tim.plunkett, scottalan, xjm: Document how to use slashes in autocompletes 2012-10-08 16:45:55 -07:00
Jennifer Hodgdon e1a760f48e Issue #699604 by cam8001, nmudgal: Use file name for links to form API reference instead of full URL 2012-09-04 09:44:08 -07:00
Jennifer Hodgdon 634b15e23d Issue #1706926 by Ivan Zugec, eddie_c: Fix docs for theme_tableselect to have working code example 2012-08-29 11:03:15 -07:00
David Rothstein 50fce517e5 Issue #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form redirects removes get variables like sort and order. 2012-08-29 10:42:39 -04:00
Jennifer Hodgdon 101c75d3f1 Issue #1627654 by jhodgdon, marcin.wosinek: Fix up docs in drupal_redirect_form for accuracy 2012-08-20 09:51:29 -07:00
Jennifer Hodgdon 5520fb4105 Issue #1705042 by aspilicious: Fix typo in form_load_include docs 2012-07-30 11:32:26 -07:00
David Rothstein 7a3d48e2b9 Issue #1659000 by sun: Fixed $form_id is not recorded/provided in $form_state['build_info']. 2012-07-29 23:40:18 -04:00
David Rothstein 4d26c301ac Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() is polluting form values. 2012-07-29 20:02:07 -04:00
David Rothstein 331a3756c3 Issue #811542 by David_Rothstein, attiks, thekevinday, effulgentsia, chx: Fixed Regression: Optional radio buttons with an empty, non-NULL default value led to an illegal choice error when none were selected. 2012-07-29 16:05:06 -04:00
David Rothstein 121b348394 Issue #1591726 by sun, tim.plunkett: Fixed Missing form_id, form_build_id, and form_token when using custom #parents and #tree = TRUE on $form itself. 2012-06-12 10:32:30 -04:00
Jennifer Hodgdon c8a1f5bc81 Issue #1601136 by Chaulky: Fix param docs in drupal_validate_form function 2012-05-30 08:50:17 -07:00
webchick bd7712385a Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. 2012-04-30 21:51:35 -07:00
webchick 6c4381e1c1 Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in form_pre_render_conditional_form_element(). 2012-04-12 00:30:24 -07:00
Jennifer Hodgdon 7f4a682a1d Issue #1516934 by jmarkel: Fix up docs for batch_set() 2012-04-11 09:10:34 -07:00
webchick e224129315 Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025."
This reverts commit ea8e74bbd4.
2012-03-25 10:29:38 -06:00
webchick f26da2d1ef Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine names for fields. 2012-03-24 00:18:48 -06:00
webchick ea8e74bbd4 Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025. 2012-03-23 00:32:11 -06:00
Jennifer Hodgdon 93eb34d8d6 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:39:24 -07:00
webchick 1569c4bde2 Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: Fixed Regression: Required radios throw illegal choice error when none selected. 2012-03-13 09:41:32 -07:00
Jennifer Hodgdon b5dc528a66 Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes directory files d-g 2012-03-12 08:05:51 -07:00
Dries bb15ceb026 - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'. 2012-02-16 22:59:34 -05:00