Doug Bell
677ac978b6
Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
...
Conflicts:
lib/WebGUI.pm
lib/WebGUI/Auth/WebGUI.pm
sbin/findBrokenAssets.pl
sbin/testEnvironment.pl
2011-05-13 18:20:52 -05:00
Doug Bell
277faae8a1
Merge commit 'v7.10.15' into 8
...
Conflicts:
docs/gotcha.txt
docs/previousVersion.sql
docs/templates.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/Event.pm
lib/WebGUI/Asset/File.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/RichEdit.pm
lib/WebGUI/Asset/Sku/Product.pm
lib/WebGUI/Asset/Snippet.pm
lib/WebGUI/Asset/Story.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/Template/TemplateToolkit.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Carousel.pm
lib/WebGUI/Asset/Wobject/Collaboration.pm
lib/WebGUI/Asset/Wobject/Dashboard.pm
lib/WebGUI/Asset/Wobject/DataForm.pm
lib/WebGUI/Asset/Wobject/Folder.pm
lib/WebGUI/Asset/Wobject/Map.pm
lib/WebGUI/Asset/Wobject/Search.pm
lib/WebGUI/Asset/Wobject/Shelf.pm
lib/WebGUI/Asset/Wobject/StockData.pm
lib/WebGUI/Asset/Wobject/StoryTopic.pm
lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
lib/WebGUI/Asset/Wobject/Thingy.pm
lib/WebGUI/Asset/Wobject/WeatherData.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetCollateral/DataForm/Entry.pm
lib/WebGUI/AssetExportHtml.pm
lib/WebGUI/AssetLineage.pm
lib/WebGUI/AssetMetaData.pm
lib/WebGUI/AssetTrash.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
lib/WebGUI/Cache/CHI.pm
lib/WebGUI/Content/AssetManager.pm
lib/WebGUI/Fork/ProgressBar.pm
lib/WebGUI/Form/JsonTable.pm
lib/WebGUI/Form/TimeField.pm
lib/WebGUI/Form/Zipcode.pm
lib/WebGUI/Group.pm
lib/WebGUI/International.pm
lib/WebGUI/Macro/AssetProxy.pm
lib/WebGUI/Macro/FileUrl.pm
lib/WebGUI/Operation/SSO.pm
lib/WebGUI/Operation/User.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Transaction.pm
lib/WebGUI/Shop/TransactionItem.pm
lib/WebGUI/Test.pm
lib/WebGUI/URL/Content.pm
lib/WebGUI/URL/Uploads.pm
lib/WebGUI/User.pm
lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
lib/WebGUI/Workflow/Activity/SendNewsletters.pm
lib/WebGUI/i18n/English/Asset.pm
lib/WebGUI/i18n/English/WebGUI.pm
sbin/installClass.pl
sbin/rebuildLineage.pl
sbin/search.pl
sbin/testEnvironment.pl
t/Asset/Asset.t
t/Asset/AssetClipboard.t
t/Asset/AssetLineage.t
t/Asset/AssetMetaData.t
t/Asset/Event.t
t/Asset/File.t
t/Asset/File/Image.t
t/Asset/Post/notification.t
t/Asset/Sku.t
t/Asset/Story.t
t/Asset/Template.t
t/Asset/Wobject/Collaboration/templateVariables.t
t/Asset/Wobject/Collaboration/unarchiveAll.t
t/Asset/Wobject/Shelf.t
t/Auth.t
t/Macro/EditableToggle.t
t/Macro/FilePump.t
t/Shop/Cart.t
t/Shop/Transaction.t
t/Storage.t
t/User.t
t/Workflow.t
2011-05-13 18:15:11 -05:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Doug Bell
2e720d6899
getEditForm returns FormBuilder and csrfToken should be added by www_edit
2011-05-05 19:43:32 -05:00
Colin Kuskie
c015b6710c
Unescape paypal's content before parsing it so that multi-line data is handled correctly. Fixes bug #12103 .
2011-04-12 16:41:20 -07:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Colin Kuskie
f6df2cc053
Fix pluginName again in ITransact.
2010-10-08 14:21:42 -07:00
Colin Kuskie
e130fb2c69
Fix pluginName for ITransact.
2010-10-08 14:20:49 -07:00
Colin Kuskie
9da8abc6e1
Fix typos and syntax problems in converted ExpressCheckout driver.
2010-10-08 11:48:32 -07:00
Colin Kuskie
cd548fd671
PayPal drivers converted to Moose.
2010-10-08 11:38:52 -07:00
Colin Kuskie
2fd37a7ed2
Convert PayPal base class over to Moose.
2010-10-08 10:37:59 -07:00
Colin Kuskie
4f0b7a7e3b
Finish conversion of Ogone to Moose.
2010-10-07 14:36:46 -07:00
Colin Kuskie
d26c55d890
Initial conversion to Moose for Ogone.
2010-10-07 11:37:53 -07:00
Colin Kuskie
4715e1c8ef
Begin work of converting ITransact over to Moose.
2010-10-01 08:24:07 -07:00
Colin Kuskie
a2103e8036
Update Cash for Moose.
2010-09-30 16:27:28 -07:00
Colin Kuskie
7b218942b3
Merge commit ' 63865eb39f' into WebGUI8. up to 7.9.11
2010-08-13 11:52:08 -07:00
Colin Kuskie
6e091aa6b4
Use handling_cart instead of shipping for the HTML variable for sending shipping costs to PayPal. Fixes bug #11753 .
2010-08-02 17:59:15 -07:00
Colin Kuskie
5febc0ebbc
Merge commit ' 41575d24bb' into webgui8. Some tests still failing.
...
Conflicts:
docs/gotcha.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/File/GalleryFile/Photo.pm
lib/WebGUI/Asset/Post.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/WikiPage.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/Cache.pm
lib/WebGUI/Content/Setup.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Pay.pm
lib/WebGUI/Shop/PayDriver/ITransact.pm
sbin/testEnvironment.pl
t/Asset/WikiPage.t
t/Shop/PayDriver.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/Ogone.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Workflow/Activity/RemoveOldCarts.t
t/lib/WebGUI/Test.pm
2010-06-25 23:25:26 -07:00
Colin Kuskie
19c2c5fa1c
Remove status description from Session/Http, and update all users of setStatus.
2010-06-17 08:18:24 -07:00
Colin Kuskie
095b7c7ef9
Add missing use lines to ITransact.
2010-05-22 22:38:32 -07:00
Colin Kuskie
e9313959eb
Refactor out template processing code into the PayDriver module.
2010-04-29 14:31:13 -07:00
Colin Kuskie
921f03c107
Refactor out a default www_getCredentials all the way back to PayDriver, to be used by Cash and the PayPal brothers.
2010-04-29 13:02:26 -07:00
Colin Kuskie
179ad030db
Provide a getCredentials method for both PayPal paydrivers.
2010-04-29 12:47:33 -07:00
Colin Kuskie
470710abb9
Update both paypal drivers for the new shop checkout procedure.
2010-04-28 15:27:08 -07:00
Colin Kuskie
aedda01e58
Update Ogone driver for new Shop checkout procedures.
2010-04-28 14:57:47 -07:00
Colin Kuskie
64866dd485
Update ITranasct plugin for Shop 1.5
2010-04-28 12:08:14 -07:00
Colin Kuskie
a472f9ebdd
Add common cart summary template variables to the PayDriver. Add a summary screen for Cash. i18n fixes for Cash.
2010-04-28 11:19:34 -07:00
Colin Kuskie
1ef4aa8ef0
No more getButton method in the PayDriver, it's now a dropdown in the cart.
2010-04-27 17:31:11 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Patrick Donelan
0fcc57a09e
Removing "use warnings"
2010-04-08 17:53:55 -04:00
Graham Knop
913fa9ad03
clean up Tie::IxHash imports
2010-03-10 12:59:51 -06:00
Colin Kuskie
ecc71d455d
Update Shop for new instanciators and for exception handling.
2010-03-03 21:07:38 -08:00
Colin Kuskie
b86be55ba2
Fix the double click on the ITransact submit button. Fixes bug #11362 .
2010-01-20 15:32:10 -08:00
Colin Kuskie
022495506f
Use some JS to prevent people clicking the submit button twice on the ITransact checkout screen. Fixes bug #11351
2010-01-14 15:56:00 -08:00
f91f7d9838
Initial upload of the paydriver skeleton (RFE#10959)
2009-10-22 13:44:17 +00:00
Colin Kuskie
e9e2155254
Handle UTF8 in XML data sent to ITransact. Adds a test. Fixes bug #10855 .
2009-09-01 15:42:39 +00:00
Colin Kuskie
daf9284b55
Remove debug code.
2009-08-28 19:51:59 +00:00
JT Smith
69a07bb672
added legal section
2009-07-22 22:00:45 +00:00
Paul Driver
22dde02776
Improved security for PayPalStd
2009-07-22 21:22:25 +00:00
Colin Kuskie
5d17c43ff3
Bypass default value in the Country form so that other values can be used if set. ITransace getCredentials.
2009-07-20 21:54:05 +00:00
Paul Driver
a632380882
PayPalStd resurrected
2009-07-20 21:04:12 +00:00
Colin Kuskie
69ab867db9
Fix a POD type in the new PayPal.pm
2009-07-16 22:36:54 +00:00
Martin Kamerbeek
13d1657d21
Fixed a rounding error bug in the Ogone payment plugin.
2009-07-15 14:08:05 +00:00
Paul Driver
6c5d728730
Unified label and name in i18n, since they'll always be the same.
2009-07-13 22:40:44 +00:00
Paul Driver
fa23a75c39
tabs->spaces in PayPal i18n file (was inconsistant) and a couple of doc changes per colin's suggestions.
2009-07-13 22:34:38 +00:00
Paul Driver
2adb08c79c
Requested docs/scripts added for 11777
2009-07-13 22:12:03 +00:00
Colin Kuskie
0a3329d7be
Reverting 11777 due to lack of docs, upgrade script, and adding new
...
code during feature freeze.
2009-07-13 20:40:09 +00:00
Paul Driver
6c5885dd71
rewrite of PayPal payment driver
2009-07-13 19:48:12 +00:00