Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Oh wow, this is already fixed in -dev!
When will we see a new stable release with this fix?
EDIT:
Looks like the -dev has quite a lot of changes vs -alpha1.
Would it make sense to make a new 2.x branch for what is now 1.x-dev, and commit a few bug fixes to -alpha1 so it becomes 1.0-alpha2 ?
Or is -dev close to a stable release?
Comments
Comment #1
zmove commentedRegarding to the latest release and the issue queue. I think the module is not supported anymore.
Comment #2
donquixote commentedLatest -dev is from 2010-Jul-11. What does this mean for us?
Comment #3
donquixote commentedThis is a bug, and it's easy to fix.
user_karma_receive_vote_node.module, line 139,in
function user_karma_receive_vote_node_user_karma_partial()Old code:
New code:
If you look at the SQL, the $uid has to come last, after the other parameters.
-----
(Yes I know what a patch is, but for me it is a lot faster to skip that part. Otherwise I would post only half the number of bug fixes that I do now.)
Comment #4
donquixote commentedAnd the same for comments.
function user_karma_receive_vote_comment_user_karma_partial()file
user_karma_receive_vote_comment.module, line 143Old:
New (line 141):
----
I did not check if this applies in the same way to the latest -dev release. I am using the 6.x-1.0-beta1 from November 2008.
Comment #5
donquixote commentedOh wow, this is already fixed in -dev!
When will we see a new stable release with this fix?
EDIT:
Looks like the -dev has quite a lot of changes vs -alpha1.
Would it make sense to make a new 2.x branch for what is now 1.x-dev, and commit a few bug fixes to -alpha1 so it becomes 1.0-alpha2 ?
Or is -dev close to a stable release?
Comment #6
emdalton commentedI updated to -dev and didn't get this fix. I had to manually make the change. It does work now-- thanks for posting this.
Edited to add: I had unpacked -dev in the wrong location. It's working now.