User: sammys Branch: DRUPAL-4-7--3 Date: Thu, 11 Jan 2007 22:44:29 +0000 Modified files: /modules/ecommerce/ec_anon ec_anon.module Log message: * Renamed ec_anon_load() to ec_anon_load_product() and ec_anon_save() to ec_anon_save_product(). * Removed ec_anon_validate(). * Changed the optional policy text to Flexible. * All code now uses ec_anon_policy_list() to obtain the text for a given policy constant. * Added ec_anon_generate_token() and ECANON_TOKEN_LENGTH to generate a token. * Token is now added during the review_submit phase of checkoutapi and is subsequently stored by store_transaction_save(). * Removed ec_anon_settings() and moved the settings form in place of the store settings for store_auth_cust. * Added a help message about ec_anon to the site help section. * Renamed ec_anon_confirm_sent() to ec_anon_registration_confirm_sent() Links: http://cvs.drupal.org/diff.php?path=contributions/modules/ecommerce/ec_anon/...