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

Log of /contributions/modules/uc_out_of_stock/uc_out_of_stock.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.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 7 19:14:14 2009 UTC (6 weeks, 5 days ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.11: +7 -1 lines
Diff to previous 1.3.2.11 , to branch point 1.3
a strange possible warning reported in #496782 by samhodge1972. It has nothing to do with this module, but just adding a validation just in case

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 00:02:15 2009 UTC (2 months, 1 week ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.10: +76 -32 lines
Diff to previous 1.3.2.10 , to branch point 1.3
Some more documentation. Better logic that would work even if the same product (with different serialized data) is on the cart.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 14:06:12 2009 UTC (4 months, 2 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.3.2.9: +2 -2 lines
Diff to previous 1.3.2.9 , to branch point 1.3
small fix to previous commit (#510994)

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 20:21:57 2009 UTC (4 months, 2 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.8: +2 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
#510994 shared SKUs for item with attributes was not been validated properly letting different options to be added to cart.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 15:54:25 2009 UTC (5 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.3.2.7: +82 -25 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Some work because of #479264.
Better logic for exclusively selecting add to cart submit buttons and not any other possible button added to that form.
Better logic on the server side validation for supporting one more state of validation, the hook_add_to_cart, althought not 100% good enough so it's commented for now.
Some form name changes

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 14:34:39 2009 UTC (5 months, 3 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.2.2.8: +30 -31 lines
Diff to previous 1.2.2.8 , to branch point 1.2 , to next main 1.3
#478026, dont throw error if uc_attribute is not enabled

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 14:33:56 2009 UTC (5 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.3.2.6: +31 -32 lines
Diff to previous 1.3.2.6 , to branch point 1.3
#478026, dont throw error if uc_attribute is not enabled

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 18:37:07 2009 UTC (5 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.5: +10 -7 lines
Diff to previous 1.3.2.5 , to branch point 1.3
validate unless item being removed on shpping cart form

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 16:16:39 2009 UTC (5 months, 3 weeks ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.3.2.4: +168 -20 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Server-side prevention of adding out of stock items. Took the idea from uc_multi_stock but implemented differently

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 18:47:31 2009 UTC (6 months ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.3.2.3: +3 -32 lines
Diff to previous 1.3.2.3 , to branch point 1.3
use system_settings_form() properly

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 19 18:38:54 2009 UTC (6 months ago) by hanoii
Branch: DRUPAL-5
Changes since 1.2.2.7: +3 -32 lines
Diff to previous 1.2.2.7 , to branch point 1.2
use system_settings_form() properly

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 19:53:13 2009 UTC (6 months, 2 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.2: +20 -7 lines
Diff to previous 1.3.2.2 , to branch point 1.3
support for catalog table list view and tweaked the query logic to make it more similar to the D5 branch

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 19:51:25 2009 UTC (6 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.2.2.6: +21 -7 lines
Diff to previous 1.2.2.6 , to branch point 1.2
support for catalog table list view and tweaked the query logic to make it more similar to the D6 branch

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 15:47:58 2009 UTC (6 months, 2 weeks ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3.2.1: +4 -4 lines
Diff to previous 1.3.2.1 , to branch point 1.3
fixes to menu callback from D5 port

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 15:33:40 2009 UTC (7 months, 1 week ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.3: +24 -26 lines
Diff to previous 1.3
update code for D6, fix something different that was on the stock table of ubercart and improved slightly when to hide and show the add to cart form when changing attributes

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 14:38:54 2009 UTC (7 months, 1 week ago) by hanoii
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +64 -31 lines
Diff to previous 1.2
merge from DRUPAL-5, preparing for DRUPAL-6--1 branch

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 13:46:06 2009 UTC (10 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.2.5: +3 -3 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#353716 by nelslynn. Support for negative stock, working the same as with 0. Fix from last commit

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 21:03:25 2008 UTC (13 months ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA6, DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.2.2.4: +20 -8 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#324818 by oldmanpants. Change some usability issues. if attributes are required and none selected, no query is sent to the server. Also, support the possibility of having a combination of attributes sharing the same SKU

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 17:38:44 2008 UTC (13 months, 3 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA5
Changes since 1.2.2.3: +2 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
fix a bug on out of stock module if the table of attributes adjustments returns an empty set. (For example if a new attribute has been added, product adjustments table gets cleared.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 13:35:53 2008 UTC (14 months ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA4
Changes since 1.2.2.2: +6 -5 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Now supports radio buttons as well and exludes text fields.
Improve the logic to sort out products with and without attributes to work more naturally

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 15:31:27 2008 UTC (14 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA3, DRUPAL-5--1-0-beta2
Changes since 1.2.2.1: +28 -8 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#305539 by timolke. Improved the module so it works smoothly for products with and without attributes, and if attributes are present, also look for the proudct's SKU stock information if active.
Improved logic a little bit of both php and js, and a little bit of code cleanup

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 16:01:16 2008 UTC (14 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.2: +24 -23 lines
Diff to previous 1.2
#305275 by greggles. Coding stantards, applied patch plus extra spaces on string concatenation

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 20:51:49 2008 UTC (14 months, 2 weeks ago) by hanoii
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-beta1
Branch point for: DRUPAL-5
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
$id replacement

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 20:33:25 2008 UTC (14 months, 2 weeks ago) by hanoii
Branch: MAIN
Initial commit of uc_out_of_stock. It uses ajax to fetch a replacement for the Add To Cart button if item with attributes is out of stock.

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