summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* - Patch #80860 by eaton et al: use form API multistep for poll.moduleDries Buytaert2006-08-30
|
* #81193 by chx. Pass $edit to #process functions.Neil Drumm2006-08-30
|
* #80574 Eaton and chx. Replace $_POST['edit'] with $_POST.Neil Drumm2006-08-29
|
* - Patch #80895 by webchick et al: make it easier to disable form elements.Dries Buytaert2006-08-27
|
* - Patch #38454 by drumm, jaza, webchick, timnc et al: add field pre- and ↵Dries Buytaert2006-08-26
| | | | suffixes to textfields.
* #79937 by Eaton and chx. Provide a convenient framework for multi-step forms.Neil Drumm2006-08-25
|
* #80471 by Eaton and chx. Fix handling of default values in programmatically ↵Neil Drumm2006-08-25
| | | | submitted forms.
* #79577 by chx. Cleanup- remove $posted and only set $edit if needed.Neil Drumm2006-08-23
|
* - Patch 79614 by justin: make redirection work.Dries Buytaert2006-08-22
|
* - Patch #76444 by chx, moshe, eaton, angie et al: make it possible to ↵Dries Buytaert2006-08-22
| | | | control access to form elements.
* #79511 by timcn. Clean up some notices.Neil Drumm2006-08-21
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* #73884 by RobRoy, various code cleanup.Neil Drumm2006-08-05
|
* - Forgot this with last commit.Dries Buytaert2006-08-03
|
* - Patch #74660 by Eaton: make drupal_get_form() more granular and improved ↵Dries Buytaert2006-07-22
| | | | the code comments.
* #73609 by jvandyk, add a comment explaining token unsetting.Neil Drumm2006-07-19
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #69403 by webchick, adoid overriding #theme set by hook_form_alter().Neil Drumm2006-07-04
|
* #63990 by Heine and chx, allow commenting on nodes containing formsNeil Drumm2006-07-02
|
* #34434 by beginner, fix an incorrect array key check.Neil Drumm2006-07-02
|
* #71772 by Bart Jansens, fix various php warningsNeil Drumm2006-07-02
|
* #34434 by beginner, properly initialize a variable.Neil Drumm2006-06-23
|
* #62366 by malex, Steven, and fgm: XHTML error, duplicate ids on hidden form ↵Neil Drumm2006-05-23
| | | | id element.
* #64583 by Jaza, Themed form element output of '0' does not get printed.Neil Drumm2006-05-23
|
* - Patch #63704 by chx: fixed the order of validation. (Needs more ↵Dries Buytaert2006-05-16
| | | | wide-spread testing before being backported to DRUPAL-4-7.)
* #62829 by Jaza, Multi selects in hook_settings are brokenNeil Drumm2006-05-16
|
* - Patch #63251 by sammys: added validation of dates.Dries Buytaert2006-05-15
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #57834 by chx, Replace theme_weight with more appropriate process_weightNeil Drumm2006-05-04
|
* #56508 by chx (modified), Remove notices from form.inc and move ↵Neil Drumm2006-05-02
| | | | theme_form_element from theme.inc to form.inc.
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60797, moved comment, patch by Zen
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60797, leftovers, patch from chx
* #60797, theme('taxonomy_term_select', $element) called, but output is ↵Gerhard Killesreiter2006-04-28
| | | | ignored, patch by chx
* #60370: #theme callback on element brokenSteven Wittens2006-04-26
|
* #58059: Fix bug with IE not sending form button values when pressing enter.Steven Wittens2006-04-26
|
* #60338, better name for #form_submitted, patch by chxGerhard Killesreiter2006-04-25
|
* #60267, user password get lost if editing user account, patch by JazaGerhard Killesreiter2006-04-25
|
* #59960, Can't store the value of submit, patch by ZenGerhard Killesreiter2006-04-25
|
* - Patch #60017 by praseodym: add id's to hidden form fiels. Useful for ↵Dries Buytaert2006-04-24
| | | | Javascript purposes.
* #59526, password_confirm fields don't flag error when required and empty, ↵Gerhard Killesreiter2006-04-22
| | | | patch by sammys
* #47544, Checkboxes, radios, and improper use of LABELs., patch by ZenGerhard Killesreiter2006-04-21
|
* #59528, password_confirm fields don't highlight errors, patch by sammysGerhard Killesreiter2006-04-20
|
* #58221, Turn #after_build into a functions array in order to make validation ↵Gerhard Killesreiter2006-04-20
| | | | | | of date fields possible. Patch by yched, tenrapid Also makes forms API more consistent (see #pre_render)
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #56921: Remove all reference magic from form api. w00t.Steven Wittens2006-04-15
|
* #58586, code simplification, patch by chxGerhard Killesreiter2006-04-13
|
* #58586, Checkbox element is broken, patch by chxGerhard Killesreiter2006-04-13
|
* #58536, A #required element always needs validation, patch by chxGerhard Killesreiter2006-04-13
| | | | fixes checkboxes, radios, and selects.