Commit graph

6101 commits

Author SHA1 Message Date
Colin Kuskie
da5fb30836 adding missing i18n label 2008-05-16 20:11:14 +00:00
Colin Kuskie
52b70a3e29 Fixing broken and missing i18n labels and removing extra whitespace from files. 2008-05-16 19:52:42 +00:00
Colin Kuskie
04412f96c4 handle the case when the JSON hash contains only the unique identifier 2008-05-16 05:40:20 +00:00
Colin Kuskie
06a38c61c3 JSON collateral rewrite, first part.
API is rewritten and tested.  Upgrade script builds JSON
for all commerce products with unique identifiers.
TBD: Rework Product asset and test it.
2008-05-16 05:08:58 +00:00
JT Smith
0fd9f83656 finished migrating ems data, and transaction data 2008-05-14 21:09:29 +00:00
Graham Knop
254387c5c5 fixed: Calendar multi-day events exported wrong in ical feed 2008-05-13 21:13:31 +00:00
Graham Knop
dffd70073c fixed: WeatherData asset is broken 2008-05-13 20:53:11 +00:00
Colin Kuskie
45ae63d122 remove out of date collateral comments and fix a POD typo 2008-05-12 22:27:51 +00:00
Colin Kuskie
a0ef1b5494 finalize template variable names for the variant buy form. Add help for template variables and i18n 2008-05-12 17:20:53 +00:00
Colin Kuskie
3ae4c8692b forward porting email fix from 7.4 2008-05-11 04:39:55 +00:00
Colin Kuskie
7dc385b362 override addToCart in the Product Sku for doing inventory control 2008-05-11 04:34:13 +00:00
Colin Kuskie
3ec94d50d8 begin adding inventory control overrides of parent class 2008-05-09 23:02:44 +00:00
Colin Kuskie
b273a0bbb5 fix i18n for buy button in the Product 2008-05-09 22:45:55 +00:00
Colin Kuskie
c7b9f998ff form elements for buying a variant of a product 2008-05-09 22:44:13 +00:00
Colin Kuskie
3692818514 remove commerce related operations 2008-05-09 17:04:51 +00:00
Colin Kuskie
4043c10b09 more work for www_buy, and the add to cart UI 2008-05-09 04:41:53 +00:00
Colin Kuskie
670e1a1218 begin work on the buy method, to add variants to the cart 2008-05-08 23:34:00 +00:00
Colin Kuskie
46a3f3a874 fix a bug where no data fields where available in the user profile field editor 2008-05-08 20:52:05 +00:00
Colin Kuskie
993d1c8067 add more help about shortdesc length, and use the correct form option to set the length to 30 chars 2008-05-07 20:14:14 +00:00
JT Smith
6a6886c818 throw warn instead of error 2008-05-07 15:05:30 +00:00
JT Smith
b9bc4b4ab0 fixed a problem where no current asset is set 2008-05-07 15:02:36 +00:00
Colin Kuskie
9fda9c9d01 customize some Sku methods for Product 2008-05-05 23:49:39 +00:00
Colin Kuskie
ab895904e3 Help for the variant template variables in the Product template. 2008-05-05 23:16:00 +00:00
Colin Kuskie
2f70315094 Merging in functioning variants.
Fixed bugs in getIndexedCollateralData.
Added variants to the view template.
Updated all Product templates to display variants and controls.
2008-05-05 23:04:14 +00:00
Colin Kuskie
c930c73d67 Fix Hidden, Radio and Checkbox, which wouldn't allow
a value of zero to be set in them.  It was translated to
the empty string.
2008-05-05 22:20:16 +00:00
JT Smith
fd7a1d28a1 zero dollar transactions
in-shop credit applies to orders
2008-05-05 19:53:25 +00:00
Colin Kuskie
d7c6507c8b convert feature collateral to JSON 2008-05-05 17:50:26 +00:00
Colin Kuskie
52d29d90e4 convert specification collateral to JSON 2008-05-05 17:06:52 +00:00
Colin Kuskie
62e7b50ad1 update the SQL query for related Products to consider revisionDate 2008-05-05 15:48:26 +00:00
Colin Kuskie
06fac95540 collateral data does not need to be manually duplicated 2008-05-05 14:54:36 +00:00
Colin Kuskie
ec1910db58 more collateral conversion. Collateral data does not need to be removed from extra tables in purge method 2008-05-05 14:53:40 +00:00
Colin Kuskie
e5615e386c convert related over to JSON collateral 2008-05-05 03:13:28 +00:00
Colin Kuskie
3721e97f7a final accessory changes. UI tests pass as well 2008-05-04 23:26:21 +00:00
Colin Kuskie
0bbf20bd2b fix for POD whitespace 2008-05-04 23:08:39 +00:00
Colin Kuskie
4da1f8314f Convert accessories over to the new Product collateral methods.
Add a method to get the JSON collateral indexed, for easy access to indeces.
Add tests for the new getIndexedCollateralData method.
In the upgrade script, put variants in all versions of the Product.  Begin
work on converting the collateral tables over to JSON.
2008-05-04 16:06:31 +00:00
Colin Kuskie
9d2b810a05 conversion of Product from Wobjects to Skus with variants is done 2008-05-04 04:32:58 +00:00
Colin Kuskie
6ad6cd3e5e move* with tests 2008-05-03 21:25:19 +00:00
Colin Kuskie
9489383cfe deleteCollateral tests, and detab Sku/Product.pm 2008-05-03 19:24:30 +00:00
Colin Kuskie
0000db901e Product variant creation is held off until we can finalize
the variant code.
Began building JSON based variant code, and a test for
verifying how it works.  set, get and delete collateral
are implemented.  Still need to build moveUp and moveDown.
Lots of tests to be written.
2008-05-03 05:41:13 +00:00
JT Smith
01d9af6222 The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately. 2008-05-03 05:38:13 +00:00
JT Smith
51019e5dca started migrating ems data 2008-05-03 03:42:57 +00:00
JT Smith
44c74c2299 added some database cache tests while testing out a theory, the theory is busted, but at least we have some more tests 2008-05-02 20:03:33 +00:00
Yung Han Khoe
032d85c12d fix: Thingy: edit thing doesn't show any saved properties 2008-05-02 17:20:20 +00:00
Yung Han Khoe
4cb2afd998 fixed: Thingy: Problem with add_url tmpl_var permissions 2008-05-02 17:15:21 +00:00
Graham Knop
709b9e085f fixed: Thingy: Importing data can fail with some internal field Ids 2008-05-02 16:37:55 +00:00
Martin Kamerbeek
edac2bfd81 Reverted a problem which caused the address book content handler to fail 2008-05-02 14:07:29 +00:00
Martin Kamerbeek
0100ab0112 Fixed a bug that prevented updating the cart 2008-05-02 13:06:40 +00:00
Yung Han Khoe
94209d6edb fixed: Thingy: Problem with delete Thing permissions 2008-05-01 15:15:58 +00:00
JT Smith
f3fa93be77 - rfe: subscribe entire user group to a collaboration message board
- Added show in forms and is editable properties to group manager.
2008-05-01 14:04:41 +00:00
Colin Kuskie
1b6d7a9e7e begin migrating Product data into variants 2008-04-30 23:28:57 +00:00