Are there any plans for a 1.15 release soon? We need #1843166: Support Views 3 Row classes for an upcoming Aegir 2.0 release, and we'd obviously prefer to depend on a stable release, rather than a nightly build. Is there anything we could do to help?

Comments

bojanz’s picture

Status: Active » Fixed

Since the D6 branch is in maintenance mode, releases only happen when they're needed.
Since you need it, here you go: https://drupal.org/node/2025049

ergonlogic’s picture

Title: 1.15 release? » 1.16 release?
Status: Fixed » Needs review

First off, thanks for this :)

Unfortunately, I hadn't tested this sufficiently, and discovered another bug (#2025215: _views_bulk_operations_hash_object() is not passed enough arguments in theme_views_node_selector). Is there any chance you'd be willing to roll another release? If not, I can understand, and we can just ship with that patch in our makefile. Sorry for the inconvenience.

bojanz’s picture

:(

I'll give it a few days to make sure we don't need a 1.17 right after that.

bojanz’s picture

Status: Needs review » Active
ergonlogic’s picture

fair enough

roball’s picture

Title: 1.16 release? » Release of VBO 6.x-1.16
Version: 6.x-1.x-dev » 6.x-1.15
Priority: Normal » Critical

VBO 6.x-1.15 does not work at all, so 6.x-1.16 is needed anyway asap, however just with the newly introduced problems removed, and not introducing more potential risks.

bojanz’s picture

Test the -dev release and let us know what remains to be done.
I can tag the next release in the next 24h.

roball’s picture

User gnassar has confirmed that 6.x-1.15+1-dev works with Views 6.x-2.x, at #16 of #2025215: _views_bulk_operations_hash_object() is not passed enough arguments in theme_views_node_selector.

BasH’s picture

For me the dev 1.15+1 version solved this problem also working with views 6x.3.0

roball’s picture

So now where people have confirmed 6.x-1.15+1-dev to work fine with both Views 6.x-2.x and 6.x-3.x, there should really be no reason holding back an immediate release of VBO 6.x-1.16.

creeksideplayers’s picture

When is this going to be released?

roball’s picture

When is this going to be released?

Theoretically, 5 days ago...

ergonlogic’s picture

Status: Active » Reviewed & tested by the community

fwiw, I say go with 1.16. I've been successfully using vbo 1.15 with the patch from #2025215: _views_bulk_operations_hash_object() is not passed enough arguments in theme_views_node_selector pretty extensively this past week. In Aegir, we've begun using Actions permissions, and I'm really happy with the UI clean-up it provides us. I ran into one minor problem when we were running all our operations through a common callback, but this was fixed by switching to individual callbacks.

aiphes’s picture

After update i get :

An error occurred at /admin/build/views/ajax/preview/admin_content.

Error Description: 
Fatal error:  Cannot access empty property in ..../site/sites/all/modules/views_bulk_operations/views_bulk_operations.module on line 2063
roball’s picture

Title: Release of VBO 6.x-1.16 » Release of VBO 6.x-1.16 because 6.x-1.15 gives a fatal error

We all know that, and that's the reason why you should not use 6.x-1.15 at all, and 6.x-1.16 should be released asap.

goose2000’s picture

I am getting these errors with anything VBO:

Missing argument 2 for _views_bulk_operations_hash_object(), called in \sites\all\modules\views_bulk_operations\views_bulk_operations.module on line 405 and defined in \sites\all\modules\views_bulk_operations\views_bulk_operations.module on line 2062.

6.x-1.15

goose2000’s picture

Okay , yes the dev version made the icky errors go away. Thanks VBO dudes!

izmeez’s picture

Yes dev solves fatal error. Here's another vote for a new release. Thanks.

creeksideplayers’s picture

I installed the dev release. I tested all my pages that use VBO, and they all seem to work.

aiphes’s picture

the dev version seem to fix the error.

stevenovy’s picture

The 6.x-1.x-dev version worked for us as well using Views 6.x-2.x.

fonant’s picture

6.1-1.x-dev fixes the show-stopper bug for me too. Seems to be OK to be released as 6.x-1.16

RytoEX’s picture

I can also confirm that 6.x-1.15+1-dev on Drupal 6.28 with Views 6.x-2.x (6.x-2.16 at this time) fixed the problem (#2025215: _views_bulk_operations_hash_object() is not passed enough arguments in theme_views_node_selector) for me.

hermx’s picture

I can also confirm that 6.x-1.15+1-dev on Drupal 6.28 with Views 6.x-2.16 fixed the problem (Fatal error: Cannot access empty property in ....) for me.
Thanks for the quick fix!

roball’s picture

Thanks for the quick fix!

A quick fix should have been to release 6.x-1.16 immediately after knowing that 6.x-1.15 does not work at all. Now more than a month that a "stable" release is advertised for such an important module which is actually just crap.

damienmckenna’s picture

Would it please be possible to have v1.16 rolled out ASAP? This is kind of an important fix. Thanks.

bojanz’s picture

Status: Reviewed & tested by the community » Fixed

As I suspected, the previous fix wasn't enough. On Views 2, no field had any classes.
Committed a fix:
http://drupalcode.org/project/views_bulk_operations.git/commitdiff/cfb69...

And tagged 6.x-1.16: https://drupal.org/node/2065205

This will be the last D6 release.
I haven't used D6 in years, this code is not mine, and attempting to maintain it just creates additional work for me.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.