summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* #467296 by Frank Ralf, mgifford, Everett Zufelt, Cliff,seutje, Bojhan, ↵Angie Byron2010-03-30
| | | | kat3_drx, et al: Accessibility improvements for vertical tabs.
* - 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 #667944 by sun: Javascript #states cannot hide fieldsets, radios, ↵Dries Buytaert2010-03-26
| | | | checkboxes.
* #335035 follow-up by andypost: Fixed failure in tests.Angie Byron2010-03-13
|
* - 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.
* - Patch #131432 by dereine, alienbrain, sun: #field_prefix() and ↵Dries Buytaert2010-03-11
| | | | #field_suffix() work on textfields only.
* - Patch #735628 by sun, Jacine: resizable textarea behavior leads to ↵Dries Buytaert2010-03-09
| | | | unpredictable results.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #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.
* - Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was ↵Dries Buytaert2010-03-06
| | | | incorrect.
* - Patch #727126 by jhodgdon: fixed drupal_execute()/drupal_form_submit() ↵Dries Buytaert2010-03-04
| | | | documentation.
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #648170 by fago, sun: form constructors cannot enable form caching ↵Dries Buytaert2010-03-03
| | | | or form rebuilding.
* - 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.
* #539220 follow-up by mr.baileys: Fix test failures.Angie Byron2010-02-04
|
* - Patch #539220 by dww, mr.baileys: missing validation handlers should not ↵Dries Buytaert2010-02-01
| | | | be silently ignored by FAPI.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* #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 #357021 by Kars-T, yched: fixed #after_build_done() set after first ↵Dries Buytaert2010-01-02
| | | | after_build() function was run, instead of all after_build() functions.
* - Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to ↵Dries Buytaert2009-12-29
| | | | use new static caching API.
* - Patch #190867 by David_Rothstein: fixed function name.Dries Buytaert2009-12-17
|
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* - Patch #644648 by sun: cleaned up, documented, and corrected some ↵Dries Buytaert2009-12-14
| | | | ['#token'] code.
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* #658032 by Arancaytar: Fixed theme_tableselect() does not pass on ↵Angie Byron2009-12-13
| | | | #attributes key.
* - Patch #570314 by jhodgdon: more details for form_set_value() documentation.Dries Buytaert2009-12-05
|
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #520946 by jhodgdon: fixed error in API documentation of ↵Dries Buytaert2009-12-04
| | | | form_set_error().
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #647130 by fago, sun: cache only once when rebuilding a form.Dries Buytaert2009-12-01
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-30
|
* - Patch #642702 by sun: form validation handlers cannot alter structure.Dries Buytaert2009-11-28
|
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-27
|
* - Patch #641544 by yched:FAPI #type 'container' ids generated twice.Dries Buytaert2009-11-24
|
* - Patch #640050 by heyrocker: example code for drupal_form_submit() was ↵Dries Buytaert2009-11-23
| | | | incorrect.
* - Patch #639704 by casey: removed dead code from form_process_date().Dries Buytaert2009-11-22
|
* - Patch #639418 by sun: #array_parents() do not always map to actual form ↵Dries Buytaert2009-11-22
| | | | structure.
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #601806 by sun, effulgentsia, and Damien Tournoud: drupal_render() should ↵Angie Byron2009-11-16
| | | | not set default element properties that make no sense.
* #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 #619902 by sun: performance improvement: dashboard, region and block ↵Dries Buytaert2009-11-11
| | | | building had unnecessary function calls.