summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #57836, Remove the reference indicator from drupal_validate_form, patch by chxGerhard Killesreiter2006-04-08
|
* #57832, fix reference for forms docs, patch by MosheGerhard Killesreiter2006-04-08
|
* #57694, Class attributes form-select and form-textarea more consistent, ↵Gerhard Killesreiter2006-04-07
| | | | patch by Flanker, cleaned up by me
* #55408, hook_validate called twice, patch by chxGerhard Killesreiter2006-04-07
|
* #56921, revert earlier patches, patch by chxGerhard Killesreiter2006-04-06
|
* #54104, CSS classes broken on all form elements, patch by NedjoGerhard Killesreiter2006-04-05
|
* #56921 by chx, removing the $form = from $form = form_builder($form_id, ↵Neil Drumm2006-04-02
| | | | $form) then it works.
* #56921, break up references in _validate, patch by chxGerhard Killesreiter2006-04-02
|
* #56143 by chx: Non multiple form elements also set to arrayNeil Drumm2006-03-29
|
* #56089, fixed typo, patch by tenrapidGerhard Killesreiter2006-03-28
|
* #56089, $form['#redirect'] shouldn't be clobbered by the _submit return ↵Gerhard Killesreiter2006-03-28
| | | | value., second try, patch by chx
* #55766, Custom submit handlers get insufficient arguments, patch by AdrianGerhard Killesreiter2006-03-27
|
* #56089, $form['#redirect'] shouldn't be clobbered by the _submit return ↵Gerhard Killesreiter2006-03-27
| | | | value., patch by Adrian
* somehow escaped committing, belongs to #28625Gerhard Killesreiter2006-03-26
|
* do not allow override of #value => NULL for #type => value elementsGerhard Killesreiter2006-03-25
| | | | patch by chx
* #51303, Forms with form tokens fail validation for anonymous users when ↵Gerhard Killesreiter2006-03-20
| | | | caching is enabled, patch by chx
* #54019, Can't set classes on submit elements, patch by m3avrckGerhard Killesreiter2006-03-16
|
* #53967, form_builder checkbox/textfield/validation stuff, patch by hunmonk ↵Gerhard Killesreiter2006-03-15
| | | | and chx
* - Patch #53480 by chx et al: clean and harden form_builder for various types ↵Dries Buytaert2006-03-12
| | | | of posted elements.
* #52292 by hunmonk, multipart node forms brokenNeil Drumm2006-03-09
| | | | Adds a new form attribute that lets form writers hook into a conveniant place when the form building requires knowledge of the validation results.
* - Patch #52292 by hunmonk/chx: multipart node forms were broken.Dries Buytaert2006-03-06
|
* #52484 by chx: filter_form needs validationNeil Drumm2006-03-05
|
* - Patch #51516 by Steve Dondley: it should be possible to set errors on ↵Dries Buytaert2006-03-04
| | | | selection items.
* #48209, Prevent system module forms (system/theme settings) from saving ↵Gerhard Killesreiter2006-02-27
| | | | 'reset' to the variables table., patch by Markus Petrux
* #43826, no way to suppress form_id, patch by wtanakaGerhard Killesreiter2006-02-27
|
* - Patch #49799: fixed form goto problem (Today's critical bugfix #1.)Dries Buytaert2006-02-23
|
* - Patch #43953 by wtanaka: fixed problem with buttons on GET-forms.Dries Buytaert2006-02-21
|
* - Patch #48918 by chx: remove POST from poll.Dries Buytaert2006-02-17
|
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - Patch #45821 by jvandyk: improved 'illegcal choice in .' messagesDries Buytaert2006-02-09
|
* - Patch #47420 by m3everck: put fieldset descriptions at top.Dries Buytaert2006-02-05
|
* - Patch #47544 by Morbus: Element #name, not #id, were being passed to ↵Dries Buytaert2006-02-04
| | | | theme_form_element.
* - #42083: Form API IP should be xhtml id of <form> tagSteven Wittens2006-02-02
|
* - #39179: Allow skipping of option validation for selectsSteven Wittens2006-02-02
|
* - Patch #46255 by chx et al: don't save formapi data for user registrations.Dries Buytaert2006-01-27
|
* - Patch #45845 by Jaza: Weight elements need default value of zero.Dries Buytaert2006-01-26
|
* - Patch by chx: made form tokens work.Dries Buytaert2006-01-25
|
* - Patch #46227 by yogadex: fixed problem with form validation.Dries Buytaert2006-01-25
|
* - Patch #45793 by chx: fixed bug in user.module that results in storing ↵Dries Buytaert2006-01-24
| | | | plain text passwords.
* - Patch #36591 by chx: use session id to check form submissions, rather than ↵Dries Buytaert2006-01-24
| | | | the IP address.
* - Patch #45834 by jvandyk: removed forms API warnings.Dries Buytaert2006-01-24
|
* - Patch #45281 by flevour/chx: fixed problem with categories not being set ↵Dries Buytaert2006-01-19
| | | | properly validated.
* - Patch #45365 by chx: critical bugfix: Fix and simplify selection options.Dries Buytaert2006-01-19
|
* - Patch #45349 by Morbus Iff: input filters aren't sorting correctly ↵Dries Buytaert2006-01-19
| | | | infForms API.
* - Patch #45281 by flevour/chx: fixed problem with categories not being set ↵Dries Buytaert2006-01-18
| | | | properly on editing.
* - Patch #45224 by jvandyk: improved PHPdoc comments. Corrected spelling, ↵Dries Buytaert2006-01-18
| | | | improved grammar.
* - Patch #44771 by jvandyk: small performance improvement.Dries Buytaert2006-01-15
|
* - #44772: {} -> [] (in anticipation of PHP de-deprecation)Steven Wittens2006-01-15
|
* - Patch by Zen/drumm: fixed glitch in form_select.Dries Buytaert2006-01-13
|