Commit graph

24 commits

Author SHA1 Message Date
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
Colin Kuskie
dab004cd28 Let RadioLists take array refs for default values. Fixes bug #11497. 2010-03-29 10:08:05 -07:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
98bfd9ac1d added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +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
JT Smith
8500c4d506 Cleaned the pollution from the forms system. 2008-04-16 16:11:10 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Jukka Raimovaara
607fdd25a2 Labels for Check and Radio Lists 2007-12-13 14:01:37 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Matthew Wilson
6761a9635e oops :/ 2006-05-08 23:25:35 +00:00
Matthew Wilson
006e08f39d a fix hopefully 2006-05-08 23:23:33 +00:00
Matthew Wilson
23a9a8761b corrected a problem with RadioList.pm - where no default value was set, and the form was submitted without selecting one of the radio buttons, getValueFromPost would have returned an empty arrayref. 2006-05-08 13:06:16 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +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
cf23a67ae5 fix bad accessor assignments 2006-01-15 23:33:47 +00:00
Colin Kuskie
6a9a63c4b0 bug fixes from running t/FormGetName.t 2006-01-15 05:18:11 +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
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Colin Kuskie
e75988cd1f Colin: adding avatar to collaboration systems and refactoring some user profile stuff. Added photo and avatar fields to user profile. 2005-11-13 18:42:08 +00:00
Colin Kuskie
6f89eb4bc1 pull if statement out of for loop 2005-10-31 05:04:26 +00:00
JT Smith
3e587762be renamed the form fields to upper case for proper perl style 2005-08-23 15:58:55 +00:00