summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/form.test
Commit message (Collapse)AuthorAge
* 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
* Drupal 7.27David Rothstein2014-04-16
|
* Drupal 7.26David Rothstein2014-01-15
|
* Drupal 7.24David Rothstein2013-11-20
|
* Issue #1797318 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-04-26
| | | | in form system tests
* Issue #799356 by vijaycs85, m1n0, jaffaralia, effulgentsia: Fixed ↵David Rothstein2013-04-01
| | | | _form_set_class() is too aggressive in assigning the 'error' class.
* 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 #171267 by tim.plunkett, chx, NROTC_Webmaster, dcam: Fixed form ↵David Rothstein2012-08-29
| | | | redirects removes get variables like sort and order.
* Issue #1599618 by droplet, yurtboy, Albert Volkman: Fixed Remove duplicate ↵David Rothstein2012-07-29
| | | | array keys.
* 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 #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().
* 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 #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 #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: ↵webchick2012-03-13
| | | | Fixed Regression: Required radios throw illegal choice error when none selected.
* Issue #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed ↵webchick2011-12-22
| | | | '0' not displayed as checkbox / radios options (nor as any element #title).
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #971120 by bec, dereine, bojanz, chx: Fixed Radio button values get run ↵Angie Byron2010-12-30
| | | | through check_plain() twice
* #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install ↵Angie Byron2010-12-21
| | | | fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions)
* #954804 follow-up by effulgentsia: Fix bugs related to library weighting.Angie Byron2010-12-21
|
* #977184 by Stevel. Mark Trapp: Fixed test that failed in PHP 5.3 environments.Angie Byron2010-11-21
|
* #953914 by chx, yched, effulgentsia, pifantastic: Fixed ↵Angie Byron2010-11-15
| | | | #limit_validation_errors fails is parents array contains numeric indexes.
* - Patch #915936 by sun: make it easier to define checkboxes/radios with ↵Dries Buytaert2010-11-07
| | | | customized sub-elements.
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* #917220 by Everett Zufelt, mgifford: Invisible elements should appear before ↵Angie Byron2010-10-01
| | | | form elements.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Actual commit so we have proper credit.)
* - Patch #789186 by effulgentsia: improve drupalPostAJAX() to be used more ↵Dries Buytaert2010-09-19
| | | | easily, leading to better AJAX test coverage. (Rollback)
* - Removing and adding files per #885228.Dries Buytaert2010-09-19
|
* #734234 by quicksketch, moonray, Melissamcewen, ekes, flobruit: Fixed Radio ↵Angie Byron2010-09-13
| | | | buttons throw warning in element_children() if keyed with '' (empty string).
* - 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.
* #763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not ↵Angie Byron2010-08-27
| | | | validated form values appear in ().
* - 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
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements ↵Dries Buytaert2010-07-31
| | | | not properly rendered.
* - 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.
* - 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.