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

Log of /contributions/modules/uc_out_of_stock/uc_out_of_stock.js

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.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 00:01:07 2009 UTC (2 months, 1 week ago) by hanoii
Branch: DRUPAL-6--1
Changes since 1.2.2.4: +16 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Sending qty information, if available as well, and leave an entry for supporting keyup() events on that field, which will need changes in the module to also query the cart in the AJAX query

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 18:18:29 2009 UTC (4 months, 1 week ago) by hanoii
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.2.2.3: +2 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
The way JS was finding the node ID was prone to a conflict with nodewords or any other module that renders the form twice, the new regex way should be better. Related issue with nodewords is http://drupal.org/node/266693

Revision 1.2.2.3 - (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.2.2.2: +8 -8 lines
Diff to previous 1.2.2.2 , to branch point 1.2
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.2 - (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
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2
Changes since 1.2.2.1: +15 -5 lines
Diff to previous 1.2.2.1 , to branch point 1.2
support for catalog table list view and tweaked the query logic to make it more similar to the D5 branch

Revision 1.1.2.9 - (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, DRUPAL-5--1-5
Changes since 1.1.2.8: +15 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.2
support for catalog table list view and tweaked the query logic to make it more similar to the D6 branch

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 15:59:11 2009 UTC (6 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1.2.7: +8 -6 lines
Diff to previous 1.1.2.7 , to branch point 1.1
usability bug fix backported from D6. Only change the notification when it's required

Revision 1.2.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.2: +9 -7 lines
Diff to previous 1.2
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.2 - (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.1: +65 -26 lines
Diff to previous 1.1
merge from DRUPAL-5, preparing for DRUPAL-6--1 branch

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 14:22:38 2009 UTC (10 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#353716 by nelslynn. Support for negative stock, working the same as with 0

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 14:24:57 2008 UTC (12 months, 3 weeks ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.5: +7 -7 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#328013 by adrian_. Not sure if this will fix this issue for him but it's right to use classes instead of IDs for the HTML elements added by the module as there can be a few in one page display.

Revision 1.1.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
Changes since 1.1.2.4: +35 -5 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#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.1.2.4 - (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, DRUPAL-5--1-0-BETA5
Changes since 1.1.2.3: +12 -6 lines
Diff to previous 1.1.2.3 , to branch point 1.1
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.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 02:40:45 2008 UTC (14 months ago) by hanoii
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA3
Changes since 1.1.2.2: +13 -8 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Related to #310480 by Crazy Joker. When multiple products (forms) were displayed the code was mixing things up, now it should work good for catalog view and multiple teaser lists.

Revision 1.1.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-beta2
Changes since 1.1.2.1: +14 -18 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#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.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 16:04:44 2008 UTC (14 months, 2 weeks ago) by hanoii
Branch: DRUPAL-5
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
cvs $id$ on every file

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
CVS Tags: DRUPAL-5--1-0-beta1
Branch point for: DRUPAL-5
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