Commit graph

10042 commits

Author SHA1 Message Date
Colin Kuskie
5afdefe4fb Foundational work for wiki sub-keywords. 2010-05-03 18:38:38 -07:00
Colin Kuskie
b2dd6135b6 Add the missing documentation for the by keyword template in the WikiMaster. 2010-05-03 18:38:38 -07:00
Paul Driver
e26723f526 handling per-item shipping dropdowns in js 2010-05-03 17:06:11 -07:00
Colin Kuskie
4933e5d52e Template variable help for the Pay Pal modules, and name the ITransact template better. 2010-05-03 14:31:35 -07:00
Colin Kuskie
e21ce2c477 Template variable help docs for the Cash plugin 2010-05-03 14:20:43 -07:00
Colin Kuskie
36169ef81f Template variable help docs for the Ogone template. 2010-05-03 14:06:08 -07:00
Colin Kuskie
0c4cb91e01 Update template variables for ITransact payment driver. 2010-05-03 13:45:13 -07:00
Colin Kuskie
24b1682be3 i18n for the PayDriver summary variables. 2010-05-03 10:26:50 -07:00
Colin Kuskie
d92347bf34 Use a method rather than reinventing the getPaymentGateway method. 2010-05-02 18:13:25 -07:00
kimd
95e9e52389 Gallery: Allow specification of location when uploading ZIP archives (RFE 11502) 2010-05-02 20:47:13 +02:00
Colin Kuskie
1c70821a6f Really make the wiki sort by popularity (then lineage). Fixes bug #11537 2010-05-02 01:18:26 -07:00
Colin Kuskie
b9c2a3b0ad Make the Date macro handle leading and trailing whitespace. Fixes bug #11542. 2010-05-02 01:07:35 -07:00
Colin Kuskie
4a9a46f328 Add missing module to Cache::CHI. Fix tests to add a cache config if the current config file does not have one. 2010-05-02 00:27:32 -07:00
Colin Kuskie
884e61aaf6 Fix broken ITransact template variable help 2010-05-01 23:38:49 -07:00
Colin Kuskie
3eb479c646 Fix module usage. 2010-05-01 23:26:38 -07:00
Colin Kuskie
d2d50d8f30 POD for Content/Wizard 2010-05-01 23:24:35 -07:00
Colin Kuskie
0179930011 Give the perItem dropdowns the same class name. 2010-04-30 16:45:09 -07:00
Colin Kuskie
cb8c8da1ac Per item shipping. 2010-04-30 16:42:10 -07:00
Paul Driver
9a827affc4 Updating shipping/tax info based on address 2010-04-30 11:03:59 -07:00
Doug Bell
fe97e9c510 fixes and added www_cleanup forced last step 2010-04-30 12:28:32 -05:00
Colin Kuskie
8cc6ecb30d Remove dead code from the PayDriver 2010-04-30 08:56:29 -07:00
Colin Kuskie
9ab13fb524 Document how and why we handle $0 checkouts 2010-04-30 08:51:30 -07:00
Colin Kuskie
d986496131 Code tweaks and comments for clarity. 2010-04-30 08:48:22 -07:00
kimd
660d036f8a Gallery: Automatically adjust orientation of images based on EXIF data (RFE11498) 2010-04-30 10:37:46 -05:00
Colin Kuskie
a9dc242498 Cleanup some bad code in the TaxDriver 2010-04-29 19:05:53 -07:00
Colin Kuskie
85978eeb23 Remove totalPrice since it was in there twice 2010-04-29 18:15:24 -07:00
Colin Kuskie
295ff15491 Wrap summary price data in a span so they can be automatically updated. 2010-04-29 17:01:43 -07:00
Colin Kuskie
273452c024 Restore the checkout button. 2010-04-29 15:25:57 -07:00
Colin Kuskie
b186f2f713 Make the cart be able to remove items, without using Javascript. 2010-04-29 15:20:58 -07:00
Colin Kuskie
6fe302774c remove www_selectPaymentGateway, and www_checkout which are now dead code 2010-04-29 14:57:27 -07:00
Colin Kuskie
674b299069 Handle $0 checkouts. Still requires that ANY payment plugin be selected. 2010-04-29 14:51:06 -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
006d1efffc Fix a double my syntax warning in Cache/CHI. 2010-04-29 13:02:05 -07:00
Colin Kuskie
179ad030db Provide a getCredentials method for both PayPal paydrivers. 2010-04-29 12:47:33 -07:00
Colin Kuskie
bdb1777875 Checking out when shipping is not required works. 2010-04-29 12:22:51 -07:00
Doug Bell
95e30aba40 add perldoc 2010-04-29 12:21:50 -05:00
Doug Bell
ecde77e2a8 add perldoc 2010-04-29 12:21:50 -05:00
Doug Bell
d073b83c9f add permissions checks for wizards 2010-04-29 12:21:50 -05:00
Doug Bell
09092a13b6 performance enhancement 2010-04-29 12:21:50 -05:00
Doug Bell
8af3eb2c69 add CHI cache module 2010-04-29 12:21:49 -05:00
Doug Bell
8e9dc4823f allow WebGUI::Cache to do more than File, Database 2010-04-29 12:21:49 -05:00
Colin Kuskie
a9578eec2c Always show a shipping selector dropdown, unless there are no shipping options available. 2010-04-28 22:51:05 -07:00
Colin Kuskie
f5ecc2f507 Add valid address checks to cart readyForCheckout. Only log missing fields if an address operation isn't occuring. 2010-04-28 22:23:07 -07:00
Colin Kuskie
cf95ff6683 Allow billingAddress to be set at the same time as the shippingAddress is set to it. 2010-04-28 20:15:26 -07:00
Colin Kuskie
131d4cb041 If shipping is required by an item in the cart, always display a shipping dropdown or option. 2010-04-28 16:09:34 -07:00
Colin Kuskie
622f1b1658 Fix a double my warning in the Cart. 2010-04-28 15:53:17 -07:00
Colin Kuskie
777edf5c32 Fix i18n syntax errors. 2010-04-28 15:51:29 -07:00
Colin Kuskie
470710abb9 Update both paypal drivers for the new shop checkout procedure. 2010-04-28 15:27:08 -07:00
Paul Driver
17dd742c08 Javascript enhancements for cart address handling 2010-04-28 15:09:37 -07:00