Closed (fixed)
Project:
Ubercart Ajax Attribute Calculations
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 09:42 UTC
Updated:
14 Jul 2012 at 19:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
cyu commentedzmove, thanks for handling this upgrade. If Ubercart code looks solid I am glad to start the 6 branch of this module. A couple things...
1. There is a random alert in there.
2. Can you apply this code against HEAD or the latest d5 CVS code as opposed to 1.3? There are a couple needed updates missing from version 1.3 of this module.
3. jquery.form.js is in core in d6, so you can remove it from this module and do
drupal_add_js('misc/jquery.form.js');
Comment #2
zmove commentedHi,
Here is the modified version is requested so :
1 - Removed the random alert
2 - Applied the code against the CVS version of the .module
3 - Removed the jquery.form.js file in the module and changed the link to get the core one.
Comment #3
cyu commentedCool, that looks good. You were actually on the right track replacing drupal_to_js with drupal_json in your original upgrade. I was incorrectly setting the header to plain/text instead of text/javascript, which drupal_json will take care of. I'll add that in with your upgraded module and create a 6 branch.
Comment #4
zmove commentedThank you very much. :). I think this will be the first official drupal 6 release of an Ubercart contrib ;)
Comment #5
cyu commentedOk, it is up there now. Thanks again for performing the upgrade.
http://drupal.org/node/296878
Comment #6
zmove commentedThank you for creating the branch ! :)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.