Commit graph

77 commits

Author SHA1 Message Date
Matthew Wilson
388037b4c9 some order to this mayhem! 2006-05-08 23:14:30 +00:00
Matthew Wilson
1e54f7a9ec fixes 2006-05-08 20:27:44 +00:00
Matthew Wilson
822454f8e9 use new country form field 2006-05-08 20:19:00 +00:00
Matthew Wilson
94e92d4feb name() should not be internationalized! 2006-05-08 13:43:29 +00:00
Matthew Wilson
5b9b2d332c slight fixes 2006-05-07 14:16:24 +00:00
Matthew Wilson
a3434b7c91 slight fixes 2006-05-07 14:14:59 +00:00
Matthew Wilson
b30eb2cc17 fix 2006-05-07 14:12:22 +00:00
Matthew Wilson
c62fcb78e6 fix 2006-05-07 14:11:52 +00:00
Matthew Wilson
f01b5cb7e1 more selectBox fixes 2006-05-07 04:04:03 +00:00
Matthew Wilson
ee0bf0f5db selectBox fixes 2006-05-07 03:56:30 +00:00
Matthew Wilson
ccdcfa4db6 fixed same problem for cash. 2006-05-02 16:51:52 +00:00
Frank Dillon
d234ce1858 Fixed a bug which caused the phone field to display "-defaultValue". This is a still a bug in WebGUI core. The fix involved moving -defaultValue in front of -value in the phone form field of the checkoutForm method. 2006-04-24 22:37:46 +00:00
Matthew Wilson
d71171cc26 config form error. 2006-04-23 23:26:31 +00:00
Colin Kuskie
f6b336a824 i18n for Cash plugin
Fix broken link inside Operation/AdSpace.pm
Add a method to be used for developing apps with i18n before
i18n is ready.  This will eventually be used as part of a system
to automatically create i18n files from Perl source.
2006-04-18 18:01:42 +00:00
Roy Johnson
bdcfc87380 Cash Payment plugin is tested and working. Added new features to the payment superclass to restrict who can use payment gateways based on their group memberships. Fixed some lingering Commerce system bugs. 2006-04-12 18:25:06 +00:00
Roy Johnson
e6d08227fd Hashed out the beginnings of the Cash Payment module. Still need to finish it up. Also need to add the group restrictions to the Payment superclass. 2006-04-11 03:24:32 +00:00
JT Smith
c42a3f8c97 fixing bug reported by smoke tests 2006-03-21 14:25:51 +00:00
Roy Johnson
8288cfaa6b EMS Checkout code 2006-03-20 05:57:50 +00:00
Roy Johnson
84d43b8d19 un-b0rk3d the commerce system 2006-03-19 23:51:06 +00:00
Roy Johnson
5bdaa49f95 More EMS code
Lots of bug fixes in commerce
Temp bug fix for stow->get, better fix needed
2006-03-19 16:11:21 +00:00
Wouter van Oijen
a48cfe2189 Removing redundant subroutine definition 2006-03-17 16:22:18 +00:00
Colin Kuskie
dbd43bcd2b Add WebGUI Legal blocks to all Commerce code.
Remove delete template help entry.
2006-03-13 01:41:44 +00:00
Matthew Wilson
0c177bacb1 a lot of session fixes... I'm sure this breaks something somewhere though. 2006-03-10 19:59:43 +00:00
Matthew Wilson
279233b367 [ 1441488 ] Sort Order of Profile Fields in Form "Create New Account"
fixed a few syntax things in Item.pm
2006-03-10 19:00:05 +00:00
Colin Kuskie
6409700560 Update Commerce/Payment superclass POD for init.
Add POD to ITransact payment plugin.
2006-03-05 07:00:22 +00:00
Colin Kuskie
34b2068286 POD docs 2006-03-05 06:42:07 +00:00
Colin Kuskie
662c43ca21 forward port of bug fixes and POD upgrade 2006-02-08 21:04:02 +00:00
Colin Kuskie
6595290272 merge of commerce labeling 2006-02-08 18:13:39 +00:00
Roy Johnson
268ff54c30 Finally, we can add an event to the WebGUI Shopping Cart =) 2006-02-03 23:16:57 +00:00
JT Smith
86cd6179ab fixed eval problem 2006-02-03 22:52:21 +00:00
Roy Johnson
2e645f0517 More EMS stuff. 2006-02-03 21:03:57 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
150087f703 lots of operation and auth fixes. 2006-01-19 03:07:34 +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
Roy Johnson
6e7f87dde1 merging 6.8.5 bugfixes 2006-01-16 01:04:27 +00:00
Matthew Wilson
128f265678 finally, the last of this round of syntax fixes. 2006-01-15 21:02:00 +00:00
JT Smith
b0ffb721b6 more session related bug fixes 2006-01-15 18:34:44 +00:00
Colin Kuskie
1f55efc92d finished session changes to Commerce 2006-01-13 23:33:48 +00:00
Colin Kuskie
991f4bea9f sessionization 2006-01-13 23:18:15 +00:00
Colin Kuskie
5c5c8075cf Commerce::Payment has been sessionized and the API propagated :)
to where it's used.
2006-01-13 22:27:16 +00:00
Colin Kuskie
a6dd6c89e0 constructor needs session passed in 2006-01-13 22:06:47 +00:00
JT Smith
6779353b85 more session related bug fixes 2006-01-13 21:14:23 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
0cc5884b77 converted subscription api 2006-01-12 19:27:59 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
925906ca7e refactored WebGUI::Id to use new session api 2006-01-11 23:34:02 +00:00
JT Smith
b3974c0cd5 refactored WebGUI::HTMLForm api to use new session system 2006-01-11 16:53:02 +00:00
JT Smith
2599a4c853 converting WebGUI::Form API to use new session system 2006-01-10 17:43:38 +00:00
JT Smith
9520b4ce48 migrating datetime api for session 2006-01-10 17:06:41 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00