summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/form.test
Commit message (Collapse)AuthorAge
...
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - 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 #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed ↵Dries Buytaert2010-04-11
| | | | server-side enforcement of #disabled is inconsistent.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: ↵Dries Buytaert2010-04-07
| | | | follow-up on making form element labeling more accessible.
* - 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.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #735808 by fago: fix multiple field value form to work with form API ↵Dries Buytaert2010-03-21
| | | | persistence. Added tests.
* - Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, ↵Dries Buytaert2010-03-12
| | | | effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them.
* #260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call ↵Angie Byron2010-03-07
| | | | drupal_validate_form() on the same form more than once.
* - Rollback #642820 -- test results were green but actually failed.Dries Buytaert2010-02-12
|
* - Patch #642820 by c960657: fixed PHP notices when submitting form with ↵Dries Buytaert2010-02-12
| | | | disabled checkbox.
* #567192 follow-up by Berdir: Remove tests for functionality that has not yet ↵Angie Byron2010-02-08
| | | | been committed. Oopsie.
* #567192 by mgifford: Fixed Expanding simpletest groups not accessible via ↵Angie Byron2010-02-07
| | | | keyboard.
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* #410926 by Damien Tournoud: Tests to ensure disabled Form API fields are ↵Angie Byron2009-12-08
| | | | working properly.
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* - Patch #642702 by sun: form validation handlers cannot alter structure.Dries Buytaert2009-11-28
|
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed ↵Angie Byron2009-11-15
| | | | Required radios/checkboxes are not validated.
* - Rollback of #447816.Dries Buytaert2009-11-12
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #571086 follow-up by sun: Allow specifying a 'wrapper callback' before ↵Angie Byron2009-11-04
| | | | executing a form builder function.
* #582584 by dww, Jacine, and chx: Move required form element marker into its ↵Angie Byron2009-11-02
| | | | own theme function.
* - Patch #594650 by sun, c960657: provide central ()['values'] clearance.Dries Buytaert2009-10-15
|
* - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵Dries Buytaert2009-10-03
| | | | added drupal_css_class() to clean class names and rename form_clean_id().
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #582956 by dww | Damien Tournoud: fixed ↵Dries Buytaert2009-09-25
| | | | FormsTestCase::testRequiredFields().
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | 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.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests ↵Dries Buytaert2009-05-25
| | | | backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #453962 by neclimdul: Change all instances of getInfo() to static functions.Angie Byron2009-05-06
|
* - Patch #408024 by brianV et al: rename drupal_execute() to ↵Dries Buytaert2009-04-29
| | | | drupal_submit_form().
* - Patch #302240 by fago: fixed various problems with form storage and added ↵Dries Buytaert2009-04-22
| | | | tests. Yay.
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵Angie Byron2009-03-28
| | | | to be performed within batch API (with tests).
* #402804 by roychri and Damien Tournoud: Add assertions to check if text was ↵Angie Byron2009-03-17
| | | | found only once or more than once.
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).