/[drupal]/contributions/modules/skipcart/skipcart.module
ViewVC logotype

Log of /contributions/modules/skipcart/skipcart.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 24 20:39:59 2007 UTC (2 years, 2 months ago) by suydam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +32 -54 lines
Diff to previous 1.15
Port of Skipcart v1.7 to Drupal 4.7 by mariano.barcia

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 01:56:02 2007 UTC (2 years, 2 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-7, DRUPAL-5--1-10
Changes since 1.14: +13 -6 lines
Diff to previous 1.14
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

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 20:56:45 2007 UTC (2 years, 2 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-9
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
Removed debugging messages.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 20:53:39 2007 UTC (2 years, 2 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-8
Changes since 1.12: +22 -13 lines
Diff to previous 1.12
Bugfix for node-add.  We were calling _skipcart_getvars with a non-integer NID value. Whoops.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 15:49:37 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-7
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
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.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 12:41:25 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-6
Changes since 1.10: +45 -33 lines
Diff to previous 1.10
Bug fix: Skipcart was storing settings for all nodes...not just those for which it was eligible.  This caused SQL errors in some cases.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 03:20:24 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-5
Changes since 1.9: +0 -0 lines
Diff to previous 1.9
Final revision to _get_skipcartvars

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 02:09:28 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
replaced is_int with is_numeric (->nid is a numeric string, not an int)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 01:57:25 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
Changes since 1.7: +18 -15 lines
Diff to previous 1.7
function _skipcart_getvars was running on non-node forms, causing SQL errors

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 20:54:38 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
Changes since 1.6: +0 -0 lines
Diff to previous 1.6
Skipcart official release

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 12:11:04 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
Altering the .info file to better match our dependencies (contemplate is not required)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 17:27:49 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Fixed bug with admin settings.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 17:08:18 2007 UTC (2 years, 3 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.3: +42 -9 lines
Diff to previous 1.3
Fixing bugs with donate.module and hook_form_alter.  This is 1.0 release

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 20:48:55 2007 UTC (2 years, 4 months ago) by suydam
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Removed all references to Buy It Now from code.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 20:39:11 2007 UTC (2 years, 4 months ago) by suydam
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
Updated error messages and notification to make it easier for user's to understand what's going on.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 19:54:58 2007 UTC (2 years, 4 months ago) by suydam
Branch: MAIN
Branch point for: DRUPAL-5
Initial commit of skipcart module.  Allows users of ECv3 to bypass the cart review screen and proceed directly to checkout.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2