summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #42105 by chx / merlinofchaos: made form elements themable.Dries Buytaert2006-01-10
|
* - Patch #40927 by vhmauery: added attributes for files. Required for some ↵Dries Buytaert2006-01-09
| | | | contributed modules to work.
* - Patch #43835 by jakeg: critical bugfix: fixed admin/modules.Dries Buytaert2006-01-08
|
* - Patch #35570 by ccourtne and Steve: forms API does not adhere ↵Dries Buytaert2006-01-08
| | | | #return_value for checkboxes.
* - Patch #39179 by chx; make optgroups work with choice checker.Dries Buytaert2006-01-06
|
* - Patch #43429 by drumm: bug fix: made comparison of checkboxes more strict.Dries Buytaert2006-01-05
|
* - Patch #42057 by hunmonk and chx: made saving user accounts work again.Dries Buytaert2006-01-02
|
* - Patch #37494 by darius / chx: fixed problem with dates.Dries Buytaert2006-01-02
|
* - #42446: Resizable textareas.Steven Wittens2005-12-29
|
* - Patch #39179 by chx et al: fix checkboxes #default_values.Dries Buytaert2005-12-26
|
* - Patch #41023 by wtanaka: custom form elements can't cleanly set a value ↵Dries Buytaert2005-12-19
| | | | for themselves.
* - Patch #39179 by chx: improved validation of forms.Dries Buytaert2005-12-19
|
* - Patch #40813: Taxonomy forms should be in a fieldset.Dries Buytaert2005-12-16
|
* - Patch #40486 by chx/netbjarne: duplicate form id's breaks html validation.Dries Buytaert2005-12-15
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40765 by chx: fixed problem with form types.Dries Buytaert2005-12-14
|
* - Patch #39875 by chx: make form sorting work with PHP5.Dries Buytaert2005-12-05
|
* - Unrolled chx's form sort patch.Dries Buytaert2005-12-05
|
* - Patch #39875 by chx: form_sort is broken with PHP5.Dries Buytaert2005-12-05
|
* - Patch #39989 by hunmonk: can't pass args properly to #process callback.Dries Buytaert2005-12-05
|
* - Patch #39085 by chx/angie: simplified #tree-#parent code.Dries Buytaert2005-12-04
|
* - Patch #39155 by Alex/chx: #validate, #submit, #process consistencyDries Buytaert2005-12-03
|
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - Patch #38038: hook_elements override instead of merge.Dries Buytaert2005-11-28
|
* - Patch by chx: fixed form validation.Dries Buytaert2005-11-23
|
* - Patch #38349 by hunmonk:Dries Buytaert2005-11-22
| | | | | | | | 1. hook_form_validate_alter and hook_form_execute_alter have been eliminated. there usage was limiting and a bit confusing. now, only hook_form_alter remains 2. replacing those hooks are the #validate and #execute attributes. these can be used either when building the form in a module, or via hook_form_alter. these attributes are built in array form, to allow for flexibility in how they are called. for example, a module could simply add an element to the #validate array via hook_form_alter if it wished to perform additional validation, or it could redeclare the entire #validate array if it wanted to override any existing validation 3. attributes #validation_arguments and #execution_arguments have been added to allow args to be used w/ custom validation and execution functions. this are also declared in array format 4. renamed #valid attribute to #validation. this doesn't cause any conflicts, and makes the naming convention more consistent 5. renamed the existing #execute attribute associated w/ submit buttons to #submit
* - Patch #35863 by chx: add link to forms API documentationDries Buytaert2005-11-21
|
* - Patch #37752 by chx and Richard: renamed #post_process to #after_build.Dries Buytaert2005-11-21
|