Commit Graph

190 Commits (095c1796e3980c50c9e6b51e077c4877a54bd76f)

Author SHA1 Message Date
Neil Drumm d33a7a8fc5 #150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix). Backport #367689 by gollyg. 2009-02-26 05:50:33 +00:00
Neil Drumm fe8b29d356 #348269 by Darren Oh. Add missing * in the expand_password_confirm() comment. 2008-12-21 02:38:53 +00:00
Neil Drumm fa1a0765b9 #181831 by Rob Loach. Backport of #130630 by chx: provide an id on the form item wrapper div. 2008-09-15 06:03:17 +00:00
Neil Drumm a26a01809b #117748 by webchick, Pancho, Rob Loach, pwolanin: required field values were not properly trim()ed on validation 2008-08-04 04:00:24 +00:00
Neil Drumm 67f7687c31 #194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing 2007-12-27 08:41:52 +00:00
Neil Drumm 0c37f209b4 Patch #168829 by Neil Drumm: fixed link in documentation. 2007-11-10 02:24:47 +00:00
Neil Drumm b4ecbda989 Drupal 5.2 2007-07-26 19:16:50 +00:00
Neil Drumm 0cc88e871d #136067 by mkalkbrenner. Allow password confirm fields to be marked as required. 2007-06-14 06:27:45 +00:00
Neil Drumm dae9476d3b #133189 by Darren Oh. More forgiving test for empty date values. 2007-05-07 04:04:48 +00:00
Neil Drumm cbc3f80908 #141636 by Heine. Remove the duplicate submission check; it is an API change that should not have gone in. 2007-05-07 03:28:03 +00:00
Neil Drumm c45ff593ac - Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
Backport from HEAD.
2007-04-24 07:33:33 +00:00
Neil Drumm b6d1519b35 - Patch #125418 by hunmonk: make #skip_duplicate_check easier to use.
Backport from HEAD
2007-03-09 04:05:35 +00:00
Neil Drumm a1614b8f51 #52878 by ChrisKennedy. Make nicer links in function documentation. 2007-03-07 03:55:13 +00:00
Neil Drumm 9e775261bb #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent multiple form processing: causing duplication of nodes/users.
Backport from HEAD.
2007-02-27 19:58:10 +00:00
Neil Drumm 12bd111762 500-7002-AS 2007-01-29 21:51:53 +00:00
Dries Buytaert 7c507138b6 - Patch #109125 by Eaton: Multistep forms lose context on validation errors. 2007-01-29 19:10:03 +00:00
Dries Buytaert c265b09be9 - Patch #111289 by jvandyk: form.inc cleanup. 2007-01-23 19:18:11 +00:00
Steven Wittens d351a2218a #109326: #id attribute not output for buttons. 2007-01-15 04:09:40 +00:00
Steven Wittens 36cd6b2b21 #107966: Make login fields consistent size. 2007-01-11 03:24:42 +00:00
Steven Wittens eb28074aa3 #108320: Form API optimization, don't call element_sort unless needed. 2007-01-10 23:30:07 +00:00
Dries Buytaert da55db28f9 - Patch #24023 by dww: rename form_get_option_key() and fix its behavior. 2007-01-05 19:08:30 +00:00
Neil Drumm 8bd5340561 #98720 by chx. Better checking of selected options. 2007-01-02 05:58:53 +00:00
Dries Buytaert ce2088e817 - Patch #105454 by kkaefer, ChrisKennedy, RobRoy et al: fixed update paths. 2006-12-29 18:58:48 +00:00
Steven Wittens bc82525c95 #24023 (follow up): Add API function for dealing with form API #options arrays. 2006-12-29 00:19:58 +00:00
Dries Buytaert d5fb9a2398 - Patch #104598 by ChrisKennedy: validate max length of textfields. 2006-12-21 16:16:44 +00:00
Steven Wittens bda8b0fdb5 #40871: Allow class on checkboxes/radios group container. 2006-12-12 10:01:38 +00:00
Steven Wittens 655c138813 #72003: Remove spaces in autogenerated form #ids 2006-12-12 09:39:50 +00:00
Steven Wittens f7b6070551 #102718: Fix multistep form API argument passing. 2006-12-12 04:52:38 +00:00
Dries Buytaert 7af1ba1e04 - Patch #99087 by Eaton, grugnog2 et al: multistep forms shouldn't fill the session table. 2006-12-06 15:49:45 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Neil Drumm 8bf48bf999 #99645 by chx. Reshuffle some comments. 2006-11-26 22:35:20 +00:00
Neil Drumm e2efd524d0 #93816 by lyricnz. PHP notice cleanup. 2006-11-16 09:06:59 +00:00
Neil Drumm 0accf8fe1e #90508 by Heine and the security team. Every form gets a token. 2006-10-31 08:06:18 +00:00
Neil Drumm bda84648e2 #24023 by vhmauery. Properly handle object option flattening. 2006-10-31 07:37:25 +00:00
Neil Drumm 2ac86c8862 #24023 by chx. Allow multiple select options with the same value and implement it for taxonomy selection. 2006-10-20 20:55:03 +00:00
Dries Buytaert 91fa912747 - Patch #80749 by wdp: don't generate empty attributes. 2006-10-18 11:43:27 +00:00
Dries Buytaert 875e99befe - Patch #88109 by Eaton, chx et al: FormAPI 2.0 doesn't support dynamic form ids. 2006-10-12 20:36:51 +00:00
Steven Wittens 4bd256a20f #85166: div around radios (checkboxes) and tweak margins 2006-10-03 00:17:52 +00:00
Dries Buytaert 669fc40be0 - Patch #85584 by erdemkose: bugfix: pass to the form. 2006-10-02 11:49:50 +00:00
Dries Buytaert 269856e5e7 - Patch #85166 by jjeff: added an extra div to enable Javascript-ify checkboxes. 2006-09-26 14:20:20 +00:00
Neil Drumm 88d14981f2 #84111 by AjK. Be sure to get the right multistep form. 2006-09-23 07:50:16 +00:00
Dries Buytaert 35c33e3cf5 - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch. 2006-09-09 08:25:24 +00:00
Neil Drumm 77354a34e5 #49443 by Ralf Stamm and webchick. Make default date format consistent. 2006-09-06 06:53:39 +00:00
Dries Buytaert 583701741a - Patch #80470 by Eaton et al: better handling of programmatic submission. 2006-08-31 14:59:28 +00:00
Neil Drumm e3bf577eb0 #80574 by Steven and chx. Fix file uploads. 2006-08-31 07:30:49 +00:00
Dries Buytaert 5dc27bcb93 - Patch #80860 by eaton et al: use form API multistep for poll.module 2006-08-30 18:50:35 +00:00
Neil Drumm 4f97a2a993 #81193 by chx. Pass $edit to #process functions. 2006-08-30 07:50:10 +00:00
Neil Drumm bceaf8f0da #80574 Eaton and chx. Replace $_POST['edit'] with $_POST. 2006-08-29 09:12:03 +00:00
Dries Buytaert f8534504b3 - Patch #80895 by webchick et al: make it easier to disable form elements. 2006-08-27 12:54:01 +00:00
Dries Buytaert 234d5bef20 - Patch #38454 by drumm, jaza, webchick, timnc et al: add field pre- and suffixes to textfields. 2006-08-26 09:56:17 +00:00