Commit graph

42 commits

Author SHA1 Message Date
Colin Kuskie
046bc36e5e Update POD for getValue in Form/Image 2009-09-03 14:53:29 -07:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
e90368baa1 Image can inherit getStorageLocation from its parent since
WebGUI::Storage::Image was absorbed into WebGUI::Storage.
2009-01-23 19:06:46 +00:00
JT Smith
ee84cc7611 Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
JT Smith
982e8343fc - Fixed a problem with the file upload control where you couldn't delete the
file if you have multiple attached.
2008-08-14 22:11:19 +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
8500c4d506 Cleaned the pollution from the forms system. 2008-04-16 16:11:10 +00:00
Graham Knop
53bdfda753 fixed: profile photos don't obey max image size 2008-03-28 19:55:03 +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
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Doug Bell
2486382bf4 fix: Image needed fixing too 2007-09-07 22:10:16 +00:00
JT Smith
81fd7c6194 fix: XHTML 1.0 strict, FileUploadControl.js, resizable textarea 2007-08-14 17:10:19 +00:00
JT Smith
0d145e6d91 - api: Form Controls and Workflow Activities may now include web based helper
subroutines directly in their files. See
   WebGUI::Operation::FormHelpers::www_formHelper and
   WebGUI::Operation::Workflow::www_activityHelper for details.
2007-07-05 02:31:46 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +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
54a20b9c65 pod fixes for Form::Image and Form::File 2007-04-26 17:17:22 +00:00
JT Smith
70071838bc Avatar profile field does not update immediatly when you are admin 2007-01-30 18:15:06 +00:00
Roy Johnson
8860176b39 Added a few comments so mere mortals like me will understand what this does in 30 years 2006-11-08 16:14:38 +00:00
Drake
7532d07507 Sigh, add appropriate use line to r3204... 2006-11-08 00:46:17 +00:00
Drake
58a5c0f52e Restructure block from r3000 to make it a bit cleaner. 2006-11-08 00:45:16 +00:00
Roy Johnson
1162ca6650 Improving on this 2006-11-08 00:40:04 +00:00
Roy Johnson
48c2d9a962 Adding POD 2006-11-08 00:30:55 +00:00
Roy Johnson
0ad578ffb9 trying to make image form controls optionally force image file types... not quite working yet 2006-11-07 23:47:37 +00:00
Roy Johnson
c6083606db fix - Phishing Bug... take that spammers! 2006-11-07 22:45:27 +00:00
Drake
057d743dfb Fix problem with attachment section of post form miscalculating
the number of new attachments uploadable.
2006-09-27 02:00:49 +00:00
JT Smith
41e655b452 - fix: New page layout instead of not found
- fix: Rollback
 - fix: debug output
 - fix: Can't delete images at product asset
fixed a problem with file/image form uploads
rearranged group methods for alphabetical order
removed matt's hack for group caching and replaced it with the right way
2006-05-30 22:35:12 +00:00
Matthew Wilson
b47bfdf413 fixing someone's flub 2006-05-08 19:51:01 +00:00
JT Smith
1b7488e4b1 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:12:58 +00:00
JT Smith
722a214f80 added resizable textareas 2006-04-19 19:08:56 +00:00
JT Smith
7fcfb11f20 made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
2006-04-16 01:10:34 +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
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
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
1e5034acd6 refactored storage api to handle new session stuff 2006-01-12 19:15:34 +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