Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.15
Component:
Core
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2013 at 16:31 UTC
Updated:
28 Aug 2013 at 15:31 UTC
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
Comment #1
bojanz commentedSince 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
Comment #2
ergonlogicFirst 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.
Comment #3
bojanz commented:(
I'll give it a few days to make sure we don't need a 1.17 right after that.
Comment #4
bojanz commentedComment #5
ergonlogicfair enough
Comment #6
roball commentedVBO 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.
Comment #7
bojanz commentedTest the -dev release and let us know what remains to be done.
I can tag the next release in the next 24h.
Comment #8
roball commentedUser 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.
Comment #9
BasH commentedFor me the dev 1.15+1 version solved this problem also working with views 6x.3.0
Comment #10
roball commentedSo 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.
Comment #11
creeksideplayers commentedWhen is this going to be released?
Comment #12
roball commentedTheoretically, 5 days ago...
Comment #13
ergonlogicfwiw, 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.
Comment #14
aiphesAfter update i get :
Comment #15
roball commentedWe 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.
Comment #16
goose2000 commentedI 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
Comment #17
goose2000 commentedOkay , yes the dev version made the icky errors go away. Thanks VBO dudes!
Comment #18
izmeez commentedYes dev solves fatal error. Here's another vote for a new release. Thanks.
Comment #19
creeksideplayers commentedI installed the dev release. I tested all my pages that use VBO, and they all seem to work.
Comment #20
aiphesthe dev version seem to fix the error.
Comment #21
stevenovy commentedThe 6.x-1.x-dev version worked for us as well using Views 6.x-2.x.
Comment #22
fonant commented6.1-1.x-dev fixes the show-stopper bug for me too. Seems to be OK to be released as 6.x-1.16
Comment #23
RytoEX commentedI 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.
Comment #24
hermx commentedI 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!
Comment #25
roball commentedA 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.
Comment #26
damienmckennaWould it please be possible to have v1.16 rolled out ASAP? This is kind of an important fix. Thanks.
Comment #27
bojanz commentedAs 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.