Closed (fixed)
Project:
Scheduler
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2012 at 06:22 UTC
Updated:
30 Apr 2013 at 22:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
Bevan commentedComment #2
Bevan commentedThis patch does not fix the bug in the case where both the publish and unpublish events for a node happen on the same cron run. I can not think of a fix for that scenario that is sufficiently unhacky to be worth contributing, without overhauling
scheduler_cron().Comment #3
acbramley commentedThis patch fixed an issue for me where the workbench state wasn't being set correctly on with scheduler_workbench
Comment #4
rv0 commented+1 for getting this committed.
one comment:
objects are always passed by reference so the "&" is not needed
repost with those lines removed:
Comment #5
xtfer commentedThe patch in #4 wouldn't apply for me. Kept telling me it was corrupt.
I've just rerolled it as is to try to fix that.
Comment #6
pfrenssenRerolled patch to latest dev and improved documentation.
Comment #7
rickmanelius commentedI'm slightly confused by the comment in #4. It was stated that & is not needed and then it's still in the patch.
Otherwise it looks good and will be committed once we can get clarification on this point.
Comment #8
pfrenssen@rickmanelius, that comment was about this hunk in the patch in #1. It was removed in #4 and subsequent patches:
Comment #9
rickmanelius commented@pfrenssen Dreditor must have been playing tricks on me because I can see the difference now. I'll get this applied tonight.
Comment #10
rickmanelius commentedJust committed #6. Thanks to everyone for their help in creating/reviewing this patch.
http://drupalcode.org/project/scheduler.git/commit/0212013
Comment #11.0
(not verified) commentedAdding reference to the patch that requires this