CVS messages for Skipcart
September 24, 2007
-
Skipcart: /modules/skipcart/skipcart.info 1.8
Skipcart: /modules/skipcart/skipcart.install 1.4
Skipcart: /modules/skipcart/skipcart.module 1.16Port of Skipcart v1.7 to Drupal 4.7 by mariano.barcia
September 11, 2007
-
Fixed install script and db_query calls to wrap all table names in curlies. Also altered hook_nodeapi and hook_form_alter to work with Page (and other) nodes that are marked as products. I believe this brings us to compliance with ECv3.3
August 29, 2007
-
Removed debugging messages.
-
Bugfix for node-add. We were calling _skipcart_getvars with a non-integer NID value. Whoops.
August 9, 2007
-
Bug in watchdog removed. Bug where skipcart tried to create skipcart_node entries for node types it wasn't supposed to. This caused SQL errors.
-
Bug fix: Skipcart was storing settings for all nodes...not just those for which it was eligible. This caused SQL errors in some cases.
August 6, 2007
-
Final revision to _get_skipcartvars
-
replaced is_int with is_numeric (->nid is a numeric string, not an int)
-
function _skipcart_getvars was running on non-node forms, causing SQL errors
August 3, 2007
-
Skipcart official release
