CVS messages for e-Commerce
October 26, 2009
-
removed line supporting ec_donate- no longer needed
October 25, 2009
-
e-Commerce: /modules/ecommerce/ec_checkout/.cvsignore 1.1.2.1 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_receipt/ec_receipt.checkout.inc 1.1.2.29 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_store/ec_store.module 1.12.2.66 @ DRUPAL-6--4added support for donations without needing a shopping cart
October 24, 2009
-
added code to support transactions that are donations and have no items
October 22, 2009
-
removed uneeded quotes- thanks zoo33!
-
e-Commerce: /modules/ecommerce/ec_product/ec_product.module 1.16.2.72 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_receipt/ec_receipt.api.php 1.1.2.2 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_store/ec_store.api.php 1.1.2.3 @ DRUPAL-6--4minor comments and fixes
October 20, 2009
-
* fixed bug http://drupal.org/node/609076 where transaction view was defined to query based on $txn->erid= $receipt->erid. It is now set to $txn->txnid= $receipt->erid
-
* added schema change to add column anon policy to ec_product table
October 19, 2009
-
* Move the creation of the anon_policy column to the ec_product module
-
* Add hook_schema_alter() to add the anon_policy into the ec_product table
October 18, 2009
-
e-Commerce: /modules/ecommerce/ec_address/ec_address.admin.inc 1.4.2.6 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_anon/ec_anon.install 1.10.2.15 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_checkout/ec_checkout.module 1.6.2.57 @ DRUPAL-6--4
e-Commerce: /modules/ecommerce/ec_product/ec_product.install 1.2.2.19 @ DRUPAL-6--4* moved column definition of enon_policy to ec_product schema * removed schema alter statement in ec_anon.install * removed stray dpm
