Commit graph

66 commits

Author SHA1 Message Date
Colin Kuskie
397d0db245 Extend the base class to add a method that will set the head tags for a form plugin. The intent is that users of form plugins can build them during prepareView for content chunking, and push links and scripts out in the head block, rather than in the body to assist with validation. 2010-09-21 14:23:28 -07:00
Graham Knop
ff9d14b17c fix for keyword control only initially showing a single keyword 2009-04-03 19:26:07 +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
e5ede77c29 use char instead of varchar 2009-02-18 03:18:20 +00:00
Colin Kuskie
41da738e0e Fix handling of multi-form and multiple select form elements by emitting
a hidden form variable to make sure the form element was in the generated form.
Changes in User and ProfileField to support this.
2009-01-26 21:03:23 +00:00
JT Smith
72edbfd628 various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Graham Knop
1e54cf0458 some comment cleanups 2008-09-15 21:51:46 +00:00
Colin Kuskie
b143376cf0 handle the values 0 and empty string in getOriginalValue 2008-08-15 18:38:12 +00:00
JT Smith
1f3dbbaca0 a couple bug fixes 2008-08-15 01:02:08 +00:00
Graham Knop
7be08540c1 fixed: DataForm acknowledgement screen shows incorrect value for Date/Time fields 2008-08-14 17:23:14 +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
Doug Bell
f8141d46f6 fixed backwards compatibility with new form control API 2008-07-20 19:16:45 +00:00
Colin Kuskie
779f9f0453 fix a typo in the POD for Form/Control.pm 2008-06-25 16:09:29 +00:00
Graham Knop
bedac54d96 getting value for display shouldn't process form parameters 2008-06-10 18:35:23 +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
Graham Knop
3f5ca61c12 Fix hover help for matrix 2007-10-04 19:23:08 +00:00
Graham Knop
1a20c3bf6b Improved hoverhelp system 2007-10-04 16:39:55 +00:00
Graham Knop
37de40d719 fix enmpy hover help showing 2007-09-27 06:31:06 +00:00
Graham Knop
1eabe1ea37 yui tooltips for hoverhelp 2007-09-27 00:38:32 +00:00
JT Smith
5167b279f5 - fix: bug in EMS purge
- fix: bug in poll where you can't edit it to have less answers
2007-08-16 21:03:53 +00:00
JT Smith
2082506efb Added Site Starter to WebGUI Initial Configuration. 2007-07-23 19:44:05 +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
Colin Kuskie
85ecb2364a fix thumbnailing of uploaded images via the RTE 2007-02-28 05:35:47 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Wouter van Oijen
98e42e59df XHTML compliance 2006-05-16 18:12:26 +00:00
Matthew Wilson
77e7d85408 workaround for problem with captcha. 2006-04-17 13:00:51 +00:00
JT Smith
ae8f3d87f6 setting $session->user now changes the id for the session as it should
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
JT Smith
5202f50a4a added the coolio label tag 2006-04-06 20:26:48 +00:00
Colin Kuskie
8639f53783 Missing session variables in Operation subroutines.
Forward port of Form/File,Image big fixes.
2006-01-26 18:07:56 +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
JT Smith
e33b3bb9b9 the search engine, it works!!! 2006-01-22 04:46:59 +00:00
Matthew Wilson
16f19421a6 removing debug 2006-01-17 16:15:33 +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
6a9a63c4b0 bug fixes from running t/FormGetName.t 2006-01-15 05:18:11 +00:00
Len Kranendonk
e511f6ee85 bugfix 2006-01-14 23:32:00 +00:00
Colin Kuskie
7686f7a8a4 fix typo 2006-01-13 17:32:17 +00:00
JT Smith
5a8845c407 remove grouping use line 2006-01-12 22:52:22 +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
c74c1bdcbc merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +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
fadb77822e Replace new getValueFromPost with original. Checked that
Posts have all values (username, dateSubmitted, dateUpdated) defined.
2005-12-10 21:26:41 +00:00
JT Smith
2e0c3dc48c fix
[ 1373319 ] archive
2005-12-08 03:22:45 +00:00