Page 2 of 2

Re: Toggling trackbackgeneration

Posted: Thu Feb 04, 2010 9:39 pm
by garvinhicking
Hi!

To add a condition to a genpage event hook would mean that it would be executed for everyone...this actually IMHO does add up, and I'm not convinced that everybody would need this functionality, especially not blogs which already run at a performance barrier...
PS: Maybe there is even further use for such a cron-like system?
There is a s9y crontab plugin, did you check that one? Otherplugins can even hook into that. But IMHO this trackback scheduling someone would more likely search within the trackback plugin, not the crontab plugin?

REgards,
Garvin

Re: Toggling trackbackgeneration

Posted: Thu Feb 04, 2010 10:10 pm
by onli
But IMHO this trackback scheduling someone would more likely search within the trackback plugin, not the crontab plugin?
Surely, yes. And you are right, the feature is not needed by everyone. So it shall remain in the plugin :)

Re: Toggling trackbackgeneration

Posted: Sun Mar 07, 2010 2:04 pm
by onli
Don, is it working? :)

Re: Toggling trackbackgeneration

Posted: Sun Mar 07, 2010 8:43 pm
by Don Chambers
onli wrote:Don, is it working? :)
I have not yet had the opportunity to test it. I hope to find time later this week or next. Sorry for the delay. Anyone else test the new plugin?

Re: Toggling trackbackgeneration

Posted: Sun Mar 07, 2010 9:20 pm
by onli
I did of course, but testing your own plugin isn't the same...

Re: Toggling trackbackgeneration

Posted: Tue Apr 27, 2010 3:45 pm
by onli
Let's resolve this. Shall I simply commit the update? :)

Re: Toggling trackbackgeneration

Posted: Wed Apr 28, 2010 9:56 am
by garvinhicking
Hi!

Prime time, let's go :)

Regards,
Garvin

Re: Toggling trackbackgeneration

Posted: Wed Apr 28, 2010 10:47 am
by onli
committed :)

PS and just a note: rand(1,10) at today's test choosed only 5, 9 or 7. Don't know what caused this since it worked before, i simply replaced it with mt_rand.