Commit graph

36 commits

Author SHA1 Message Date
Colin Kuskie
1cc7ac2578 Fix some POD spelling areas. 2011-07-30 11:24:48 -07:00
Colin Kuskie
decfa808bb Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777 2010-08-16 11:11:30 -07:00
Martin Kamerbeek
1ec0ec5961 - Fixed a bug in thingy which caused the defaultValue property for some list form elements to be ignored.
- Fixed a race condition introduced in a previous commit.
2009-05-28 16:31:45 +00:00
Graham Knop
7f2b6dfc83 fix allowEmpty and bugs it caused 2009-04-03 00:40:23 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
744751a86f cleaning up function in List form type 2009-01-28 16:39:32 +00:00
Graham Knop
e7e0511552 fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +00:00
Kaleb Murphy
173c2a12cd Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
Graham Knop
bedac54d96 getting value for display shouldn't process form parameters 2008-06-10 18:35:23 +00:00
JT Smith
5436f492c8 merging more form fixes 2008-04-18 15:52:41 +00:00
JT Smith
8500c4d506 Cleaned the pollution from the forms system. 2008-04-16 16:11:10 +00:00
Yung Han Khoe
e862cb8303 Added an optionsSettable flag to form types that have an options property 2008-03-27 11:16:55 +00:00
Graham Knop
dd6f6ef461 displayValue for list should show values instead of keys 2008-03-24 09:43:35 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
James Tolley
c09b2cae1b EMS import/export, Form::*::getValueFromPost(alt_values), and tests 2007-05-29 23:39:24 +00:00
Doug Bell
07a40788bb add: User profile data table is now a flat table. 2007-05-28 21:35:34 +00:00
Wouter van Oijen
684f08649d Fixing stuff 2006-05-21 14:49:40 +00:00
Colin Kuskie
e56d8ff53c fix ordered options in lists 2006-03-23 16:43:17 +00:00
JT Smith
b84d068229 fixes for matrix and inbox 2006-03-22 21:20:24 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
f64ec77d8a fixing the ->param ->body distinction issue. 2006-01-23 05:18:54 +00:00
Colin Kuskie
9c07548c71 more missing session vars in form calls 2006-01-17 17:47:12 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Colin Kuskie
5705131fcf more form fixes 2006-01-15 17:26:36 +00:00
Colin Kuskie
6a9a63c4b0 bug fixes from running t/FormGetName.t 2006-01-15 05:18:11 +00:00
Colin Kuskie
08afb14d51 first batch of Form i18n and compilation patches 2006-01-15 04:37:19 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Colin Kuskie
7167f97a92 Fix a bug where List-type Forms created via DynamicField did not use default
values from the Form itself.  If you truly want a List with no defaults,
pass in an empty string on the value key in the param hash:

{ value => '' }
2005-12-16 19:36:59 +00:00
Colin Kuskie
fadb77822e Replace new getValueFromPost with original. Checked that
Posts have all values (username, dateSubmitted, dateUpdated) defined.
2005-12-10 21:26:41 +00:00
Colin Kuskie
ea8415f902 bugfix, missing labels 2005-12-04 15:56:59 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00