Needs review
Project:
CronPlus
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jan 2009 at 04:23 UTC
Updated:
20 Mar 2012 at 14:27 UTC
Jump to comment: Most recent file
This is a really great module. The only issue I've found is in testing. It's hard to get my hooks to fire at their various intervals without setting my system clock so I was thinking it would be nice to have a "testing" checkbox in the configuration section so that when checked, all hook implementations fire every time cron.php is run. Currently, I have to run "delete from variable where name like '%cron%'" to get it to run. Just a thought..
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | cronplus-add-on-demand-363809-8.patch | 11.28 KB | NROTC_Webmaster |
| #7 | cronplus.module.txt | 12.8 KB | NROTC_Webmaster |
Comments
Comment #1
syscrusher commentedThat's a wonderful suggestion, and very easy to implement. I'll try go get this into the code soon.
Scott
Comment #2
syscrusher commentedBTW, thanks for the kind words about the module, and for the test report.
Comment #3
jwbuzz commentedSounds great. Looking forward to it.
Comment #4
syscrusher commentedI have just added this feature and committed a development release, pending beta testing.
I'm working with some new developer tools at my end, and I think I did everything right for the commit, but please be patient if not. I can't check the new release until drupal.org's next batch run.
Comment #5
syscrusher commentedComment #6
sydneyshan commentedHi syscrusher,
I can't see this functionality in any release avaliable on Drupal.org - a testing facility to trigger any of the registered crong functions would be great to have!
Kind regards,
Shannon
Comment #7
NROTC_Webmaster commentedI also had a need to run cronplus on demand. Since I'm not very good with PHP this is probably not the best way to do it but it works for what I needed it to do. I simply added an on demand call and then added that call in the module I needed it for.
Great work on the cronplus module. I don't know how to make a patch yet but I figured I would go ahead and post my file incase anyone else is interested in this ability.
Comment #8
NROTC_Webmaster commentedAdded an on demand option for testing cronplus along with some other minor tweaks including the capitalization of the menu items.
Comment #9
izmeez commentedThe patch in #8 appears to work. It only applies to the latest 6.x-1.x-dev release.