summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* - 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
|
* - Patch #35724 by asimmonds: fixed handling of empty form fields.Dries Buytaert2005-11-21
|
* - Patch #37401 by webchick: fixed dependency of date selection form element ↵Dries Buytaert2005-11-21
| | | | on profile module.
* - Patch #37915 by chx: improved readability of forms API.Dries Buytaert2005-11-18
|
* #37078: forms api does not respect form_id when populating from ['edit'] or ↵Steven Wittens2005-11-12
| | | | validating
* - Patch #36829 by hunmonk: current form_id_form_alter will cause name ↵Dries Buytaert2005-11-08
| | | | collisions.
* - Patch #36606 by hunmonk: validation callback functions can't be overridden.Dries Buytaert2005-11-08
|
* - Patch #36407 by DriesK: make sure the private key is set.Dries Buytaert2005-11-06
|
* - Patch #35816 by chx: fixed problem with checkbox handling in the form API.Dries Buytaert2005-11-03
|
* - Patch #35874 by asimmonds: added missing $Id$ tags.Dries Buytaert2005-11-01
|
* - Patch #35630 by adrian: fixed problem with how form trees are build.Dries Buytaert2005-10-29
|
* - Remove left over class from form api conversionSteven Wittens2005-10-26
|
* - #35264: More form api fixesSteven Wittens2005-10-26
|
* - #33433: More form API fixes, and error handling improvements by Chx.Steven Wittens2005-10-13
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Second batch of form API fixes by chx.Dries Buytaert2005-10-09
|
* - Patch #33433 by chx: fixed a number of form API problems.Dries Buytaert2005-10-08
| | | | | | | | | | | * Default form value * Leftover debug function in form.inc * PHP5 issue with comment date (I got this patch from another issue) * Validation error fix (was calling legacy form validate) * Lots o' warnings on comment preview * Filter tips plus argument (gremlins. I swear this was not there.) * Message to clear what's going on with system settings * Non-freetagging taxonomies fixed
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.