Commit graph

233 commits

Author SHA1 Message Date
Colin Kuskie
385931aaab Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing. 2010-06-27 22:32:31 -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
9678c3d8a7 Convert Shop::Pay to use Moose instead of Class::InsideOut. Update tests, and core usages to Moose syntax. Provide a shim so the old, base ->new($session) syntax. 2010-06-24 13:31:32 -07:00
Colin Kuskie
3fbc109429 Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it. 2010-06-24 13:07:03 -07:00
Doug Bell
2c75ab27e6 migrate to getLineageIterator to save memory 2010-06-01 16:23:49 -05:00
Colin Kuskie
16927cd916 Make tokens and the EMS obey the token's view permissions. Fixes bug #11583 2010-05-24 09:23:19 -07:00
Colin Kuskie
b8098fb73b Remove unneeded modules from Ad.pm 2010-04-27 12:03:43 -07:00
Colin Kuskie
d67998888c Address Books cannot be owned by Visitor any longer. Changed newBySession to newByUserId. 2010-04-22 12:02:54 -07:00
Graham Knop
0efa62a73c asset immutability 2010-04-19 18:57:01 -05:00
Doug Bell
b767824711 cache: s/delete/remove/ 2010-04-19 18:51:10 -05:00
Graham Knop
2400f19099 Merge branch 'master' into WebGUI8 2010-04-13 07:50:02 -05:00
Colin Kuskie
593d02d68b SUPER handling for Sku/*.pm 2010-04-08 16:23:04 -07:00
Colin Kuskie
87b5eed18b Remove duplicate code in Sku/Ad.pm using sub arguments. 2010-04-08 15:37:05 -07:00
Colin Kuskie
616d5cc866 Moose overrides for purge, purgeRevision, and purgeCache. 2010-04-07 16:43:16 -07:00
Colin Kuskie
c786395eb4 Moose overriding for indexContent. 2010-04-07 15:07:20 -07:00
Colin Kuskie
e03fdef2bb i18n fix for EMSRibbon definition 2010-04-06 18:26:46 -07:00
Colin Kuskie
dee5bbe5d0 Proper Moose setup for addRevision... 2010-04-06 16:13:02 -07:00
Colin Kuskie
0a493211ee Fix typo in POD 2010-03-26 15:11:54 -07:00
Graham Knop
2af4c4de63 clean up WebGUI::Utility imports 2010-03-10 12:59:51 -06:00
Graham Knop
913fa9ad03 clean up Tie::IxHash imports 2010-03-10 12:59:51 -06:00
Colin Kuskie
814c2af249 Change calls to new to newById across Asset/ 2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes. 2010-02-26 12:01:25 -08:00
Colin Kuskie
5934ba8fce onCompletePurchase should pull userId from the transaction, instead of the session, since the session could be owned by spectre and not the user. Fixes bug #11385 2010-02-24 10:09:18 -08:00
Graham Knop
20ee527dbd change aspect to define 2010-02-17 16:31:10 -06:00
Colin Kuskie
dc2d086b2a Fix a whole bunch of aspect comma/semicolon changes. 2010-02-15 13:52:11 -08:00
Colin Kuskie
88167a8e56 aspect calls are statements, and need commas on the end. 2010-02-15 13:46:22 -08:00
Colin Kuskie
b277e69dd3 Update EMSToken for Moose. 2010-02-15 13:40:02 -08:00
Colin Kuskie
d1a761945a Update EMSTicket for Moose. Needs customDrawMethod work. 2010-02-15 11:44:38 -08:00
Colin Kuskie
4723f2d175 Update EMSTicket for Moose. Needs custom draw method work. 2010-02-15 11:44:08 -08:00
Colin Kuskie
6c26c2ee3b Update EMSRibbon for Moose. 2010-02-15 11:19:22 -08:00
Colin Kuskie
b48587cc06 Update EMSBadge for Moose. Still needs a customDrawMethod replacement. 2010-02-15 11:14:35 -08:00
Colin Kuskie
2e27ab9c66 Remove definition sub. 2010-02-15 11:14:12 -08:00
Colin Kuskie
97c233daa6 Update ThingyRecord for Moose. 2010-02-15 11:02:53 -08:00
Colin Kuskie
504741061c Remove definition sub. 2010-02-15 10:57:31 -08:00
Colin Kuskie
43bff8c878 No variable fieldTypes. Use noFormPost instead. 2010-02-15 10:35:30 -08:00
Colin Kuskie
be4377f48c fixed Typo in Subscription Sku prevented karma from being transferred to users. 2010-02-15 10:20:10 -08:00
Colin Kuskie
7ff6b53e2c Update Subscription for Moose. 2010-02-15 10:18:20 -08:00
Colin Kuskie
09a37e2393 Fix i18n. 2010-02-15 10:18:11 -08:00
Colin Kuskie
c670b130f6 Update FlatDiscount for Moose. 2010-02-15 09:24:00 -08:00
Colin Kuskie
e9296e1a3a Update Donation asset for Moose. 2010-02-15 09:19:57 -08:00
Colin Kuskie
005af2d4bd Update AdSku for Moose. Something funny about the karma option. 2010-02-12 16:47:15 -08:00
Colin Kuskie
b6e56566c1 Fix deleteFileUrl for image*, warranty, brochure and other file collateral in the product. 2010-02-09 20:38:21 -08:00
Colin Kuskie
d4f31870a3 change the name attribute to aspect to denote asset level static attributes like tableName, et. al. 2010-01-25 19:16:05 -08:00
Colin Kuskie
fcd68c93ac Change autoGenerate=>0 to noFormPost=>0 in Product. 2010-01-20 20:15:25 -08:00
Colin Kuskie
36d1636f06 Comment out troublesome code, and provide a default sub for the Product. 2010-01-19 20:32:10 -08:00
Colin Kuskie
b979628f80 Update Product to use Moose. 2010-01-19 19:23:41 -08:00
Colin Kuskie
49bd7f5032 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Colin Kuskie
5bd5bb48a9 Central cache access for Assets to handle SSL caching. Fixes bug #11131. 2009-10-20 15:15:38 -07:00
Colin Kuskie
a02b4c7bb4 JSON fields need autoGenerate=>0 and noFormPost=>1, fixes bug #11075 2009-09-30 11:26:01 -07:00
JT Smith
ccff9c7014 Converted all existing uses of cache. 2009-09-25 22:24:33 -05:00