Calling all adventurers to test Alpha 7d

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

I am calling on all adventurers to test Alpha 7d. If you have an Alpha 7c site or before that you can update to the Bazaar version, that'd be great. Eye-wink

This will almost assuredly break any contributed module that is checking order statuses. For example... the file product module will have to be updated to work with Alpha 7d and beyond. However, all core modules should be updated, and the install files should handle the order status migration just fine.

This is not a guarantee. Please backup your database and files before testing this, and offer up any feedback. I'm going to create a clean test install of 7d and also test an upgrade from 7c to 7d. Then I'll try to get this posted to Drupal.org!

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

Is this going to break my simpleinventory module?

I was testing it and i didnt. Thats the only contrib module i really use.

http://www.vingowine.com

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Looking at your module, I don't see any code dealing w/ order statuses, so it should be fine. Can you verify that new and past orders are showing the proper order statuses? And there were no errors when you ran update.php?

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

The only problem is back to the NULLs and this should work and BTW i still dont have the payment processing bar. Anything I shd do ?

@@ -2681,7 +2682,7 @@
// Invoke hook_order() in enabled modules.
foreach (module_implements('order') as $module) {
$func = $module .'_order';
- $func('load', $order, NULL);
+ $func('load', $order, $null);
}

// Load line items... has to be last after everything has been loaded.
@@ -2710,7 +2711,7 @@
// Invoke hook_order() in enabled modules.
foreach (module_implements('order') as $module) {
$func = $module .'_order';
- $func('delete', $order_id, NULL);
+ $func('delete', $order_id, $null);
}

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Fixed those things in order. Update to Bazaar again to get the payment progress bar. I didn't realize the quote module was adding progress.js to the pages, but I just saw that on my test site where I didn't have quotes enabled the bar wasn't working. It'll be working once you update again. Eye-wink

Thanks!

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

Updaeted to the latest ubercart,

Nope still not working

http://www.vingowine.com

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Have you hit refresh on the checkout page? You may be operating off an old cached payment.js. That would cause it not to show.

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

Alright...It works...

Thanks a lot...

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Alpha 7d will just have to come on Monday. I was pounding away at the updates all day, but it turns out we were able to kill a lot of random little bugs that either we found or other folks posted. Thanks a lot for everyone's efforts, and I'd love to get feedback on other people's updates to the development version if possible.

(It didn't help that PayPal's sandbox was loading pages about once every 30 seconds... ugh.)

EDIT: Whoa, I'm getting a weird bug when manually updating an order's status... gonna have to play with that some more on Monday. This is mostly a note to myself, but let me know if you see the same.

Posts: 95
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Spreading the word - Ubercart for president.

Upgrade from 7C to 7D was flawless. The process inspired me to do a little styling of the checkout review table. The CSS coding for that is in the contributions directory, in case anyone is interested in saving themselves some time. Eye-wink

-----------------------------------------------------------
Greystoke Farm's Online Tack Shop
http://greystokefarm.com/store
Drupal 5.2, Ubercart Alpha 7D, Views, CCK, Tapir, Ubrowser
-----------------------------------------------------------

--